.faq-a2506d75-wrapper {
	width: 100%;
}

.faq-a2506d75-item {
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	overflow: hidden;
}

.faq-a2506d75-header {
	margin: 0;
	padding: 0;
}

.faq-a2506d75-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 16px 20px;
	background: transparent;
	border: none;
	cursor: pointer;
	text-align: left;
	color: inherit;
	transition: background-color 0.2s ease;
}

.faq-a2506d75-toggle:focus-visible {
	outline: 2px solid #000;
	outline-offset: -2px;
}

.faq-a2506d75-title {
	font-weight: 600;
	font-size: 1.1em;
	flex: 1;
	padding-right: 16px;
}

.faq-a2506d75-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	transition: transform 0.3s ease;
}

.faq-a2506d75-icon svg {
	width: 100%;
	height: 100%;
	stroke: currentColor;
}

/* Active State */
.faq-a2506d75-item.is-active .faq-a2506d75-icon {
	transform: rotate(180deg);
}

.faq-a2506d75-content {
	border-top: 1px solid #e0e0e0;
}

.faq-a2506d75-content-inner {
	padding: 20px;
}

.faq-a2506d75-content-inner p:last-child {
	margin-bottom: 0;
}
