p.description{text-align:center;font-weight:600;margin-bottom:18px;font-size:.95rem;color:#1e2a38}.question{width:100%}.question-text{font-weight:700;font-size:1.05rem;margin-bottom:18px;line-height:1.3;color:#1e2a38}.options{display:flex;flex-direction:column;gap:14px}button.option-btn{background-color:#fff;border:none;border-radius:12px;padding:15px 10px;box-shadow:0 2px 8px rgba(0,0,0,.08);font-size:1.02rem;font-weight:600;color:#1e2a38;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease,transform .05s ease;user-select:none}button.option-btn:hover,button.option-btn:focus{background-color:#d1f0e3;box-shadow:0 4px 14px rgba(27,203,150,.6);outline:none}button.option-btn:active{transform:scale(.99)}