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

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

.predictions-tab-experts-summary__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 12px;
}

.predictions-tab-experts-summary__card {
    position: relative;
    padding: 14px 12px 12px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    text-align: left;
}

.predictions-tab-experts-summary__card--popular {
    border-color: #10b981;
    box-shadow: 0 0 0 1px #10b981 inset;
    padding-top: 30px;
}

.predictions-tab-experts-summary__popular-label {
    position: absolute;
    top: -10px;
    left: 8px;
    padding: 3px 8px;
    background: #d1fae5;
    color: #065f46;
    font-size: 11px;
    font-weight: 600;
    border-radius: 10px;
    border: 1px solid #10b981;
    white-space: nowrap;
}

.predictions-tab-experts-summary__share {
    margin-bottom: 6px;
    font-size: 12px;
    color: #6b7280;
}

.predictions-tab-experts-summary__pick {
    margin-bottom: 8px;
    font-size: 17px;
    font-weight: 700;
    color: #6d28d9;
    line-height: 1.2;
}

.predictions-tab-experts-summary__status {
    display: inline-block;
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: 500;
}

.predictions-tab-experts-summary__status--won {
    color: #10b981;
}

.predictions-tab-experts-summary__status--lost {
    color: #ef4444;
}

.predictions-tab-experts-summary__status--pending {
    color: #9ca3af;
}

.predictions-tab-experts-summary__count {
    margin-top: 10px;
    font-size: 12px;
    color: #9ca3af;
    text-align: center;
}
