/**
 * Theme Name: Child Theme of Hello Elementor
 * Template:   hello-elementor
 */

 .elementor-field-type-acceptance{
     display:flex;
     flex-direction: row-reverse;
     flex-wrap: nowrap !important;
     gap: 5px
 }

 .elementor-field-type-acceptance label{
     flex-basis: 100%;
     color: var( --e-global-color-3843f34 ) !important;
     font-family: var( --e-global-typography-0d11bbe-font-family ) !important;
     font-weight: 500 !important;
 }

 .elementor-field-type-acceptance .elementor-field-subgroup{
     flex-basis: 24px !important;
 }

 .elementor-field-type-acceptance .elementor-field-subgroup input{
     width: 18px;
    height: 18px;
 }
