.wpredict-embed,
.wpredict-prediction {
    box-sizing: border-box;
}

.wpredict-prediction {
    margin: 1.5rem 0;
}

.wpredict-title {
    margin-top: 0;
}

.wpredict-content > :first-child {
    margin-top: 0;
}

.wpredict-content > :last-child {
    margin-bottom: 0;
}

.wpredict-meta,
.wpredict-eyebrow {
    color: currentColor;
    font-size: 0.875em;
    opacity: 0.68;
}

.wpredict-prediction--compact-card,
.wpredict-prediction--plugin {
    border: 1px solid color-mix(in srgb, currentColor 18%, transparent);
    border-radius: 8px;
    padding: 1rem;
}

.wpredict-prediction--clean-letter {
    border-left: 3px solid currentColor;
    padding-left: 1rem;
}

.wpredict-prediction--qr-placeholder {
    border: 1px dashed color-mix(in srgb, currentColor 28%, transparent);
    border-radius: 8px;
    padding: 1rem;
}

.wpredict-inline {
    display: inline-block;
    min-width: 8ch;
}

.wpredict-inline-title {
    margin-right: 0.25em;
}

.wpredict-inline-text {
    white-space: pre-line;
}
