.template-5511 button {
    transition: color .4s;
}

.template-5511 .tab-content:has( > p:only-child:empty) {
    display: none !important;
}

.template-5511.active-color-3 .tab-link.is-active {
    color: var(--color-3)
}

.template-5511.active-color-4 .tab-link.is-active {
    color: var(--color-4)
}

.template-5511.style-1 .tab-link.is-active {
    position: relative;
}

.template-5511.style-1 .tab-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    left: 0;
    right: 0;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .4s;
}

.template-5511.style-1 .tab-link.is-active:after {
    transform: scaleX(1)
}

.template-5511 .tab-link.is-hidden {
    display: none;
}

/*  active-bg-color-3  */

.template-5511.active-bg-color-3 .tab-link.is-active {
    background: var(--color-3) !important;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/*  active-bg-color-3--alt  */

.template-5511.active-bg-color-3--alt .tab-link.is-active {
    background: var(--color-3) !important;
    color: #fff;
}

.template-5511 .tabs-contents.tabs-images-universal img {
    max-width: min(100%, 400px)!important;
    height: auto!important;
    width: auto!important;
    display: block!important;
}
