.dzs-faq {
	width: 100%;
}

.dzs-faq__item {
	border-bottom: 1px solid #e0e0e0;
}

.dzs-faq__item:first-child {
	border-top: 1px solid #e0e0e0;
}

.dzs-faq__question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	padding: 18px 0;
	font-size: 16px;
	font-weight: 600;
	color: #1a2e1a;
	cursor: pointer;
	list-style: none;
	user-select: none;
}

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

.dzs-faq__icon {
	flex-shrink: 0;
	font-size: 22px;
	font-weight: 300;
	color: #4caf50;
	line-height: 1;
	transition: transform 0.2s ease;
}

details[open] .dzs-faq__icon {
	transform: rotate(45deg);
}

.dzs-faq__answer {
	font-size: 15px;
	color: #555;
	line-height: 1.7;
	padding: 0 0 18px;
}
