.product-laboratory-analyses {
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: left;
}

.product-laboratory-analyses__summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	cursor: pointer;
	list-style: none;
	user-select: none;
}

.product-laboratory-analyses__summary::-webkit-details-marker {
	display: none;
}

.product-laboratory-analyses__summary::marker {
	content: "";
	display: none;
}

.product-laboratory-analyses__title {
	font-size: 16px;
	color: #544487;
	text-align: left;
	line-height: 1.2;
	margin: 0;
	text-transform: uppercase;
	flex: 1;
}

.product-laboratory-analyses__chevron {
	display: inline-flex;
	flex-shrink: 0;
	color: #544487;
	transition: transform 0.2s ease;
}

.product-laboratory-analyses__chevron svg {
	display: block;
	width: 20px;
	height: 20px;
}

.product-laboratory-analyses[open] > .product-laboratory-analyses__summary .product-laboratory-analyses__chevron {
	transform: rotate(180deg);
}

.product-laboratory-analyses__list {
	list-style: none;
	margin: 16px 0 0;
	padding: 0;
	max-width: none;
}

.product-laboratory-analyses__item {
	padding: 12px 0;
	border-bottom: 1px solid #e8e6ef;
}

.product-laboratory-analyses__item:first-child {
	border-top: 1px solid #e8e6ef;
}

.product-laboratory-analyses__label {
	font-size: 14px;
	font-weight: 600;
	color: #544487;
	margin-bottom: 6px;
	line-height: 1.3;
}

.product-laboratory-analyses__file {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #333;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.4;
	transition: color 0.2s ease;
}

.product-laboratory-analyses__file:hover,
.product-laboratory-analyses__file:focus {
	color: #544487;
	text-decoration: underline;
}

.product-laboratory-analyses__icon {
	display: inline-flex;
	flex-shrink: 0;
	color: #544487;
}

.product-laboratory-analyses__icon svg {
	display: block;
	width: 20px;
	height: 20px;
}

.product-laboratory-analyses__filename {
	word-break: break-word;
}

@media (max-width: 767px) {
	.product-laboratory-analyses {
		padding-top: 16px;
		padding-bottom: 8px;
	}

	.product-laboratory-analyses__title {
		font-size: 15px;
	}

	.product-laboratory-analyses__label {
		font-size: 13px;
	}

	.product-laboratory-analyses__file {
		font-size: 13px;
	}
}
