/* .shl-calculator-stepper {
    max-width: 600px;
    margin: 30px auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    padding: 32px 24px;
}

.shl-calculator-stepper h2 {
    margin-bottom: 24px;
}

.shl-step {
    margin-bottom: 24px;
}

.shl-step h3 {
    margin-bottom: 12px;
}

.shl-note {
    font-size: 0.95em;
    color: #666;
    margin-bottom: 10px;
}

.shl-calculator-nav {
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
}

#shl-calculator-summary {
    background: #f7f7f7;
    border-radius: 6px;
    padding: 18px;
    margin-top: 18px;
}

#shl-calculator-summary ul {
    padding-left: 18px;
}

#shl-calculator-summary li {
    margin-bottom: 6px;
}

input[type='number'] {
    width: 80px;
} */

#shl-question-title.h3 {
    line-height: 2;
    font-weight: 300;
    font-size: 1.2rem!important;
}

#shl-question-title i {
    position: relative;
    top: -20px;
    font-size: 1rem;
}

.bg-shadorn {
    --bs-bg-opacity: 1;
    background-color: rgba(234, 51, 35, var(--bs-bg-opacity)) !important;
}
.progress-shadorn {
    background-color: transparent;
    border: 1px solid #FFFFFF1A!important;
}