/* Phase 22 — Free Answers. All selectors are scoped to the Free Answers page/viewer. */
.sw-free-answers-page,.sw-free-answer-viewer{background:#fff;min-height:70vh}
.sw-free-answers-inner,.sw-free-answers-grid{width:min(1120px,calc(100% - 40px));margin:0 auto}
.sw-free-answers-hero{padding:72px 0 42px;border-bottom:1px solid #eef0f4}
.sw-free-answers-eyebrow{font-size:13px;font-weight:800;letter-spacing:.12em;color:#5B3DF5;margin:0 0 12px}
.sw-free-answers-hero h1{margin:0;font-size:clamp(34px,5vw,54px);line-height:1.05;letter-spacing:-.03em;color:#101828}
.sw-free-answers-hero p{max-width:720px;margin:18px 0 0;font-size:18px;line-height:1.6;color:#667085}
.sw-free-answers-library{padding:44px 0 80px}
.sw-free-answers-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.sw-free-answer-card{display:flex;flex-direction:column;overflow:hidden;min-width:0;border:1px solid #e4e7ec;border-radius:18px;background:#fff;text-decoration:none!important;box-shadow:0 8px 30px rgba(16,24,40,.05);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.sw-free-answer-card:hover{transform:translateY(-3px);border-color:#cfc7ff;box-shadow:0 14px 34px rgba(16,24,40,.09)}
.sw-free-answer-card-image{position:relative;aspect-ratio:2/3;background:#f6f7fb;overflow:hidden;border-bottom:1px solid #e4e7ec}
.sw-free-answer-card-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:top center;transition:transform .25s ease}.sw-free-answer-card:hover .sw-free-answer-card-image img{transform:scale(1.015)}
.sw-free-answer-card-image.is-empty{display:grid;place-items:center}.sw-free-answer-card-image-badge{position:absolute;top:12px;right:12px;padding:6px 9px;border-radius:999px;background:rgba(91,61,245,.95);color:#fff;font-size:9px;font-weight:900;letter-spacing:.08em;box-shadow:0 4px 12px rgba(16,24,40,.12)}
.sw-free-answer-card-placeholder{font-size:12px;font-weight:900;line-height:1.35;letter-spacing:.12em;text-align:center;color:#5B3DF5;background:#f0edff;border-radius:16px;padding:18px}
.sw-free-answer-card-body{display:flex;flex-direction:column;flex:1;padding:20px 22px 22px}.sw-free-answer-card-topline{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.sw-free-answer-card-type{flex:0 0 auto;padding:5px 8px;border-radius:999px;background:#f0edff;color:#5B3DF5;font-size:9px;font-weight:900;letter-spacing:.08em}
.sw-free-answer-card-label{font-size:10px;font-weight:900;letter-spacing:.1em;color:#5B3DF5}
.sw-free-answer-card h2{margin:0;color:#101828;font-size:21px;line-height:1.28;letter-spacing:-.015em}.sw-free-answer-card-description{margin:12px 0 0;color:#667085;font-size:14px;line-height:1.55}.sw-free-answer-card-link{display:inline-flex;align-items:center;gap:4px;margin-top:auto;padding-top:22px;color:#5B3DF5;font-size:14px;font-weight:850}
.sw-free-answers-empty{grid-column:1/-1;padding:64px 24px;text-align:center;border:1px dashed #d0d5dd;border-radius:18px;background:#fcfcfd}
.sw-free-answers-empty h2{margin:0;color:#101828}.sw-free-answers-empty p{margin:10px 0 0;color:#667085}

/* Viewer */
.sw-free-answer-viewer{background:#eef0f5;padding:34px 0 80px}
.sw-free-answer-viewer-inner{width:min(1120px,calc(100% - 40px));margin:0 auto}
.sw-free-answer-back{display:inline-block;margin:0 0 24px;color:#5B3DF5!important;text-decoration:none!important;font-size:14px;font-weight:800}
.sw-free-answer-viewer-header{background:#fff;border:1px solid #e4e7ec;border-radius:20px;padding:34px 36px;margin-bottom:18px;box-shadow:0 8px 30px rgba(16,24,40,.05)}
.sw-free-answer-viewer-header h1{margin:0;color:#101828;font-size:clamp(30px,4vw,48px);line-height:1.12;letter-spacing:-.03em}
.sw-free-answer-viewer-header p{margin:14px 0 0;color:#667085;font-size:16px;line-height:1.6}
.sw-free-answer-tabs{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:6px;margin-bottom:28px;background:#e3e6ed;border-radius:14px}
.sw-free-answer-tab{display:flex;align-items:center;justify-content:center;min-height:48px;border-radius:10px;color:#667085!important;text-decoration:none!important;font-size:14px;font-weight:850}
.sw-free-answer-tab:hover{color:#101828!important;background:rgba(255,255,255,.55)}
.sw-free-answer-tab.is-active{background:#fff;color:#101828!important;box-shadow:0 2px 8px rgba(20,30,50,.08)}
.sw-free-answer-section{scroll-margin-top:30px;margin-bottom:48px}
.sw-free-answer-section-heading{margin:0 auto 18px;width:min(100%,1024px)}
.sw-free-answer-section-heading span{font-size:11px;font-weight:900;letter-spacing:.12em;color:#5B3DF5}
.sw-free-answer-section-heading h2{margin:5px 0 0;color:#101828;font-size:28px;line-height:1.2}
.sw-free-answer-visual{width:min(100%,1024px);margin:0 auto}
.sw-free-answer-visual-page{margin:0 auto 28px;background:#fff;box-shadow:0 10px 35px rgba(20,30,50,.12)}
.sw-free-answer-visual-page img{display:block;width:100%;height:auto}
.sw-free-answer-full-frame{width:min(100%,1180px);margin:0 auto;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 35px rgba(20,30,50,.12)}
.sw-free-answer-full-frame iframe{display:block;width:100%;height:3200px;border:0;background:#fff}
.sw-free-answer-empty{width:min(100%,1024px);margin:0 auto;padding:64px 24px;text-align:center;background:#fff;border:1px dashed #d0d5dd;border-radius:18px}
.sw-free-answer-empty h3{margin:0;color:#101828;font-size:22px}.sw-free-answer-empty p{margin:10px 0 0;color:#667085}
@media(max-width:800px){
 .sw-free-answers-inner,.sw-free-answers-grid,.sw-free-answer-viewer-inner{width:min(100% - 28px,1120px)}
 .sw-free-answers-hero{padding:48px 0 34px}.sw-free-answers-hero p{font-size:16px}
 .sw-free-answers-grid{grid-template-columns:1fr}
 .sw-free-answer-viewer{padding-top:24px}.sw-free-answer-viewer-header{padding:26px 22px}
 .sw-free-answer-full-frame iframe{height:3200px}
}

/* Free Answers search */
.sw-free-answers-tools{width:min(1120px,calc(100% - 40px));margin:0 auto 30px}
.sw-free-answers-search{position:relative;display:flex;align-items:center;width:100%;max-width:760px;margin:0 auto;padding:6px;background:#fff;border:1px solid #dfe3ea;border-radius:16px;box-shadow:0 8px 28px rgba(16,24,40,.06)}
.sw-free-answers-search:focus-within{border-color:#b9afff;box-shadow:0 0 0 4px rgba(91,61,245,.08),0 8px 28px rgba(16,24,40,.06)}
.sw-free-answers-search-icon{flex:0 0 auto;margin:0 10px 0 13px;color:#98a2b3;font-size:24px;line-height:1;transform:rotate(-20deg)}
.sw-free-answers-search input{min-width:0;flex:1;height:44px;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;padding:0 8px!important;color:#101828;font-size:15px}
.sw-free-answers-search input::placeholder{color:#98a2b3}
.sw-free-answers-search button{flex:0 0 auto;height:44px;padding:0 20px;border:0;border-radius:11px;background:#5B3DF5;color:#fff;font-size:14px;font-weight:800;cursor:pointer}
.sw-free-answers-search button:hover{background:#4d30e4}
.sw-free-answers-search-clear{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:32px;height:32px;margin-right:4px;border-radius:50%;color:#667085!important;text-decoration:none!important;font-size:22px;line-height:1}
.sw-free-answers-search-clear:hover{background:#f2f4f7;color:#101828!important}
.sw-free-answers-search-result{max-width:760px;margin:12px auto 0;color:#667085;font-size:13px;text-align:left}.sw-free-answers-search-result strong{color:#101828}
.sw-free-answers-empty-link{display:inline-block;margin-top:18px;color:#5B3DF5!important;font-size:14px;font-weight:800;text-decoration:none!important}
@media(max-width:800px){.sw-free-answers-tools{width:min(100% - 28px,1120px)}.sw-free-answers-search{padding:5px}.sw-free-answers-search button{padding:0 15px}.sw-free-answers-search-icon{margin-left:9px;margin-right:5px}}

/* Free Answers type filters */
.sw-free-answer-filters{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px;margin:22px auto 0;max-width:900px}
.sw-free-answer-filter{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 15px;border:1px solid #e1e5ec;border-radius:999px;background:#fff;color:#667085!important;text-decoration:none!important;font-size:13px;font-weight:800;transition:all .16s ease}
.sw-free-answer-filter:hover{border-color:#cfc7ff;background:#f8f7ff;color:#5B3DF5!important}
.sw-free-answer-filter.is-active{border-color:#5B3DF5;background:#5B3DF5;color:#fff!important;box-shadow:0 5px 14px rgba(91,61,245,.18)}
@media(max-width:800px){.sw-free-answer-filters{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding:2px 2px 6px;scrollbar-width:none}.sw-free-answer-filters::-webkit-scrollbar{display:none}.sw-free-answer-filter{flex:0 0 auto}}

/* Phase 22 v11 — strengthen filter styling against theme/nav defaults. */
.sw-free-answers-tools nav.sw-free-answer-filters{display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:center!important;gap:10px!important;margin:22px auto 0!important;max-width:900px!important;padding:0!important;list-style:none!important;background:transparent!important}
.sw-free-answers-tools nav.sw-free-answer-filters a.sw-free-answer-filter{display:inline-flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important;min-height:40px!important;height:40px!important;padding:0 17px!important;border:1px solid #e1e5ec!important;border-radius:999px!important;background:#fff!important;color:#667085!important;text-decoration:none!important;font-size:13px!important;font-weight:800!important;line-height:1!important;white-space:nowrap!important;cursor:pointer!important;transition:background-color .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease,transform .16s ease!important}
.sw-free-answers-tools nav.sw-free-answer-filters a.sw-free-answer-filter:hover{border-color:#cfc7ff!important;background:#f8f7ff!important;color:#5B3DF5!important;transform:translateY(-1px)!important}
.sw-free-answers-tools nav.sw-free-answer-filters a.sw-free-answer-filter.is-active{border-color:#5B3DF5!important;background:#5B3DF5!important;color:#fff!important;box-shadow:0 5px 14px rgba(91,61,245,.18)!important}
@media(max-width:800px){.sw-free-answers-tools nav.sw-free-answer-filters{justify-content:flex-start!important;overflow-x:auto!important;flex-wrap:nowrap!important;padding:2px 2px 8px!important;scrollbar-width:none!important}.sw-free-answers-tools nav.sw-free-answer-filters::-webkit-scrollbar{display:none!important}.sw-free-answers-tools nav.sw-free-answer-filters a.sw-free-answer-filter{flex:0 0 auto!important}}

/* Phase 22 — Related Free Answers */
.sw-free-answer-related{width:min(100%,1120px);margin:58px auto 0;padding-top:42px;border-top:1px solid #dfe3ea}
.sw-free-answer-related-heading{margin:0 0 20px}
.sw-free-answer-related-heading span{font-size:11px;font-weight:900;letter-spacing:.12em;color:#5B3DF5}
.sw-free-answer-related-heading h2{margin:5px 0 0;color:#101828;font-size:28px;line-height:1.2;letter-spacing:-.02em}
.sw-free-answer-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.sw-free-answer-related-card{display:flex;flex-direction:column;min-width:0;overflow:hidden;border:1px solid #e4e7ec;border-radius:16px;background:#fff;text-decoration:none!important;box-shadow:0 8px 26px rgba(16,24,40,.05);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.sw-free-answer-related-card:hover{transform:translateY(-3px);border-color:#cfc7ff;box-shadow:0 14px 32px rgba(16,24,40,.09)}
.sw-free-answer-related-image{position:relative;aspect-ratio:16/9;background:#f6f7fb;overflow:hidden;border-bottom:1px solid #e4e7ec}
.sw-free-answer-related-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:top center}
.sw-free-answer-related-body{display:flex;flex-direction:column;min-height:145px;padding:16px 18px 18px}
.sw-free-answer-related-type{align-self:flex-start;padding:5px 8px;border-radius:999px;background:#f0edff;color:#5B3DF5;font-size:9px;font-weight:900;letter-spacing:.08em}
.sw-free-answer-related-body h3{margin:12px 0 0;color:#101828;font-size:18px;line-height:1.3;letter-spacing:-.01em}
.sw-free-answer-related-link{margin-top:auto;padding-top:18px;color:#5B3DF5;font-size:13px;font-weight:850}
@media(max-width:800px){.sw-free-answer-related{margin-top:42px;padding-top:32px}.sw-free-answer-related-grid{grid-template-columns:1fr}.sw-free-answer-related-body{min-height:130px}}


/* Phase 22 v16 — Ask Snapswer CTA. Strongly scoped to resist theme/global overrides. */
.sw-free-answer-viewer .sw-free-answer-cta{display:block!important;width:min(100%,1120px)!important;max-width:1120px!important;margin:64px auto 0!important;padding:0 0 8px!important;box-sizing:border-box!important}
.sw-free-answer-viewer .sw-free-answer-cta-inner{position:relative!important;display:block!important;box-sizing:border-box!important;width:100%!important;min-height:0!important;overflow:hidden!important;padding:52px 54px!important;border:1px solid #ddd8ff!important;border-radius:24px!important;background:linear-gradient(135deg,#faf9ff 0%,#f5f2ff 100%)!important;text-align:center!important;box-shadow:0 12px 36px rgba(91,61,245,.07)!important}
.sw-free-answer-viewer .sw-free-answer-cta-inner:after{content:""!important;position:absolute!important;width:180px!important;height:180px!important;right:-70px!important;top:-80px!important;border-radius:50%!important;background:rgba(91,61,245,.08)!important;pointer-events:none!important}
.sw-free-answer-viewer .sw-free-answer-cta-eyebrow{position:relative!important;z-index:1!important;display:block!important;margin:0!important;padding:0!important;font-size:11px!important;font-weight:900!important;line-height:1.4!important;letter-spacing:.12em!important;color:#5B3DF5!important}
.sw-free-answer-viewer .sw-free-answer-cta h2{position:relative!important;z-index:1!important;margin:8px 0 0!important;padding:0!important;color:#101828!important;font-size:clamp(28px,4vw,38px)!important;line-height:1.15!important;letter-spacing:-.025em!important;font-weight:800!important}
.sw-free-answer-viewer .sw-free-answer-cta p{position:relative!important;z-index:1!important;display:block!important;max-width:650px!important;margin:12px auto 0!important;padding:0!important;color:#667085!important;font-size:16px!important;line-height:1.6!important}
.sw-free-answer-viewer .sw-free-answer-cta-button{position:relative!important;z-index:1!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;margin:24px 0 0!important;min-height:48px!important;height:48px!important;padding:0 22px!important;box-sizing:border-box!important;border:0!important;border-radius:12px!important;background:#5B3DF5!important;color:#fff!important;text-decoration:none!important;font-size:14px!important;font-weight:850!important;line-height:1!important;box-shadow:0 8px 18px rgba(91,61,245,.22)!important;transition:transform .16s ease,background-color .16s ease,box-shadow .16s ease!important}
.sw-free-answer-viewer .sw-free-answer-cta-button:hover{background:#4d30e4!important;color:#fff!important;transform:translateY(-2px)!important;box-shadow:0 12px 24px rgba(91,61,245,.26)!important}
@media(max-width:800px){.sw-free-answer-viewer .sw-free-answer-cta{margin-top:46px!important}.sw-free-answer-viewer .sw-free-answer-cta-inner{padding:40px 22px!important;border-radius:20px!important}.sw-free-answer-viewer .sw-free-answer-cta p{font-size:15px!important}}
