/**
 * Single product content styling overrides.
 *
 * Loaded via InfraBuild\Core\Controller\EnqueueController at PHP_INT_MAX
 * priority so these rules win the cascade over theme/module output.
 */

.ibr-single-prod-content #specifications {
	font-family: Inter, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	line-height: 25.6px;
	color: #5F6569;
}

@media (max-width: 992px) {
	.ibr-single-prod-content #specifications {
		padding: 0 !important;
	}
}
