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

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

.predictions-tab-trends__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.predictions-tab-trends__item {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 12px 16px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
}

.predictions-tab-trends__main {
    flex: 1;
    min-width: 0;
}

.predictions-tab-trends__pick-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 4px;
}

.predictions-tab-trends__label {
    font-size: 12px;
    font-weight: 600;
    color: #6d28d9;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

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

.predictions-tab-trends__text {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.4;
}

.predictions-tab-trends__odds {
    flex-shrink: 0;
    padding: 6px 14px;
    background: #ede9fe;
    color: #6d28d9;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
}
