.elementor-11 .elementor-element.elementor-element-4ebbda35{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-2ee4de0d *//* Align WooCommerce payment method radio and label text */
.wc-block-components-radio-control__option {
  display: flex;
  align-items: center;   /* keeps radio + text on same line */
}

.wc-block-components-radio-control__option input[type="radio"] {
  margin: 0;             /* reset default browser spacing */
}

.wc-block-components-payment-method-label {
  margin-left: 8px;      /* spacing between radio and text */
  line-height: 1.4;      /* keeps text centered vertically */
}/* End custom CSS */