.hexco-single-sections {
	margin-top: 30px;
}

.hexco-single-section {
	margin: 0 0 26px;
	background: var(--wd-main-bgcolor, #fff);
}

.hexco-single-section__title {
	margin: 0 0 16px;
	font-size: 1.2rem;
	font-weight: 600;
	color: var(--wd-title-color, #242424);
}

.hexco-single-section__subtitle {
	margin: 0 0 12px;
	font-size: 1rem;
	font-weight: 600;
	color: var(--wd-title-color, #242424);
}

.hexco-single-section__content {
	color: var(--wd-text-color, #777);
}

.hexco-single-section__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 24px;
}

.hexco-single-section__col {
	min-width: 0;
}

.hexco-single-section__col .woocommerce-product-attributes {
	margin-bottom: 0;
}

.hexco-single-section__col .hexco-pim-datasheets {
	margin-top: 0;
}

@media (max-width: 991px) {
	.hexco-single-section__grid {
		grid-template-columns: 1fr;
	}
}
