.eq-progress { width: 100%; height: 8px; margin: 0 0 20px; accent-color: #626262; }
.eq-question { border: 0; padding: 0; margin: 0; min-width: 0; }
.eq-question__title { font-size: 18px; line-height: 1.6; font-weight: 650; padding: 0; margin-bottom: 16px; }
.eq-options { display: grid; gap: 10px; }
.eq-option { display: flex; gap: 12px; align-items: center; min-height: 46px; padding: 12px 14px; border: 1px solid #dedede; border-radius: 10px; background: #fafafa; cursor: pointer; }
.eq-option:has(input:checked) { background: #ededed; border-color: #626262; }
.eq-option:focus-within { outline: 2px solid #626262; outline-offset: 2px; }
.eq-option input { flex: 0 0 auto; margin: 0; accent-color: #444; }
.eq-option span { overflow-wrap: anywhere; }
.eq-navigation { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 12px; }
.eq-review { margin-top: 32px; }
.eq-review__list { list-style: none; padding: 0; display: grid; gap: 16px; }
.eq-review__list > li { padding: 20px; border: 1px solid #dedede; border-radius: 12px; background: #fff; }
.eq-review__list h3 { font-size: 15px; margin: 0 0 10px; }
.eq-review__list p { margin: 8px 0; line-height: 1.7; overflow-wrap: anywhere; }
.eq-review__answer { color: #626262; }
@media (max-width: 560px) { .eq-navigation .btn { flex: 1 1 auto; } .eq-review__list > li { padding: 16px; } }
