.option-choice{display:inline-flex;align-items:stretch;max-width:100%;border:1px solid #d4ddec;border-radius:7px;background:white}
.option-choice:has([aria-pressed=true]){background:#eaf0ff;border-color:#8bacf9;color:#164fc9}
.option-choice .option-toggle{display:flex;align-items:center;gap:8px;min-height:44px;border:0;background:transparent;border-radius:6px 0 0 6px;padding:8px 8px 8px 10px;font-size:13px;line-height:1.4;text-align:left;min-width:0;overflow-wrap:anywhere;color:inherit}
.option-icon{display:grid;place-items:center;flex:0 0 24px;width:24px;height:24px;border:1px solid #dce5dd;border-radius:7px;background:#f6f8f6;color:#4d6857}
.option-icon svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.option-label{min-width:0}
.option-choice:has([aria-pressed=true]) .option-icon{background:#dce7ff;border-color:#9ab6f7;color:#164fc9}
.option-choice .option-help{display:grid;place-items:center;flex-shrink:0;min-width:36px;min-height:44px;padding:8px;border:0;border-radius:0 6px 6px 0;background:transparent;color:#586f98;font-size:13px;line-height:1;font-weight:600}
.option-help span{display:grid;place-items:center;width:16px;height:16px;border:1px solid currentColor;border-radius:50%;font-size:11px}
.option-choice .option-help[aria-expanded=true]{background:#dce7ff;color:#164fc9}
.option-tooltip{position:fixed;z-index:1000;width:360px;max-width:calc(100vw - 24px);padding:16px 18px;border:1px solid #d7e0f0;border-radius:10px;background:#fff;color:#15243a;box-shadow:0 12px 32px #10284b26;overflow:auto;overscroll-behavior:contain;line-height:1.65}
.option-tooltip strong{display:block;font-size:14px;font-weight:600;margin-bottom:7px}
.option-tooltip p{margin:0;color:#536276;font-size:14px;white-space:pre-line;overflow-wrap:anywhere}
@media(hover:hover){.option-choice:hover{background:#edf2ff;border-color:#8bacf9}.option-choice .option-help:hover{background:#dce7ff;color:#164fc9}}
@media(max-width:640px){.option-choice .option-toggle{font-size:12px;padding:8px 6px 8px 8px;gap:7px}.option-icon{flex-basis:22px;width:22px;height:22px}.option-icon svg{width:15px;height:15px}.option-choice .option-help{min-width:40px}.option-tooltip{padding:14px 16px}}
