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

.ibr-related-product-wrap .thumbnail-image img {
	object-fit: cover;
	display: block;
	margin: 0 !important;
	height: 260px !important;
	width: 100% !important;
}

.ibr-related-product-wrap .prod-title {
	font-size: 20px;
	font-family: Inter, sans-serif;
	font-weight: 600;
	line-height: 26px;
	color: #5F6569;
}

/* Related product link hover: remove underline, add green underline to title. */
.ibr-related-product-wrap a:hover {
	text-decoration: none !important;
}

.ibr-related-product-wrap a:hover h4 {
	border-bottom: 1px solid #00A94F;
	width: fit-content;
}
