/* Apply only to text links (no img, no .t-btn, no .tn-atom) */
a:not(:has(img)):not(.t-btn):not(.tn-atom) {
    position: relative;
    text-decoration: none !important;
}

a:not(:has(img)):not(.t-btn):not(.tn-atom)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: width 0.3s ease;
}

a:not(:has(img)):not(.t-btn):not(.tn-atom):hover::after {
    width: 100%;
}

/* Remove underline effect entirely for links in #rec1204611956 */
#rec1204611956 a::after {
    content: none;
}

/* Делаем вертикальное расположение */
#rec1944442593 .t-container {
    display: flex !important;
    flex-direction: column !important;
}

/* Картинка на всю ширину */
#rec1944442593 .t-col:first-child {
    width: 100% !important;
    max-width: 100% !important;
}

/* Текстовые колонки тоже на всю ширину */
#rec1944442593 .t-col:not(:first-child) {
    width: 100% !important;
    max-width: 100% !important;
}

/* Отступ между картинкой и текстом */
#rec1944442593 .t-col + .t-col {
    margin-top: 30px !important;
}

#rec1944444133 .tab-btn.active{
  background: #fff;
  border-radius: 999px;
}
