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

.hbxl-product-trial {
	padding: 1.5rem;
	border: 1px solid rgba(10, 35, 48, 0.08);
	border-radius: 1rem;
	background: var(--color-content-bg, #ffffff);
}

.hbxl-product-trial__image {
	display: block;
	width: auto;
	height: 80px;
	max-width: 100%;
	max-height: 80px;
	margin: 0 0 0.75rem;
	object-fit: contain;
}

.hbxl-product-trial__title {
	margin: 0 0 1rem;
	color: var(--color-content-heading, #0a2330);
}

.hbxl-product-trial__button {
	margin-bottom: 1.25rem;
}

.hbxl-product-trial__meta {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid rgba(10, 35, 48, 0.08);
}

.hbxl-product-trial__meta-label,
.hbxl-product-trial__meta-value {
	padding: 0.6rem 0.5rem;
	border-bottom: 1px solid rgba(10, 35, 48, 0.08);
	text-align: left;
	vertical-align: top;
	color: var(--color-content-text, #6d7c84);
}

.hbxl-product-trial__meta-label {
	font-weight: 700;
	color: var(--color-content-heading, #0a2330);
	white-space: nowrap;
}
