/**
 * Canonical Theme-owned FAQ page.
 * Consumes global Design DNA and Responsive DNA; no local palette or shadow system.
 */
.stm-faq-wrap{--stm-faq-content-width:1240px;--stm-faq-hero-pt:52px;--stm-faq-hero-pb:52px;--stm-faq-breadcrumb-py:12px;--stm-faq-section-space:58px;--stm-faq-search-width:820px;--stm-faq-list-width:1240px;--stm-faq-related-columns:4;background:var(--stm-color-canvas);color:var(--stm-color-ink)}
.stm-faq-container{width:min(100%,var(--stm-faq-content-width));margin-inline:auto;padding-inline:var(--stm-content-gutter)}
.stm-faq-wrap *{box-sizing:border-box}
.stm-faq-wrap button,.stm-faq-wrap input{font:inherit}
.stm-faq-wrap a:focus-visible,.stm-faq-wrap button:focus-visible,.stm-faq-wrap input:focus-visible{outline:2px solid var(--stm-color-primary);outline-offset:3px}
.stm-faq-eyebrow{margin:0 0 9px;color:var(--stm-color-primary-deep);font-size:12px;font-weight:var(--stm-weight-bold);letter-spacing:.11em;text-transform:uppercase}
.stm-faq-breadcrumb-bar{border-top:1px solid var(--stm-color-border);border-bottom:1px solid var(--stm-color-border);background:var(--stm-color-surface)}
.stm-faq-breadcrumb{display:flex;align-items:center;gap:9px;margin:0;padding-block:var(--stm-faq-breadcrumb-py);list-style:none;color:var(--stm-color-muted);font-size:13px}
.stm-faq-breadcrumb a{color:var(--stm-color-ink);text-decoration:none}.stm-faq-breadcrumb a:hover{color:var(--stm-color-primary-deep);text-decoration:underline;text-underline-offset:3px}
.stm-faq-hero{position:relative;overflow:hidden;padding-block:var(--stm-faq-hero-pt) var(--stm-faq-hero-pb);border-bottom:1px solid var(--stm-color-border);background:linear-gradient(125deg,var(--stm-color-surface),var(--stm-color-primary-soft) 52%,color-mix(in srgb,var(--stm-color-secondary) 7%,var(--stm-color-surface)))}
.stm-faq-hero:before{content:"";position:absolute;inset:auto -100px -150px auto;width:390px;height:390px;border:1px solid color-mix(in srgb,var(--stm-color-primary) 22%,transparent);border-radius:50%;pointer-events:none}
.stm-faq-hero__grid{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(310px,390px);gap:54px;align-items:center}
.stm-faq-hero__content h1{max-width:760px;margin:0;color:var(--stm-color-heading);font-size:clamp(42px,5.2vw,66px);line-height:1.04;letter-spacing:-.035em}
.stm-faq-hero__lead{max-width:720px;margin-top:16px;color:var(--stm-color-muted);font-size:17px;line-height:1.68}.stm-faq-hero__lead p{margin:0}
.stm-faq-hero--align-center .stm-faq-hero__content{text-align:center}.stm-faq-hero--align-center .stm-faq-hero__content h1,.stm-faq-hero--align-center .stm-faq-hero__lead,.stm-faq-hero--align-center .stm-faq-search,.stm-faq-hero--align-center .stm-faq-popular{margin-inline:auto}.stm-faq-hero--align-center .stm-faq-popular{justify-content:center}
.stm-faq-search{max-width:var(--stm-faq-search-width);margin-top:27px}.stm-faq-search>label{display:block;margin-bottom:8px;color:var(--stm-color-heading);font-size:13px;font-weight:var(--stm-weight-bold)}
.stm-faq-search__control{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;padding:5px;border:1px solid var(--stm-color-border-strong);border-radius:16px;background:var(--stm-raised-control-bg)}
.stm-faq-search__control:focus-within{border-color:var(--stm-color-primary)}.stm-faq-search__icon{display:grid;place-items:center;color:var(--stm-color-primary)}.stm-faq-search__icon svg{width:21px;height:21px;fill:currentColor}
.stm-faq-search input{min-width:0;height:46px;padding:0 8px;border:0;background:transparent;color:var(--stm-color-ink);outline:0}.stm-faq-search input::placeholder{color:var(--stm-color-muted)}
.stm-faq-search button{min-height:46px;padding:0 18px;border:1px solid var(--stm-color-primary-deep);border-radius:12px;background:var(--stm-raised-accent-bg);color:var(--stm-color-on-primary);font-weight:var(--stm-weight-bold);cursor:pointer}.stm-faq-search button:hover{background:var(--stm-raised-accent-hover-bg)}
.stm-faq-popular{display:flex;align-items:center;gap:8px;flex-wrap:wrap;max-width:var(--stm-faq-search-width);margin-top:13px}.stm-faq-popular>span{color:var(--stm-color-muted);font-size:12px;font-weight:var(--stm-weight-bold)}.stm-faq-popular button{padding:6px 10px;border:1px solid var(--stm-color-border);border-radius:999px;background:var(--stm-color-surface);color:var(--stm-color-ink);font-size:12px;cursor:pointer}.stm-faq-popular button:hover{border-color:var(--stm-color-primary);background:var(--stm-raised-hover-bg);color:var(--stm-color-primary-deep)}
.stm-faq-hero__visual{display:grid;gap:12px;padding:18px;border:1px solid var(--stm-color-border);border-radius:22px;background:color-mix(in srgb,var(--stm-color-surface) 90%,transparent)}.stm-faq-hero__icon{display:grid;place-items:center;min-height:164px;border:1px solid var(--stm-color-border);border-radius:18px;background:linear-gradient(145deg,var(--stm-color-surface),var(--stm-color-primary-soft))}.stm-faq-hero__icon img{width:138px;max-height:138px;object-fit:contain}.stm-faq-hero__icon>svg{width:92px;height:92px;fill:var(--stm-color-primary)}
.stm-faq-hero__badges{display:grid;gap:8px}.stm-faq-trust{display:grid;grid-template-columns:38px 1fr;gap:10px;align-items:center;padding:10px;border:1px solid var(--stm-color-border);border-radius:13px;background:var(--stm-color-surface)}.stm-faq-trust>span{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:var(--stm-color-primary-soft);color:var(--stm-color-primary)}.stm-faq-trust svg{width:19px;height:19px;fill:currentColor}.stm-faq-trust strong,.stm-faq-trust small{display:block}.stm-faq-trust strong{color:var(--stm-color-heading);font-size:13px}.stm-faq-trust small{margin-top:2px;color:var(--stm-color-muted);font-size:11px;line-height:1.4}
.stm-faq-section{padding-top:var(--stm-faq-section-space)}.stm-faq-section:last-child{padding-bottom:var(--stm-faq-section-space)}
.stm-faq-section-head{max-width:760px;margin-bottom:24px}.stm-faq-section-head h2{margin:0;color:var(--stm-color-heading);font-size:clamp(29px,3.6vw,42px);line-height:1.12;letter-spacing:-.025em}.stm-faq-section-head>div{margin-top:10px;color:var(--stm-color-muted);line-height:1.65}.stm-faq-section-head>div p{margin:0}
.stm-faq-featured__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.stm-faq-featured-card{display:grid;grid-template-columns:46px minmax(0,1fr) 28px;gap:12px;align-items:center;width:100%;min-height:108px;padding:16px;border:1px solid var(--stm-color-border);border-radius:16px;background:var(--stm-color-surface);color:var(--stm-color-ink);text-align:left;cursor:pointer}.stm-faq-featured-card.is-raised{border-top-color:var(--stm-raised-edge-highlight);border-bottom-color:var(--stm-raised-edge-line)}.stm-faq-featured-card:hover{border-color:var(--stm-color-primary);background:var(--stm-raised-hover-bg);transform:translateY(-1px)}.stm-faq-featured-card__icon{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:var(--stm-color-primary-soft);color:var(--stm-color-primary)}.stm-faq-featured-card__icon svg{width:23px;height:23px;fill:currentColor}.stm-faq-featured-card__content{min-width:0}.stm-faq-featured-card__content small,.stm-faq-featured-card__content strong{display:block}.stm-faq-featured-card__content small{margin-bottom:5px;color:var(--stm-color-muted);font-size:11px;font-weight:var(--stm-weight-bold);text-transform:uppercase;letter-spacing:.06em}.stm-faq-featured-card__content strong{color:var(--stm-color-heading);font-size:14px;line-height:1.45}.stm-faq-featured-card__arrow{display:grid;place-items:center;color:var(--stm-color-primary)}.stm-faq-featured-card__arrow svg{width:19px;height:19px;fill:currentColor}
.stm-faq-answers .stm-faq-container{display:grid;min-width:0}.stm-faq-section-head--answers{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:end;width:100%;max-width:var(--stm-faq-list-width);min-width:0}.stm-faq-section-head--answers>div{min-width:0}.stm-faq-result-count{margin:0;padding:8px 12px;border:1px solid var(--stm-color-border);border-radius:999px;background:var(--stm-color-surface);color:var(--stm-color-muted);font-size:12px;font-weight:var(--stm-weight-bold);white-space:nowrap}
.stm-faq-tabs{display:grid;grid-template-columns:repeat(auto-fit,minmax(124px,1fr));gap:8px;width:100%;max-width:var(--stm-faq-list-width);min-width:0;padding:5px;overflow:visible;border:1px solid var(--stm-color-border);border-radius:16px;background:var(--stm-color-surface)}.stm-faq-tabs button{display:grid;grid-template-columns:26px minmax(0,1fr) auto;gap:5px;align-items:center;width:100%;min-width:0;min-height:43px;padding:5px 7px 5px 5px;border:1px solid transparent;border-radius:11px;background:transparent;color:var(--stm-color-ink);text-align:left;cursor:pointer}.stm-faq-tabs button:hover{background:var(--stm-raised-hover-bg)}.stm-faq-tabs button[aria-selected="true"]{border-color:var(--stm-color-primary);background:var(--stm-color-primary-soft);color:var(--stm-color-primary-deep)}.stm-faq-tabs button>span{display:grid;place-items:center;width:26px;height:30px;border-radius:9px;background:var(--stm-raised-control-bg);color:var(--stm-color-primary)}.stm-faq-tabs button svg{width:16px;height:16px;fill:currentColor}.stm-faq-tabs button strong{min-width:0;font-size:11px;line-height:1.25;white-space:normal;overflow-wrap:anywhere}.stm-faq-tabs button small{display:grid;place-items:center;min-width:20px;height:20px;padding-inline:4px;border:1px solid var(--stm-color-border);border-radius:999px;background:var(--stm-color-surface);color:var(--stm-color-muted);font-size:9px}
.stm-faq-toolbar{display:flex;justify-content:space-between;gap:14px;align-items:center;width:100%;max-width:var(--stm-faq-list-width);min-width:0;margin-top:12px;padding:9px 11px;border:1px solid var(--stm-color-border);border-radius:13px;background:var(--stm-raised-heading-bg)}.stm-faq-toolbar__active{display:grid;min-width:0;gap:2px;color:var(--stm-color-heading)}.stm-faq-toolbar__active strong{font-size:12px}.stm-faq-toolbar__active span{color:var(--stm-color-muted);font-size:11px;font-weight:var(--stm-weight-regular);line-height:1.4}.stm-faq-toolbar__actions{display:flex;min-width:0;gap:6px;flex-wrap:wrap;justify-content:flex-end}.stm-faq-toolbar button{min-width:0;padding:6px 8px;border:1px solid var(--stm-color-border-strong);border-radius:9px;background:var(--stm-color-surface);color:var(--stm-color-ink);font-size:10px;font-weight:var(--stm-weight-bold);line-height:1.25;white-space:normal;overflow-wrap:anywhere;cursor:pointer}.stm-faq-toolbar button:hover{border-color:var(--stm-color-primary);background:var(--stm-raised-hover-bg);color:var(--stm-color-primary-deep)}
.stm-faq-list{display:grid;gap:9px;width:100%;max-width:var(--stm-faq-list-width);min-width:0;margin-top:14px}.stm-faq-item{scroll-margin-top:150px;overflow:hidden;border:1px solid var(--stm-color-border);border-radius:15px;background:var(--stm-color-surface)}.stm-faq-item.is-raised{border-top-color:var(--stm-raised-edge-highlight);border-bottom-color:var(--stm-raised-edge-line)}.stm-faq-item.is-open{border-color:color-mix(in srgb,var(--stm-color-primary) 48%,var(--stm-color-border))}.stm-faq-item h3{margin:0}.stm-faq-item h3>button{display:grid;grid-template-columns:auto minmax(0,1fr) 26px;gap:13px;align-items:center;width:100%;min-height:70px;padding:13px 16px;border:0;background:transparent;color:var(--stm-color-heading);text-align:left;cursor:pointer}.stm-faq-item h3>button.has-no-number{grid-template-columns:minmax(0,1fr) 26px}.stm-faq-item h3>button:hover{background:var(--stm-raised-hover-bg)}.stm-faq-item h3>button[aria-expanded="true"]{background:var(--stm-raised-heading-bg)}.stm-faq-item__number{display:grid;place-items:center;width:36px;height:36px;border:1px solid var(--stm-color-border);border-radius:11px;background:var(--stm-color-surface);color:var(--stm-color-primary-deep);font-size:11px;font-weight:var(--stm-weight-bold)}.stm-faq-item__question{min-width:0}.stm-faq-item__question small,.stm-faq-item__question strong{display:block}.stm-faq-item__question small{margin-bottom:4px;color:var(--stm-color-primary-deep);font-size:10px;font-weight:var(--stm-weight-bold);letter-spacing:.07em;text-transform:uppercase}.stm-faq-item__question strong{font-size:15px;line-height:1.45}.stm-faq-item h3 i{position:relative;width:23px;height:23px;border:1px solid var(--stm-color-border-strong);border-radius:50%;background:var(--stm-color-surface)}.stm-faq-item h3 i:before,.stm-faq-item h3 i:after{content:"";position:absolute;left:6px;right:6px;top:10px;height:2px;background:var(--stm-color-primary);transition:transform var(--stm-transition-fast)}.stm-faq-item h3 i:after{transform:rotate(90deg)}.stm-faq-item h3 button[aria-expanded="true"] i:after{transform:rotate(0)}
.stm-faq-item__panel{border-top:1px solid var(--stm-color-border)}.stm-faq-item__answer{padding:18px 20px 8px 65px;color:var(--stm-color-muted);font-size:14px;line-height:1.75}.stm-faq-item__answer p{margin:0 0 12px}.stm-faq-item__answer p:last-child{margin-bottom:0}.stm-faq-item__answer ul,.stm-faq-item__answer ol{margin:9px 0 12px;padding-left:21px}.stm-faq-item__answer a{color:var(--stm-color-primary-deep);text-decoration:underline;text-underline-offset:3px}
.stm-faq-item__actions{display:flex;justify-content:space-between;gap:10px;align-items:center;padding:8px 20px 17px 65px}.stm-faq-item__actions>a,.stm-faq-item__actions>button{display:inline-flex;align-items:center;gap:7px;min-height:37px;padding:0 11px;border:1px solid var(--stm-color-border-strong);border-radius:10px;background:var(--stm-color-surface);color:var(--stm-color-ink);font-size:11px;font-weight:var(--stm-weight-bold);text-decoration:none;cursor:pointer}.stm-faq-item__actions>a{border-color:var(--stm-color-primary-deep);background:var(--stm-raised-accent-bg);color:var(--stm-color-on-primary)}.stm-faq-item__actions>a:hover{background:var(--stm-raised-accent-hover-bg)}.stm-faq-item__actions>button:hover{border-color:var(--stm-color-primary);background:var(--stm-raised-hover-bg);color:var(--stm-color-primary-deep)}.stm-faq-item__actions svg{width:15px;height:15px;fill:currentColor}
.stm-faq-no-results{display:grid;grid-template-columns:52px minmax(0,1fr);gap:15px;align-items:center;width:100%;max-width:var(--stm-faq-list-width);min-width:0;margin-top:14px;padding:18px;border:1px solid var(--stm-color-border);border-radius:15px;background:var(--stm-color-surface)}.stm-faq-no-results>span{display:grid;place-items:center;width:50px;height:50px;border-radius:14px;background:var(--stm-color-primary-soft);color:var(--stm-color-primary)}.stm-faq-no-results svg{width:25px;height:25px;fill:currentColor}.stm-faq-no-results h3{margin:0;color:var(--stm-color-heading);font-size:18px}.stm-faq-no-results p{margin:5px 0 0;color:var(--stm-color-muted);line-height:1.55}
.stm-faq-related{padding-bottom:2px}.stm-faq-related__grid{display:grid;grid-template-columns:repeat(var(--stm-faq-related-columns),minmax(0,1fr));gap:14px}.stm-faq-related-card{display:flex;flex-direction:column;min-height:220px;padding:18px;border:1px solid var(--stm-color-border);border-radius:16px;background:var(--stm-color-surface)}.stm-faq-related-card.is-raised{border-top-color:var(--stm-raised-edge-highlight);border-bottom-color:var(--stm-raised-edge-line)}.stm-faq-related-card:hover{border-color:color-mix(in srgb,var(--stm-color-primary) 48%,var(--stm-color-border));transform:translateY(-1px)}.stm-faq-related-card__icon{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:var(--stm-color-primary-soft);color:var(--stm-color-primary)}.stm-faq-related-card__icon svg{width:23px;height:23px;fill:currentColor}.stm-faq-related-card h3{margin:16px 0 0;color:var(--stm-color-heading);font-size:17px}.stm-faq-related-card p{margin:8px 0 18px;color:var(--stm-color-muted);font-size:13px;line-height:1.6}.stm-faq-related-card a{display:inline-flex;align-items:center;gap:7px;margin-top:auto;color:var(--stm-color-primary-deep);font-size:12px;font-weight:var(--stm-weight-bold);text-decoration:none}.stm-faq-related-card a:hover{text-decoration:underline;text-underline-offset:3px}.stm-faq-related-card a svg{width:16px;height:16px;fill:currentColor}
.stm-faq-contact__panel{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:30px;align-items:center;padding:30px;border:1px solid color-mix(in srgb,var(--stm-color-primary) 52%,var(--stm-color-border));border-radius:22px;background:linear-gradient(120deg,var(--stm-color-primary-soft),var(--stm-color-surface) 58%,color-mix(in srgb,var(--stm-color-secondary) 7%,var(--stm-color-surface)))}.stm-faq-contact__panel.is-raised{border-top-color:var(--stm-raised-edge-highlight);border-bottom-color:color-mix(in srgb,var(--stm-color-primary) 48%,var(--stm-raised-edge-line))}.stm-faq-contact h2{margin:0;color:var(--stm-color-heading);font-size:clamp(27px,3.2vw,39px)}.stm-faq-contact__text{margin-top:10px;color:var(--stm-color-muted);line-height:1.65}.stm-faq-contact__text p{margin:0}.stm-faq-contact__meta{display:flex;align-items:center;gap:10px 18px;flex-wrap:wrap;margin-top:18px}.stm-faq-contact__meta>a,.stm-faq-contact__meta>span{display:inline-flex;align-items:center;gap:7px;color:var(--stm-color-ink);font-size:12px;text-decoration:none}.stm-faq-contact__meta>a:hover{color:var(--stm-color-primary-deep)}.stm-faq-contact__meta svg{width:17px;height:17px;fill:var(--stm-color-primary)}.stm-faq-contact__actions{display:grid;gap:9px;min-width:190px}.stm-faq-button{display:inline-flex;justify-content:center;align-items:center;gap:8px;min-height:45px;padding:0 16px;border:1px solid var(--stm-color-border-strong);border-radius:12px;font-size:12px;font-weight:var(--stm-weight-bold);text-decoration:none}.stm-faq-button svg{width:17px;height:17px;fill:currentColor}.stm-faq-button--primary{border-color:var(--stm-color-primary-deep);background:var(--stm-raised-accent-bg);color:var(--stm-color-on-primary)}.stm-faq-button--primary:hover{background:var(--stm-raised-accent-hover-bg)}.stm-faq-button--secondary{background:var(--stm-color-surface);color:var(--stm-color-ink)}.stm-faq-button--secondary:hover{border-color:var(--stm-color-primary);background:var(--stm-raised-hover-bg);color:var(--stm-color-primary-deep)}
.stm-faq-editor-content__panel{padding:26px;border:1px solid var(--stm-color-border);border-radius:18px;background:var(--stm-color-surface)}.stm-faq-editor-content__panel.is-raised{border-top-color:var(--stm-raised-edge-highlight);border-bottom-color:var(--stm-raised-edge-line)}.stm-faq-editor-content__panel>h2{margin-top:0;color:var(--stm-color-heading)}
@media (prefers-reduced-motion:no-preference){.stm-faq-featured-card,.stm-faq-related-card{transition:transform var(--stm-transition-fast),border-color var(--stm-transition-fast),background var(--stm-transition-fast)}}
html[data-stm-layout="tablet"] .stm-faq-container{padding-inline:var(--stm-content-gutter)}
html[data-stm-layout="tablet"] .stm-faq-hero__grid{grid-template-columns:minmax(0,1fr) 300px;gap:30px}
html[data-stm-layout="tablet"] .stm-faq-hero__content h1{font-size:44px}
html[data-stm-layout="tablet"] .stm-faq-featured__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
html[data-stm-layout="tablet"] .stm-faq-related__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
html[data-stm-layout="mobile"] .stm-faq-container{padding-inline:var(--stm-content-gutter-mobile)}
html[data-stm-layout="mobile"] .stm-faq-hero{padding-top:34px;padding-bottom:36px}
html[data-stm-layout="mobile"] .stm-faq-hero__grid{grid-template-columns:1fr;gap:24px}
html[data-stm-layout="mobile"] .stm-faq-hero__content h1{font-size:36px}
html[data-stm-layout="mobile"] .stm-faq-hero__lead{font-size:15px}
html[data-stm-layout="mobile"] .stm-faq-hero__visual{padding:14px;border-radius:18px}
html[data-stm-layout="mobile"] .stm-faq-hero__icon{min-height:112px}
html[data-stm-layout="mobile"] .stm-faq-hero__icon img{width:104px}
html[data-stm-layout="mobile"] .stm-faq-search__control{grid-template-columns:38px minmax(0,1fr);padding:4px}
html[data-stm-layout="mobile"] .stm-faq-search button{grid-column:1/-1;width:100%;margin-top:4px}
html[data-stm-layout="mobile"] .stm-faq-popular{align-items:flex-start}
html[data-stm-layout="mobile"] .stm-faq-section{padding-top:42px}
html[data-stm-layout="mobile"] .stm-faq-section-head{margin-bottom:18px}
html[data-stm-layout="mobile"] .stm-faq-section-head h2{font-size:28px}
html[data-stm-layout="mobile"] .stm-faq-featured__grid{grid-template-columns:1fr}
html[data-stm-layout="mobile"] .stm-faq-featured-card{min-height:0;padding:14px}
html[data-stm-layout="mobile"] .stm-faq-section-head--answers{grid-template-columns:1fr;gap:10px}
html[data-stm-layout="mobile"] .stm-faq-result-count{justify-self:start}
html[data-stm-layout="mobile"] .stm-faq-tabs{grid-template-columns:repeat(auto-fit,minmax(118px,1fr));margin-inline:0;padding:5px;border-inline:1px solid var(--stm-color-border);border-radius:16px}
html[data-stm-layout="mobile"] .stm-faq-toolbar{align-items:flex-start;flex-direction:column}
html[data-stm-layout="mobile"] .stm-faq-toolbar__actions{width:100%;justify-content:flex-start}html[data-stm-layout="mobile"] .stm-faq-toolbar__actions button{flex:1 1 88px}
html[data-stm-layout="mobile"] .stm-faq-item h3>button{grid-template-columns:auto minmax(0,1fr) 24px;gap:10px;min-height:66px;padding:12px}
html[data-stm-layout="mobile"] .stm-faq-item h3>button.has-no-number{grid-template-columns:minmax(0,1fr) 24px}html[data-stm-layout="mobile"] .stm-faq-item__number{width:32px;height:32px}
html[data-stm-layout="mobile"] .stm-faq-item__question strong{font-size:14px}
html[data-stm-layout="mobile"] .stm-faq-item__answer{padding:16px 15px 7px}
html[data-stm-layout="mobile"] .stm-faq-item__actions{align-items:stretch;flex-direction:column;padding:8px 15px 15px}
html[data-stm-layout="mobile"] .stm-faq-item__actions>a,html[data-stm-layout="mobile"] .stm-faq-item__actions>button{justify-content:center}
html[data-stm-layout="mobile"] .stm-faq-related__grid{grid-template-columns:1fr}
html[data-stm-layout="mobile"] .stm-faq-related-card{min-height:0}
html[data-stm-layout="mobile"] .stm-faq-contact__panel{grid-template-columns:1fr;padding:22px}
html[data-stm-layout="mobile"] .stm-faq-contact__actions{min-width:0}
.stm-faq-wrap [hidden]{display:none}
