.elementor-283 .elementor-element.elementor-element-31099130{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-2fde22cb *//* Fundo translúcido verde oliva */
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(110, 139, 61, 0.5); /* Verde oliva com transparência */
  z-index: 0;
  pointer-events: none;
}

/* Empilhar colunas em layout vertical */
.woocommerce-checkout .col2-set {
  width: 100% !important;
  float: none !important;
  display: flex;
  flex-direction: column;
}

/* Formulário de cliente */
.woocommerce-checkout .col-1 {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  margin-bottom: 30px;
}

/* Detalhes do pedido */
.woocommerce-checkout .col-2,
.woocommerce-checkout #order_review,
.woocommerce-checkout #order_review_heading {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  margin: 0 auto;
  display: block;
}

/* Força estrutura vertical */
.woocommerce-checkout form.checkout {
  display: flex;
  flex-direction: column;
}/* End custom CSS */