/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/* Restore Trustpilot review stars in the Blocksy payment-method slot after Blocksy updates. */
.single-product fieldset.ct-payment-methods {
	padding-top: 24px !important;
	padding-bottom: 24px !important;
}

.single-product fieldset.ct-payment-methods .ct-icon-container {
	display: block !important;
	width: min(88%, 360px) !important;
	height: 58px !important;
	margin: 10px auto 0 !important;
	color: transparent !important;
}

.single-product fieldset.ct-payment-methods .ct-icon-container svg {
	display: none !important;
}

.single-product fieldset.ct-payment-methods .ct-icon-container::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: url('/wp-content/uploads/2025/01/tp-revstars.png');
	background-repeat: no-repeat;
	background-size: auto 58px;
	background-position: left center;
}
