.lp-rc-gateway-note{margin-top:12px;padding:12px 14px;border-radius:12px;background:#f5efff;color:#3d2354;font-size:14px}.lp-rc-box{--lp-dark:#24162e;--lp-purple:#8b5cf6;--lp-soft:#f6f1fb;--lp-border:#e7dcef;max-width:820px;margin:28px auto;padding:28px;border:1px solid var(--lp-border);border-radius:24px;background:#fff;box-shadow:0 18px 55px rgba(36,22,46,.09);color:var(--lp-dark);box-sizing:border-box}.lp-rc-heading{text-align:center;margin-bottom:22px}.lp-rc-eyebrow{display:inline-block;margin-bottom:9px;padding:6px 11px;border-radius:999px;background:#efe7fb;color:#6f3fa0;font-size:11px;font-weight:800;letter-spacing:.12em}.lp-rc-heading h2,.lp-rc-state h2{margin:0 0 8px;color:var(--lp-dark);font-size:clamp(23px,4vw,34px);line-height:1.15}.lp-rc-heading p,.lp-rc-state p{margin:0;color:#6b6170;line-height:1.6}.lp-rc-timer-wrap{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:20px 0;padding:18px 20px;border-radius:17px;background:var(--lp-dark);color:#fff}.lp-rc-timer-wrap span{font-size:14px}.lp-rc-timer{font-size:28px;letter-spacing:.05em}.lp-rc-payment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.lp-rc-detail{position:relative;display:flex;flex-direction:column;gap:5px;min-height:72px;padding:15px 78px 15px 16px;border:1px solid var(--lp-border);border-radius:15px;background:var(--lp-soft);box-sizing:border-box}.lp-rc-detail>span{color:#7a6f80;font-size:12px;text-transform:uppercase;letter-spacing:.05em}.lp-rc-detail>strong{overflow-wrap:anywhere;font-size:16px}.lp-rc-copy{position:absolute;right:12px;top:50%;transform:translateY(-50%);padding:7px 10px;border:0;border-radius:9px;background:#fff;color:#69408a;font-weight:700;cursor:pointer}.lp-rc-upload{margin-top:20px;padding:20px;border-radius:18px;background:#faf8fc}.lp-rc-upload h3{margin:0 0 5px;color:var(--lp-dark)}.lp-rc-upload p{margin:0 0 15px;color:#746b78;font-size:14px}.lp-rc-upload-label{position:relative;overflow:hidden;display:flex;flex-direction:column;gap:4px;padding:18px;border:1.5px dashed #a178bd;border-radius:14px;background:#fff;cursor:pointer}.lp-rc-upload-label input{position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;cursor:pointer;z-index:2;font-size:100px}.lp-rc-upload-title{font-weight:800;color:#5c2f79;overflow-wrap:anywhere}.lp-rc-upload-subtitle{color:#827789;font-size:13px}.lp-rc-upload-button{width:100%;margin-top:12px!important;padding:14px 18px!important;border-radius:13px!important;background:var(--lp-dark)!important}.lp-rc-upload-button:disabled{opacity:.45;cursor:not-allowed}.lp-rc-upload-status{margin-top:11px;font-size:14px;font-weight:600}.lp-rc-loading{color:#6f3fa0}.lp-rc-error{padding:10px;border-radius:10px;background:#fff0f0;color:#a32626}.lp-rc-state{display:flex;align-items:flex-start;gap:16px;padding:7px}.lp-rc-icon{display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;border-radius:50%;font-size:25px;font-weight:800}.lp-rc-state-review .lp-rc-icon,.lp-rc-state-approved .lp-rc-icon{background:#e7f8ed;color:#15743a}.lp-rc-state-cancelled .lp-rc-icon{background:#ffeded;color:#a62727}.lp-rc-file-name{margin-top:10px!important;font-size:13px!important}.lp-rc-admin-warning{margin-top:14px;padding:10px;border-radius:10px;background:#fff4d8;color:#785800}.lp-rc-expired .lp-rc-timer-wrap{background:#5f5963}@media(max-width:620px){.lp-rc-box{margin:20px 0;padding:20px;border-radius:20px}.lp-rc-payment-grid{grid-template-columns:1fr}.lp-rc-detail{min-height:auto}.lp-rc-state{align-items:flex-start}.lp-rc-timer-wrap{padding:15px}.lp-rc-timer{font-size:24px}}

/* Pantalla final limpia: ocultamos el resumen y los datos bancarios duplicados de WooCommerce.
   Solo se aplica a pedidos por transferencia gestionados por este plugin. */
body.lp-rc-thankyou-clean .woocommerce-order-overview,
body.lp-rc-thankyou-clean ul.woocommerce-order-overview,
body.lp-rc-thankyou-clean .woocommerce-bacs-bank-details,
body.lp-rc-thankyou-clean .wc-bacs-bank-details,
body.lp-rc-thankyou-clean section.woocommerce-bacs-bank-details,
body.lp-rc-thankyou-clean .woocommerce-order-details__title + .woocommerce-table--order-details {
  display:none!important;
}
body.lp-rc-thankyou-clean .woocommerce-thankyou-order-received{
  margin-bottom:18px!important;
}


/* Checkout La Party: solo datos esenciales y misma estética visual. */
.woocommerce-checkout .woocommerce-billing-fields>h3{font-size:clamp(24px,4vw,34px);color:#24162e;margin-bottom:18px}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row{float:none!important;width:100%!important;margin:0!important}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_email_field{grid-column:1/-1}
.woocommerce-checkout input.input-text,.woocommerce-account input.input-text{min-height:52px;padding:13px 15px!important;border:1px solid #e2d6eb!important;border-radius:13px!important;background:#fff!important;box-shadow:none!important}
.woocommerce-checkout input.input-text:focus,.woocommerce-account input.input-text:focus{border-color:#8567a7!important;box-shadow:0 0 0 3px rgba(133,103,167,.13)!important;outline:none}
.woocommerce-checkout #place_order{min-height:54px;border-radius:13px!important;background:#8567a7!important;font-weight:800!important}

/* Cuenta, acceso y recuperación de contraseña. */
.woocommerce-account .woocommerce-MyAccount-navigation ul{display:flex;flex-wrap:wrap;gap:9px;padding:0;margin:0 0 25px;list-style:none}
.woocommerce-account .woocommerce-MyAccount-navigation li{margin:0!important}
.woocommerce-account .woocommerce-MyAccount-navigation a{display:block;padding:10px 14px;border:1px solid #e1d5ea;border-radius:11px;color:#5e4576;text-decoration:none}
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a{background:#8567a7;color:#fff;border-color:#8567a7}
.woocommerce-account form.woocommerce-ResetPassword,.woocommerce-account form.login,.woocommerce-account form.register{max-width:560px;margin:25px auto;padding:28px;border:1px solid #e7dcef;border-radius:22px;background:#fff;box-shadow:0 18px 55px rgba(36,22,46,.08)}
.woocommerce-account form.woocommerce-ResetPassword .woocommerce-Button,.woocommerce-account form.login button,.woocommerce-account form.register button{width:100%;min-height:52px;border-radius:13px!important;background:#8567a7!important;font-weight:800!important}

/* Pago aprobado: entradas dentro de la misma tarjeta. */
.lp-rc-state-approved{padding:22px!important;border:1px solid #e7dcef;border-radius:22px;background:#fff;box-shadow:0 18px 55px rgba(36,22,46,.08)}
.lp-rc-approved-content{min-width:0;flex:1}
.lp-rc-approved-content .lp-rc-eyebrow{margin-bottom:10px}
.lp-rc-ticket-destination{margin-top:18px}
.lp-rc-ticket-destination>section,.lp-rc-ticket-destination>.tc_order_details,.lp-rc-ticket-destination table{margin:0!important;width:100%!important}
.lp-rc-ticket-destination h2,.lp-rc-ticket-destination h3{display:none!important}
.lp-rc-ticket-destination table{border-collapse:separate!important;border-spacing:0;border:1px solid #e7dcef!important;border-radius:14px;overflow:hidden;background:#faf8fc}
.lp-rc-ticket-destination th,.lp-rc-ticket-destination td{padding:12px!important;border-color:#e7dcef!important}
.lp-rc-ticket-destination a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:9px 14px;border-radius:10px;background:#8567a7;color:#fff!important;font-weight:800;text-decoration:none!important}
.lp-rc-ticket-fallback{display:inline-flex!important;margin-top:16px!important;border-radius:11px!important;background:#8567a7!important}
.lp-rc-ticket-destination:not(:empty)+.lp-rc-ticket-fallback{display:none!important}

@media(max-width:620px){.woocommerce-checkout .woocommerce-billing-fields__field-wrapper{grid-template-columns:1fr}.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_email_field{grid-column:auto}.woocommerce-account form.woocommerce-ResetPassword,.woocommerce-account form.login,.woocommerce-account form.register{padding:20px;border-radius:18px}.lp-rc-state-approved{padding:18px!important}.lp-rc-ticket-destination table,.lp-rc-ticket-destination tbody,.lp-rc-ticket-destination tr,.lp-rc-ticket-destination th,.lp-rc-ticket-destination td{display:block;width:100%!important}.lp-rc-ticket-destination tr{padding:8px 0;border-bottom:1px solid #e7dcef}.lp-rc-ticket-destination tr:last-child{border-bottom:0}.lp-rc-ticket-destination th,.lp-rc-ticket-destination td{border:0!important;padding:6px 12px!important}}

/* Entradas directas v1.1.1 */
.lp-rc-ticket-loading{margin-top:16px;padding:14px;border-radius:12px;background:#faf8fc;color:#746b78;text-align:center;font-size:14px}
.lp-rc-ticket-buttons{display:grid;gap:12px;margin-top:18px}
.lp-rc-ticket-card{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px;border:1px solid #e7dcef;border-radius:15px;background:#faf8fc}
.lp-rc-ticket-info{display:flex;min-width:0;flex:1;flex-direction:column;gap:3px}
.lp-rc-ticket-info strong{color:#24162e;font-size:16px}
.lp-rc-ticket-info span{color:#746b78;font-size:13px}
.lp-rc-ticket-direct{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px;min-width:155px;min-height:48px;padding:11px 16px!important;border:0!important;border-radius:12px!important;background:#8567a7!important;color:#fff!important;font-weight:800!important;text-decoration:none!important;box-shadow:0 8px 20px rgba(133,103,167,.22)}
.lp-rc-ticket-direct:hover,.lp-rc-ticket-direct:focus{background:#735691!important;color:#fff!important;transform:translateY(-1px)}
.lp-rc-ticket-button-icon{font-size:20px;line-height:1}
.lp-rc-ticket-help{margin:12px 0 0!important;color:#746b78!important;font-size:13px!important;text-align:center}
.lp-rc-original-tickets-hidden{display:none!important}
.lp-rc-ticket-destination:not(:empty)+.lp-rc-ticket-fallback{display:none!important}
@media(max-width:620px){.lp-rc-ticket-card{align-items:stretch;flex-direction:column}.lp-rc-ticket-direct{width:100%;min-width:0;box-sizing:border-box}.lp-rc-ticket-info{text-align:left}}


/* Mis entradas v1.1.4: listado simple y comprensible. */
.woocommerce-account .woocommerce-orders-table{
  width:100%;
  border:0!important;
  border-collapse:separate!important;
  border-spacing:0 14px!important;
  background:transparent!important;
}
.woocommerce-account .woocommerce-orders-table thead{display:none!important}
.woocommerce-account .woocommerce-orders-table tbody{display:grid;gap:14px}
.woocommerce-account .woocommerce-orders-table tbody tr{
  display:grid!important;
  grid-template-columns:1fr 1fr;
  gap:0;
  overflow:hidden;
  padding:0!important;
  border:1px solid #e7dcef!important;
  border-radius:18px;
  background:#fff;
  box-shadow:0 12px 34px rgba(36,22,46,.07);
}
.woocommerce-account .woocommerce-orders-table tbody td{
  display:flex!important;
  flex-direction:column;
  justify-content:center;
  min-height:76px;
  padding:16px 18px!important;
  border:0!important;
  background:transparent!important;
  text-align:left!important;
}
.woocommerce-account .woocommerce-orders-table tbody td::before{
  margin:0 0 5px!important;
  color:#7c7082;
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  content:attr(data-title)!important;
}
.woocommerce-account .woocommerce-orders-table .woocommerce-orders-table__cell-order-date,
.woocommerce-account .woocommerce-orders-table .woocommerce-orders-table__cell-order-status{
  color:#24162e;
  font-size:17px;
  font-weight:700;
}
.woocommerce-account .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions{
  grid-column:1/-1;
  min-height:auto;
  padding:0 18px 18px!important;
}
.woocommerce-account .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions::before{display:none!important}
.woocommerce-account .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .button,
.woocommerce-account .woocommerce-orders-table .woocommerce-button.view{
  display:flex!important;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:52px;
  margin:0!important;
  padding:13px 18px!important;
  border:0!important;
  border-radius:13px!important;
  background:#8567a7!important;
  color:#fff!important;
  font-size:16px!important;
  font-weight:800!important;
  text-decoration:none!important;
  box-shadow:0 9px 22px rgba(133,103,167,.2);
}
.woocommerce-account .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .button:hover,
.woocommerce-account .woocommerce-orders-table .woocommerce-button.view:hover{
  background:#735691!important;
  color:#fff!important;
}
@media(max-width:620px){
  .woocommerce-account .woocommerce-orders-table tbody tr{grid-template-columns:1fr 1fr}
  .woocommerce-account .woocommerce-orders-table tbody td{min-height:70px;padding:14px!important}
  .woocommerce-account .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions{padding:0 14px 14px!important}
}

/* Estados claros en Mis entradas v1.1.5 */
.woocommerce-account .woocommerce-orders-table .woocommerce-orders-table__cell-lp-date,
.woocommerce-account .woocommerce-orders-table .woocommerce-orders-table__cell-lp-status{
  color:#24162e;
  font-size:17px;
  font-weight:700;
}
.woocommerce-account .woocommerce-orders-table .woocommerce-orders-table__cell-lp-action{
  grid-column:1/-1;
  min-height:auto;
  padding:0 18px 18px!important;
}
.woocommerce-account .woocommerce-orders-table .woocommerce-orders-table__cell-lp-action::before{display:none!important}
.lp-order-status{display:flex;flex-direction:column;gap:4px}
.lp-order-status strong{font-size:16px;line-height:1.25}
.lp-order-status span{font-size:13px;font-weight:500;line-height:1.4;color:#746b78}
.lp-order-status-approved strong{color:#198647}
.lp-order-status-review strong{color:#9a6412}
.lp-order-status-cancelled strong{color:#b02a37}
.lp-order-status-pending strong{color:#7b5b18}
.lp-order-status-refunded strong{color:#6b6570}
.woocommerce-account .lp-order-open{
  display:flex!important;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:52px;
  margin:0!important;
  padding:13px 18px!important;
  border:0!important;
  border-radius:13px!important;
  background:#8567a7!important;
  color:#fff!important;
  font-size:16px!important;
  font-weight:800!important;
  text-decoration:none!important;
  box-shadow:0 9px 22px rgba(133,103,167,.2);
}
.woocommerce-account .lp-order-open:hover,.woocommerce-account .lp-order-open:focus{background:#735691!important;color:#fff!important}
@media(max-width:620px){
  .woocommerce-account .woocommerce-orders-table .woocommerce-orders-table__cell-lp-action{padding:0 14px 14px!important}
}

/* Checkout reducido v1.1.6: compatibilidad con Checkout clásico y Checkout Blocks. */
body.lp-rc-simple-checkout .woocommerce-billing-fields__field-wrapper,
body.lp-rc-simple-checkout .wc-block-checkout__billing-fields .wc-block-components-address-form{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:14px;
}
body.lp-rc-simple-checkout .wc-block-checkout__billing-fields .wc-block-components-address-form__email,
body.lp-rc-simple-checkout .wc-block-checkout__contact-fields{
  grid-column:1/-1;
}
/* El país queda cargado internamente con el país base de la tienda, pero no se muestra. */
body.lp-rc-simple-checkout .wc-block-components-address-form__country,
body.lp-rc-simple-checkout .wc-block-components-country-input,
body.lp-rc-simple-checkout .wc-block-checkout__billing-fields [data-field="country"],
body.lp-rc-simple-checkout .wc-block-checkout__shipping-fields,
body.lp-rc-simple-checkout .wc-block-checkout__order-notes-block,
body.lp-rc-simple-checkout .wc-block-components-checkout-step--order-notes{
  display:none!important;
}
/* Respaldo visual si otro plugin vuelve a insertar campos que el servidor ya marcó como ocultos. */
body.lp-rc-simple-checkout .lp-rc-checkout-field-hidden{
  display:none!important;
}
body.lp-rc-simple-checkout .woocommerce-billing-fields>h3{
  font-size:0!important;
}
body.lp-rc-simple-checkout .woocommerce-billing-fields>h3::after{
  content:"Tus datos";
  display:block;
  font-size:clamp(24px,4vw,34px);
  line-height:1.2;
}
@media(max-width:620px){
  body.lp-rc-simple-checkout .woocommerce-billing-fields__field-wrapper,
  body.lp-rc-simple-checkout .wc-block-checkout__billing-fields .wc-block-components-address-form{
    grid-template-columns:1fr;
  }
}


/* Inventario y detalle de pedido v1.1.7 */
.woocommerce-account .woocommerce-customer-details,
.woocommerce-order-received .woocommerce-customer-details{display:none!important}
