.education-page button.choice-select,.learner-app button.choice-select,button.choice-select{display:inline-flex;align-items:center;justify-content:space-between;gap:14px;min-height:44px;max-width:100%;padding:10px 12px;border:1px solid #c9bddf;border-radius:7px;background:#f5f0ff;color:#554273;font-size:14px;font-weight:500;line-height:1.5;text-align:left;box-shadow:none;cursor:pointer;margin:0;white-space:normal}button.choice-select>span:first-child{min-width:0;overflow-wrap:anywhere}button.choice-select>span:last-child{display:flex;flex-shrink:0}.learner-app .choices label button.choice-select,.parent-record label button.choice-select{width:100%;margin-top:8px}.education-page button.choice-select:hover,.learner-app button.choice-select:hover,button.choice-select:hover{background:#eee5fc;border-color:#9578c3}.education-page button.choice-select:focus-visible,.learner-app button.choice-select:focus-visible,button.choice-select:focus-visible{outline:3px solid #9d82d4;outline-offset:2px}.education-page button.choice-select:disabled,.learner-app button.choice-select:disabled,button.choice-select:disabled{background:#eeedf1;color:#696373;border-color:#d2ced9;cursor:not-allowed;opacity:1}.choice-select-popup{z-index:100;min-width:var(--radix-select-trigger-width);max-width:calc(100vw - 24px);max-height:var(--radix-select-content-available-height);padding:5px;background:white;color:#41374f;border:1px solid #ded5e9;border-radius:9px;box-shadow:0 8px 32px #34224824;font:14px/1.5 -apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif}.choice-select-option{position:relative;display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:42px;padding:10px 12px;outline:none;border-radius:5px;cursor:pointer;user-select:none}.choice-select-option[data-highlighted]{background:#eee6fa;color:#5b398f}.choice-select-option[data-state=checked]{font-weight:600;color:#62449a}.choice-select-scroll{display:flex;justify-content:center;padding:5px;color:#73579e}@media(max-width:600px){.learner-app .section-title,.learning-section-heading{flex-wrap:wrap;gap:12px}}@media print{.choice-select-popup{display:none!important}}