/* Scoped to FAQ. Typography, colors, spacing and radius use existing controls. */
.starline-faq-page .starline-info-container{width:min(var(--faq-width,900px),calc(100% - 40px));margin-inline:auto}
.starline-faq-page .starline-faq-list{width:100%;max-width:none}
.sl-faq-polished .starline-faq-page{padding-block:clamp(36px,5vw,68px);overflow-wrap:anywhere}
.sl-faq-polished .starline-faq-page .starline-info-header{max-width:760px;margin:0 auto 36px;text-align:center}
.sl-faq-polished .starline-faq-page .starline-info-title{letter-spacing:-.025em;line-height:1.18;text-wrap:balance;margin-bottom:16px}
.sl-faq-polished .starline-faq-page .starline-info-subtitle{max-width:610px;margin-inline:auto;line-height:1.75}
.sl-faq-polished .starline-faq-page .starline-faq-item{box-shadow:0 4px 18px rgb(20 40 50 / 3%);overflow:hidden;transition:box-shadow .18s ease}
.sl-faq-polished .starline-faq-page .starline-faq-item:hover{box-shadow:0 8px 26px rgb(20 40 50 / 7%)}
.sl-faq-polished .starline-faq-page .starline-faq-item[open]{box-shadow:0 10px 30px rgb(20 40 50 / 8%)}
.sl-faq-polished .starline-faq-page .starline-faq-item summary{min-height:64px;display:flex;align-items:center;box-sizing:border-box;line-height:1.5}
.sl-faq-polished .starline-faq-page .starline-faq-item summary::after{display:grid;place-items:center;width:28px;height:28px;font-size:21px;font-weight:400;border:1px solid currentColor;border-radius:50%;box-sizing:border-box}
.sl-faq-polished .starline-faq-page .starline-faq-item summary:focus-visible{outline:2px solid currentColor;outline-offset:-5px;border-radius:inherit}
.sl-faq-polished .starline-faq-page .starline-faq-answer{line-height:1.85}
.sl-faq-polished .starline-faq-page .starline-faq-answer p{line-height:1.85;margin-top:0;margin-bottom:14px}
.sl-faq-polished .starline-faq-page .starline-faq-answer>:last-child{margin-bottom:0}
.sl-faq-polished .starline-faq-page .starline-faq-answer a{text-decoration:underline;text-underline-offset:3px}
.sl-faq-polished .starline-faq-page .starline-faq-answer img{max-width:100%;height:auto}
@media(max-width:767px){
.starline-faq-page .starline-info-container{width:calc(100% - 32px)}
.sl-faq-polished .starline-faq-page .starline-info-header{margin-bottom:26px}
.sl-faq-polished .starline-faq-page .starline-info-title{font-size:clamp(26px,6.8vw,36px)}
.sl-faq-polished .starline-faq-page .starline-faq-item summary{min-height:60px}
}
@media(prefers-reduced-motion:reduce){.sl-faq-polished .starline-faq-page .starline-faq-item{transition:none}}
