.help-choices {display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));gap:1rem;margin:1rem 0}
.help-choices label {display:block;font-weight:600;margin-bottom:.4rem}
.help-choices select {font:inherit;width:100%;max-width:100%;min-height:48px;border:1px solid #64748b;border-radius:8px;background:#fff;color:#172033;padding:.65rem}
.help-choices [hidden], [hidden] {display:none!important}
.help-content {overflow-wrap:anywhere}
.help-content details {margin:1rem 0}
.help-content summary {cursor:pointer;padding:.6rem 0;font-weight:600}
.help-content :focus-visible {outline:3px solid #1d4ed8;outline-offset:3px}
.help-content h3 {margin-top:1.2rem}
.help-content li {margin-bottom:.5rem}

/* Keep long help text from widening the existing carrier-page grid. */
.page-shell:has(> #paketti-kadonnut) {grid-template-columns:minmax(0,1fr)}
#paketti-kadonnut {min-width:0;overflow-wrap:anywhere}
.page-shell:has(> #paketti-kadonnut) {overflow-wrap:anywhere}
.page-shell:has(> #paketti-kadonnut) :is(.card,.info-box,.stack) {min-width:0}
/* Readable footer label on pages that include the help stylesheet. */
.partners-title {color:var(--muted);opacity:1}
