/* Category archive extras: SEO text + FAQ below the product grid
   (rendered by agr_category_extra_content() in functions.php).
   FAQ item styling mirrors the homepage FAQ (agr-home.css). */

.agr-archive-extra { margin: 40px 0 20px; max-width: 900px; }

.agr-archive-seo-text h2 { font-size: 1.35rem; margin-bottom: 12px; }
.agr-archive-seo-text h3 { font-size: 1.1rem; margin: 18px 0 8px; }
.agr-archive-seo-text p { color: #4a5560; line-height: 1.65; }
.agr-archive-seo-text ul { color: #4a5560; }

.agr-archive-faq { margin-top: 32px; }
.agr-archive-faq h2 { font-size: 1.35rem; margin-bottom: 16px; }
.agr-faq-item { border: 1px solid #e3e6ea; border-radius: 6px; margin-bottom: 10px; padding: 0 18px; background: #fff; }
.agr-faq-item summary { cursor: pointer; font-weight: 600; padding: 14px 0; }
.agr-faq-item p { padding-bottom: 14px; margin: 0; color: #4a5560; line-height: 1.6; }
