.elementor-kit-13{--e-global-color-primary:#000000;--e-global-color-secondary:#f3f3f3;--e-global-color-text:rgb(97, 97, 97);--e-global-color-accent:#E4C1B1;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1160px;}.e-con{--container-max-width:1160px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1189px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1189px;}.e-con{--container-max-width:1189px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.woocommerce-columns--addresses > * {
    width: 100% !important;
}

.formulario-wrapper {
    max-width: 700px;
    margin: 0 auto;
    padding: 1rem;
    box-sizing: border-box;
}

.info-destino p {
    margin: 0.3rem 0;
}

.formulario-responsive {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin-top: 1.5rem;
}

.formulario-responsive .form-row {
    display: flex;
    flex-direction: column;
}

.formulario-responsive label {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.input-text,
.comprobante_pago {
    padding: 0.6rem;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
}

/* Responsive: campos horizontales en desktop */
@media (min-width: 768px) {
    .formulario-responsive .form-row {
        flex-direction: row;
        align-items: center;
    }

    .formulario-responsive label {
        width: 220px;
        margin-bottom: 0;
    }

    .formulario-responsive input {
        flex: 1;
    }
}


@media screen and (max-width: 768px) {
  .woocommerce-order-details table,
  .woocommerce-order-details thead,
  .woocommerce-order-details tbody,
  .woocommerce-order-details th,
  .woocommerce-order-details td,
  .woocommerce-order-details tr {
    display: block;
    width: 100%;
  }

  .woocommerce-order-details thead {
    display: none;
  }

  .woocommerce-order-details tr {
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    padding: 10px;
    border-radius: 8px;
    background-color: #fafafa;
  }

  .woocommerce-order-details td {
    text-align: left;
    padding: 8px 10px;
    position: relative;
  }

  .woocommerce-order-details td::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    color: #333;
  }

  /* Ajuste para celdas sin data-label */
  .woocommerce-order-details td[data-label=""]::before {
    content: none;
  }
}/* End custom CSS */