/* Easy Club 3.4.157 – Widget-CSS: FAQ */
.elementor-widget-esv_faq,
.elementor-widget-esv_faq .elementor-widget-container {
	width: 100%;
	max-width: 100%;
}

.esv-faq,
.esv-faq * {
	box-sizing: border-box;
}

.esv-faq {
	width: 100%;
	padding: clamp(22px, 3vw, 38px);
	border: 1px solid rgba(220, 224, 229, .9);
	border-radius: 28px;
	--esv-faq-background:
		radial-gradient(circle at 12% 0%, rgba(255, 255, 255, .95), rgba(255, 255, 255, .36) 34%, transparent 62%),
		linear-gradient(135deg, rgba(255, 255, 255, .96) 0%, rgba(248, 250, 252, .9) 100%);
	background: var(--esv-faq-background);
	color: #1f2933;
	box-shadow: 0 18px 42px rgba(15, 23, 42, .06);
}

.esv-faq__title {
	margin: 0 0 22px;
	color: inherit;
	font-size: clamp(1.6rem, 2.4vw, 2.4rem);
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.08;
}

.esv-faq__search {
	margin: 0 0 18px;
}

.esv-faq__search-input {
	width: 100%;
	min-height: 48px;
	padding: 12px 16px;
	border: 1px solid rgba(148, 163, 184, .65);
	border-radius: 16px;
	background: #fff;
	color: inherit;
	font: inherit;
	line-height: 1.4;
}

.esv-faq__search-input:focus {
	outline: 3px solid rgba(22, 160, 133, .18);
	outline-offset: 2px;
	border-color: rgba(22, 160, 133, .48);
}

.esv-faq__items {
	display: grid;
	gap: 12px;
}

.esv-faq__item {
	overflow: hidden;
	border: 1px solid rgba(203, 213, 225, .88);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(15, 23, 42, .035);
}

.esv-faq__item.is-featured {
	border-color: rgba(22, 160, 133, .34);
	box-shadow: 0 12px 30px rgba(22, 160, 133, .07);
}

.esv-faq__question {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	width: 100%;
	padding: 18px 22px;
	color: #172033;
	background: #fff;
	font-weight: 750;
	line-height: 1.25;
	cursor: pointer;
	list-style: none;
}

.esv-faq__question::-webkit-details-marker {
	display: none;
}

.esv-faq__question-text {
	min-width: 0;
}

.esv-faq__toggle {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border: 0 solid transparent;
	border-radius: 999px;
	background: rgba(22, 160, 133, .08);
	color: #16a085;
	font-size: 20px;
	font-weight: 800;
	line-height: 1;
	transition: transform .16s ease;
}

.esv-faq__toggle-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.esv-faq__toggle-icon--open {
	display: none;
}

.esv-faq__item[open] > .esv-faq__question .esv-faq__toggle {
	transform: rotate(180deg);
}

.esv-faq__item[open] > .esv-faq__question .esv-faq__toggle-icon--closed {
	display: none;
}

.esv-faq__item[open] > .esv-faq__question .esv-faq__toggle-icon--open {
	display: inline-flex;
}

.esv-faq__question:focus-visible {
	outline: 3px solid rgba(22, 160, 133, .22);
	outline-offset: -3px;
}

.esv-faq__answer {
	padding: 0 22px 22px;
	color: #334155;
	line-height: 1.65;
}

.esv-faq__answer > :first-child {
	margin-top: 0;
}

.esv-faq__answer > :last-child {
	margin-bottom: 0;
}

.esv-faq__updated {
	margin: 18px 0 0;
	color: #64748b;
	font-size: .92em;
}

.esv-faq__empty,
.esv-faq__no-results {
	margin: 0;
	padding: 16px 18px;
	border: 1px dashed rgba(148, 163, 184, .75);
	border-radius: 16px;
	background: rgba(255, 255, 255, .72);
	color: #475569;
}

.esv-faq--layout-compact {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.esv-faq--layout-compact .esv-faq__item {
	border-radius: 12px;
	box-shadow: none;
}

.esv-faq--layout-compact .esv-faq__question {
	padding: 14px 16px;
}

.esv-faq--layout-compact .esv-faq__answer {
	padding: 0 16px 16px;
}

@media (max-width: 640px) {
	.esv-faq {
		padding: 18px;
		border-radius: 22px;
	}

	.esv-faq__question {
		padding: 16px 18px;
	}

	.esv-faq__answer {
		padding: 0 18px 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.esv-faq__toggle {
		transition: none;
	}
}
