/*!
 Theme Name: Rubrum
 Theme URI:
 Author: Dev Team
 Author URI:
 Description: Rubrum is a blank canvas for your ideas and it makes the block editor your best brush.
 Requires at least: 6.6
 Tested up to: 6.7
 Requires PHP: 8.0
 Version: 6.7.0
 Text Domain: rubrum
*/


/** Add your custom styles here **/

.gfield_consent_label {
    display: flex;
    gap: 10px;
}
body .gform_wrapper form input[type=checkbox] + label::before,
body .gform_wrapper form input[type=checkbox]:hover + label::before, 
body .gform_wrapper form input[type=checkbox]:focus + label::before, 
body .gform_wrapper form input[type=checkbox]:hover:checked + label::before {
	border-color: #fff !important;
	color:#fff !important;
}