.oeqsb-wrap{--oe-bg:#fff;--oe-text:#111827;--oe-muted:#6b7280;--oe-border:#d1d5db;--oe-soft:#f3f4f6;--oe-accent:#1f4f7a;--oe-accent-2:#163a59;--oe-success:#166534;--oe-error:#b91c1c;color:var(--oe-text);font:inherit;line-height:1.5;max-width:760px;margin:24px auto}.oeqsb-card{background:var(--oe-bg);border:1px solid var(--oe-border);border-radius:12px;padding:clamp(18px,4vw,34px);box-shadow:0 8px 28px rgba(17,24,39,.06)}.oeqsb-question{border:0;padding:0;margin:0 0 28px}.oeqsb-question legend{font-size:1.08em;font-weight:700;margin-bottom:12px;width:100%}.oeqsb-required{color:var(--oe-error)}.oeqsb-options{display:grid;gap:9px}.oeqsb-inline-options{grid-template-columns:repeat(2,minmax(0,1fr))}.oeqsb-option{display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid var(--oe-border);border-radius:8px;cursor:pointer;transition:border-color .15s ease,background .15s ease}.oeqsb-option:hover{background:var(--oe-soft);border-color:#9ca3af}.oeqsb-option input{margin:0;flex:0 0 auto}.oeqsb-question select,.oeqsb-question input[type=text],.oeqsb-question input[type=email],.oeqsb-question textarea{width:100%;max-width:100%;box-sizing:border-box;border:1px solid var(--oe-border);border-radius:8px;padding:11px 12px;background:#fff;color:var(--oe-text);font:inherit}.oeqsb-question textarea{resize:vertical}.oeqsb-rating{display:flex;gap:8px;flex-wrap:wrap}.oeqsb-rating label input{position:absolute;opacity:0;pointer-events:none}.oeqsb-rating label span{display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--oe-border);border-radius:8px;cursor:pointer;font-weight:700}.oeqsb-rating input:checked+span{background:var(--oe-accent);border-color:var(--oe-accent);color:#fff}.oeqsb-lead-box{padding:16px;background:var(--oe-soft);border-radius:8px}.oeqsb-field{display:grid;gap:6px;margin:0 0 12px}.oeqsb-field span{font-weight:600}.oeqsb-check-row{display:flex;gap:8px;align-items:flex-start}.oeqsb-submit{appearance:none;border:0;border-radius:8px;background:var(--oe-accent);color:#fff;padding:12px 22px;font:inherit;font-weight:700;cursor:pointer}.oeqsb-submit:hover{background:var(--oe-accent-2)}.oeqsb-submit:disabled{opacity:.6;cursor:wait}.oeqsb-form-status{margin-top:12px;font-weight:600}.oeqsb-error{color:var(--oe-error)}.oeqsb-response-message{padding:12px 14px;border-radius:8px;margin-bottom:18px;font-weight:700}.oeqsb-success{background:#ecfdf3;color:var(--oe-success);border:1px solid #bbf7d0}.oeqsb-info{background:#eff6ff;color:#1e3a5f;border:1px solid #bfdbfe}.oeqsb-results{margin-top:24px}.oeqsb-results-panel{border-top:1px solid var(--oe-border);padding-top:18px}.oeqsb-results-panel h3{margin-top:0}.oeqsb-total-responses{color:var(--oe-muted);margin-top:-6px}.oeqsb-result-question{margin:22px 0}.oeqsb-result-question h4{margin:0 0 12px}.oeqsb-result-row{margin:10px 0}.oeqsb-result-label{display:flex;justify-content:space-between;gap:15px;margin-bottom:5px}.oeqsb-result-label strong{white-space:nowrap}.oeqsb-result-bar{height:10px;background:#e5e7eb;border-radius:999px;overflow:hidden}.oeqsb-result-bar span{display:block;height:100%;background:var(--oe-accent);border-radius:999px}.oeqsb-score-card{display:grid;grid-template-columns:1fr auto;gap:4px 18px;align-items:center;padding:18px;border-radius:10px;background:var(--oe-soft);margin:18px 0}.oeqsb-score-card span{font-weight:700}.oeqsb-score-card strong{font-size:1.4em}.oeqsb-score-card em{grid-column:2;font-style:normal;color:var(--oe-muted);text-align:right}.oeqsb-answer-review{margin:20px 0}.oeqsb-answer-review li{margin-bottom:8px}@media(max-width:560px){.oeqsb-card{border-radius:8px}.oeqsb-inline-options{grid-template-columns:1fr}.oeqsb-result-label{align-items:flex-start}.oeqsb-rating label span{width:40px;height:40px}}

.oeqsb-hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}


.oeqsb-directory{--oe-dir-border:#d1d5db;--oe-dir-text:#111827;--oe-dir-muted:#6b7280;--oe-dir-accent:#1f4f7a;display:grid;gap:22px;margin:26px 0}.oeqsb-directory-cols-1{grid-template-columns:1fr}.oeqsb-directory-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.oeqsb-directory-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.oeqsb-directory-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.oeqsb-directory-card{display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid var(--oe-dir-border);border-radius:12px;overflow:hidden;box-shadow:0 7px 24px rgba(17,24,39,.05);color:var(--oe-dir-text)}.oeqsb-directory-media{display:block;text-decoration:none}.oeqsb-directory-image{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}.oeqsb-directory-placeholder{display:grid;place-items:center;aspect-ratio:16/9;background:#eef2f6;color:var(--oe-dir-accent);font-weight:800;font-size:1.1em}.oeqsb-directory-content{display:flex;flex:1;flex-direction:column;padding:18px}.oeqsb-directory-type{text-transform:uppercase;letter-spacing:.08em;font-size:.75em;font-weight:800;color:var(--oe-dir-accent);margin-bottom:7px}.oeqsb-directory-title{font-size:1.2em;line-height:1.25;margin:0 0 10px}.oeqsb-directory-title a{color:inherit;text-decoration:none}.oeqsb-directory-title a:hover{text-decoration:underline}.oeqsb-directory-description{color:var(--oe-dir-muted);margin:0 0 18px;line-height:1.55}.oeqsb-directory-button{align-self:flex-start;margin-top:auto;display:inline-block;border-radius:8px;background:var(--oe-dir-accent);color:#fff!important;text-decoration:none!important;padding:9px 14px;font-weight:700}.oeqsb-directory-button:hover{filter:brightness(.9)}.oeqsb-directory-empty{padding:18px;border:1px dashed #d1d5db;border-radius:8px;text-align:center}.oeqsb-single-intro{max-width:760px;margin:0 auto 22px}.oeqsb-single-cover{display:block;width:100%;height:auto;border-radius:12px;margin-bottom:18px}.oeqsb-single-description{font-size:1.05em;line-height:1.65}.oeqsb-single-description p:last-child{margin-bottom:0}@media(max-width:900px){.oeqsb-directory-cols-3,.oeqsb-directory-cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.oeqsb-directory-cols-2,.oeqsb-directory-cols-3,.oeqsb-directory-cols-4{grid-template-columns:1fr}}

/* Directory enhancements: featured items, pagination, and compact sidebar lists. */
.oeqsb-directory-media-wrap{position:relative}.oeqsb-featured-badge{position:absolute;z-index:2;top:10px;left:10px;display:inline-block;padding:5px 9px;border-radius:999px;background:#111827;color:#fff;font-size:.7em;font-weight:800;letter-spacing:.05em;text-transform:uppercase;box-shadow:0 2px 8px rgba(0,0,0,.16)}.oeqsb-directory-card.oeqsb-is-featured{box-shadow:0 9px 28px rgba(17,24,39,.09)}.oeqsb-pagination{display:flex;align-items:center;justify-content:center;gap:7px;flex-wrap:wrap;margin:24px 0}.oeqsb-page-link,.oeqsb-page-gap{display:inline-flex;min-width:38px;min-height:38px;align-items:center;justify-content:center;box-sizing:border-box}.oeqsb-page-link{padding:7px 11px;border:1px solid #d1d5db;border-radius:7px;background:#fff;color:#1f4f7a!important;text-decoration:none!important;font-weight:700}.oeqsb-page-link:hover{border-color:#9ca3af;background:#f3f4f6}.oeqsb-page-link.is-current{background:#1f4f7a;border-color:#1f4f7a;color:#fff!important}.oeqsb-page-prev,.oeqsb-page-next{padding-left:13px;padding-right:13px}.oeqsb-page-gap{color:#6b7280}.oeqsb-sidebar-list{display:grid;gap:12px;width:100%;margin:0}.oeqsb-sidebar-item{margin:0;padding:0}.oeqsb-sidebar-link{display:grid;grid-template-columns:86px minmax(0,1fr);gap:12px;align-items:center;color:inherit!important;text-decoration:none!important}.oeqsb-sidebar-media{display:block;width:86px;aspect-ratio:4/3;border-radius:7px;overflow:hidden;background:#eef2f6}.oeqsb-sidebar-image{display:block;width:100%;height:100%;object-fit:cover}.oeqsb-sidebar-placeholder{display:block;width:100%;height:100%;background:#eef2f6}.oeqsb-sidebar-title{font-size:.98em;line-height:1.3;font-weight:700;overflow-wrap:anywhere}.oeqsb-sidebar-link:hover .oeqsb-sidebar-title{text-decoration:underline}.oeqsb-sidebar-item+.oeqsb-sidebar-item{padding-top:12px;border-top:1px solid #e5e7eb}@media(max-width:420px){.oeqsb-sidebar-link{grid-template-columns:74px minmax(0,1fr)}.oeqsb-sidebar-media{width:74px}.oeqsb-page-prev,.oeqsb-page-next{width:100%}}

/* v1.3 category overlays and result visualizations */
.oeqsb-category-badge{position:absolute;z-index:3;top:10px;left:10px;display:inline-block;max-width:72%;padding:5px 9px;border-radius:3px;font-size:.7em;font-weight:800;line-height:1.1;letter-spacing:.045em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-shadow:0 2px 8px rgba(0,0,0,.18)}.oeqsb-featured-badge{left:auto;right:10px}.oeqsb-sidebar-media{position:relative}.oeqsb-category-badge-small{top:5px;left:5px;max-width:calc(100% - 10px);padding:3px 5px;font-size:.52em;letter-spacing:.02em}.oeqsb-public-chart-vertical{display:flex;align-items:stretch;gap:10px;min-height:220px;padding:6px 2px 2px;overflow-x:auto;border-bottom:1px solid var(--oe-border)}.oeqsb-public-v-item{display:grid;grid-template-rows:auto 145px auto;gap:5px;align-items:end;min-width:70px;flex:1;text-align:center}.oeqsb-public-v-item>strong{font-size:.78em;line-height:1.2}.oeqsb-public-v-track{position:relative;height:145px;background:#eef0f2;border-radius:6px 6px 0 0;overflow:hidden}.oeqsb-public-v-track span{position:absolute;bottom:0;left:0;right:0}.oeqsb-public-v-item>span:last-child{font-size:.82em;font-weight:600;line-height:1.2;overflow-wrap:anywhere}.oeqsb-public-chart-round{display:grid;grid-template-columns:minmax(170px,220px) minmax(220px,1fr);gap:24px;align-items:center;margin-top:10px}.oeqsb-public-round-plot{position:relative;width:min(210px,100%);aspect-ratio:1;border-radius:50%;box-shadow:inset 0 0 0 1px rgba(0,0,0,.06)}.oeqsb-public-round-donut .oeqsb-public-round-plot>span{position:absolute;inset:28%;border-radius:50%;background:var(--oe-bg);box-shadow:0 0 0 1px rgba(0,0,0,.06)}.oeqsb-public-legend{display:grid;gap:8px}.oeqsb-public-legend-row{display:grid;grid-template-columns:12px minmax(0,1fr) auto;gap:8px;align-items:center}.oeqsb-public-legend-row i{width:12px;height:12px;border-radius:2px}.oeqsb-public-legend-row strong{white-space:nowrap}.oeqsb-chart-note{font-size:.82em;color:var(--oe-muted);margin-top:10px}@media(max-width:600px){.oeqsb-public-chart-round{grid-template-columns:1fr}.oeqsb-public-round-plot{max-width:190px;margin:0 auto}.oeqsb-public-legend-row{grid-template-columns:10px minmax(0,1fr) auto}.oeqsb-category-badge{font-size:.62em}}


/* v1.4 minimal quiz sharing */
.oeqsb-share-box{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin:18px 0;padding:12px 14px;border:1px solid var(--oe-border);border-radius:9px;background:var(--oe-soft)}.oeqsb-share-prompt{flex:1 1 240px;font-weight:650;line-height:1.4}.oeqsb-share-actions{display:flex;align-items:center;gap:10px}.oeqsb-share-button{appearance:none;border:0;border-radius:7px;background:var(--oe-accent);color:#fff;padding:8px 13px;font:inherit;font-weight:750;cursor:pointer}.oeqsb-share-button:hover{background:var(--oe-accent-2)}.oeqsb-copy-link{appearance:none;border:0;background:transparent;color:var(--oe-accent);padding:6px 2px;font:inherit;font-size:.92em;font-weight:650;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.oeqsb-copy-link:hover{color:var(--oe-accent-2)}.oeqsb-share-status{flex-basis:100%;min-height:1em;color:var(--oe-muted);font-size:.82em}.oeqsb-share-status:empty{display:none}@media(max-width:560px){.oeqsb-share-box{align-items:flex-start}.oeqsb-share-actions{width:100%;justify-content:flex-start}}

/* v1.5 personality quiz result cards */
.oeqsb-outcome-card{position:relative;overflow:hidden;margin:0 0 26px;border:1px solid var(--oe-border);border-radius:14px;background:var(--oe-bg);box-shadow:0 10px 32px rgba(17,24,39,.08)}.oeqsb-outcome-kicker{position:absolute;z-index:2;top:12px;left:12px;display:inline-block;padding:5px 9px;border-radius:4px;background:rgba(17,24,39,.9);color:#fff;font-size:.72em;font-weight:800;letter-spacing:.055em;text-transform:uppercase}.oeqsb-outcome-image{background:var(--oe-soft)}.oeqsb-outcome-image img{display:block;width:100%;max-height:460px;object-fit:cover}.oeqsb-outcome-content{padding:clamp(20px,4vw,34px)}.oeqsb-outcome-content h2{margin:0 0 14px;font-size:clamp(1.65em,4vw,2.35em);line-height:1.1}.oeqsb-outcome-description{font-size:1.03em;line-height:1.68}.oeqsb-outcome-description p:first-child{margin-top:0}.oeqsb-outcome-description p:last-child{margin-bottom:0}.oeqsb-result-share-box{margin:0 0 20px}.oeqsb-shared-outcome{border-color:#9ca3af}.oeqsb-shared-cta{margin:16px 0 0;padding-top:16px;border-top:1px solid var(--oe-border);font-weight:700;color:var(--oe-accent)}@media(max-width:560px){.oeqsb-outcome-kicker{top:8px;left:8px}.oeqsb-outcome-image img{max-height:340px}.oeqsb-outcome-content{padding:20px}}

/* v1.6 one-question flow and progress bar */
.oeqsb-progress{margin:0 0 26px}.oeqsb-progress-meta{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:8px;color:var(--oe-muted);font-size:.9em;font-weight:700}.oeqsb-progress-track{height:10px;overflow:hidden;border-radius:999px;background:#e5e7eb}.oeqsb-progress-fill{display:block;height:100%;border-radius:999px;background:var(--oe-accent);transition:width .28s ease}.oeqsb-steps{min-height:190px}.oeqsb-step{margin:0}.oeqsb-step[hidden]{display:none!important}.oeqsb-step legend:focus{outline:0}.oeqsb-step-invalid{animation:oeqsb-step-nudge .18s ease-in-out 0s 2}.oeqsb-navigation{display:flex;align-items:center;gap:10px;margin-top:28px;padding-top:18px;border-top:1px solid var(--oe-border)}.oeqsb-back,.oeqsb-next,.oeqsb-submit{appearance:none;border-radius:8px;padding:12px 22px;font:inherit;font-weight:700;cursor:pointer}.oeqsb-next,.oeqsb-submit{border:0;background:var(--oe-accent);color:#fff;margin-left:auto}.oeqsb-next:hover,.oeqsb-submit:hover{background:var(--oe-accent-2)}.oeqsb-back{border:1px solid var(--oe-border);background:#fff;color:var(--oe-text)}.oeqsb-back:hover{background:var(--oe-soft);border-color:#9ca3af}.oeqsb-back:disabled,.oeqsb-next:disabled,.oeqsb-submit:disabled{opacity:.6;cursor:wait}.oeqsb-lead-box.oeqsb-step{margin:0}.oeqsb-form-status:empty{display:none}@keyframes oeqsb-step-nudge{0%,100%{transform:translateX(0)}50%{transform:translateX(3px)}}@media(max-width:560px){.oeqsb-steps{min-height:160px}.oeqsb-navigation{align-items:stretch}.oeqsb-back,.oeqsb-next,.oeqsb-submit{padding:11px 17px}.oeqsb-progress-meta{font-size:.84em}}
@media(prefers-reduced-motion:reduce){.oeqsb-progress-fill{transition:none}.oeqsb-step-invalid{animation:none}.oeqsb-wrap{scroll-behavior:auto}}
.oeqsb-navigation [hidden]{display:none!important}

/* v1.7 post-result lead capture, sponsor attribution, and outcome prevalence */
.oeqsb-post-lead-box{margin:22px 0;padding:20px;border:1px solid var(--oe-border);border-radius:12px;background:var(--oe-soft)}.oeqsb-post-lead-box h3{margin:0 0 7px;font-size:1.2em}.oeqsb-post-lead-box>p{margin:0 0 16px;color:var(--oe-muted);line-height:1.5}.oeqsb-lead-capture-form{margin:0}.oeqsb-lead-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.oeqsb-lead-fields .oeqsb-field{margin:0}.oeqsb-lead-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:14px}.oeqsb-lead-submit{appearance:none;border:0;border-radius:8px;background:var(--oe-accent);color:#fff;padding:10px 16px;font:inherit;font-weight:750;cursor:pointer}.oeqsb-lead-submit:hover{background:var(--oe-accent-2)}.oeqsb-lead-submit:disabled{opacity:.65;cursor:wait}.oeqsb-lead-status{font-size:.9em}.oeqsb-lead-status.oeqsb-error{color:#a11}.oeqsb-lead-success{font-weight:750;color:#17663a}.oeqsb-sponsor-badge{display:inline-flex;align-items:center;max-width:100%;border-radius:4px;background:#111827;color:#fff!important;text-decoration:none!important;font-size:.76em;font-weight:800;line-height:1.25;letter-spacing:.025em;padding:6px 9px}.oeqsb-sponsor-badge:hover{filter:brightness(1.12)}.oeqsb-sponsor-page{margin:0 0 18px}.oeqsb-sponsor-page .oeqsb-sponsor-badge{background:var(--oe-soft);border:1px solid var(--oe-border);color:var(--oe-text)!important}.oeqsb-sponsor-directory{position:absolute;z-index:4;left:10px;bottom:10px;max-width:calc(100% - 20px);box-shadow:0 2px 8px rgba(0,0,0,.2)}.oeqsb-sponsor-outcome{margin:0 0 12px}.oeqsb-outcome-prevalence{margin:16px 0 0;padding:12px 14px;border-left:4px solid var(--oe-accent);background:var(--oe-soft);font-weight:750;line-height:1.45}.oeqsb-sidebar-copy{display:flex;min-width:0;flex-direction:column;gap:4px}.oeqsb-sidebar-sponsor{color:var(--oe-muted);font-size:.72em;line-height:1.25}.oeqsb-directory-media-wrap>.oeqsb-sponsor-directory+.oeqsb-directory-media{position:relative;z-index:1}@media(max-width:560px){.oeqsb-lead-fields{grid-template-columns:1fr}.oeqsb-post-lead-box{padding:17px}.oeqsb-sponsor-directory{font-size:.65em}}

/* v1.8 standalone website email opt-in */
.oeqsb-standalone-optin{--oe-optin-border:var(--oe-border,#d8dde5);--oe-optin-accent:var(--oe-accent,#1f4f7a);padding:22px;border:1px solid var(--oe-optin-border);border-radius:12px;background:#fff;box-shadow:0 4px 18px rgba(15,23,42,.06)}.oeqsb-standalone-optin h3{margin:0 0 7px;font-size:1.3em;line-height:1.25}.oeqsb-optin-description{margin:0 0 16px;color:var(--oe-muted,#5f6875);line-height:1.5}.oeqsb-standalone-optin-form{margin:0}.oeqsb-optin-fields{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end}.oeqsb-optin-fields.oeqsb-optin-with-name{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto}.oeqsb-optin-fields .oeqsb-field{margin:0}.oeqsb-optin-submit{appearance:none;border:0;border-radius:8px;background:var(--oe-optin-accent);color:#fff;padding:11px 17px;min-height:44px;font:inherit;font-weight:750;cursor:pointer;white-space:nowrap}.oeqsb-optin-submit:hover{filter:brightness(.92)}.oeqsb-optin-submit:disabled{opacity:.65;cursor:wait}.oeqsb-optin-consent{margin:10px 0 0;color:var(--oe-muted,#5f6875);font-size:.78em;line-height:1.4}.oeqsb-optin-status{display:block;margin-top:9px;font-size:.9em}.oeqsb-optin-status:empty{display:none}.oeqsb-optin-status.oeqsb-error{color:#a11}.oeqsb-optin-success{padding:7px 0;font-weight:750;color:#17663a}@media(max-width:680px){.oeqsb-optin-fields,.oeqsb-optin-fields.oeqsb-optin-with-name{grid-template-columns:1fr}.oeqsb-optin-submit{width:100%}}
.oeqsb-standalone-optin .oeqsb-field input{width:100%;max-width:100%;min-height:44px;box-sizing:border-box;border:1px solid var(--oe-optin-border);border-radius:8px;padding:10px 12px;background:#fff;color:#111827;font:inherit}
.oeqsb-standalone-optin{container-type:inline-size}.oeqsb-optin-fields.oeqsb-optin-with-name .oeqsb-optin-submit{grid-column:auto}@container (max-width:520px){.oeqsb-optin-fields,.oeqsb-optin-fields.oeqsb-optin-with-name{grid-template-columns:1fr}.oeqsb-optin-submit{width:100%}}


/* v1.9 post-result sponsor / affiliate image */
.oeqsb-result-promotion{margin:22px 0;padding:14px;border:1px solid var(--oe-border);border-radius:12px;background:var(--oe-bg);text-align:center}.oeqsb-result-promotion-label{margin:0 0 10px;color:var(--oe-muted);font-size:.82em;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.oeqsb-result-promotion a{display:block;text-decoration:none}.oeqsb-result-promotion img{display:block;width:100%;height:auto;max-height:420px;object-fit:contain;border-radius:8px}.oeqsb-result-promotion small{display:block;margin-top:9px;color:var(--oe-muted);font-size:.74em;line-height:1.4}.oeqsb-result-promotion-affiliate{border-style:dashed}.oeqsb-outcome-content>.oeqsb-sponsor-outcome{margin:0 0 14px}.oeqsb-outcome-content>.oeqsb-result-share-box+h2{margin-top:0}

/* Reusable respondent profiles and optional accounts */
.oeqsb-profile-prompt,.oeqsb-account-box,.oeqsb-account-dashboard,.oeqsb-account-section{border:1px solid #dbe3eb;border-radius:14px;background:#fff;padding:22px;margin:20px 0}.oeqsb-profile-prompt h3,.oeqsb-account-section h3,.oeqsb-account-box h2{margin:0 0 8px}.oeqsb-profile-privacy{font-size:13px;color:#64748b}.oeqsb-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.oeqsb-profile-field>label{display:block;margin-bottom:6px}.oeqsb-profile-field input[type=text],.oeqsb-profile-field input[type=number],.oeqsb-profile-field select,.oeqsb-profile-field textarea,.oeqsb-account-box input[type=text],.oeqsb-account-box input[type=email],.oeqsb-account-box input[type=password],.oeqsb-account-section input[type=text],.oeqsb-account-section input[type=email],.oeqsb-account-section input[type=password]{width:100%;padding:11px 12px;border:1px solid #cbd5e1;border-radius:8px;background:#fff}.oeqsb-profile-options{display:grid;gap:7px}.oeqsb-profile-options label{display:flex;gap:8px;align-items:flex-start}.oeqsb-profile-actions,.oeqsb-account-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:16px}.oeqsb-profile-save,.oeqsb-account-primary,.oeqsb-account-action{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:9px;background:#173f62;color:#fff!important;padding:11px 17px;font-weight:700;text-decoration:none;cursor:pointer}.oeqsb-profile-skip{border:0;background:transparent;color:#475569;text-decoration:underline;cursor:pointer}.oeqsb-profile-status,.oeqsb-account-status{font-size:14px}.oeqsb-profile-success{padding:11px 13px;border-radius:9px;background:#ecfdf3;color:#166534}.oeqsb-account-box form>label,.oeqsb-account-section form>label{display:block;margin:12px 0}.oeqsb-account-header{display:flex;align-items:center;gap:18px;padding:22px;border:1px solid #dbe3eb;border-radius:16px;background:#f8fafc}.oeqsb-account-header h2{margin:0 0 5px}.oeqsb-account-header p{margin:0}.oeqsb-account-avatar{width:84px;height:84px;border-radius:50%;object-fit:cover;background:#e2e8f0}.oeqsb-account-actions{margin:18px 0}.oeqsb-account-action{background:#334155}.oeqsb-account-profile-group{border:1px solid #dbe3eb;border-radius:10px;margin:10px 0;overflow:hidden}.oeqsb-account-profile-group summary{padding:14px 16px;font-weight:750;background:#f8fafc;cursor:pointer}.oeqsb-account-profile-group form{padding:16px}.oeqsb-account-history{display:grid;gap:8px}.oeqsb-history-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid #e2e8f0;border-radius:10px;text-decoration:none;color:inherit}.oeqsb-history-row small{display:block;color:#64748b;margin-top:3px}.oeqsb-danger-zone{border-color:#fecaca;background:#fffafa}.oeqsb-delete-account{border:1px solid #b91c1c;border-radius:8px;background:#fff;color:#b91c1c;padding:10px 14px;font-weight:700;cursor:pointer}.oeqsb-account-status.oeqsb-success{color:#166534}.oeqsb-account-status.oeqsb-error,.oeqsb-profile-status.oeqsb-error{color:#b91c1c}.oeqsb-account-login-link{margin-top:14px}.oeqsb-account-section .description{display:block;color:#64748b;font-size:13px;margin-top:5px}
@media(max-width:700px){.oeqsb-profile-grid{grid-template-columns:1fr}.oeqsb-account-header{align-items:flex-start}.oeqsb-account-avatar{width:68px;height:68px}}

/* Front-end account access */
.oeqsb-account-access{max-width:680px}.oeqsb-access-tabs{display:flex;gap:6px;flex-wrap:wrap;border-bottom:1px solid #dbe3eb;margin:-4px 0 18px;padding:0 0 10px}.oeqsb-access-tab{display:inline-flex;align-items:center;justify-content:center;padding:9px 12px;border-radius:8px;color:#475569;text-decoration:none;font-weight:700}.oeqsb-access-tab:hover,.oeqsb-access-tab:focus{background:#f1f5f9;color:#173f62}.oeqsb-access-tab.is-active{background:#173f62;color:#fff}.oeqsb-access-panel[hidden]{display:none!important}.oeqsb-access-panel-inner>h2{margin-top:0}.oeqsb-account-secondary{display:inline-flex;align-items:center;justify-content:center;border:1px solid #cbd5e1;border-radius:9px;background:#fff;color:#334155!important;padding:10px 16px;font-weight:700;text-decoration:none;cursor:pointer}.oeqsb-account-secondary:hover,.oeqsb-account-secondary:focus{border-color:#94a3b8;background:#f8fafc}.oeqsb-logged-in-box .oeqsb-account-actions{margin-bottom:0}.oeqsb-account-status{display:block;margin-top:10px;min-height:1.4em}.oeqsb-login-form .oeqsb-check-row{display:flex;gap:8px;align-items:center}.oeqsb-login-form .oeqsb-check-row input{width:auto}
@media(max-width:520px){.oeqsb-access-tabs{display:grid;grid-template-columns:1fr}.oeqsb-access-tab{width:100%}}

/* Tabbed My Account dashboard */
.oeqsb-dashboard-tabs{display:flex;gap:6px;flex-wrap:wrap;margin:22px 0 0;border-bottom:1px solid #dbe3eb}.oeqsb-dashboard-tab{display:inline-flex;align-items:center;justify-content:center;padding:12px 16px;border:1px solid transparent;border-bottom:0;border-radius:10px 10px 0 0;color:#475569;text-decoration:none;font-weight:750;background:transparent}.oeqsb-dashboard-tab:hover,.oeqsb-dashboard-tab:focus{background:#f8fafc;color:#173f62}.oeqsb-dashboard-tab.is-active{position:relative;top:1px;background:#fff;color:#173f62;border-color:#dbe3eb}.oeqsb-account-tab-panel{margin-top:0;border-top-left-radius:0}.oeqsb-account-subsection{margin-top:26px;padding-top:22px;border-top:1px solid #e2e8f0}.oeqsb-account-subsection>h3{margin-top:0}.oeqsb-account-section input[readonly]{background:#f8fafc;color:#64748b}.oeqsb-change-password-form{max-width:620px}
@media(max-width:700px){.oeqsb-dashboard-tabs{display:grid;grid-template-columns:1fr;margin-top:18px;border-bottom:0}.oeqsb-dashboard-tab,.oeqsb-dashboard-tab.is-active{top:auto;border:1px solid #dbe3eb;border-radius:9px;justify-content:flex-start}.oeqsb-dashboard-tab.is-active{background:#173f62;color:#fff}.oeqsb-account-tab-panel{border-radius:14px}}

/* v2.3 account-gated items, guest combat-sports background, and multi-offer results */
.oeqsb-access-required .oeqsb-card{max-width:760px;margin-inline:auto}.oeqsb-login-required-message{text-align:center;margin:0 auto 20px;padding:18px;border-radius:12px;background:#f8fafc;border:1px solid #dbe3eb}.oeqsb-login-required-message h2{margin:0 0 8px}.oeqsb-login-required-message p{margin:0;color:var(--oe-muted)}
.oeqsb-guest-background-step select{width:100%;max-width:560px;padding:12px 14px;border:1px solid var(--oe-border);border-radius:9px;background:#fff;color:inherit}.oeqsb-background-note{max-width:680px;margin:14px 0 0;color:var(--oe-muted);font-size:.88em;line-height:1.55}.oeqsb-background-note a{font-weight:700}
.oeqsb-result-promotion-grid{display:grid;grid-template-columns:repeat(var(--oeqsb-promo-columns,1),minmax(0,1fr));gap:16px;align-items:start}.oeqsb-result-promotion-item{min-width:0}.oeqsb-result-promotion-item a{display:block}.oeqsb-result-promotion-item img{width:100%;height:auto;max-height:none;aspect-ratio:4/3;object-fit:contain;background:#fff}.oeqsb-result-promotion-item>strong{display:block;margin-top:9px;line-height:1.35}.oeqsb-result-promotion-item a+strong{margin-top:9px}
@media(max-width:820px){.oeqsb-result-promotion-grid[style*="--oeqsb-promo-columns:3"]{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.oeqsb-result-promotion-grid{grid-template-columns:1fr}.oeqsb-access-required .oeqsb-card{padding-inline:16px}}
