:is(.elementor-editor-active, .turbo_builder-template, .turbo-checkout-page, .turbo-account-page) :is(.woocommerce-checkout-payment, .woocommerce-checkout-payment) {
  background: transparent !important;
}

:is(.elementor-editor-active, .turbo_builder-template, .turbo-checkout-page, .turbo-account-page) .woocommerce-checkout-payment .wc_payment_methods {
  padding: 0 !important;
  border: none !important;
}

:is(.elementor-editor-active, .turbo_builder-template, .turbo-checkout-page, .turbo-account-page) .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method {
  border-bottom: 1px dashed var(--main-border-color) !important;
  padding: 10px 0;
}

:is(.elementor-editor-active, .turbo_builder-template, .turbo-checkout-page, .turbo-account-page) .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method input[type="radio"] {
  display: none;
}

:is(.elementor-editor-active, .turbo_builder-template, .turbo-checkout-page, .turbo-account-page) .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method label {
  position: relative;
  -webkit-padding-start: 32px;
  padding-inline-start: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

:is(.elementor-editor-active, .turbo_builder-template, .turbo-checkout-page, .turbo-account-page) .woocommerce-checkout-payment .payment_box {
  padding: 0 !important;
  background: transparent !important;
}

:is(.elementor-editor-active, .turbo_builder-template, .turbo-checkout-page, .turbo-account-page) .woocommerce-checkout-payment .place-order {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

:is(.elementor-editor-active, .turbo_builder-template, .turbo-checkout-page, .turbo-account-page) .woocommerce-checkout-payment .wc_payment_methods li {
  list-style: none;
}

:is(.elementor-editor-active, .turbo_builder-template, .turbo-checkout-page, .turbo-account-page) .woocommerce-checkout-payment .wc_payment_methods .wc-block-components-notice-banner {
  display: flex;
  align-items: flex-start;
  gap: 12px
}

:is(.elementor-editor-active, .turbo_builder-template, .turbo-checkout-page, .turbo-account-page) .woocommerce-checkout-payment .place-order button[type="submit"] {
  background: var(--brand-color);
  color: var(--lighter-text-color);
  font-size: var(--body-font-size);
  float: none !important;
  width: 100%;
  margin-top: 25px;
  padding: 14px 15px;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.3s ease;
}

:is(.elementor-editor-active, .turbo_builder-template,
  .turbo-checkout-page,
  .turbo-account-page) .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method label::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 2px solid var(--main-border-color);
  border-radius: 14px;
  width: 16px;
  height: 16px;
}

:is(.elementor-editor-active, .turbo_builder-template,
  .turbo-checkout-page,
  .turbo-account-page) .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method input[type="radio"]:checked~label::before {
  border-color: var(--brand-color);
  border-width: 5px;
}

:is(.elementor-editor-active, .turbo-builder-template) .checkout-payment-widget .checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
}

:is(.elementor-editor-active, .turbo-builder-template) .checkout-payment-widget .checkbox input {
  width: auto;
}

:is(.elementor-editor-active, .turbo-builder-template, .turbo-checkout-page) .checkout-payment-widget .checkbox input {
  padding: 0;
  flex: 0 0 auto;
}