/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.elementor-430 .elementor-element.elementor-element-55a695e .wpforms-field-label {
    margin-bottom: 7px!important;
}

/* Reduce the gap between the radio input circle and its text label */
#wpforms-1147-field_10 label.wpforms-field-label-inline,
#wpforms-1147-field_44 label.wpforms-field-label-inline {
    margin-left: 5px !important;  
    padding-left: 0 !important;   
}

/* Increase horizontal spacing between side-by-side radio buttons */
/* Widen horizontal spacing for both fields */
#wpforms-1147-field_10 li,
#wpforms-1147-field_44 li {
    margin-right: 28px !important; 
    display: inline-block;
}

/* Clear trailing spacing on the final options */
#wpforms-1147-field_10 li:last-child,
#wpforms-1147-field_44 li:last-child {
    margin-right: 0 !important;
}

/* Direct CSS Fallback for Stripe Label Blocks */
#wpforms-field-stripe-link-element-1147,
#wpforms-field-stripe-payment-element-1147,
.wpforms-field-stripe-credit-card label,
.wpforms-field-stripe-credit-card .wpforms-sub-label {
    color: #222222 !important;
    font-weight: 500 !important;
}