/**
 * 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;
	}
}

/* PDF / product download button. */
.ibr-pdf-button .masonry-brick {
	display: flex;
	justify-content: space-evenly;
}

.ibr-pdf-button .fl-post-grid.masonry {
	width: 100% !important;
	height: 100% !important;
}

.ibr-pdf-button .product_download {
	position: static !important;
	margin-bottom: 0px !important;
	border: none;
	overflow: visible;
	width: fit-content !important;
}

.ibr-pdf-button .product-download-btn {
	font-family: Inter, sans-serif;
	font-weight: 700;
	font-size: 16px;
	border: 1px solid #000;
	background-color: #CDFA55;
	color: #000;
	padding: 16px 18px;
}

.ibr-pdf-button .product-download-btn:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 575px) {
	.ibr-pdf-button .masonry-brick {
		justify-content: left;
		flex-wrap: wrap;
		gap: 50px;
	}
}
