/**
 * Free products: single full-width green "GET IT FREE" CTA.
 * Activated by the `.sc-free-product` body class added by free-product-cta.js.
 */

/* Hide quantity selector and the "Add to Cart" button on free products. */
.sc-free-product .wp-block-surecart-product-quantity,
.sc-free-product .wp-block-surecart-product-buy-buttons
	[data-sc-block-id="product-buy-button"].sc-free-hidden {
	display: none !important;
}

/* The remaining CTA takes the full width of the buttons row. */
.sc-free-product .wp-block-surecart-product-buy-buttons {
	width: 100%;
}

.sc-free-product .sc-free-cta {
	width: 100% !important;
	flex: 1 1 100% !important;
	max-width: 100% !important;
}

/* Solid green button (overrides the default outline style of "Buy Now"). */
.sc-free-product .sc-free-cta .wp-block-button__link,
.sc-free-product .sc-free-cta .sc-button__link {
	width: 100% !important;
	background-color: #1e9e57 !important;
	border-color: #1e9e57 !important;
	color: #ffffff !important;
	transition: background-color 0.15s ease, border-color 0.15s ease;
}

.sc-free-product .sc-free-cta .wp-block-button__link:hover,
.sc-free-product .sc-free-cta .sc-button__link:hover,
.sc-free-product .sc-free-cta .wp-block-button__link:focus,
.sc-free-product .sc-free-cta .sc-button__link:focus {
	background-color: #177245 !important;
	border-color: #177245 !important;
	color: #ffffff !important;
}

.sc-free-product .sc-free-cta .sc-button__link-text {
	color: #ffffff !important;
}
