.efb-faq-wrapper {
	max-width: 960px;
	margin: 0 auto;
	color: #1f2937;
}

.efb-faq-search {
	margin: 0 0 1rem;
	position: relative;
	display: block;
	width: 100%;
	max-width: 36rem;
}

.efb-faq-search-input {
	width: 100%;
	padding: 0.7rem 0.85rem;
	border: 1px solid #9ca3af;
	border-radius: 4px;
	font: inherit;
}

.efb-search-has-icon .efb-faq-search-input {
	padding-left: 2.75rem;
}

.efb-search-has-icon.efb-search-icon-right .efb-faq-search-input {
	padding-right: 2.75rem;
	padding-left: 0.85rem;
}

.efb-search-icon {
	position: absolute;
	top: 50%;
	left: 1rem;
	transform: translateY(-50%);
	pointer-events: none;
	line-height: 1;
	z-index: 1;
}

.efb-search-icon-right .efb-search-icon {
	right: 1rem;
	left: auto;
}

.efb-faq-section {
	margin: 0 0 1.5rem;
}

.efb-faq-section[hidden],
.efb-faq-item[hidden],
.efb-no-results[hidden],
.efb-is-hidden {
	display: none !important;
}

.efb-faq-section-title {
	margin: 0 0 0.75rem;
	color: #111827;
}

.efb-faq-item {
	border: 1px solid #d1d5db;
	border-radius: 6px;
	background: #fff;
	margin: 0 0 0.75rem;
	overflow: hidden;
}

.efb-faq-question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	width: 100%;
	padding: 1rem;
	border: 0;
	background: #fff;
	color: #111827;
	font: inherit;
	font-weight: 700;
	text-align: left;
	cursor: pointer;
}

.efb-faq-question:focus-visible,
.efb-faq-search-input:focus-visible,
.efb-button:focus-visible {
	outline: 3px solid #005ea8;
	outline-offset: 2px;
}

.efb-faq-icon::before {
	content: "+";
	display: inline-block;
	font-size: 1.25rem;
	line-height: 1;
	color: #005ea8;
}

.efb-faq-question[aria-expanded="true"] .efb-faq-icon::before {
	content: "-";
}

.efb-faq-answer {
	padding: 1rem;
	border-top: 1px solid #e5e7eb;
}

.efb-row {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin: 0 0 1rem;
}

.efb-column {
	flex: 1 1 0;
	min-width: 0;
}

.efb-builder-text > :first-child,
.efb-faq-answer > :first-child {
	margin-top: 0;
}

.efb-builder-text > :last-child,
.efb-faq-answer > :last-child {
	margin-bottom: 0;
}

.efb-image {
	margin: 0 0 1rem;
}

.efb-image img {
	max-width: 100%;
	height: auto;
	display: block;
}

.efb-video {
	position: relative;
	aspect-ratio: 16 / 9;
	margin: 0 0 1rem;
}

.efb-video iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.efb-button {
	display: inline-block;
	text-decoration: none;
	border-radius: 4px;
}

.efb-button:hover {
	background: var(--efb-button-hover-bg, currentColor);
	color: var(--efb-button-hover-color, #fff);
}

.efb-align-center {
	text-align: center;
}

.efb-align-right {
	text-align: right;
}

.efb-image.efb-align-center img {
	margin-inline: auto;
}

.efb-image.efb-align-right img {
	margin-left: auto;
}

.efb-no-results {
	font-weight: 700;
}

@media (max-width: 768px) {
	.efb-row {
		display: block;
	}

	.efb-column {
		margin-bottom: 1rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.efb-faq-answer {
		transition: none;
	}
}
