.product-faq {
	margin-top: 1.5em;
}

.product-faq h3 {
	margin-bottom: 0.75em;
}

.faq-item {
	border-bottom: 1px solid #e0e0e0;
}

.faq-item:first-of-type {
	border-top: 1px solid #e0e0e0;
}

.faq-item summary {
	padding: 0.875em 0;
	font-weight: 600;
	cursor: pointer;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.faq-item summary::after {
	content: "+";
	font-size: 1.25em;
	font-weight: 400;
	flex-shrink: 0;
	margin-left: 1em;
	transition: transform 0.2s ease;
}

.faq-item[open] summary::after {
	content: "\2212";
}

.faq-item summary::-webkit-details-marker {
	display: none;
}

.faq-answer {
	padding: 0 0 1em;
}

.faq-answer p {
	margin: 0;
	color: #555;
	line-height: 1.6;
}
