/**
 * Reusable ELPH Guard FAQ section.
 *
 * Add the `elphguard-faq-section` CSS class to an Elementor container that
 * contains one WoodMart Title widget followed by one WoodMart Accordion.
 */
.elementor :is(.elphguard-faq-section, .elementor-element-5783f9c) {
	display: grid;
	grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr);
	align-items: start;
	gap: 64px;
	padding-block: 32px;
	background: #fff;
}

:is(.elphguard-faq-section, .elementor-element-5783f9c) > .elementor-widget {
	min-width: 0;
	margin: 0;
}

:is(.elphguard-faq-section, .elementor-element-5783f9c) .title-wrapper,
:is(.elphguard-faq-section, .elementor-element-5783f9c) .woodmart-title-container {
	margin: 0;
}

:is(.elphguard-faq-section, .elementor-element-5783f9c) .title-subtitle {
	margin-bottom: 12px;
	color: #ef7f28;
	font-weight: 600;
	letter-spacing: .08em;
}

:is(.elphguard-faq-section, .elementor-element-5783f9c) .woodmart-title-container {
	max-width: 16ch;
	color: #20323c;
	text-transform: none;
}

:is(.elphguard-faq-section, .elementor-element-5783f9c) .title-after_title {
	max-width: 34ch;
	margin-top: 18px;
	color: #687982;
}

:is(.elphguard-faq-section, .elementor-element-5783f9c) .wd-accordion {
	border-top: 1px solid #e3e8eb;
}

:is(.elphguard-faq-section, .elementor-element-5783f9c) .wd-accordion-item {
	border-bottom: 1px solid #e3e8eb;
}

:is(.elphguard-faq-section, .elementor-element-5783f9c) .wd-accordion-title {
	min-height: 64px;
	padding-block: 16px;
	color: #20323c;
	font-weight: 600;
}

:is(.elphguard-faq-section, .elementor-element-5783f9c) .wd-accordion-title:hover {
	color: #ef7f28;
}

:is(.elphguard-faq-section, .elementor-element-5783f9c) .wd-accordion-opener {
	color: currentColor;
	font-size: 14px;
	transition: transform .26s cubic-bezier(.4, 0, .2, 1);
}

:is(.elphguard-faq-section, .elementor-element-5783f9c) .wd-accordion-content {
	padding-right: 40px;
	color: #687982;
}

:is(.elphguard-faq-section, .elementor-element-5783f9c) .wd-accordion-content > :last-child {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.elementor :is(.elphguard-faq-section, .elementor-element-5783f9c) {
		grid-template-columns: minmax(0, 1fr);
		gap: 24px;
		padding-block: 16px;
	}

	:is(.elphguard-faq-section, .elementor-element-5783f9c) .title-subtitle,
	:is(.elphguard-faq-section, .elementor-element-5783f9c) .title-after_title {
		display: none;
	}

	:is(.elphguard-faq-section, .elementor-element-5783f9c) .wd-accordion-title {
		min-height: 60px;
	}

	:is(.elphguard-faq-section, .elementor-element-5783f9c) .wd-accordion-content {
		padding-right: 28px;
	}
}

@media (prefers-reduced-motion: reduce) {
	:is(.elphguard-faq-section, .elementor-element-5783f9c) .wd-accordion-opener,
	:is(.elphguard-faq-section, .elementor-element-5783f9c) .wd-accordion-content {
		transition-duration: .01ms;
	}
}
