.question-panel{margin-top:clamp(3rem,6vw,6rem)}.question-panel__title{margin:0 0 1.5rem}.question-panel__layout{display:grid;gap:clamp(1.5rem,4vw,4rem)}.question-panel.is-enhanced .question-panel__layout{grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);align-items:start}.question-panel__questions:not([hidden]){display:grid}.question-panel__questions button{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;width:100%;min-height:4rem;padding:1.125rem 1rem;border:0;border-bottom:1px solid var(--border-subtle);background:transparent;color:var(--text-secondary);font:inherit;font-weight:550;line-height:1.5;text-align:left;cursor:pointer}.question-panel__questions button:first-child{border-top:1px solid var(--border-subtle)}.question-panel__questions button i{flex:0 0 auto;font-size:.875rem;opacity:0}.question-panel__questions button[aria-selected=true]{color:var(--text-primary);background:var(--bg-muted)}.question-panel__questions button[aria-selected=true] i{opacity:1;color:var(--color-primary)}.question-panel__questions button:hover{color:var(--text-primary);background:var(--bg-muted)}.question-panel__answers{display:grid;gap:1rem}.question-panel__answer{min-width:0;padding:clamp(1.5rem,3vw,3rem);border-radius:var(--radius-xl, 1.5rem);background:#e3f0f8;color:#091929}.question-panel__answer h4{margin:0 0 1rem;max-width:30ch;color:#091929;font-size:clamp(1.375rem,2vw,1.875rem);font-weight:600;line-height:1.25;letter-spacing:-.02em;text-wrap:balance}.question-panel__answer p{margin:0;max-width:60ch;color:#344e62;font-size:1.0625rem;line-height:1.7}.question-panel.is-enhanced .question-panel__answer{grid-area:1 / 1}.question-panel__answer[aria-hidden=true]{visibility:hidden;pointer-events:none}.question-panel :is(button,[tabindex]):focus-visible{outline:2px solid var(--color-primary);outline-offset:4px}@media(max-width:760px){.question-panel.is-enhanced .question-panel__layout{grid-template-columns:1fr}.question-panel__questions button{min-height:3.5rem;padding-inline:.75rem}}
