/*!
Theme Name:  Page Builder Framework - Child
Author:      David Vongries
Author URI:  https://mapsteps.com
Description: Page Builder Framework Child Theme
Version:     1.3
License:     GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags:        one-column, two-columns, left-sidebar, right-sidebar, custom-colors, custom-menu, featured-images, full-width-template, custom-logo, custom-background, threaded-comments, blog, e-commerce
Template:    page-builder-framework
Text Domain: page-builder-framework-child
*/
/* Custom styles for the checkbox inputs */
#happyforms-29909 .happyforms-part--checkbox .happyforms-part__option input[type="checkbox"]:checked + .checkmark {
	background-color: black !important;
	border-color: black !important;
}

#happyforms-29909 .happyforms-part--checkbox .happyforms-part__option input[type="checkbox"]:checked + .checkmark + .label-wrap .label {
	color: white !important;
	background-color: black !important;
	padding: 5px 10px;
}

/* Hover effect for better user experience */
#happyforms-29909 .happyforms-part--checkbox .happyforms-part__option:hover .label {
	background-color: #f0f0f0;
}

/* Transition for smooth color change */
#happyforms-29909 .happyforms-part--checkbox .happyforms-part__option .label {
	transition: all 0.3s ease;
}