.reference-prediction-card {
    scroll-margin-top: 136px;
    border-width: 1px 1px 1px 4px;
}

.reference-prediction-card .prediction-title {
    min-height: 42px;
}

.reference-prediction-card .prediction-text {
    font-size: 14px;
    line-height: 1.45;
    letter-spacing: .02em;
    word-break: normal;
}

.reference-prediction-card .prediction-text::before {
    content: "✦";
}

.reference-prediction-card .qxtable tbody tr:first-child {
    background: #fff8dd;
}

.reference-prediction-card .qxtable tbody tr:first-child .prediction-text {
    color: #d71935;
    font-weight: 900;
}

@media (max-width: 420px) {
    .reference-prediction-card .prediction-text {
        font-size: 12px;
    }
}
