/*
 * Styles for the HBXL Product CTA WPBakery/shortcode component.
 */

.hbxl-product-cta {
	text-align: center;
}


.hbxl-product-cta__link {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.75rem;
	text-decoration: none;
	color: var(--color-content-heading);
}

.hbxl-product-cta__icon-ratio {
	display: block;
	aspect-ratio: 1 / 1;
}

.hbxl-product-cta__icon-picture {
	display: block;
}

.hbxl-product-cta__icon-image {
	display: block;
	width: auto;
	height: 145px;
	max-width: 100%;
	max-height: 145px;
	margin: 0 auto;
	object-fit: contain;
}

.hbxl-product-cta__title {
	margin: 0;
	line-height: 1.2;
	color: var(--color-content-heading);
}

.hbxl-product-cta__tagline {
	margin: 0;
	line-height: 1.35;
	color: var(--color-content-heading);
}
