/* Contact page FAQ section. New addition, not part of the original WP export.
   Uses only tokens already defined site-wide in astra-main.min.css's inline
   custom properties -- no new palette (same convention as catalog.css):
     --ast-global-color-2  navy   #011627  (headings)
     --ast-global-color-0  red    #d94948  (accent) */

.faq-section {
	max-width: 760px;
	margin: 48px auto 0;
}
.faq-section h2 {
	color: var(--ast-global-color-2, #011627);
	font-size: 28px;
	margin: 0 0 24px;
}
.faq-item {
	border-bottom: 1px solid #e5e7eb;
	padding: 18px 0;
}
.faq-item:first-of-type {
	border-top: 1px solid #e5e7eb;
}
.faq-item h3 {
	color: var(--ast-global-color-2, #011627);
	font-size: 17px;
	margin: 0 0 8px;
}
.faq-item p {
	color: #4b5563;
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
}
