.tn-elem[data-elem-id] * {
  font-family: 'Manrope', 'Inter', 'Montserrat', sans-serif !important;
}

/* Убираем синюю линию */
#rec1681359501 .t-cl__underline {
    display: none !important;
}

/* Контейнер табов */
#rec1681359501 .t-cl__tabs {
    display: flex !important;
    justify-content: space-between !important;
    gap: 20px !important;
}

/* Базовые вкладки */
#rec1681359501 .t-cl__tab {
    flex: 1 !important;
    background: #F4F4F4 !important;
    border-radius: 20px !important;
    padding: 14px 0 !important;
    text-align: center !important;
    transition: 0.25s ease !important;
    color: #222 !important;
    font-size: 18px !important;
    border-bottom: none !important;
}

/* Активная вкладка — главная часть */
#rec1681359501 .t-cl__tab.t-cl__tab_active {
    background: #FF8A50 !important;
    color: #fff !important;
    border-bottom: none !important;
}

/* Убиваем встроенный ::after, который всё ломал */
#rec1681359501 .t-cl__tab.t-cl__tab_active:after {
    display: none !important;
}
