.predictions-tab-editorial {
    margin-bottom: 24px;
    padding: 20px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
}

.predictions-tab-editorial__title {
    margin: 0 0 16px;
    font-size: 18px;
    font-weight: 700;
    color: #111827;
}

.predictions-tab-editorial__card {
    padding: 16px;
    background: #faf5ff;
    border: 1px solid #ddd6fe;
    border-radius: 10px;
    margin-bottom: 12px;
}

.predictions-tab-editorial__card:last-child {
    margin-bottom: 0;
}

.predictions-tab-editorial__match-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.predictions-tab-editorial__team {
    display: flex;
    align-items: center;
    gap: 6px;
}

.predictions-tab-editorial__logo {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.predictions-tab-editorial__team-name {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
}

.predictions-tab-editorial__dash {
    color: #9ca3af;
}

.predictions-tab-editorial__percentages {
    margin-left: auto;
    display: flex;
    gap: 8px;
}

.predictions-tab-editorial__pct {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    padding: 4px 10px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 13px;
}

.predictions-tab-editorial__pct-label {
    color: #6b7280;
}

.predictions-tab-editorial__pct--draw .predictions-tab-editorial__pct-label {
    color: #f59e0b;
}

.predictions-tab-editorial__bet-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid #ddd6fe;
    border-radius: 8px;
    margin-bottom: 10px;
}

.predictions-tab-editorial__bet-type-chip {
    padding: 4px 10px;
    background: #ede9fe;
    color: #6d28d9;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
}

.predictions-tab-editorial__bet-pick {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
}

.predictions-tab-editorial__bet-stats {
    display: flex;
    gap: 14px;
    margin-left: auto;
}

.predictions-tab-editorial__stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 13px;
    color: #111827;
}

.predictions-tab-editorial__stat-label {
    font-size: 11px;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.predictions-tab-editorial__status {
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}

.predictions-tab-editorial__status--won {
    background: #10b981;
}

.predictions-tab-editorial__status--lost {
    background: #ef4444;
}

.predictions-tab-editorial__disclaimer {
    margin: 0;
    font-size: 12px;
    color: #9ca3af;
    font-style: italic;
}

@media (max-width: 640px) {
    .predictions-tab-editorial__percentages {
        margin-left: 0;
        width: 100%;
    }
    .predictions-tab-editorial__bet-stats {
        margin-left: 0;
    }
}
