.hexco-pim-datasheets {
	margin-top: 20px;
	padding: 18px 20px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	background: var(--wd-main-bgcolor, #fff);
}

.hexco-pim-datasheets__type {
	margin: 0 0 10px;
	font-size: 1.05rem;
	font-weight: 600;
	color: var(--wd-title-color, #242424);
}

.hexco-pim-datasheets__type:not(:first-child) {
	margin-top: 18px;
	padding-top: 14px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.hexco-pim-datasheets__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hexco-pim-datasheets__item {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0;
	padding: 6px 0;
	color: var(--wd-text-color, #777);
	line-height: 1.55;
}

.hexco-pim-datasheets__item a {
	font-weight: 500;
	color: var(--wd-link-color, #333);
	text-decoration: none;
}

.hexco-pim-datasheets__item a:hover {
	color: var(--wd-primary-color, #83b735);
	text-decoration: underline;
}

.hexco-pim-datasheets__file {
	color: var(--wd-text-color, #777);
	opacity: 0.9;
}
