/* module self check */
.module-self-check.section-cream {
    background: #f7f5ee;
    padding: 80px 32px;
}

.module-self-check .section-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.module-self-check .section-eyebrow {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #8a8a8a;
    margin-bottom: 12px;
}

.module-self-check .section-title {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 20px;
}

.module-self-check .section-lede {
    font-size: 17px;
    line-height: 1.65;
    color: #5a5a5a;
    max-width: 740px;
    margin-bottom: 40px;
}

.module-self-check .selfcheck-card {
    background: #fff;
    border: 1px solid #e0ddd2;
    padding: 40px;
    max-width: 760px;
    margin: 0 auto;
}

.module-self-check .sc-step {
    display: none;
}

.module-self-check .sc-step.is-active {
    display: block;
}

.module-self-check .selfcheck-progress {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #8a8a8a;
    margin-bottom: 16px;
}

.module-self-check .selfcheck-q {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.35;
    margin-bottom: 24px;
    color: #2e2e2e;
}

.module-self-check .selfcheck-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.module-self-check .selfcheck-btn {
    background: #fff;
    border: 1.5px solid #e0ddd2;
    padding: 18px 20px;
    font-size: 15px;
    font-weight: 500;
    color: #2e2e2e;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    transition: all 0.15s;
}

.module-self-check .selfcheck-btn:hover {
    border-color: #2e2e2e;
    background: #f0ede4;
}

.module-self-check .selfcheck-btn-sub {
    display: block;
    font-size: 12px;
    color: #8a8a8a;
    font-weight: 400;
    margin-top: 4px;
}

.module-self-check .selfcheck-result {
    padding: 24px;
    border-left: 4px solid #b8d44a;
    background: #f7f5ee;
}

.module-self-check .selfcheck-result-eyebrow {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #8fa835;
    margin-bottom: 8px;
}

.module-self-check .selfcheck-result-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
}

.module-self-check .selfcheck-result-body {
    font-size: 15px;
    line-height: 1.65;
    color: #5a5a5a;
    margin-bottom: 16px;
}

.module-self-check .selfcheck-result-cta {
    display: inline-block;
    background: #2e2e2e;
    color: #fff;
    padding: 12px 24px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
}

.module-self-check .selfcheck-result-cta:hover {
    background: #3a3a3a;
    color: #fff;
}

.module-self-check .selfcheck-restart {
    background: transparent;
    border: none;
    color: #5a5a5a;
    font-size: 13px;
    cursor: pointer;
    text-decoration: underline;
    margin-top: 12px;
    font-family: inherit;
    padding: 0;
}

@media (max-width: 900px) {
    .module-self-check.section-cream {
        padding: 56px 24px;
    }

    .module-self-check .section-title {
        font-size: 28px;
    }

    .module-self-check .selfcheck-options {
        grid-template-columns: 1fr;
    }
}
