.ai-final-odds-section {
    min-height: 0 !important;
    height: auto !important;
    padding-bottom: 22px !important;
    overflow: visible !important;
}

.ai-final-odds {
    width: 100%;
}

.ai-final-odds__head {
    display: flex;
    align-items: center;
    gap: 15px;

    padding: 2px 0 18px;
    border-bottom: 1px solid #304157;
}

.ai-final-odds__head strong {
    color: #f7f9fc;
    font-size: 25px;
    font-weight: 950;
}

.ai-final-odds__head span {
    color: #94a2b6;
    font-size: 16px;
    font-weight: 800;
}

.ai-final-odds__row {
    display: grid;
    grid-template-columns: 155px minmax(0, 1fr);
    align-items: center;
    gap: 18px;

    min-height: 74px;
    padding: 11px 0;

    border-bottom: 1px solid #29394d;
}

.ai-final-odds__row:last-child {
    border-bottom: 0;
}

.ai-final-odds__label {
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 46px;
    padding: 0 12px;

    border-radius: 11px;

    font-size: 18px;
    font-weight: 950;
    white-space: nowrap;
}

.ai-final-odds__label--win {
    background: #342b1e;
    color: #ffbe22;
}

.ai-final-odds__label--place {
    background: #10342c;
    color: #6ce9aa;
}

.ai-final-odds__label--double {
    background: #192e4c;
    color: #8bc8ff;
}

.ai-final-odds__label--qpl {
    background: #24364e;
    color: #c7d8ea;
}

.ai-final-odds__label--triple {
    background: #3b1d2a;
    color: #ff9aad;
}

.ai-final-odds__values {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    min-width: 0;
}

.ai-final-odds__item {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    min-height: 40px;
    padding: 0 12px;

    border: 1px solid #354b65;
    border-radius: 10px;

    background: #111d2c;
    color: #eaf1fa;

    font-size: 16px;
    font-weight: 750;
    white-space: nowrap;
}

.ai-final-odds__item strong {
    color: #fff;
    font-size: 18px;
    font-weight: 950;
}

.ai-final-odds__slash {
    padding: 0 3px;
    color: #8495aa;
    font-size: 23px;
    font-weight: 950;
}

.ai-final-odds-loading {
    display: inline-flex;
    align-items: center;

    min-height: 28px;
    padding: 0 10px;
    margin-left: 12px;

    border: 1px solid #33485f;
    border-radius: 999px;

    color: #8ea0b6;
    font-size: 12px;
    font-weight: 800;
}

@media (max-width: 700px) {
    .ai-final-odds__head strong {
        font-size: 20px;
    }

    .ai-final-odds__head span {
        font-size: 13px;
    }

    .ai-final-odds__row {
        grid-template-columns: 115px minmax(0, 1fr);
        gap: 9px;
        min-height: 64px;
        padding: 9px 0;
    }

    .ai-final-odds__label {
        min-height: 42px;
        padding: 0 5px;
        font-size: 13px;
    }

    .ai-final-odds__values {
        gap: 7px;
    }

    .ai-final-odds__item {
        min-height: 36px;
        padding: 0 8px;
        gap: 5px;
        font-size: 13px;
    }

    .ai-final-odds__item strong {
        font-size: 15px;
    }

    .ai-final-odds__slash {
        font-size: 18px;
    }
}
