

/* CSS from section stylesheet tags */
.collection-faqs .faq-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:3rem}
@media(min-width:900px){.collection-faqs .faq-grid{grid-template-columns:1fr 2fr}}
.faq-grid__image img{width:100%;height:auto;border-radius:12px;display:block;object-fit:cover}
.faq-title{margin:0 0 1rem;font-weight:700}
.faq-item{border-bottom:1px solid #ddd;padding:.5rem 0}
.faq-question{background:none;border:0;width:100%;text-align:left;font-weight:600;font-size:1rem;cursor:pointer;padding:.5rem 0}
.faq-answer{padding:.5rem 0 1rem;font-size:.95rem;line-height:1.5}
.faq-empty{padding:1rem;border:1px dashed #e2e2e2;border-radius:10px;background:#fafafa}