    .sect-t.fx-row.icon-r .st-right {
    flex-shrink: 0 !important;
    white-space: nowrap !important;
    margin-left: 10px !important;
    line-height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
}
    .st-tabs span {
    color: #ccc;
    cursor: pointer;
    line-height: 40px!important;
    padding: 0 16px;
    border-radius: 1px;
    white-space: nowrap;
    flex: 1 1 0;
    min-width: 0;
    text-align: center;
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    animation: buttonPulse 0.5s ease-out;
    animation-fill-mode: both;
}
    .sect-t.fx-row.icon-r .st-left {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 8px !important;
    line-height: 40px !important;
}
    
    .st-left .st-capt {
    line-height: 40px  !important;
    display: inline-flex !important;
    align-items: center !important;
}

.st-left .st-tabs {
    display: inline-flex !important;
    margin-bottom: 0 !important;
    width: auto !important;
    align-items: center !important;
    line-height: 40px  !important;
}
    .st-left .st-tabs {
    display: inline-flex !important;
    margin-bottom: 0 !important;
    width: auto !important;
    align-items: center !important;
    line-height: 40px !important;
    padding-bottom: 0 !important;
}
    @media (max-width: 1200px) {
    .st-tabs span {
        padding: 0 10px !important;
        font-size: 13px !important;
    }
}

@media (max-width: 1024px) {
    .st-tabs span {
        padding: 0 7px !important;
        font-size: 12px !important;
    }
    .st-left .st-capt {
        font-size: 14px !important;
    }
}

@media (max-width: 850px) {
    .st-tabs span {
        padding: 0 5px !important;
        font-size: 11px !important;
    }
    .st-left .st-capt {
        font-size: 13px !important;
    }
    .sect-t.fx-row.icon-r .st-right {
        font-size: 12px !important;
        margin-left: 5px !important;
    }
}

@media (max-width: 700px) {
    .st-left .st-tabs {
        display: none !important;
    }
}
    .sect-c + .sect .st-tabs span,
.pages .sect .st-tabs span[data-ajaxc*="custom category"] {
    cursor: pointer !important;
    pointer-events: auto !important;
}
    .sect-c .short {
    opacity: 1 !important;
    transform: none !important;
}
    
.st-right {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    border-radius: 3px;
    color: #fff;
    background-color: #222;
    box-shadow: inset 0 0 0 2px #f48625;
}
    .st-tabs span[data-ajaxc].current,
.st-tabs span[data-ajaxc*="custom category"].current {
    color: #fff !important;
    background-color: #33333345 !important;
    box-shadow: inset 0 0 0 1px #f48625 !important;
    
}

.st-tabs span[data-ajaxc].current a,
.st-tabs span[data-ajaxc].current a strong {
    color: #f48625 !important;
    padding: 5px !important;
}

.st-tabs span a {
    color: #ccc;
    text-decoration: none;
    display: block;
    line-height: 30px;
    transition: color 0.3s;
        padding: 5px !important;

}
    .pages .sect .st-tabs span.current {
    color: #fff !important;
    background-color: #33333345 !important;
    box-shadow: inset 0 0 0 1px #f48625 !important;
}

.pages .sect .st-tabs span.current a,
.pages .sect .st-tabs span.current a strong {
    color: #f48625 !important;
}