/* Только для мобильной версии */
@media screen and (max-width: 640px) {

    /* Кнопки в одну строку */
    #rec2456584541 .t-catalog__card__btns-wrapper {
        display: flex !important;
        flex-direction: row !important;
        gap: 6px;
    }

    /* Компактные кнопки */
    #rec2456584541 .t-catalog__card__btn {
        display: inline-flex !important;
        flex: 1 !important;
        width: calc(50% - 3px) !important;
        max-width: calc(50% - 3px) !important;
        margin: 0 !important;
        justify-content: center;
        border-radius: 20px

        min-height: 28px !important;
        height: 28px !important;
        padding: 0 8px !important;

        font-size: 10px !important;
        line-height: 1 !important;
        font-weight: 500;
    }

    #rec2456584541 .t-btnflex__text {
        font-size: 10px !important;
        line-height: 1 !important;
    }
