.learning-style-shell{max-width:920px;margin:34px auto 80px;padding:0 20px;color:#17231f}
.learning-style-head{display:grid;gap:18px;margin-bottom:18px}
.learning-style-back{display:inline-flex;align-items:center;gap:6px;color:#6b7d76;text-decoration:none;font-size:14px;font-weight:700}
.learning-style-title-row{display:flex;align-items:end;justify-content:space-between;gap:18px;flex-wrap:wrap}
.learning-style-title{margin:10px 0 0;font-size:32px;line-height:1.12;color:#123b31;letter-spacing:0;font-weight:950}
.learning-style-copy{margin:8px 0 0;max-width:680px;color:#64748b;line-height:1.72;font-size:15px;font-weight:740}
.learning-style-count{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 12px;border-radius:999px;background:#edf5f2;border:1px solid rgba(18,59,49,.12);color:#446057;font-size:13px;font-weight:900}
.learning-style-alert{margin-bottom:14px;padding:12px 14px;border-radius:8px;font-weight:800;background:#fff1f2;color:#be123c;border:1px solid rgba(190,18,60,.12)}
.learning-style-form{display:grid;gap:0}
.learning-style-panel{padding:24px 0;border-top:1px solid rgba(18,59,49,.12)}
.learning-style-panel:first-child{padding-top:0;border-top:0}
.learning-style-question{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:10px}
.learning-style-question strong{color:#123b31;font-size:16px;line-height:1.55;font-weight:950}
.learning-style-error{display:block;color:#be123c;font-size:12px;font-weight:800;line-height:1.5}
.learning-choice-list{display:grid;grid-template-columns:1fr;gap:0;max-width:720px}
.learning-choice-option{position:relative;display:grid;grid-template-columns:22px 1fr;align-items:flex-start;gap:12px;min-height:0;padding:10px 2px;border-top:1px solid rgba(18,59,49,.08);background:transparent;color:#334155;font-size:15px;font-weight:760;cursor:pointer;text-align:left;line-height:1.5;transition:color .16s ease,background .16s ease}
.learning-choice-option:first-child{border-top:0}
.learning-choice-option input{position:static;opacity:1;pointer-events:auto;margin:3px 0 0;width:17px;height:17px;accent-color:#0f766e}
.learning-choice-option:hover{color:#123b31;background:#f7fbf9}
.learning-choice-option:has(input:checked){color:#0f766e;font-weight:900;background:#f7fbf9}
.learning-style-actions{display:flex;align-items:center;justify-content:flex-end;gap:14px;flex-wrap:wrap;margin-top:4px}
.learning-style-submit{border:none;border-radius:999px;padding:13px 24px;background:#123b31;color:#fff;font-size:15px;font-weight:950;cursor:pointer;box-shadow:0 14px 26px rgba(18,59,49,.2)}
.learning-style-submit:hover{background:#0f4d3f}
@media(max-width:760px){
    .learning-style-title-row{align-items:flex-start;flex-direction:column}
    .learning-style-title{font-size:28px}
    .learning-style-panel{padding:22px 0}
    .learning-style-question{flex-direction:column;gap:6px}
}
