.site-nav__submenu li{
    position: relative;
}

@media screen and (min-width: 1165px) {
    .site-nav__submenu.children {
        position: absolute;
        top: 0;
        left: 275px;
        transform: scaleY(0) !important;
        padding: 0.25em 1em 0.75em 1em;
    }
    .site-nav__submenu.custom li:hover > .site-nav__submenu.children {
        transform: scaleY(1) !important;
        transition: all .2s ease-out;
        z-index: 0;
    }
}
@media screen and (max-width: 1164px) {
    .site-nav__submenu.children {
        display: none;
    }
}

/*[TCK-13485]*/
.compensation_result_max_error {
    display: none;
    color: tomato;
    margin-block: 0 1em !important;
}

.compensation_result_max_error.show {
    display: block;
}

.total_box .btn--important:disabled {
    pointer-events: none;
    opacity: 0.3;
}

.template-calc-embed .calc-embed-text {
    margin-top: 2rem;
}

.template-calc-embed .calc-embed-text p {
    display: block;
    font-size: clamp(18px, 1.3vw, 18px);
    line-height: 1.1;
}
.template-calc-embed .calc-embed-text .btn--important{
    margin-top: 10px;
}

