html.exact-employer-warranty .inner {
    width: min(1320px, calc(100% - 32px)) !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 32px auto 0 !important;
    gap: 42px;
}

html.exact-employer-warranty .cl {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 28px;
    transform: none !important;
    background: #fff;
    border: 1px solid #ded8d0;
    border-radius: 20px;
    box-shadow: 0 14px 34px rgba(42, 36, 31, 0.08);
}

html.exact-employer-warranty .ul2,
html.exact-employer-warranty .ul2 li,
html.exact-employer-warranty .ul2 h2 {
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    transform: none !important;
}

html.exact-employer-warranty .ul2 h2 {
    margin-bottom: 18px !important;
    color: #315b22;
    line-height: 1.7;
    text-align: right;
}

html.exact-employer-warranty .ul2 .inp {
    display: block;
    width: 100% !important;
    min-height: 48px;
    margin: 7px 0 16px !important;
    padding: 10px 14px;
    color: #28231f;
    background: #fff;
    border: 1px solid #bdb5ac;
    border-radius: 10px;
    font: inherit;
    transform: none !important;
}

html.exact-employer-warranty .b2 {
    justify-content: stretch;
}

html.exact-employer-warranty #b {
    position: static !important;
    width: 100% !important;
    min-height: 54px;
    margin: 4px 0 0 !important;
    color: #fff;
    background: #4f8f31;
    border-radius: 12px;
    transform: none !important;
    cursor: pointer;
}

html.exact-employer-warranty #b:hover:not(:disabled) {
    background: #3f7626;
}

html.exact-employer-warranty #b:disabled {
    cursor: wait;
    opacity: 0.62;
}

.legacy-warranty-status {
    min-height: 30px;
    margin-top: 14px;
    padding: 10px 12px;
    color: #5f5851;
    background: #f5f2ee;
    border-radius: 10px;
    line-height: 1.8;
    text-align: center;
}

.legacy-warranty-status.is-success {
    color: #23651d;
    background: #e8f5e2;
}

.legacy-warranty-status.is-warning {
    color: #7a5312;
    background: #fff5d8;
}

.legacy-warranty-status.is-error {
    color: #a12d24;
    background: #fde9e7;
}

.legacy-warranty-results {
    margin-top: 16px;
    padding: 18px;
    background: #faf8f5;
    border: 1px solid #ded8d0;
    border-radius: 14px;
}

.legacy-warranty-results-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.legacy-warranty-results-heading h3 {
    margin: 0;
}

.legacy-warranty-results-heading a {
    color: #315b22;
    font-weight: 800;
}

.legacy-warranty-grid {
    display: grid;
    gap: 10px;
}

.legacy-warranty-card {
    display: grid;
    gap: 5px;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid #e0dad2;
    border-radius: 10px;
}

.legacy-warranty-card span {
    color: #315b22;
    font-weight: 800;
}

.legacy-warranty-card small {
    color: #756e67;
}

html.exact-employer-warranty #fj {
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin: 18px 0 0 !important;
    font-size: 17px !important;
    transform: none !important;
}

@media (max-width: 900px) {
    html.exact-employer-warranty .inner {
        display: block !important;
    }

    html.exact-employer-warranty .cl {
        margin-bottom: 28px !important;
    }

    .legacy-warranty-results-heading {
        align-items: flex-start;
        flex-direction: column;
    }
}
