.easyseo-product-accordions {
	margin: 0 0 30px;
	border-top: 1px solid #e2e2e2;
}

.easyseo-accordion {
	border-bottom: 1px solid #e2e2e2;
}

.easyseo-accordion-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	background: none;
	border: none;
	padding: 16px 4px;
	font-size: 16px;
	font-weight: 600;
	text-align: left;
	cursor: pointer;
	color: inherit;
}

.easyseo-accordion-header::after {
	content: none;
}

.easyseo-accordion-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	margin-left: 12px;
	transition: transform 0.25s ease;
}

.easyseo-accordion-icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

.easyseo-accordion.is-open .easyseo-accordion-icon {
	transform: rotate(180deg);
}

.easyseo-accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.25s ease;
}

.easyseo-accordion-content-inner {
	padding: 0 4px 18px;
	line-height: 1.6;
}
