.wsa-product-documents {
	margin: 24px 0;
}

.wsa-product-documents-title {
	margin: 0 0 14px;
}

.wsa-product-documents-sections-frontend {
	display: grid;
	gap: 10px;
}

.wsa-product-documents-section-frontend {
	border: 1px solid #ddd;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
}

.wsa-product-documents-section-frontend summary {
	cursor: pointer;
	padding: 14px 16px;
	font-weight: 600;
	list-style: none;
}

.wsa-product-documents-section-frontend summary::-webkit-details-marker {
	display: none;
}

.wsa-product-documents-section-frontend[open] summary {
	border-bottom: 1px solid #eee;
}

.wsa-product-documents-list {
	margin: 0;
	padding: 12px 16px 16px 32px;
}

.wsa-product-documents-item + .wsa-product-documents-item {
	margin-top: 8px;
}
