.lgb-owner-panel,.lgb-public-booking{font-family:Inter,Arial,sans-serif;color:#101828}.lgb-tabs{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 18px}.lgb-tabs a{padding:10px 14px;border-radius:14px;background:#eef4ff;color:#0A4F99;text-decoration:none;font-weight:800}.lgb-tabs a.active{background:#0A4F99;color:#fff}.lgb-card{background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:20px;margin:0 0 18px;box-shadow:0 14px 35px rgba(16,24,40,.06)}.lgb-kpis{display:grid;grid-template-columns:repeat(5,minmax(140px,1fr));gap:14px;margin-bottom:18px}.lgb-kpis>div{background:linear-gradient(135deg,#0A4F99,#082f5d);color:#fff;border-radius:20px;padding:18px}.lgb-kpis span{display:block;font-size:12px;opacity:.85}.lgb-kpis strong{font-size:28px}.lgb-form{display:grid;grid-template-columns:repeat(3,minmax(160px,1fr));gap:14px}.lgb-form label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:800}.lgb-form input,.lgb-form textarea,.lgb-form select,.lgb-inline-form select{border:1px solid #d0d5dd;border-radius:12px;padding:10px 12px;background:#fff}.lgb-form textarea{min-height:90px}.lgb-form button,.lgb-booking-form button,.lgb-inline-form button{border:0;border-radius:14px;background:#0A4F99;color:#fff;font-weight:900;padding:12px 16px;cursor:pointer}.lgb-check{justify-content:center}.lgb-table-wrap{overflow:auto}.lgb-table{width:100%;border-collapse:collapse;min-width:800px}.lgb-table th,.lgb-table td{padding:12px;border-bottom:1px solid #eef2f7;text-align:left;vertical-align:top}.lgb-table th{font-size:12px;text-transform:uppercase;color:#667085}.lgb-table small{display:block;color:#667085}.lgb-btn-mini{display:inline-block;background:#eef4ff;color:#0A4F99;border-radius:10px;padding:7px 10px;text-decoration:none;font-weight:800}.lgb-alert{border-radius:16px;padding:12px 14px;margin-bottom:16px}.lgb-alert-success{background:#ecfdf3;color:#027a48}.lgb-alert-error{background:#fef3f2;color:#b42318}.lgb-empty,.lgb-empty-small{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:16px;padding:18px;color:#475467}.lgb-public-header{text-align:center;max-width:760px;margin:0 auto 24px}.lgb-public-header span{color:#0A4F99;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.lgb-public-header h2{font-size:clamp(30px,5vw,54px);margin:6px 0}.lgb-class-grid{display:grid;grid-template-columns:repeat(3,minmax(230px,1fr));gap:18px}.lgb-class-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:20px;box-shadow:0 18px 45px rgba(16,24,40,.08)}.lgb-class-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.lgb-class-top h3{margin:0;font-size:24px}.lgb-class-top strong{color:#0A4F99;font-size:22px}.lgb-meta{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}.lgb-meta span{background:#f2f4f7;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800}.lgb-booking-form{display:grid;gap:9px;margin-top:14px}.lgb-booking-form label{font-size:12px;font-weight:900}.lgb-booking-form input,.lgb-booking-form select{width:100%;border:1px solid #d0d5dd;border-radius:12px;padding:10px}.lgb-status{display:inline-block;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900;background:#eef4ff;color:#0A4F99}.lgb-status-confirmed,.lgb-status-completed{background:#dcfce7;color:#166534}.lgb-status-cancelled,.lgb-status-failed,.lgb-status-no_show{background:#fee2e2;color:#991b1b}.lgb-inline-form{display:flex;gap:8px;align-items:center}.lgb-inline-form button{padding:9px 10px}@media(max-width:900px){.lgb-kpis,.lgb-class-grid,.lgb-form{grid-template-columns:1fr}.lgb-card{padding:16px}.lgb-public-header{text-align:left}}

/* Version 1.3.0 - Instructores e imagenes */
.lgb-preview{margin:0 0 12px;display:flex;align-items:center;gap:12px}
.lgb-preview img{width:90px;height:90px;object-fit:cover;border-radius:16px;border:1px solid #e5e7eb;background:#f8fafc}
.lgb-preview-wide img{width:220px;height:130px;border-radius:18px}
.lgb-person-cell{display:flex;align-items:center;gap:12px;min-width:220px}
.lgb-person-cell img,.lgb-avatar-empty{width:46px;height:46px;border-radius:14px;object-fit:cover;display:inline-block;background:#e5e7eb;border:1px solid #dbe3ef;flex:0 0 auto}
.lgb-person-cell strong{display:block;color:#0f172a;font-weight:800}
.lgb-person-cell small{display:block;color:#64748b;margin-top:2px}
.lgb-class-image{height:180px;margin:-18px -18px 16px;border-radius:22px 22px 0 0;overflow:hidden;background:#e5e7eb}
.lgb-class-image img{width:100%;height:100%;object-fit:cover;display:block}
.lgb-instructor-public{display:flex;gap:12px;align-items:flex-start;padding:12px;margin:12px 0;border-radius:16px;background:#f8fafc;border:1px solid #e2e8f0}
.lgb-instructor-public img{width:56px;height:56px;border-radius:16px;object-fit:cover;flex:0 0 auto}
.lgb-instructor-public strong{display:block;color:#0f172a;font-weight:800}
.lgb-instructor-public small{display:block;color:#0A4F99;font-weight:700;margin-top:2px}
.lgb-instructor-public p{margin:6px 0 0!important;color:#475569;font-size:13px;line-height:1.45}
@media(max-width:700px){.lgb-preview-wide img{width:100%;height:160px}.lgb-person-cell{min-width:180px}.lgb-class-image{height:160px}}

/* Version 1.6.0 - Shortcodes publicos para clases, instructores y horarios */
.lgb-shortcode-grid{display:grid;gap:18px;margin:18px 0}.lgb-shortcode-grid-1{grid-template-columns:1fr}.lgb-shortcode-grid-2{grid-template-columns:repeat(2,minmax(220px,1fr))}.lgb-shortcode-grid-3{grid-template-columns:repeat(3,minmax(220px,1fr))}.lgb-shortcode-grid-4{grid-template-columns:repeat(4,minmax(200px,1fr))}.lgb-simple-class-card,.lgb-instructor-card,.lgb-featured-class{background:#fff;border:1px solid #e5e7eb;border-radius:24px;overflow:hidden;box-shadow:0 18px 45px rgba(16,24,40,.08);color:#101828}.lgb-simple-class-image,.lgb-featured-class-image,.lgb-instructor-photo{background:#f1f5f9}.lgb-simple-class-image img,.lgb-featured-class-image img,.lgb-instructor-photo img{width:100%;height:100%;object-fit:cover;display:block}.lgb-simple-class-image{height:180px}.lgb-instructor-photo{height:230px}.lgb-simple-class-info,.lgb-instructor-info,.lgb-featured-class-body{padding:18px}.lgb-simple-class-info h3,.lgb-instructor-info h3,.lgb-featured-class-body h3{margin:0 0 8px;font-size:24px;line-height:1.1}.lgb-simple-class-info p,.lgb-instructor-info p,.lgb-featured-class-body p{margin:0 0 12px;color:#475569;line-height:1.5}.lgb-shortcode-link,.lgb-shortcode-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:14px;background:#0A4F99;color:#fff!important;text-decoration:none!important;font-weight:900;padding:11px 15px;margin-top:10px}.lgb-shortcode-btn{width:100%}.lgb-mini-instructor{display:flex;gap:10px;align-items:center;margin:10px 0;color:#334155;font-weight:800}.lgb-mini-instructor img{width:38px;height:38px;border-radius:12px;object-fit:cover}.lgb-featured-class{display:grid;grid-template-columns:minmax(220px,.9fr) minmax(260px,1.1fr);align-items:stretch}.lgb-featured-class-image{min-height:280px}.lgb-eyebrow{display:inline-flex;color:#0A4F99;font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:12px;margin-bottom:8px}.lgb-featured-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:16px 0}.lgb-featured-meta div{border-radius:16px;background:#f8fafc;border:1px solid #e2e8f0;padding:12px;text-align:center}.lgb-featured-meta strong{display:block;color:#0A4F99;font-size:22px}.lgb-featured-meta small{display:block;color:#64748b;font-weight:800}.lgb-instructor-info strong{display:block;color:#0A4F99;margin-bottom:8px}.lgb-instructor-info span{display:inline-block;background:#f2f4f7;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800;margin-bottom:10px}.lgb-instructor-contact{display:grid;gap:5px;margin-top:10px;color:#64748b}.lgb-schedule-shortcode{display:grid;gap:10px}.lgb-schedule-row{display:grid;grid-template-columns:120px 1fr auto auto auto;gap:12px;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:14px 16px;box-shadow:0 10px 25px rgba(16,24,40,.05)}.lgb-schedule-row strong{color:#0A4F99}.lgb-schedule-row span{font-weight:900}.lgb-schedule-row em{font-style:normal;font-weight:900;color:#111827}.lgb-schedule-row small{color:#64748b;font-weight:800}.lgb-field-image{max-width:100%;height:auto;border-radius:18px}
@media(max-width:900px){.lgb-shortcode-grid-2,.lgb-shortcode-grid-3,.lgb-shortcode-grid-4,.lgb-featured-class{grid-template-columns:1fr}.lgb-schedule-row{grid-template-columns:1fr;gap:4px}.lgb-featured-class-image{min-height:200px}.lgb-instructor-photo{height:190px}}


/* =========================================================
   VERSION 1.8.0 - CARDS PUBLICOS UNIFORMES + FALLBACK
========================================================= */

.lgb-shortcode-grid {
  align-items: stretch;
}

.lgb-simple-class-card,
.lgb-instructor-card,
.lgb-featured-class,
.lgb-public-booking .lgb-class-card {
  border-radius: 22px !important;
  overflow: hidden !important;
  background: #ffffff !important;
  color: #101010 !important;
  border: 1px solid rgba(16,24,40,0.08) !important;
  box-shadow: 0 18px 42px rgba(0,0,0,0.18) !important;
}

/* Cards de clases destacados: misma altura y estructura */
.lgb-simple-class-card,
.lgb-instructor-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-height: 430px !important;
}

.lgb-simple-class-image,
.lgb-instructor-photo,
.lgb-class-image,
.lgb-featured-class-image {
  position: relative;
  display: block !important;
  width: 100% !important;
  height: 210px !important;
  min-height: 210px !important;
  overflow: hidden !important;
  background: #0b0d12 !important;
}

.lgb-simple-class-image img,
.lgb-instructor-photo img,
.lgb-class-image img,
.lgb-featured-class-image img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
}

.lgb-simple-class-image span {
  position: absolute;
  left: 16px;
  bottom: 16px;
  max-width: calc(100% - 32px);
  padding: 7px 12px;
  border-radius: 999px;
  color: #ffffff !important;
  background: rgba(0,0,0,0.58);
  backdrop-filter: blur(8px);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.lgb-simple-class-info,
.lgb-instructor-info {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  padding: 20px !important;
}

.lgb-simple-class-info h3,
.lgb-instructor-info h3,
.lgb-featured-class-body h3,
.lgb-class-top h3 {
  margin: 0 0 8px !important;
  color: #101010 !important;
  font-size: 24px !important;
  line-height: 1.08 !important;
  letter-spacing: -0.6px !important;
  font-weight: 850 !important;
}

.lgb-simple-class-info p,
.lgb-instructor-info p,
.lgb-featured-class-body p,
.lgb-public-booking .lgb-class-card p {
  color: #555f6f !important;
  line-height: 1.5 !important;
  font-size: 15px !important;
}

.lgb-simple-class-info p {
  min-height: 46px;
  margin-bottom: 14px !important;
}

.lgb-meta {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 12px 0 14px !important;
}

.lgb-meta span,
.lgb-instructor-info span {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 30px;
  padding: 7px 11px !important;
  border-radius: 999px !important;
  background: #f4f5f7 !important;
  color: #111827 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.lgb-mini-instructor {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: auto 0 16px !important;
  color: #4b5563 !important;
  font-weight: 800 !important;
}

.lgb-mini-instructor img {
  width: 38px !important;
  height: 38px !important;
  flex: 0 0 38px !important;
  border-radius: 12px !important;
  object-fit: cover !important;
  background: #111827 !important;
}

.lgb-shortcode-link,
.lgb-shortcode-btn {
  width: fit-content !important;
  min-height: 44px !important;
  margin-top: auto !important;
  padding: 11px 18px !important;
  border-radius: 999px !important;
  background: #101010 !important;
  color: #ffffff !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.lgb-shortcode-link:hover,
.lgb-shortcode-btn:hover {
  background: #d7bf78 !important;
  color: #050505 !important;
}

/* Clase destacada compacta, uniforme y limpia */
.lgb-featured-class {
  display: grid !important;
  grid-template-columns: minmax(220px,.9fr) minmax(260px,1.1fr) !important;
  min-height: 360px !important;
}

.lgb-featured-class-image {
  height: 100% !important;
  min-height: 360px !important;
}

.lgb-featured-class-body {
  padding: 26px !important;
  display: flex !important;
  flex-direction: column !important;
}

.lgb-eyebrow {
  color: #f4268f !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .12em !important;
}

.lgb-featured-meta {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 10px !important;
  margin: 16px 0 !important;
}

.lgb-featured-meta div {
  border-radius: 16px !important;
  background: #f5f5f6 !important;
  border: 1px solid #eceef2 !important;
  padding: 13px 10px !important;
}

.lgb-featured-meta strong {
  color: #f4268f !important;
  font-size: 22px !important;
}

.lgb-featured-meta small {
  color: #566070 !important;
  font-weight: 800 !important;
}

/* Instructores: altura pareja y foto menos grotesca */
.lgb-instructor-card {
  min-height: 470px !important;
}

.lgb-instructor-photo {
  height: 220px !important;
  min-height: 220px !important;
}

.lgb-instructor-info strong {
  color: #f4268f !important;
  font-weight: 850 !important;
  line-height: 1.45 !important;
  margin: 0 0 10px !important;
}

.lgb-instructor-info p {
  margin-top: 12px !important;
}

/* Formulario completo de reserva */
.lgb-public-booking .lgb-class-grid {
  align-items: stretch;
}

.lgb-public-booking .lgb-class-card {
  display: flex !important;
  flex-direction: column !important;
}

.lgb-public-booking .lgb-class-image {
  height: 190px !important;
  min-height: 190px !important;
  margin: -20px -20px 18px !important;
  border-radius: 22px 22px 0 0 !important;
}

.lgb-class-top {
  align-items: flex-start !important;
}

.lgb-class-top strong {
  color: #f4268f !important;
  font-size: 22px !important;
}

.lgb-instructor-public {
  border-radius: 16px !important;
  background: #f8fafc !important;
  border: 1px solid #e5e7eb !important;
  margin: 14px 0 !important;
}

.lgb-instructor-public img {
  width: 52px !important;
  height: 52px !important;
  border-radius: 14px !important;
  object-fit: cover !important;
}

.lgb-instructor-public strong {
  color: #101010 !important;
}

.lgb-instructor-public small {
  color: #0A4F99 !important;
}

.lgb-booking-form {
  margin-top: auto !important;
}

.lgb-booking-form input,
.lgb-booking-form select {
  min-height: 46px !important;
  border-radius: 14px !important;
}

/* Horarios */
.lgb-schedule-row {
  border-radius: 16px !important;
  min-height: 64px !important;
}

/* Home oscuro: mantiene cards claras pero más sobrias */
.jt-home .lgb-simple-class-card,
.jt-home .lgb-instructor-card,
.jt-home .lgb-featured-class,
.jt-home .lgb-public-booking .lgb-class-card,
.jt-home .lgb-card {
  border-radius: 22px !important;
}

@media (max-width: 900px) {
  .lgb-featured-class {
    grid-template-columns: 1fr !important;
  }
  .lgb-featured-class-image {
    min-height: 220px !important;
    height: 220px !important;
  }
  .lgb-simple-class-card,
  .lgb-instructor-card {
    min-height: auto !important;
  }
  .lgb-simple-class-image,
  .lgb-instructor-photo {
    height: 200px !important;
    min-height: 200px !important;
  }
}


/* =========================================================
   VERSION 1.9.0 - RESERVA EN MODAL
   [leosoftec_gym_booking] ahora muestra cards simples.
========================================================= */

body.lgb-modal-is-open {
  overflow: hidden;
}

.lgb-public-booking-modal .lgb-booking-card-grid {
  display: grid;
  gap: 22px;
  align-items: stretch;
}

.lgb-public-booking-modal .lgb-booking-card-grid.lgb-shortcode-grid-1 { grid-template-columns: 1fr; }
.lgb-public-booking-modal .lgb-booking-card-grid.lgb-shortcode-grid-2 { grid-template-columns: repeat(2, minmax(240px, 1fr)); }
.lgb-public-booking-modal .lgb-booking-card-grid.lgb-shortcode-grid-3 { grid-template-columns: repeat(3, minmax(240px, 1fr)); }
.lgb-public-booking-modal .lgb-booking-card-grid.lgb-shortcode-grid-4 { grid-template-columns: repeat(4, minmax(220px, 1fr)); }

.lgb-booking-preview-card {
  display: flex;
  flex-direction: column;
  min-height: 430px;
  border-radius: 22px;
  overflow: hidden;
  background: #ffffff;
  color: #101010;
  border: 1px solid rgba(16,24,40,0.08);
  box-shadow: 0 18px 42px rgba(0,0,0,0.18);
}

.lgb-booking-preview-image {
  height: 205px;
  min-height: 205px;
  background: #0b0d12;
  overflow: hidden;
}

.lgb-booking-preview-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.lgb-booking-preview-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 20px;
}

.lgb-booking-preview-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 8px;
}

.lgb-booking-preview-top h3 {
  margin: 0;
  color: #101010;
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: -0.6px;
  font-weight: 850;
}

.lgb-booking-preview-top strong {
  color: #f4268f;
  font-size: 22px;
  font-weight: 900;
  white-space: nowrap;
}

.lgb-booking-preview-body p {
  min-height: 46px;
  margin: 0 0 14px;
  color: #555f6f;
  line-height: 1.5;
  font-size: 15px;
}

.lgb-booking-preview-instructor {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: auto 0 16px;
  color: #4b5563;
  font-weight: 800;
}

.lgb-booking-preview-instructor img {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 12px;
  object-fit: cover;
  background: #111827;
}

.lgb-booking-open-modal {
  width: fit-content;
  min-height: 44px;
  margin-top: auto;
  padding: 11px 18px;
  border: 0;
  border-radius: 999px;
  background: #101010;
  color: #ffffff;
  font-weight: 900;
  cursor: pointer;
  transition: .2s ease;
}

.lgb-booking-open-modal:hover {
  background: #d7bf78;
  color: #050505;
  transform: translateY(-1px);
}

.lgb-booking-open-modal:disabled {
  opacity: .45;
  cursor: not-allowed;
  transform: none;
}

/* Modal */
.lgb-booking-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  padding: 24px;
}

.lgb-booking-modal.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lgb-booking-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.72);
  backdrop-filter: blur(8px);
}

.lgb-booking-modal-dialog {
  position: relative;
  width: min(1080px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  border-radius: 26px;
  background: #ffffff;
  color: #101010;
  box-shadow: 0 30px 80px rgba(0,0,0,.45);
}

.lgb-booking-modal-close {
  position: sticky;
  top: 14px;
  float: right;
  z-index: 5;
  width: 40px;
  height: 40px;
  margin: 14px 14px -54px 0;
  border: 0;
  border-radius: 50%;
  background: #101010;
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.lgb-booking-modal-content {
  display: grid;
  grid-template-columns: .85fr 1fr .95fr;
  gap: 0;
  min-height: 520px;
}

.lgb-booking-modal-media {
  background: #0b0d12;
}

.lgb-booking-modal-media img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
}

.lgb-booking-modal-info {
  padding: 30px;
  border-right: 1px solid #edf0f4;
}

.lgb-booking-modal-info h3 {
  margin: 8px 0 10px;
  color: #101010;
  font-size: 34px;
  line-height: 1.04;
  letter-spacing: -1px;
}

.lgb-booking-modal-info > p {
  color: #555f6f;
  line-height: 1.55;
  margin-bottom: 16px;
}

.lgb-booking-modal-form {
  padding: 30px;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column;
  gap: 9px !important;
}

.lgb-booking-modal-form label {
  margin-top: 2px;
  color: #101010;
  font-size: 12px;
  font-weight: 900;
}

.lgb-booking-modal-form input,
.lgb-booking-modal-form select {
  min-height: 46px;
  width: 100%;
  border: 1px solid #d0d5dd;
  border-radius: 14px;
  padding: 10px 12px;
  background: #ffffff;
  color: #101010;
}

.lgb-booking-modal-form button[type="submit"] {
  margin-top: 10px;
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  background: #101010 !important;
  color: #ffffff !important;
  font-weight: 900;
  cursor: pointer;
}

.lgb-booking-modal-form button[type="submit"]:hover {
  background: #d7bf78 !important;
  color: #050505 !important;
}

.jt-home .lgb-booking-preview-card {
  border-radius: 22px;
}

.jt-home .lgb-booking-modal {
  color: #101010;
}

@media (max-width: 980px) {
  .lgb-public-booking-modal .lgb-booking-card-grid.lgb-shortcode-grid-2,
  .lgb-public-booking-modal .lgb-booking-card-grid.lgb-shortcode-grid-3,
  .lgb-public-booking-modal .lgb-booking-card-grid.lgb-shortcode-grid-4 {
    grid-template-columns: 1fr;
  }

  .lgb-booking-modal {
    padding: 14px;
  }

  .lgb-booking-modal-dialog {
    max-height: calc(100vh - 28px);
    border-radius: 20px;
  }

  .lgb-booking-modal-content {
    grid-template-columns: 1fr;
  }

  .lgb-booking-modal-media img {
    min-height: 220px;
    height: 220px;
  }

  .lgb-booking-modal-info {
    border-right: 0;
    border-bottom: 1px solid #edf0f4;
  }

  .lgb-booking-modal-info,
  .lgb-booking-modal-form {
    padding: 22px;
  }
}


/* =========================================================
   VERSION 2.0.0 - GRID / SLIDER / AJAX PAGINATION
========================================================= */

.lgb-booking-dynamic-area {
  position: relative;
}

.lgb-booking-dynamic-area.is-loading {
  opacity: .55;
  pointer-events: none;
}

.lgb-booking-dynamic-area.is-loading::after {
  content: "Cargando...";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  min-height: 140px;
  color: #101010;
  font-weight: 900;
  background: rgba(255,255,255,.35);
  backdrop-filter: blur(2px);
  border-radius: 18px;
}

.lgb-booking-mode-slider .lgb-booking-dynamic-area {
  overflow: visible;
}

.lgb-booking-slider {
  position: relative;
}

.lgb-booking-slider-track {
  --lgb-columns: 3;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - (22px * (var(--lgb-columns) - 1))) / var(--lgb-columns));
  gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 4px 4px 14px;
  scrollbar-width: thin;
}

.lgb-booking-slide {
  scroll-snap-align: start;
  min-width: 0;
}

.lgb-slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 42px;
  height: 42px;
  transform: translateY(-50%);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: #101010;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(0,0,0,.24);
}

.lgb-slider-arrow:hover {
  background: #d7bf78;
  color: #050505;
}

.lgb-slider-prev {
  left: -14px;
}

.lgb-slider-next {
  right: -14px;
}

.lgb-booking-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 26px;
  color: #ffffff;
}

.lgb-booking-pagination span {
  color: inherit;
  font-weight: 800;
}

.lgb-booking-pagination button {
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: #101010;
  color: #ffffff;
  font-weight: 900;
  cursor: pointer;
}

.lgb-booking-pagination button:hover:not(:disabled) {
  background: #d7bf78;
  color: #050505;
}

.lgb-booking-pagination button:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.jt-home .lgb-booking-pagination {
  color: #ffffff;
}

@media (max-width: 980px) {
  .lgb-booking-slider-track {
    --lgb-columns: 1 !important;
    grid-auto-columns: min(86vw, 360px);
  }

  .lgb-slider-prev {
    left: 4px;
  }

  .lgb-slider-next {
    right: 4px;
  }

  .lgb-booking-pagination {
    flex-wrap: wrap;
  }
}


/* =========================================================
   VERSION 2.1.0 - CUPOS POR HORARIO + ACCIONES SEPARADAS
========================================================= */

/* Cards del shortcode de reserva: altura uniforme real */
.lgb-public-booking-modal .lgb-booking-card-grid,
.lgb-booking-slider-track {
  align-items: stretch !important;
}

.lgb-booking-slide {
  display: flex !important;
  height: 100% !important;
}

.lgb-booking-preview-card {
  width: 100% !important;
  height: 100% !important;
  min-height: 520px !important;
  max-height: 520px !important;
  display: flex !important;
  flex-direction: column !important;
}

.lgb-booking-preview-image {
  height: 205px !important;
  min-height: 205px !important;
  max-height: 205px !important;
  flex: 0 0 205px !important;
}

.lgb-booking-preview-body {
  flex: 1 1 auto !important;
  min-height: 0 !important;
}

.lgb-booking-preview-top {
  min-height: 58px;
}

.lgb-booking-preview-top h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lgb-booking-preview-body p {
  min-height: 72px !important;
  max-height: 72px !important;
  overflow: hidden !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.lgb-booking-preview-card .lgb-meta {
  min-height: 38px;
}

.lgb-booking-preview-instructor {
  min-height: 44px;
}

.lgb-booking-open-modal {
  align-self: flex-start;
}

/* En cards de reserva ya no se muestra cupo general de clase si no cupos del horario dentro del modal */
.lgb-booking-modal .lgb-featured-meta div:nth-child(2) strong {
  color: #101010 !important;
}

.lgb-live-capacity {
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 10px 12px;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  background: #f5f6f8;
  color: #566070;
  border: 1px solid #e5e7eb;
}

.lgb-live-capacity.is-ok {
  background: #ecfdf3;
  color: #027a48;
  border-color: #bbf7d0;
}

.lgb-live-capacity.is-error {
  background: #fef3f2;
  color: #b42318;
  border-color: #fecaca;
}

.lgb-live-capacity.is-muted {
  background: #f5f6f8;
  color: #566070;
  border-color: #e5e7eb;
}

.lgb-booking-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 12px;
}

.lgb-booking-actions button {
  min-height: 50px;
  border-radius: 999px;
  font-weight: 900;
}

.lgb-booking-actions button:first-child {
  background: #ffffff !important;
  color: #101010 !important;
  border: 1px solid #d0d5dd !important;
}

.lgb-booking-actions button:first-child:hover {
  background: #f5f5f5 !important;
}

.lgb-booking-actions button:last-child {
  background: #101010 !important;
  color: #ffffff !important;
  border: 1px solid #101010 !important;
}

.lgb-booking-actions button:last-child:hover {
  background: #d7bf78 !important;
  color: #050505 !important;
  border-color: #d7bf78 !important;
}

@media (max-width: 980px) {
  .lgb-booking-preview-card {
    min-height: 470px !important;
    max-height: none !important;
  }

  .lgb-booking-actions {
    grid-template-columns: 1fr;
  }
}


/* =========================================================
   VERSION 2.1.1 - FIX SLIDER / CARDS UNIFORMES
   - Boton siempre visible
   - Descripcion con puntos suspensivos
   - Slider sin scrollbar horizontal visible
========================================================= */

/* El slider debe moverse con flechas, no mostrar barra horizontal */
.lgb-booking-slider-track {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

.lgb-booking-slider-track::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

/* Cards uniformes sin cortar el boton */
.lgb-booking-preview-card {
  min-height: 520px !important;
  height: 520px !important;
  max-height: 520px !important;
  overflow: hidden !important;
}

.lgb-booking-preview-body {
  height: calc(520px - 205px) !important;
  min-height: 0 !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 20px !important;
}

/* Titulo controlado */
.lgb-booking-preview-top {
  min-height: 58px !important;
  max-height: 58px !important;
  overflow: hidden !important;
  flex: 0 0 auto !important;
}

.lgb-booking-preview-top h3 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

/* Descripcion corta con ... */
.lgb-booking-preview-body p {
  min-height: 48px !important;
  max-height: 48px !important;
  margin: 0 0 12px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  flex: 0 0 auto !important;
}

/* Meta y instructor compactos */
.lgb-booking-preview-card .lgb-meta {
  min-height: 34px !important;
  max-height: 34px !important;
  margin: 8px 0 10px !important;
  overflow: hidden !important;
  flex: 0 0 auto !important;
}

.lgb-booking-preview-card .lgb-meta span {
  min-height: 30px !important;
  padding: 6px 10px !important;
}

.lgb-booking-preview-instructor {
  min-height: 42px !important;
  max-height: 42px !important;
  margin: 0 0 14px !important;
  overflow: hidden !important;
  flex: 0 0 auto !important;
}

.lgb-booking-preview-instructor span {
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

/* Boton fijo al final visible */
.lgb-booking-open-modal {
  margin-top: auto !important;
  flex: 0 0 auto !important;
  min-height: 44px !important;
  max-height: 44px !important;
  align-self: flex-start !important;
}

/* En grid tambien conserva el mismo alto */
.lgb-public-booking-modal .lgb-booking-card-grid .lgb-booking-preview-card {
  height: 520px !important;
}

/* Evita scroll horizontal visual del contenedor externo */
.lgb-booking-slider,
.lgb-public-booking-modal {
  overflow: hidden !important;
}

/* Las flechas quedan visibles sin provocar scrollbar */
.lgb-slider-prev {
  left: 8px !important;
}

.lgb-slider-next {
  right: 8px !important;
}

/* Mobile: permitir alto natural para que no corte contenido */
@media (max-width: 980px) {
  .lgb-booking-preview-card {
    height: auto !important;
    min-height: 470px !important;
    max-height: none !important;
  }

  .lgb-booking-preview-body {
    height: auto !important;
    overflow: visible !important;
  }

  .lgb-booking-slider,
  .lgb-public-booking-modal {
    overflow: visible !important;
  }

  .lgb-booking-slider-track {
    overflow-x: auto !important;
    scrollbar-width: none !important;
  }
}


/* =========================================================
   VERSION 2.2.0 - FLUJO FECHA -> HORARIO -> CUPOS
========================================================= */

.lgb-booking-modal-form select:disabled,
.lgb-booking-modal-form input:disabled {
  opacity: .62;
  cursor: not-allowed;
  background: #f2f4f7 !important;
}

.lgb-booking-modal-form [data-lgb-date-select],
.lgb-booking-modal-form [data-lgb-schedule-select] {
  appearance: auto;
}

.lgb-live-capacity {
  margin: 2px 0 4px;
}


/* =========================================================
   VERSION 2.3.0 - DATEPICKER FUNCIONAL
========================================================= */

.lgb-datepicker-input {
  cursor: pointer !important;
  background: #ffffff !important;
}

.lgb-date-help {
  display: block;
  margin-top: -2px;
  margin-bottom: 4px;
  color: #667085;
  font-size: 12px;
  font-weight: 700;
}

.ui-datepicker {
  z-index: 1000005 !important;
  width: 300px;
  padding: 12px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 24px 60px rgba(0,0,0,.28);
  font-family: Arial, Helvetica, sans-serif;
}

.ui-datepicker-header {
  position: relative;
  padding: 8px 36px;
  border-radius: 14px;
  background: #101010;
  color: #ffffff;
}

.ui-datepicker-title {
  text-align: center;
  font-weight: 900;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute;
  top: 8px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  color: #ffffff;
  cursor: pointer;
  text-indent: -9999px;
}

.ui-datepicker-prev {
  left: 8px;
}

.ui-datepicker-next {
  right: 8px;
}

.ui-datepicker-prev::after,
.ui-datepicker-next::after {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  text-indent: 0;
  font-weight: 900;
}

.ui-datepicker-prev::after {
  content: "‹";
}

.ui-datepicker-next::after {
  content: "›";
}

.ui-datepicker-calendar {
  width: 100%;
  margin-top: 10px;
  border-collapse: collapse;
}

.ui-datepicker-calendar th {
  padding: 7px 0;
  color: #667085;
  font-size: 11px;
  text-transform: uppercase;
}

.ui-datepicker-calendar td {
  padding: 3px;
  text-align: center;
}

.ui-datepicker-calendar td a,
.ui-datepicker-calendar td span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}

.ui-datepicker-calendar td a {
  background: #f5f6f8;
  color: #101010;
}

.ui-datepicker-calendar td.lgb-date-available a {
  background: #ecfdf3;
  color: #027a48;
  border: 1px solid #bbf7d0;
}

.ui-datepicker-calendar td a.ui-state-active,
.ui-datepicker-calendar td a:hover {
  background: #d7bf78 !important;
  color: #050505 !important;
}

.ui-datepicker-calendar td.ui-datepicker-unselectable span,
.ui-datepicker-calendar td.lgb-date-disabled span {
  color: #c5cad3;
  background: #f5f6f8;
  opacity: .55;
}

@media (max-width: 640px) {
  .ui-datepicker {
    width: calc(100vw - 36px);
    left: 18px !important;
  }
}


/* =========================================================
   VERSION 2.3.3 - Clase destacada vertical
   La imagen de la clase se muestra arriba y los datos abajo.
========================================================= */
.lgb-featured-class.lgb-featured-class-vertical {
  display: flex !important;
  flex-direction: column !important;
  grid-template-columns: none !important;
  min-height: 0 !important;
}

.lgb-featured-class.lgb-featured-class-vertical .lgb-featured-class-image {
  width: 100% !important;
  height: 260px !important;
  min-height: 260px !important;
  border-radius: 0 !important;
}

.lgb-featured-class.lgb-featured-class-vertical .lgb-featured-class-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.lgb-featured-class.lgb-featured-class-vertical .lgb-featured-class-body {
  width: 100% !important;
  padding: 22px !important;
}

.lgb-featured-class.lgb-featured-class-vertical .lgb-shortcode-btn {
  width: fit-content !important;
  margin-top: 12px !important;
}

@media (max-width: 640px) {
  .lgb-featured-class.lgb-featured-class-vertical .lgb-featured-class-image {
    height: 210px !important;
    min-height: 210px !important;
  }
}


/* ==================================================
   LGB 2.3.5 - Home UI fixes for Jump & Tone
   Cards uniformes, horarios agrupados horizontalmente
================================================== */

.lgb-public-booking,
.lgb-booking-dynamic-area,
.lgb-booking-slider {
  overflow: visible;
}

.lgb-booking-slider {
  position: relative;
  padding-top: 58px;
}

.lgb-booking-slider-track {
  align-items: stretch;
  overflow-y: visible;
  padding-bottom: 30px;
}

.lgb-booking-slide {
  display: flex;
  height: auto;
}

.lgb-booking-preview-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 500px;
  height: auto;
}

.lgb-booking-preview-image {
  height: 185px;
  min-height: 185px;
  flex: 0 0 185px;
}

.lgb-booking-preview-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 14px;
}

.lgb-booking-preview-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
}

.lgb-booking-preview-top h3 {
  min-height: 58px;
  margin: 0;
}

.lgb-booking-preview-body p {
  min-height: 76px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lgb-booking-open-modal {
  margin-top: auto;
  align-self: flex-start;
}

.lgb-slider-arrow {
  top: 0;
  transform: none;
}

.lgb-slider-prev {
  left: auto;
  right: 58px;
}

.lgb-slider-next {
  right: 4px;
}

/* Horarios agrupados por dia */
.lgb-schedule-shortcode {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(320px, 1fr);
  grid-template-columns: none;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2px 2px 14px;
  scroll-snap-type: x mandatory;
}

.lgb-schedule-day-group {
  min-width: 320px;
  scroll-snap-align: start;
  padding: 16px;
  border-radius: 20px;
  background: #171d27;
  border: 1px solid rgba(255,255,255,0.10);
}

.lgb-schedule-day-heading {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(215, 191, 120, 0.12);
  border: 1px solid rgba(215, 191, 120, 0.25);
  color: #d7bf78;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lgb-schedule-day-items {
  display: grid;
  gap: 10px;
  max-height: 360px;
  overflow-y: auto;
  padding-right: 4px;
}

.lgb-schedule-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 12px;
  align-items: center;
  padding: 14px;
  border-radius: 14px;
  background: rgba(255,255,255,0.035);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: none;
}

.lgb-schedule-class {
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
}

.lgb-schedule-time {
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.lgb-schedule-capacity {
  color: #aeb4c0;
  font-size: 12px;
  font-weight: 800;
}

.lgb-schedule-instructor {
  grid-column: 1 / -1;
  padding-top: 8px;
  border-top: 1px dashed rgba(255,255,255,0.08);
  color: #aeb4c0;
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 640px) {
  .lgb-booking-preview-card {
    min-height: auto;
  }

  .lgb-booking-preview-top h3,
  .lgb-booking-preview-body p {
    min-height: 0;
  }

  .lgb-schedule-shortcode {
    grid-auto-columns: minmax(280px, 86vw);
  }
}


/* ==================================================
   LGB 2.3.6 - Reserva cards final uniform fix
   Descripcion max 2 lineas, botones visibles y alineados
================================================== */

.jt-home .lgb-public-booking .lgb-public-header h2,
.jt-home .lgb-public-booking .lgb-public-header p {
  color: #f5f7fb !important;
  opacity: 1 !important;
}

.jt-home .lgb-booking-slider {
  padding-top: 58px !important;
  padding-bottom: 0 !important;
  overflow: visible !important;
}

.jt-home .lgb-booking-slider-track {
  align-items: stretch !important;
  overflow-x: auto !important;
  overflow-y: visible !important;
  padding: 4px 4px 18px !important;
  scrollbar-width: none !important;
}

.jt-home .lgb-booking-slider-track::-webkit-scrollbar {
  display: none !important;
}

.jt-home .lgb-booking-slide {
  display: flex !important;
  height: auto !important;
}

.jt-home .lgb-booking-preview-card {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  overflow: hidden !important;
  border-radius: 24px !important;
}

.jt-home .lgb-booking-preview-image {
  height: 155px !important;
  min-height: 155px !important;
  flex: 0 0 155px !important;
}

.jt-home .lgb-booking-preview-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.jt-home .lgb-booking-preview-body {
  display: grid !important;
  grid-template-rows: auto 44px auto 42px 52px !important;
  gap: 12px !important;
  flex: 1 1 auto !important;
  padding: 22px !important;
}

.jt-home .lgb-booking-preview-top {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 14px !important;
  align-items: start !important;
}

.jt-home .lgb-booking-preview-top h3 {
  min-height: 0 !important;
  max-height: 58px !important;
  margin: 0 !important;
  color: #f5f7fb !important;
  font-size: 24px !important;
  line-height: 1.08 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.jt-home .lgb-booking-preview-top strong {
  color: #d7bf78 !important;
  font-size: 24px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.jt-home .lgb-booking-preview-body > p {
  min-height: 0 !important;
  height: 44px !important;
  max-height: 44px !important;
  margin: 0 !important;
  color: #aeb4c0 !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.jt-home .lgb-booking-preview-card .lgb-meta {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 !important;
  align-items: center !important;
}

.jt-home .lgb-booking-preview-card .lgb-meta span {
  min-height: 34px !important;
  padding: 8px 12px !important;
}

.jt-home .lgb-booking-preview-instructor {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 42px !important;
  height: 42px !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: #aeb4c0 !important;
  font-weight: 900 !important;
}

.jt-home .lgb-booking-preview-instructor img {
  width: 34px !important;
  height: 34px !important;
  flex: 0 0 34px !important;
  object-fit: cover !important;
  border-radius: 10px !important;
}

.jt-home .lgb-booking-preview-instructor span {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.jt-home .lgb-booking-open-modal {
  align-self: end !important;
  justify-self: start !important;
  margin: 0 !important;
  min-width: 132px !important;
  min-height: 46px !important;
  height: 46px !important;
}

.jt-home .lgb-slider-arrow {
  top: 0 !important;
  transform: none !important;
}

@media (max-width: 640px) {
  .jt-home .lgb-booking-preview-body {
    grid-template-rows: auto auto auto auto 52px !important;
  }

  .jt-home .lgb-booking-preview-body > p {
    height: auto !important;
  }
}


/* ==================================================
   LGB 2.3.7 - Reserva buttons aligned + modal redesign
================================================== */

/* Cards de reserva: misma estructura vertical */
.jt-home .lgb-booking-preview-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-height: 505px !important;
  overflow: hidden !important;
}

.jt-home .lgb-booking-preview-image {
  height: 158px !important;
  min-height: 158px !important;
  flex: 0 0 158px !important;
}

.jt-home .lgb-booking-preview-body {
  display: grid !important;
  grid-template-rows: 62px 44px 38px 42px 50px !important;
  gap: 12px !important;
  height: 347px !important;
  min-height: 347px !important;
  padding: 22px !important;
}

.jt-home .lgb-booking-preview-top {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: start !important;
  gap: 12px !important;
  min-height: 62px !important;
  height: 62px !important;
}

.jt-home .lgb-booking-preview-top h3 {
  margin: 0 !important;
  height: 58px !important;
  max-height: 58px !important;
  color: #f5f7fb !important;
  font-size: 24px !important;
  line-height: 1.08 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.jt-home .lgb-booking-preview-top strong {
  padding-top: 2px !important;
  color: #d7bf78 !important;
  font-size: 24px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.jt-home .lgb-booking-preview-body > p {
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  margin: 0 !important;
  line-height: 1.45 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.jt-home .lgb-booking-preview-card .lgb-meta {
  height: 38px !important;
  min-height: 38px !important;
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 !important;
}

.jt-home .lgb-booking-preview-instructor {
  height: 42px !important;
  min-height: 42px !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 !important;
  overflow: hidden !important;
}

.jt-home .lgb-booking-preview-instructor-empty {
  opacity: 0 !important;
  pointer-events: none !important;
}

.jt-home .lgb-booking-open-modal {
  height: 46px !important;
  min-height: 46px !important;
  align-self: center !important;
  justify-self: start !important;
  margin: 0 !important;
}

/* Modal de reserva redisenado */
.jt-home .lgb-booking-modal {
  z-index: 999999 !important;
}

.jt-home .lgb-booking-modal-dialog {
  width: min(1080px, calc(100vw - 36px)) !important;
  max-height: calc(100vh - 48px) !important;
  overflow: hidden !important;
  border-radius: 28px !important;
  background: #141922 !important;
  border: 1px solid rgba(215, 191, 120, 0.34) !important;
  box-shadow: 0 34px 90px rgba(0,0,0,0.75) !important;
}

.jt-home .lgb-booking-modal-content {
  display: grid !important;
  grid-template-columns: 0.9fr 1fr 1fr !important;
  min-height: 620px !important;
  max-height: calc(100vh - 48px) !important;
  overflow: hidden !important;
  background: #141922 !important;
  color: #f5f7fb !important;
}

.jt-home .lgb-booking-modal-media {
  min-height: 620px !important;
  background: #050505 !important;
  border-right: 1px solid rgba(255,255,255,0.10) !important;
  overflow: hidden !important;
}

.jt-home .lgb-booking-modal-media img {
  width: 100% !important;
  height: 100% !important;
  min-height: 620px !important;
  object-fit: cover !important;
  display: block !important;
}

.jt-home .lgb-booking-modal-info {
  padding: 34px 30px !important;
  background: #141922 !important;
  border-right: 1px solid rgba(255,255,255,0.10) !important;
  overflow-y: auto !important;
}

.jt-home .lgb-booking-modal-info .lgb-eyebrow {
  color: #d7bf78 !important;
  font-size: 12px !important;
  letter-spacing: 0.08em !important;
}

.jt-home .lgb-booking-modal-info h3 {
  margin: 14px 0 12px !important;
  color: #f5f7fb !important;
  font-size: 34px !important;
  line-height: 1.05 !important;
}

.jt-home .lgb-booking-modal-info > p {
  margin: 0 0 18px !important;
  color: #d9dee8 !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}

.jt-home .lgb-booking-modal-info .lgb-featured-meta {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 10px !important;
  margin: 18px 0 !important;
}

.jt-home .lgb-booking-modal-info .lgb-featured-meta div {
  min-height: 84px !important;
  padding: 14px 10px !important;
  border-radius: 16px !important;
  background: #1b212c !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
}

.jt-home .lgb-booking-modal-info .lgb-featured-meta strong {
  color: #d7bf78 !important;
  font-size: 24px !important;
}

.jt-home .lgb-booking-modal-info .lgb-featured-meta small {
  color: #aeb4c0 !important;
}

.jt-home .lgb-instructor-public {
  display: grid !important;
  grid-template-columns: 52px 1fr !important;
  gap: 14px !important;
  margin-top: 18px !important;
  padding: 18px !important;
  border-radius: 18px !important;
  background: #1b212c !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
  color: #f5f7fb !important;
}

.jt-home .lgb-instructor-public img {
  width: 52px !important;
  height: 52px !important;
  border-radius: 14px !important;
  object-fit: cover !important;
}

.jt-home .lgb-instructor-public strong {
  display: block !important;
  color: #f5f7fb !important;
  font-size: 16px !important;
}

.jt-home .lgb-instructor-public small {
  display: block !important;
  margin-top: 4px !important;
  color: #d7bf78 !important;
  font-weight: 900 !important;
}

.jt-home .lgb-instructor-public p {
  margin: 8px 0 0 !important;
  color: #aeb4c0 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.jt-home .lgb-booking-modal-form {
  padding: 34px 30px !important;
  background: #141922 !important;
  overflow-y: auto !important;
  color: #f5f7fb !important;
}

.jt-home .lgb-booking-modal-form label {
  display: block !important;
  margin: 0 0 8px !important;
  color: #f5f7fb !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

.jt-home .lgb-booking-modal-form input,
.jt-home .lgb-booking-modal-form select {
  width: 100% !important;
  min-height: 50px !important;
  margin: 0 0 14px !important;
  padding: 0 16px !important;
  border-radius: 14px !important;
  background: #080b10 !important;
  border: 1px solid rgba(255,255,255,0.11) !important;
  color: #f5f7fb !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}

.jt-home .lgb-booking-modal-form input:disabled,
.jt-home .lgb-booking-modal-form select:disabled {
  opacity: 0.6 !important;
  cursor: not-allowed !important;
}

.jt-home .lgb-date-help {
  display: block !important;
  margin: -6px 0 18px !important;
  color: #aeb4c0 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.jt-home .lgb-live-capacity {
  margin: 0 0 16px !important;
  padding: 13px 14px !important;
  border-radius: 14px !important;
  background: rgba(215, 191, 120, 0.12) !important;
  border: 1px solid rgba(215, 191, 120, 0.24) !important;
  color: #f0dc9c !important;
  font-weight: 900 !important;
}

.jt-home .lgb-booking-actions {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 12px !important;
  margin-top: 18px !important;
}

.jt-home .lgb-booking-actions button {
  width: 100% !important;
  min-height: 52px !important;
  margin: 0 !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: 0.03em !important;
}

.jt-home .lgb-booking-actions button[data-lgb-submit-action="cart"] {
  background: #f5f7fb !important;
  color: #050505 !important;
}

.jt-home .lgb-booking-actions button[data-lgb-submit-action="checkout"] {
  background: #050505 !important;
  color: #f5f7fb !important;
  border: 1px solid rgba(215, 191, 120, 0.34) !important;
}

.jt-home .lgb-booking-modal-close {
  top: 16px !important;
  right: 16px !important;
  width: 46px !important;
  height: 46px !important;
  border-radius: 999px !important;
  background: #050505 !important;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
  z-index: 5 !important;
}

@media (max-width: 980px) {
  .jt-home .lgb-booking-modal-content {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
    overflow-y: auto !important;
  }

  .jt-home .lgb-booking-modal-media {
    min-height: 240px !important;
    height: 240px !important;
  }

  .jt-home .lgb-booking-modal-media img {
    min-height: 240px !important;
  }

  .jt-home .lgb-booking-modal-info,
  .jt-home .lgb-booking-modal-form {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.10) !important;
  }
}

@media (max-width: 640px) {
  .jt-home .lgb-booking-preview-card {
    min-height: auto !important;
  }

  .jt-home .lgb-booking-preview-body {
    height: auto !important;
    min-height: auto !important;
    grid-template-rows: auto auto auto auto 50px !important;
  }

  .jt-home .lgb-booking-actions {
    grid-template-columns: 1fr !important;
  }
}


/* ==================================================
   LGB 2.3.8 - Modal fixes: scroll, datepicker, inputs
================================================== */

/* Bloquea scroll de la pagina cuando el modal esta abierto */
html.lgb-modal-lock,
body.lgb-modal-lock {
  overflow: hidden !important;
  height: 100% !important;
}

/* Modal: el scroll debe estar dentro del modal, no detras */
.jt-home .lgb-booking-modal,
.lgb-booking-modal {
  overflow: hidden !important;
  overscroll-behavior: contain !important;
}

.jt-home .lgb-booking-modal-dialog,
.lgb-booking-modal-dialog {
  max-height: calc(100vh - 44px) !important;
  overflow: hidden !important;
  overscroll-behavior: contain !important;
}

.jt-home .lgb-booking-modal-content,
.lgb-booking-modal-content {
  max-height: calc(100vh - 44px) !important;
  overflow: hidden !important;
}

.jt-home .lgb-booking-modal-info,
.jt-home .lgb-booking-modal-form,
.lgb-booking-modal-info,
.lgb-booking-modal-form {
  overflow-y: auto !important;
  overscroll-behavior: contain !important;
  -webkit-overflow-scrolling: touch !important;
}

/* Corrige numero oscuro en total de horarios */
.jt-home .lgb-booking-modal-info .lgb-featured-meta strong,
.jt-home .lgb-featured-meta strong,
.lgb-featured-meta strong {
  color: #d7bf78 !important;
}

.jt-home .lgb-booking-modal-info .lgb-featured-meta div:nth-child(2) strong,
.jt-home .lgb-featured-meta div:nth-child(2) strong {
  color: #d7bf78 !important;
}

/* Inputs y selects del modal */
.jt-home .lgb-booking-modal-form input,
.jt-home .lgb-booking-modal-form select,
.lgb-booking-modal-form input,
.lgb-booking-modal-form select {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 100% !important;
  min-height: 50px !important;
  margin: 0 0 14px !important;
  padding: 0 16px !important;
  border-radius: 14px !important;
  background-color: #080b10 !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
  color: #f5f7fb !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  box-shadow: none !important;
}

.jt-home .lgb-booking-modal-form select,
.lgb-booking-modal-form select {
  padding-right: 44px !important;
  background-image:
    linear-gradient(45deg, transparent 50%, #d7bf78 50%),
    linear-gradient(135deg, #d7bf78 50%, transparent 50%) !important;
  background-position:
    calc(100% - 22px) 21px,
    calc(100% - 15px) 21px !important;
  background-size: 7px 7px, 7px 7px !important;
  background-repeat: no-repeat !important;
}

.jt-home .lgb-booking-modal-form input::placeholder,
.lgb-booking-modal-form input::placeholder {
  color: #aeb4c0 !important;
  opacity: 0.85 !important;
}

.jt-home .lgb-booking-modal-form input:disabled,
.jt-home .lgb-booking-modal-form select:disabled,
.lgb-booking-modal-form input:disabled,
.lgb-booking-modal-form select:disabled {
  background-color: #10151d !important;
  border-color: rgba(255,255,255,0.08) !important;
  color: #aeb4c0 !important;
  opacity: 1 !important;
}

/* Datepicker jQuery UI oscuro pero legible */
body .ui-datepicker {
  z-index: 1000001 !important;
  width: 292px !important;
  padding: 12px !important;
  border-radius: 18px !important;
  background: #141922 !important;
  border: 1px solid rgba(215,191,120,0.34) !important;
  box-shadow: 0 22px 60px rgba(0,0,0,0.58) !important;
  color: #f5f7fb !important;
}

body .ui-datepicker .ui-datepicker-header {
  position: relative !important;
  padding: 8px 0 12px !important;
  border: 0 !important;
  background: transparent !important;
  color: #f5f7fb !important;
}

body .ui-datepicker .ui-datepicker-title {
  color: #f5f7fb !important;
  font-weight: 900 !important;
  font-size: 15px !important;
}

body .ui-datepicker .ui-datepicker-prev,
body .ui-datepicker .ui-datepicker-next {
  top: 4px !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 999px !important;
  background: rgba(215,191,120,0.16) !important;
  border: 1px solid rgba(215,191,120,0.28) !important;
  cursor: pointer !important;
}

body .ui-datepicker .ui-datepicker-prev {
  left: 2px !important;
}

body .ui-datepicker .ui-datepicker-next {
  right: 2px !important;
}

body .ui-datepicker .ui-datepicker-prev span,
body .ui-datepicker .ui-datepicker-next span {
  filter: brightness(2.5) !important;
}

body .ui-datepicker table {
  margin: 0 !important;
  border-collapse: separate !important;
  border-spacing: 4px !important;
}

body .ui-datepicker th {
  padding: 6px 0 !important;
  color: #d7bf78 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

body .ui-datepicker td {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body .ui-datepicker td span,
body .ui-datepicker td a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 34px !important;
  height: 34px !important;
  padding: 0 !important;
  border-radius: 999px !important;
  text-align: center !important;
  text-decoration: none !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
  background: #1b212c !important;
  color: #f5f7fb !important;
}

body .ui-datepicker td.ui-datepicker-unselectable span,
body .ui-datepicker td.ui-state-disabled span {
  background: #10151d !important;
  color: #596170 !important;
  border-color: rgba(255,255,255,0.06) !important;
  opacity: 1 !important;
}

body .ui-datepicker td a.ui-state-default {
  background: rgba(215,191,120,0.12) !important;
  color: #f0dc9c !important;
  border-color: rgba(215,191,120,0.30) !important;
}

body .ui-datepicker td a.ui-state-hover,
body .ui-datepicker td a.ui-state-active {
  background: #d7bf78 !important;
  color: #050505 !important;
  border-color: #f0dc9c !important;
}

body .ui-datepicker td.ui-datepicker-today a,
body .ui-datepicker td.ui-datepicker-today span {
  border-color: #d7bf78 !important;
}

/* Mobile modal */
@media (max-width: 980px) {
  .jt-home .lgb-booking-modal-dialog,
  .lgb-booking-modal-dialog {
    width: calc(100vw - 24px) !important;
    max-height: calc(100vh - 24px) !important;
  }

  .jt-home .lgb-booking-modal-content,
  .lgb-booking-modal-content {
    display: block !important;
    max-height: calc(100vh - 24px) !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
  }

  .jt-home .lgb-booking-modal-info,
  .jt-home .lgb-booking-modal-form,
  .lgb-booking-modal-info,
  .lgb-booking-modal-form {
    overflow: visible !important;
  }

  body .ui-datepicker {
    width: min(292px, calc(100vw - 54px)) !important;
  }
}


/* ==================================================
   LGB 2.3.12 - Modal HTML reestructurado
   Formulario con cuerpo scrolleable y footer real de botones
================================================== */

html.lgb-modal-lock,
body.lgb-modal-lock {
  overflow: hidden !important;
  height: 100% !important;
}

.jt-home .lgb-booking-modal,
.lgb-booking-modal {
  overflow: hidden !important;
  overscroll-behavior: contain !important;
}

.jt-home .lgb-booking-modal-dialog,
.lgb-booking-modal-dialog {
  width: min(1080px, calc(100vw - 36px)) !important;
  max-height: calc(100vh - 44px) !important;
  overflow: hidden !important;
  border-radius: 28px !important;
  background: #141922 !important;
  border: 1px solid rgba(215, 191, 120, 0.34) !important;
  box-shadow: 0 34px 90px rgba(0,0,0,0.75) !important;
}

.jt-home .lgb-booking-modal-content,
.lgb-booking-modal-content {
  display: grid !important;
  grid-template-columns: 0.9fr 1fr 1fr !important;
  height: min(720px, calc(100vh - 44px)) !important;
  max-height: calc(100vh - 44px) !important;
  overflow: hidden !important;
  background: #141922 !important;
  color: #f5f7fb !important;
}

/* Imagen lateral */
.jt-home .lgb-booking-modal-media,
.lgb-booking-modal-media {
  height: 100% !important;
  min-height: 0 !important;
  overflow: hidden !important;
  background: #050505 !important;
  border-right: 1px solid rgba(255,255,255,0.10) !important;
}

.jt-home .lgb-booking-modal-media img,
.lgb-booking-modal-media img {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  object-fit: cover !important;
  display: block !important;
}

/* Panel de informacion */
.jt-home .lgb-booking-modal-info,
.lgb-booking-modal-info {
  height: 100% !important;
  min-height: 0 !important;
  overflow-y: auto !important;
  overscroll-behavior: contain !important;
  -webkit-overflow-scrolling: touch !important;
  padding: 34px 30px !important;
  background: #141922 !important;
  border-right: 1px solid rgba(255,255,255,0.10) !important;
}

/* Formulario reestructurado */
.jt-home .lgb-booking-modal-form-v2,
.lgb-booking-modal-form-v2 {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  background: #141922 !important;
  color: #f5f7fb !important;
}

.jt-home .lgb-booking-form-scroll,
.lgb-booking-form-scroll {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  overflow-y: auto !important;
  overscroll-behavior: contain !important;
  -webkit-overflow-scrolling: touch !important;
  padding: 34px 30px 24px !important;
}

.jt-home .lgb-booking-actions-footer,
.lgb-booking-actions-footer {
  flex: 0 0 auto !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 18px 30px 22px !important;
  background: #141922 !important;
  border-top: 1px solid rgba(255,255,255,0.10) !important;
  box-shadow: 0 -18px 34px rgba(0,0,0,0.32) !important;
}

.jt-home .lgb-booking-actions-footer button,
.lgb-booking-actions-footer button {
  width: 100% !important;
  min-height: 52px !important;
  margin: 0 !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: 0.03em !important;
}

.jt-home .lgb-booking-field,
.lgb-booking-field {
  margin: 0 0 16px !important;
}

.jt-home .lgb-booking-field label,
.lgb-booking-field label,
.jt-home .lgb-booking-modal-form label,
.lgb-booking-modal-form label {
  display: block !important;
  margin: 0 0 8px !important;
  color: #f5f7fb !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

.jt-home .lgb-booking-form-scroll input,
.jt-home .lgb-booking-form-scroll select,
.lgb-booking-form-scroll input,
.lgb-booking-form-scroll select {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 100% !important;
  min-height: 50px !important;
  margin: 0 !important;
  padding: 0 16px !important;
  border-radius: 14px !important;
  background-color: #080b10 !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
  color: #f5f7fb !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  box-shadow: none !important;
}

.jt-home .lgb-booking-form-scroll select,
.lgb-booking-form-scroll select {
  padding-right: 44px !important;
  background-image:
    linear-gradient(45deg, transparent 50%, #d7bf78 50%),
    linear-gradient(135deg, #d7bf78 50%, transparent 50%) !important;
  background-position:
    calc(100% - 22px) 21px,
    calc(100% - 15px) 21px !important;
  background-size: 7px 7px, 7px 7px !important;
  background-repeat: no-repeat !important;
}

.jt-home .lgb-booking-form-scroll input:disabled,
.jt-home .lgb-booking-form-scroll select:disabled,
.lgb-booking-form-scroll input:disabled,
.lgb-booking-form-scroll select:disabled {
  background-color: #10151d !important;
  border-color: rgba(255,255,255,0.08) !important;
  color: #aeb4c0 !important;
  opacity: 1 !important;
}

.jt-home .lgb-date-help,
.lgb-date-help {
  display: block !important;
  margin: 10px 0 0 !important;
  color: #aeb4c0 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.jt-home .lgb-live-capacity,
.lgb-live-capacity {
  margin: 0 0 16px !important;
  padding: 13px 14px !important;
  border-radius: 14px !important;
  background: rgba(215, 191, 120, 0.12) !important;
  border: 1px solid rgba(215, 191, 120, 0.24) !important;
  color: #f0dc9c !important;
  font-weight: 900 !important;
}

/* Colores de info */
.jt-home .lgb-booking-modal-info .lgb-featured-meta strong,
.jt-home .lgb-featured-meta strong,
.lgb-featured-meta strong {
  color: #d7bf78 !important;
}

/* Close button */
.jt-home .lgb-booking-modal-close,
.lgb-booking-modal-close {
  position: absolute !important;
  top: 16px !important;
  right: 16px !important;
  z-index: 30 !important;
}

/* Scrollbars */
.jt-home .lgb-booking-modal-info::-webkit-scrollbar,
.jt-home .lgb-booking-form-scroll::-webkit-scrollbar,
.lgb-booking-modal-info::-webkit-scrollbar,
.lgb-booking-form-scroll::-webkit-scrollbar {
  width: 7px !important;
}

.jt-home .lgb-booking-modal-info::-webkit-scrollbar-track,
.jt-home .lgb-booking-form-scroll::-webkit-scrollbar-track,
.lgb-booking-modal-info::-webkit-scrollbar-track,
.lgb-booking-form-scroll::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.05) !important;
}

.jt-home .lgb-booking-modal-info::-webkit-scrollbar-thumb,
.jt-home .lgb-booking-form-scroll::-webkit-scrollbar-thumb,
.lgb-booking-modal-info::-webkit-scrollbar-thumb,
.lgb-booking-form-scroll::-webkit-scrollbar-thumb {
  background: rgba(215,191,120,0.62) !important;
  border-radius: 999px !important;
}

/* Datepicker oscuro legible */
body .ui-datepicker {
  z-index: 1000001 !important;
  width: 292px !important;
  padding: 12px !important;
  border-radius: 18px !important;
  background: #141922 !important;
  border: 1px solid rgba(215,191,120,0.34) !important;
  box-shadow: 0 22px 60px rgba(0,0,0,0.58) !important;
  color: #f5f7fb !important;
}

body .ui-datepicker .ui-datepicker-header {
  padding: 8px 0 12px !important;
  border: 0 !important;
  background: transparent !important;
}

body .ui-datepicker .ui-datepicker-title {
  color: #f5f7fb !important;
  font-weight: 900 !important;
}

body .ui-datepicker th {
  color: #d7bf78 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

body .ui-datepicker td span,
body .ui-datepicker td a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 34px !important;
  height: 34px !important;
  border-radius: 999px !important;
  text-decoration: none !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
  background: #1b212c !important;
  color: #f5f7fb !important;
}

body .ui-datepicker td.ui-datepicker-unselectable span,
body .ui-datepicker td.ui-state-disabled span {
  background: #10151d !important;
  color: #596170 !important;
  border-color: rgba(255,255,255,0.06) !important;
  opacity: 1 !important;
}

body .ui-datepicker td a.ui-state-default {
  background: rgba(215,191,120,0.12) !important;
  color: #f0dc9c !important;
  border-color: rgba(215,191,120,0.30) !important;
}

body .ui-datepicker td a.ui-state-hover,
body .ui-datepicker td a.ui-state-active {
  background: #d7bf78 !important;
  color: #050505 !important;
}

/* Tablet */
@media (max-width: 980px) {
  .jt-home .lgb-booking-modal-dialog,
  .lgb-booking-modal-dialog {
    width: calc(100vw - 24px) !important;
    max-height: calc(100vh - 24px) !important;
  }

  .jt-home .lgb-booking-modal-content,
  .lgb-booking-modal-content {
    display: flex !important;
    flex-direction: column !important;
    height: calc(100vh - 24px) !important;
    max-height: calc(100vh - 24px) !important;
  }

  .jt-home .lgb-booking-modal-media,
  .lgb-booking-modal-media {
    flex: 0 0 200px !important;
    height: 200px !important;
    min-height: 200px !important;
  }

  .jt-home .lgb-booking-modal-info,
  .lgb-booking-modal-info {
    flex: 0 0 auto !important;
    max-height: 280px !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.10) !important;
  }

  .jt-home .lgb-booking-modal-form-v2,
  .lgb-booking-modal-form-v2 {
    flex: 1 1 auto !important;
    min-height: 0 !important;
  }

  .jt-home .lgb-booking-form-scroll,
  .lgb-booking-form-scroll {
    padding: 28px 22px 22px !important;
  }

  .jt-home .lgb-booking-actions-footer,
  .lgb-booking-actions-footer {
    padding: 16px 22px 18px !important;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .jt-home .lgb-booking-modal-dialog,
  .lgb-booking-modal-dialog {
    width: calc(100vw - 16px) !important;
    max-height: calc(100vh - 16px) !important;
    border-radius: 22px !important;
  }

  .jt-home .lgb-booking-modal-content,
  .lgb-booking-modal-content {
    height: calc(100vh - 16px) !important;
    max-height: calc(100vh - 16px) !important;
  }

  .jt-home .lgb-booking-modal-media,
  .lgb-booking-modal-media {
    flex-basis: 150px !important;
    height: 150px !important;
    min-height: 150px !important;
  }

  .jt-home .lgb-booking-modal-info,
  .lgb-booking-modal-info {
    max-height: 245px !important;
    padding: 22px 20px !important;
  }

  .jt-home .lgb-booking-form-scroll,
  .lgb-booking-form-scroll {
    padding: 22px 20px 20px !important;
  }

  .jt-home .lgb-booking-actions-footer,
  .lgb-booking-actions-footer {
    grid-template-columns: 1fr !important;
    padding: 14px 20px 16px !important;
  }

  .jt-home .lgb-booking-actions-footer button,
  .lgb-booking-actions-footer button {
    min-height: 48px !important;
  }
}


/* ==================================================
   LGB 2.4.0 - Functional booking updates
   Cupos siempre 1, no se solicita al usuario.
================================================== */

.jt-home .lgb-booking-form-scroll input[name="quantity"][type="hidden"],
.lgb-booking-form-scroll input[name="quantity"][type="hidden"] {
  display: none !important;
}

/* Evita que estilos anteriores muestren inputs ocultos */
.jt-home .lgb-booking-modal-form input[type="hidden"],
.lgb-booking-modal-form input[type="hidden"] {
  display: none !important;
}


/* ==================================================
   LGB 2.4.1 - AJAX add-to-cart notifications
================================================== */

.lgb-toast-wrap {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 1000005;
  display: grid;
  gap: 10px;
  width: min(380px, calc(100vw - 32px));
  pointer-events: none;
}

.lgb-toast {
  transform: translateY(14px);
  opacity: 0;
  padding: 15px 18px;
  border-radius: 16px;
  background: #141922;
  color: #f5f7fb;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 18px 48px rgba(0,0,0,0.42);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
  transition: opacity .22s ease, transform .22s ease;
}

.lgb-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.lgb-toast.is-success {
  border-color: rgba(215,191,120,0.42);
  background: #141922;
  color: #f0dc9c;
}

.lgb-toast.is-error {
  border-color: rgba(239,68,68,0.36);
  background: #211318;
  color: #fecaca;
}

.lgb-booking-form.is-submitting {
  opacity: 0.82;
}

.lgb-booking-form.is-submitting button {
  cursor: wait !important;
}

@media (max-width: 640px) {
  .lgb-toast-wrap {
    right: 14px;
    bottom: 14px;
    width: calc(100vw - 28px);
  }
}


/* =========================================================
   JUMP & TONE - CARRITO: RESERVAS CON CANTIDAD FIJA
   Las reservas de clases siempre representan 1 cupo.
========================================================= */

body.woocommerce-cart .jt-cart-fixed-qty {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 54px !important;
  height: 42px !important;
  border-radius: 999px !important;
  color: #d7bf78 !important;
  background: rgba(215, 191, 120, 0.12) !important;
  border: 1px solid rgba(215, 191, 120, 0.28) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

@media (max-width: 768px) {
  body.woocommerce-cart .product-quantity {
    align-items: center !important;
  }
}


/* =========================================================
   JUMP & TONE - VALIDACIONES CHECKOUT COMO TOAST
   LGB 2.4.7
   Fix: el toast queda oculto fuera del checkout
========================================================= */

#jt-checkout-toast {
  display: none !important;
}

body.woocommerce-checkout #jt-checkout-toast.jt-checkout-toast {
  display: block !important;
}

body.woocommerce-checkout .woocommerce-error.jt-hidden-checkout-error,
body.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-error.jt-hidden-checkout-error {
  display: none !important;
}

body.woocommerce-checkout .jt-checkout-toast {
  position: fixed !important;
  right: 24px !important;
  bottom: 24px !important;
  z-index: 999999 !important;
  width: min(390px, calc(100vw - 32px)) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(18px) scale(0.98) !important;
  transition: 0.22s ease !important;
  pointer-events: none !important;
}

body.woocommerce-checkout .jt-checkout-toast.is-visible {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) scale(1) !important;
  pointer-events: auto !important;
}

body.woocommerce-checkout .jt-checkout-toast-inner {
  position: relative !important;
  overflow: hidden !important;
  padding: 22px !important;
  border-radius: 22px !important;
  background: #141922 !important;
  border: 1px solid rgba(215, 191, 120, 0.38) !important;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.55) !important;
}

body.woocommerce-checkout .jt-checkout-toast-inner::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 auto 0 0 !important;
  width: 4px !important;
  background: #d7bf78 !important;
}

body.woocommerce-checkout .jt-checkout-toast-close {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 30px !important;
  height: 30px !important;
  padding: 0 !important;
  border-radius: 999px !important;
  color: #f5f7fb !important;
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.10) !important;
  font-size: 22px !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

body.woocommerce-checkout .jt-checkout-toast-close:hover {
  color: #050505 !important;
  background: #d7bf78 !important;
  border-color: #f0dc9c !important;
}

body.woocommerce-checkout .jt-checkout-toast-kicker {
  margin: 0 36px 8px 0 !important;
  color: #d7bf78 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

body.woocommerce-checkout .jt-checkout-toast-title {
  margin: 0 36px 8px 0 !important;
  color: #f5f7fb !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
}

body.woocommerce-checkout .jt-checkout-toast-message {
  color: #aeb4c0 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.55 !important;
}

body.woocommerce-checkout .jt-checkout-toast-message span {
  color: #7d8594 !important;
}

body.woocommerce-checkout .jt-checkout-toast-actions {
  margin-top: 16px !important;
}

body.woocommerce-checkout .jt-checkout-toast-primary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  color: #050505 !important;
  background: #d7bf78 !important;
  border: 1px solid #f0dc9c !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
}

body.woocommerce-checkout .jt-checkout-toast-primary:hover {
  background: #f5f7fb !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
}

body.woocommerce-checkout .woocommerce-invalid input.input-text,
body.woocommerce-checkout .woocommerce-invalid textarea,
body.woocommerce-checkout .woocommerce-invalid select,
body.woocommerce-checkout .woocommerce-invalid .select2-selection {
  border-color: rgba(215, 191, 120, 0.70) !important;
  box-shadow: 0 0 0 4px rgba(215, 191, 120, 0.10) !important;
}

body.woocommerce-checkout .woocommerce-invalid .woocommerce-input-wrapper + span,
body.woocommerce-checkout .woocommerce-invalid em,
body.woocommerce-checkout .woocommerce-invalid .error {
  color: #d7bf78 !important;
}

@media (max-width: 768px) {
  body.woocommerce-checkout .jt-checkout-toast {
    right: 14px !important;
    bottom: 14px !important;
    width: calc(100vw - 28px) !important;
  }

  body.woocommerce-checkout .jt-checkout-toast-inner {
    padding: 20px !important;
    border-radius: 20px !important;
  }
}


/* LGB 2.4.9 - Datos del usuario logueado en reserva */
.lgb-booking-user-summary {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(215, 191, 120, 0.08);
  border: 1px solid rgba(215, 191, 120, 0.24);
}

.lgb-booking-user-summary span {
  color: #d7bf78;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.lgb-booking-user-summary strong {
  color: #f5f7fb;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
}

.lgb-booking-user-summary small {
  color: #aeb4c0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

/* ===============================
   LGB CUSTOM SHOP PAGE
================================ */
.lgb-shop-page,
.lgb-shop-page * {
  box-sizing: border-box;
}

.lgb-shop-page {
  width: 100%;
  color: #e8ecf3;
}

.lgb-shop-header {
  margin: 0 0 34px;
}

.lgb-shop-header span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #d7bf78;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.lgb-shop-header span::before {
  content: "";
  width: 34px;
  height: 1px;
  background: #d7bf78;
}

.lgb-shop-header h2 {
  margin: 14px 0 12px;
  color: #f5f7fb !important;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
  letter-spacing: -1.4px;
  text-transform: uppercase;
}

.lgb-shop-header p {
  max-width: 720px;
  margin: 0;
  color: #aeb4c0;
  font-size: 16px;
  line-height: 1.7;
}

.lgb-shop-layout {
  display: grid;
  grid-template-columns: minmax(250px, 300px) minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}

.lgb-shop-with-sidebar-no .lgb-shop-layout {
  grid-template-columns: 1fr;
}

.lgb-shop-sidebar,
.lgb-shop-main,
.lgb-shop-filters {
  min-width: 0;
}

.lgb-shop-filters {
  display: grid;
  gap: 16px;
  padding: 22px;
  border-radius: 24px;
  background: #141922;
  border: 1px solid rgba(255,255,255,0.10);
}

.lgb-shop-filter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.lgb-shop-filter-head strong {
  color: #f5f7fb;
  font-size: 17px;
}

.lgb-shop-filter-head a {
  color: #d7bf78 !important;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none !important;
  text-transform: uppercase;
}

.lgb-shop-filters label,
.lgb-shop-sorting label {
  display: grid;
  gap: 8px;
  color: #e8ecf3;
  font-size: 13px;
  font-weight: 900;
}

.lgb-shop-filters input,
.lgb-shop-filters select,
.lgb-shop-sorting select {
  width: 100%;
  min-height: 46px;
  border-radius: 14px;
  background: #090d13;
  border: 1px solid rgba(255,255,255,0.12);
  color: #f5f7fb;
  padding: 0 14px;
  outline: none;
}

.lgb-shop-filters input:focus,
.lgb-shop-filters select:focus,
.lgb-shop-sorting select:focus {
  border-color: rgba(215,191,120,0.55);
}

.lgb-shop-price-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.lgb-shop-filters button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px;
  background: #f5f7fb;
  color: #050505;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .5px;
  text-transform: uppercase;
  cursor: pointer;
}

.lgb-shop-filters button:hover {
  background: #d7bf78;
  border-color: #f0dc9c;
}

.lgb-shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
  padding: 16px 18px;
  border-radius: 20px;
  background: #141922;
  border: 1px solid rgba(255,255,255,0.10);
}

.lgb-shop-count {
  margin: 0;
  color: #aeb4c0;
  font-size: 14px;
  font-weight: 800;
}

.lgb-shop-sorting {
  min-width: 250px;
}

.lgb-shop-grid {
  display: grid;
  gap: 22px;
}

.lgb-shop-grid.lgb-shortcode-grid-1 { grid-template-columns: 1fr; }
.lgb-shop-grid.lgb-shortcode-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.lgb-shop-grid.lgb-shortcode-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.lgb-shop-grid.lgb-shortcode-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.lgb-shop-results .lgb-booking-preview-card {
  height: 100%;
}

.lgb-shop-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.lgb-shop-pagination a,
.lgb-shop-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #141922;
  border: 1px solid rgba(255,255,255,0.10);
  color: #e8ecf3 !important;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none !important;
}

.lgb-shop-pagination a:hover {
  background: #d7bf78;
  color: #050505 !important;
  border-color: #f0dc9c;
}

@media (max-width: 980px) {
  .lgb-shop-layout {
    grid-template-columns: 1fr;
  }
  .lgb-shop-grid.lgb-shortcode-grid-3,
  .lgb-shop-grid.lgb-shortcode-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .lgb-shop-toolbar {
    align-items: stretch;
    flex-direction: column;
  }
  .lgb-shop-sorting {
    min-width: 0;
    width: 100%;
  }
  .lgb-shop-price-row,
  .lgb-shop-grid.lgb-shortcode-grid-2,
  .lgb-shop-grid.lgb-shortcode-grid-3,
  .lgb-shop-grid.lgb-shortcode-grid-4 {
    grid-template-columns: 1fr;
  }
}

/* LGB 2.5.1 - Shop AJAX loading */
.lgb-shop-page.is-lgb-shop-loading .lgb-shop-main {
  opacity: 0.55;
  pointer-events: none;
}

.lgb-shop-page.is-lgb-shop-loading .lgb-shop-toolbar,
.lgb-shop-page.is-lgb-shop-loading .lgb-shop-results {
  position: relative;
}

/* ===============================
   LGB - Instructor cards clickeables
================================ */
.lgb-instructor-card-clickable {
  cursor: pointer;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.lgb-instructor-card-clickable:hover,
.lgb-instructor-card-clickable:focus-visible {
  transform: translateY(-4px);
  outline: none;
  border-color: rgba(215, 191, 120, .42) !important;
  box-shadow: 0 22px 50px rgba(0,0,0,.22) !important;
}

.lgb-instructor-view-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 38px;
  margin-top: auto;
  padding: 9px 14px;
  border: 1px solid rgba(215, 191, 120, .34);
  border-radius: 999px;
  color: #050505;
  background: #f5f7fb;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
  cursor: pointer;
}

.lgb-instructor-view-more:hover {
  background: #d7bf78;
  border-color: #f0dc9c;
  color: #050505;
}

.lgb-instructor-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.lgb-instructor-modal.is-open {
  display: flex;
}

.lgb-instructor-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.72);
  backdrop-filter: blur(7px);
}

.lgb-instructor-modal-dialog {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(320px, 1.1fr);
  width: min(980px, calc(100vw - 36px));
  height: min(720px, calc(100vh - 48px));
  max-height: calc(100vh - 48px);
  overflow: hidden;
  min-height: 0;
  border: 1px solid rgba(215, 191, 120, .34);
  border-radius: 28px;
  background: #141922;
  color: #e8ecf3;
  box-shadow: 0 34px 90px rgba(0,0,0,.58);
}

.lgb-instructor-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 4;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: #050505;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.lgb-instructor-modal-photo {
  height: 100%;
  min-height: 0;
  background: #06080c;
  overflow: hidden;
}

.lgb-instructor-modal-photo img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  display: block;
}

.lgb-instructor-modal-content {
  height: 100%;
  min-height: 0;
  overflow-y: auto !important;
  overflow-x: hidden;
  padding: 46px 42px;
  scrollbar-width: thin;
  scrollbar-color: rgba(215, 191, 120, .72) rgba(255, 255, 255, .06);
}

.lgb-instructor-modal-content::-webkit-scrollbar {
  width: 8px;
}

.lgb-instructor-modal-content::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, .06);
  border-radius: 999px;
}

.lgb-instructor-modal-content::-webkit-scrollbar-thumb {
  background: rgba(215, 191, 120, .72);
  border-radius: 999px;
}

.lgb-instructor-modal-content::-webkit-scrollbar-thumb:hover {
  background: rgba(240, 220, 156, .9);
}

.lgb-instructor-modal-kicker {
  display: inline-flex;
  margin-bottom: 16px;
  color: #d7bf78;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.lgb-instructor-modal-content h3 {
  margin: 0 0 10px;
  color: #f5f7fb !important;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1;
  letter-spacing: -1.4px;
}

.lgb-instructor-modal-specialty {
  display: block;
  margin-bottom: 18px;
  color: #d7bf78 !important;
  font-size: 16px;
  font-weight: 900;
}

.lgb-instructor-modal-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0;
}

.lgb-instructor-modal-stats div {
  padding: 16px;
  border-radius: 18px;
  background: #1b212c;
  border: 1px solid rgba(255,255,255,.10);
}

.lgb-instructor-modal-stats strong {
  display: block;
  color: #d7bf78;
  font-size: 28px;
  line-height: 1;
}

.lgb-instructor-modal-stats span {
  display: block;
  margin-top: 7px;
  color: #aeb4c0;
  font-size: 12px;
  font-weight: 800;
}

.lgb-instructor-modal-section {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.10);
}

.lgb-instructor-modal-section h4 {
  margin: 0 0 10px;
  color: #f5f7fb !important;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.lgb-instructor-modal-section p {
  margin: 0;
  color: #aeb4c0 !important;
  font-size: 15px;
  line-height: 1.7;
}

.lgb-instructor-modal-classes,
.lgb-instructor-modal-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.lgb-instructor-modal-classes span,
.lgb-instructor-modal-contact a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 13px;
  border-radius: 999px;
  background: #1b212c;
  border: 1px solid rgba(255,255,255,.10);
  color: #e8ecf3 !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
}

.lgb-instructor-modal-contact a:hover {
  color: #050505 !important;
  background: #d7bf78;
  border-color: #f0dc9c;
}

body.lgb-instructor-modal-is-open {
  overflow: hidden;
}

@media (max-width: 820px) {
  .lgb-instructor-modal {
    padding: 14px;
  }

  .lgb-instructor-modal-dialog {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    width: min(100%, 560px);
    height: min(92vh, calc(100vh - 28px));
    max-height: calc(100vh - 28px);
  }

  .lgb-instructor-modal-photo {
    height: 260px;
    min-height: 260px;
    max-height: 320px;
  }

  .lgb-instructor-modal-content {
    padding: 30px 24px;
  }
}


/* ==================================================
   LGB 2.6.1 - Modales siempre por encima del header
   El popup se mueve al <body> al abrirse; estos estilos globales
   mantienen el diseño JumpTone aunque el modal ya no esté dentro de .jt-home.
================================================== */
body .lgb-booking-modal,
body .lgb-instructor-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483000 !important;
  isolation: isolate !important;
}

body .lgb-booking-modal-backdrop,
body .lgb-instructor-modal-backdrop {
  z-index: 2147483001 !important;
}

body .lgb-booking-modal-dialog,
body .lgb-instructor-modal-dialog {
  position: relative !important;
  z-index: 2147483002 !important;
}

body .lgb-booking-modal-close,
body .lgb-instructor-modal-close,
body [data-lgb-instructor-modal-close] {
  z-index: 2147483003 !important;
}

body .ui-datepicker {
  z-index: 2147483004 !important;
}

body.lgb-modal-is-open .lgb-booking-modal-dialog {
  width: min(1080px, calc(100vw - 36px)) !important;
  max-height: calc(100vh - 48px) !important;
  overflow: hidden !important;
  border-radius: 28px !important;
  background: #141922 !important;
  border: 1px solid rgba(215, 191, 120, 0.34) !important;
  box-shadow: 0 34px 90px rgba(0,0,0,0.75) !important;
}

body.lgb-modal-is-open .lgb-booking-modal-content {
  display: grid !important;
  grid-template-columns: 0.9fr 1fr 1fr !important;
  min-height: 620px !important;
  max-height: calc(100vh - 48px) !important;
  overflow: hidden !important;
  background: #141922 !important;
  color: #f5f7fb !important;
}

body.lgb-modal-is-open .lgb-booking-modal-media {
  min-height: 620px !important;
  background: #050505 !important;
  border-right: 1px solid rgba(255,255,255,0.10) !important;
  overflow: hidden !important;
}

body.lgb-modal-is-open .lgb-booking-modal-media img {
  width: 100% !important;
  height: 100% !important;
  min-height: 620px !important;
  object-fit: cover !important;
  display: block !important;
}

body.lgb-modal-is-open .lgb-booking-modal-info {
  padding: 34px 30px !important;
  background: #141922 !important;
  border-right: 1px solid rgba(255,255,255,0.10) !important;
  overflow-y: auto !important;
}

body.lgb-modal-is-open .lgb-booking-modal-info .lgb-eyebrow {
  color: #d7bf78 !important;
  font-size: 12px !important;
  letter-spacing: 0.08em !important;
}

body.lgb-modal-is-open .lgb-booking-modal-info h3 {
  margin: 14px 0 12px !important;
  color: #f5f7fb !important;
  font-size: 34px !important;
  line-height: 1.05 !important;
}

body.lgb-modal-is-open .lgb-booking-modal-info > p {
  margin: 0 0 18px !important;
  color: #d9dee8 !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}

body.lgb-modal-is-open .lgb-booking-modal-info .lgb-featured-meta {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 10px !important;
  margin: 18px 0 !important;
}

body.lgb-modal-is-open .lgb-booking-modal-info .lgb-featured-meta div {
  min-height: 84px !important;
  padding: 14px 10px !important;
  border-radius: 16px !important;
  background: #1b212c !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
}

body.lgb-modal-is-open .lgb-booking-modal-info .lgb-featured-meta strong {
  color: #d7bf78 !important;
  font-size: 24px !important;
}

body.lgb-modal-is-open .lgb-booking-modal-info .lgb-featured-meta small {
  color: #aeb4c0 !important;
}

body.lgb-modal-is-open .lgb-instructor-public {
  display: grid !important;
  grid-template-columns: 52px 1fr !important;
  gap: 14px !important;
  margin-top: 18px !important;
  padding: 18px !important;
  border-radius: 18px !important;
  background: #1b212c !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
  color: #f5f7fb !important;
}

body.lgb-modal-is-open .lgb-instructor-public img {
  width: 52px !important;
  height: 52px !important;
  border-radius: 14px !important;
  object-fit: cover !important;
}

body.lgb-modal-is-open .lgb-instructor-public strong {
  display: block !important;
  color: #f5f7fb !important;
  font-size: 16px !important;
}

body.lgb-modal-is-open .lgb-instructor-public small {
  display: block !important;
  margin-top: 4px !important;
  color: #d7bf78 !important;
  font-weight: 900 !important;
}

body.lgb-modal-is-open .lgb-instructor-public p {
  margin: 8px 0 0 !important;
  color: #aeb4c0 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

body.lgb-modal-is-open .lgb-booking-modal-form {
  padding: 34px 30px !important;
  background: #141922 !important;
  overflow-y: auto !important;
  color: #f5f7fb !important;
}

body.lgb-modal-is-open .lgb-booking-modal-form label {
  display: block !important;
  margin: 0 0 8px !important;
  color: #f5f7fb !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

body.lgb-modal-is-open .lgb-booking-modal-form input,
body.lgb-modal-is-open .lgb-booking-modal-form select {
  width: 100% !important;
  min-height: 50px !important;
  margin: 0 0 14px !important;
  padding: 0 16px !important;
  border-radius: 14px !important;
  background: #080b10 !important;
  border: 1px solid rgba(255,255,255,0.11) !important;
  color: #f5f7fb !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}

body.lgb-modal-is-open .lgb-date-help {
  display: block !important;
  margin: -6px 0 18px !important;
  color: #aeb4c0 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

body.lgb-modal-is-open .lgb-live-capacity {
  margin: 0 0 16px !important;
  padding: 13px 14px !important;
  border-radius: 14px !important;
  background: rgba(215, 191, 120, 0.12) !important;
  border: 1px solid rgba(215, 191, 120, 0.24) !important;
  color: #f0dc9c !important;
  font-weight: 900 !important;
}

body.lgb-modal-is-open .lgb-booking-actions {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 12px !important;
  margin-top: 18px !important;
}

body.lgb-modal-is-open .lgb-booking-actions button {
  width: 100% !important;
  min-height: 52px !important;
  margin: 0 !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: 0.03em !important;
}

body.lgb-modal-is-open .lgb-booking-actions button[data-lgb-submit-action="cart"] {
  background: #f5f7fb !important;
  color: #050505 !important;
}

body.lgb-modal-is-open .lgb-booking-actions button[data-lgb-submit-action="checkout"] {
  background: #050505 !important;
  color: #f5f7fb !important;
  border: 1px solid rgba(215, 191, 120, 0.34) !important;
}

body.lgb-modal-is-open .lgb-booking-modal-close {
  position: absolute !important;
  top: 16px !important;
  right: 16px !important;
  width: 46px !important;
  height: 46px !important;
  border-radius: 999px !important;
  background: #050505 !important;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
}

@media (max-width: 980px) {
  body.lgb-modal-is-open .lgb-booking-modal-content {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
    overflow-y: auto !important;
  }

  body.lgb-modal-is-open .lgb-booking-modal-media {
    min-height: 240px !important;
    height: 240px !important;
  }

  body.lgb-modal-is-open .lgb-booking-modal-media img {
    min-height: 240px !important;
  }

  body.lgb-modal-is-open .lgb-booking-modal-info,
  body.lgb-modal-is-open .lgb-booking-modal-form {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.10) !important;
  }
}

/* Shortcodes: botón Ver más superior */
.lgb-shortcode-block {
  width: 100%;
}

.lgb-shortcode-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 18px;
}

.lgb-shortcode-topbar-title {
  margin: 0;
  color: inherit;
  font-size: 22px;
  font-weight: 950;
  line-height: 1.1;
}

.lgb-shortcode-topbar-spacer {
  display: block;
  min-width: 1px;
  min-height: 1px;
}

.lgb-shortcode-view-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 16px;
  border-radius: 999px;
  color: #0f172a !important;
  background: #d7bf78;
  border: 1px solid rgba(215, 191, 120, 0.72);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  transition: transform .22s ease, background .22s ease, color .22s ease, border-color .22s ease;
}

.lgb-shortcode-view-more:hover,
.lgb-shortcode-view-more:focus-visible {
  color: #050505 !important;
  background: #f5f7fb;
  border-color: rgba(255, 255, 255, .55);
  transform: translateY(-1px);
  outline: none;
}

.jt-home .lgb-shortcode-topbar,
.jt-shop-page .lgb-shortcode-topbar {
  margin-bottom: 18px !important;
}

.jt-home .lgb-shortcode-view-more,
.jt-shop-page .lgb-shortcode-view-more {
  color: var(--jt-gold) !important;
  background: transparent !important;
  border: 1px solid var(--jt-border-strong) !important;
  box-shadow: none !important;
}

.jt-home .lgb-shortcode-view-more:hover,
.jt-shop-page .lgb-shortcode-view-more:hover,
.jt-home .lgb-shortcode-view-more:focus-visible,
.jt-shop-page .lgb-shortcode-view-more:focus-visible {
  color: #050505 !important;
  background: var(--jt-gold) !important;
  border-color: var(--jt-gold) !important;
}

@media (max-width: 640px) {
  .lgb-shortcode-topbar {
    align-items: stretch;
    flex-direction: column;
  }

  .lgb-shortcode-view-more {
    width: 100%;
  }
}

/* =========================================================
   LGB 2.6.3 - Directorio de instructores
========================================================= */
.lgb-instructors-directory {
  width: 100%;
  color: #e8ecf3;
}

.lgb-instructors-directory-header {
  margin-bottom: 22px;
}

.lgb-instructors-directory-header h2 {
  margin: 0;
}

.lgb-instructors-search {
  margin: 0 0 20px;
}

.lgb-instructors-search-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
  padding: 16px;
  border-radius: 24px;
  background: #141922;
  border: 1px solid rgba(255,255,255,.10);
}

.lgb-instructors-search input[type="search"] {
  width: 100%;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 999px;
  color: #f5f7fb;
  background: #090d13;
  border: 1px solid rgba(255,255,255,.12);
  outline: none;
  font-weight: 800;
}

.lgb-instructors-search input[type="search"]:focus {
  border-color: rgba(215,191,120,.62);
  box-shadow: 0 0 0 4px rgba(215,191,120,.10);
}

.lgb-instructors-search button,
.lgb-instructors-pagination a,
.lgb-instructors-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid rgba(215,191,120,.34);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
}

.lgb-instructors-search button[type="submit"] {
  color: #050505;
  background: #f5f7fb;
}

.lgb-instructors-search button[type="button"] {
  color: #d7bf78;
  background: transparent;
}

.lgb-instructors-directory-count {
  margin: 0 0 18px;
  color: #aeb4c0;
  font-size: 14px;
  font-weight: 800;
}

.lgb-instructors-directory-results {
  position: relative;
}

.lgb-instructors-directory.is-lgb-instructors-loading .lgb-instructors-directory-results {
  opacity: .48;
  pointer-events: none;
}

.lgb-instructors-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.lgb-instructors-pagination a,
.lgb-instructors-pagination span {
  color: #f5f7fb;
  background: #141922;
}

.lgb-instructors-pagination a:hover {
  color: #050505;
  background: #d7bf78;
}

@media (max-width: 640px) {
  .lgb-instructors-search-box {
    grid-template-columns: 1fr;
  }

  .lgb-instructors-search button {
    width: 100%;
  }
}


/* ==================================================
   LGB 2.6.4 - Fix overlay del modal de instructores
   Mantiene el modal por encima del header, pero deja el backdrop
   detrás del contenido para evitar que oscurezca el perfil.
================================================== */
body .lgb-instructor-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483000 !important;
  isolation: isolate !important;
}

body .lgb-instructor-modal .lgb-instructor-modal-backdrop {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  background: rgba(0, 0, 0, 0.72) !important;
  backdrop-filter: blur(7px) !important;
}

body .lgb-instructor-modal .lgb-instructor-modal-dialog {
  position: relative !important;
  z-index: 2 !important;
}

body .lgb-instructor-modal .lgb-instructor-modal-close {
  position: absolute !important;
  z-index: 3 !important;
}

/* =========================================================
   LGB 2.6.8 - Resultados de busqueda con boton Reservar
   Fuerza que los cards del shortcode [lgb_search_results]
   usen el mismo flujo visual y modal de reserva que los demas shortcodes.
========================================================= */
.lgb-search-results-page .lgb-shop-results,
.lgb-search-results-page .lgb-shop-grid {
  overflow: visible !important;
}

.lgb-search-results-page .lgb-shop-grid {
  align-items: stretch !important;
}

.lgb-search-results-page .lgb-booking-preview-card {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-height: 500px !important;
  overflow: visible !important;
}

.lgb-search-results-page .lgb-booking-preview-body {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  min-height: 0 !important;
}

.lgb-search-results-page .lgb-booking-preview-instructor {
  min-height: 42px !important;
}

.lgb-search-results-page .lgb-booking-open-modal,
.lgb-search-results-page .lgb-booking-open-modal[type="button"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  max-width: max-content !important;
  min-width: 132px !important;
  min-height: 48px !important;
  margin-top: auto !important;
  padding: 12px 22px !important;
  border-radius: 999px !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  color: #050505 !important;
  background: #f5f7fb !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  line-height: 1.1 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.lgb-search-results-page .lgb-booking-open-modal:hover,
.lgb-search-results-page .lgb-booking-open-modal:focus-visible {
  color: #050505 !important;
  background: #d7bf78 !important;
  border-color: #f0dc9c !important;
  transform: translateY(-2px) !important;
}

.lgb-search-results-page .lgb-booking-open-modal:disabled {
  opacity: .55 !important;
  cursor: not-allowed !important;
  transform: none !important;
}

body .lgb-booking-modal {
  z-index: 2147483000 !important;
}

body .lgb-booking-modal .lgb-booking-modal-backdrop {
  z-index: 1 !important;
}

body .lgb-booking-modal .lgb-booking-modal-dialog {
  z-index: 2 !important;
}

body .lgb-booking-modal .lgb-booking-modal-close {
  z-index: 3 !important;
}


/* =========================================================
   LGB 2.6.9 - Search results card layout fix
   Evita cards altos/cortados y garantiza el botón Reservar visible.
========================================================= */
.lgb-search-results-page .lgb-shop-results {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

.lgb-search-results-page .lgb-shop-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
  gap: 22px !important;
  align-items: stretch !important;
  overflow: visible !important;
}

.lgb-search-results-page .lgb-booking-preview-card {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 0 !important;
  height: auto !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  border-radius: 24px !important;
  background: #141922 !important;
  border: 1px solid rgba(255,255,255,.10) !important;
}

.lgb-search-results-page .lgb-booking-preview-image {
  height: 185px !important;
  min-height: 185px !important;
  flex: 0 0 185px !important;
  overflow: hidden !important;
  background: #06080c !important;
}

.lgb-search-results-page .lgb-booking-preview-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.lgb-search-results-page .lgb-booking-preview-body {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  gap: 12px !important;
  min-height: 0 !important;
  padding: 22px !important;
  background: #141922 !important;
}

.lgb-search-results-page .lgb-booking-preview-top {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 12px !important;
  align-items: start !important;
}

.lgb-search-results-page .lgb-booking-preview-top h3 {
  min-height: 0 !important;
  margin: 0 !important;
  color: #f5f7fb !important;
  font-size: 24px !important;
  line-height: 1.1 !important;
}

.lgb-search-results-page .lgb-booking-preview-top strong {
  color: #d7bf78 !important;
  white-space: nowrap !important;
}

.lgb-search-results-page .lgb-booking-preview-body > p {
  min-height: 48px !important;
  max-height: 52px !important;
  margin: 0 !important;
  color: #aeb4c0 !important;
  line-height: 1.55 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.lgb-search-results-page .lgb-booking-preview-card .lgb-meta {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 !important;
}

.lgb-search-results-page .lgb-booking-preview-card .lgb-meta span {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 34px !important;
  padding: 8px 12px !important;
  border-radius: 999px !important;
  color: #e8ecf3 !important;
  background: #1b212c !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

.lgb-search-results-page .lgb-booking-preview-instructor {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 38px !important;
  margin: 0 !important;
  color: #aeb4c0 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  overflow: hidden !important;
}

.lgb-search-results-page .lgb-booking-preview-instructor img {
  width: 34px !important;
  height: 34px !important;
  flex: 0 0 34px !important;
  border-radius: 10px !important;
  object-fit: cover !important;
  border: 1px solid rgba(215,191,120,.34) !important;
}

.lgb-search-results-page .lgb-booking-preview-instructor span {
  display: block !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.lgb-search-results-page .lgb-booking-open-modal,
.lgb-search-results-page .lgb-booking-open-modal[type="button"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: flex-start !important;
  width: auto !important;
  max-width: none !important;
  min-width: 132px !important;
  min-height: 48px !important;
  margin-top: 4px !important;
  padding: 12px 22px !important;
  border-radius: 999px !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  color: #050505 !important;
  background: #f5f7fb !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  line-height: 1.1 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.lgb-search-results-page .lgb-booking-open-modal:hover,
.lgb-search-results-page .lgb-booking-open-modal:focus-visible {
  color: #050505 !important;
  background: #d7bf78 !important;
  border-color: #f0dc9c !important;
  transform: translateY(-2px) !important;
}

@media (min-width: 1180px) {
  .lgb-search-results-page .lgb-shop-grid.lgb-shortcode-grid-1,
  .lgb-search-results-page .lgb-shop-grid.lgb-shortcode-grid-2,
  .lgb-search-results-page .lgb-shop-grid.lgb-shortcode-grid-3,
  .lgb-search-results-page .lgb-shop-grid.lgb-shortcode-grid-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 980px) {
  .lgb-search-results-page .lgb-shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .lgb-search-results-page .lgb-shop-grid {
    grid-template-columns: 1fr !important;
  }
  .lgb-search-results-page .lgb-booking-preview-image {
    height: 200px !important;
    min-height: 200px !important;
    flex-basis: 200px !important;
  }
}

/* ==================================================
   LGB 2.7.0 - Mobile modal usability fix
   En pantallas pequeñas el popup usa un solo scroll vertical,
   para que imagen, información, formulario y botones sean accesibles.
================================================== */
@media (max-width: 760px) {
  body .lgb-booking-modal,
  body .jt-home .lgb-booking-modal {
    padding: 8px !important;
    align-items: stretch !important;
    justify-content: center !important;
  }

  body .lgb-booking-modal-dialog,
  body .jt-home .lgb-booking-modal-dialog {
    width: calc(100vw - 16px) !important;
    height: calc(100dvh - 16px) !important;
    max-height: calc(100dvh - 16px) !important;
    border-radius: 22px !important;
    overflow: hidden !important;
  }

  @supports not (height: 100dvh) {
    body .lgb-booking-modal-dialog,
    body .jt-home .lgb-booking-modal-dialog {
      height: calc(100vh - 16px) !important;
      max-height: calc(100vh - 16px) !important;
    }
  }

  body .lgb-booking-modal-content,
  body .jt-home .lgb-booking-modal-content {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    max-height: 100% !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    overscroll-behavior: contain !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-padding-bottom: 122px !important;
  }

  body .lgb-booking-modal-media,
  body .jt-home .lgb-booking-modal-media {
    flex: 0 0 auto !important;
    width: 100% !important;
    height: 170px !important;
    min-height: 170px !important;
    max-height: 170px !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.10) !important;
  }

  body .lgb-booking-modal-media img,
  body .jt-home .lgb-booking-modal-media img {
    width: 100% !important;
    height: 170px !important;
    min-height: 170px !important;
    object-fit: cover !important;
  }

  body .lgb-booking-modal-info,
  body .jt-home .lgb-booking-modal-info {
    flex: 0 0 auto !important;
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    overflow: visible !important;
    padding: 22px 18px 18px !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.10) !important;
  }

  body .lgb-booking-modal-info h3,
  body .jt-home .lgb-booking-modal-info h3 {
    font-size: clamp(26px, 8vw, 34px) !important;
    line-height: 1.04 !important;
    margin-bottom: 8px !important;
  }

  body .lgb-booking-modal-info > p,
  body .jt-home .lgb-booking-modal-info > p {
    font-size: 14px !important;
    line-height: 1.55 !important;
    margin-bottom: 14px !important;
  }

  body .lgb-booking-modal-info .lgb-featured-meta,
  body .jt-home .lgb-booking-modal-info .lgb-featured-meta {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin: 14px 0 !important;
  }

  body .lgb-booking-modal-info .lgb-featured-meta div,
  body .jt-home .lgb-booking-modal-info .lgb-featured-meta div {
    min-height: 76px !important;
    padding: 12px 8px !important;
    border-radius: 14px !important;
  }

  body .lgb-booking-modal-info .lgb-featured-meta strong,
  body .jt-home .lgb-booking-modal-info .lgb-featured-meta strong {
    font-size: 22px !important;
  }

  body .lgb-instructor-public,
  body .jt-home .lgb-instructor-public {
    align-items: flex-start !important;
    padding: 14px !important;
    border-radius: 16px !important;
  }

  body .lgb-instructor-public img,
  body .jt-home .lgb-instructor-public img {
    width: 46px !important;
    height: 46px !important;
    flex: 0 0 46px !important;
  }

  body .lgb-instructor-public p,
  body .jt-home .lgb-instructor-public p {
    max-height: none !important;
    overflow: visible !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
  }

  body .lgb-booking-modal-form-v2,
  body .jt-home .lgb-booking-modal-form-v2 {
    display: block !important;
    flex: 0 0 auto !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    background: #141922 !important;
  }

  body .lgb-booking-form-scroll,
  body .jt-home .lgb-booking-form-scroll {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 20px 18px 18px !important;
  }

  body .lgb-booking-field,
  body .jt-home .lgb-booking-field {
    margin-bottom: 16px !important;
  }

  body .lgb-booking-field label,
  body .jt-home .lgb-booking-field label {
    display: block !important;
    margin-bottom: 8px !important;
  }

  body .lgb-booking-form-scroll input,
  body .lgb-booking-form-scroll select,
  body .jt-home .lgb-booking-form-scroll input,
  body .jt-home .lgb-booking-form-scroll select {
    min-height: 52px !important;
    height: 52px !important;
    font-size: 14px !important;
  }

  body .lgb-live-capacity,
  body .jt-home .lgb-live-capacity,
  body .lgb-booking-user-summary,
  body .jt-home .lgb-booking-user-summary {
    margin-bottom: 16px !important;
  }

  body .lgb-booking-actions-footer,
  body .jt-home .lgb-booking-actions-footer {
    position: sticky !important;
    bottom: 0 !important;
    z-index: 20 !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    padding: 12px 14px calc(12px + env(safe-area-inset-bottom)) !important;
    background: rgba(20,25,34,0.96) !important;
    backdrop-filter: blur(12px) !important;
    border-top: 1px solid rgba(255,255,255,0.10) !important;
  }

  body .lgb-booking-actions-footer button,
  body .jt-home .lgb-booking-actions-footer button {
    min-height: 50px !important;
    padding: 10px 12px !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    white-space: normal !important;
  }

  body .lgb-booking-modal-close,
  body .jt-home .lgb-booking-modal-close {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    width: 44px !important;
    height: 44px !important;
    z-index: 60 !important;
  }
}

@media (max-width: 420px) {
  body .lgb-booking-modal-media,
  body .jt-home .lgb-booking-modal-media,
  body .lgb-booking-modal-media img,
  body .jt-home .lgb-booking-modal-media img {
    height: 135px !important;
    min-height: 135px !important;
    max-height: 135px !important;
  }

  body .lgb-booking-modal-info,
  body .jt-home .lgb-booking-modal-info {
    padding: 18px 16px 16px !important;
  }

  body .lgb-booking-form-scroll,
  body .jt-home .lgb-booking-form-scroll {
    padding: 18px 16px 16px !important;
  }

  body .lgb-booking-actions-footer,
  body .jt-home .lgb-booking-actions-footer {
    grid-template-columns: 1fr !important;
  }
}

/* Instructor profile modal on mobile: one natural vertical scroll */
@media (max-width: 760px) {
  body .lgb-instructor-modal {
    padding: 8px !important;
    align-items: stretch !important;
  }

  body .lgb-instructor-modal-dialog {
    display: flex !important;
    flex-direction: column !important;
    width: calc(100vw - 16px) !important;
    height: calc(100dvh - 16px) !important;
    max-height: calc(100dvh - 16px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    border-radius: 22px !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior: contain !important;
  }

  @supports not (height: 100dvh) {
    body .lgb-instructor-modal-dialog {
      height: calc(100vh - 16px) !important;
      max-height: calc(100vh - 16px) !important;
    }
  }

  body .lgb-instructor-modal-photo {
    flex: 0 0 auto !important;
    height: 190px !important;
    min-height: 190px !important;
    max-height: 190px !important;
  }

  body .lgb-instructor-modal-content {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    padding: 24px 18px 28px !important;
  }

  body .lgb-instructor-modal-close {
    top: 12px !important;
    right: 12px !important;
    width: 44px !important;
    height: 44px !important;
  }
}


/* ==================================================
   LGB 2.7.1 - Mobile booking modal compact layout
   Objetivo: imagen más baja, formulario visible y botones sin tapar campos
================================================== */
@media (max-width: 760px) {
  body .lgb-booking-modal,
  body .jt-home .lgb-booking-modal {
    padding: 10px !important;
    align-items: center !important;
    overflow: hidden !important;
  }

  body .lgb-booking-modal-dialog,
  body .jt-home .lgb-booking-modal-dialog {
    width: min(94vw, 390px) !important;
    height: calc(100dvh - 24px) !important;
    max-height: calc(100dvh - 24px) !important;
    min-height: 0 !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    box-shadow: 0 18px 60px rgba(0,0,0,0.72) !important;
  }

  @supports not (height: 100dvh) {
    body .lgb-booking-modal-dialog,
    body .jt-home .lgb-booking-modal-dialog {
      height: calc(100vh - 24px) !important;
      max-height: calc(100vh - 24px) !important;
    }
  }

  body .lgb-booking-modal-content,
  body .jt-home .lgb-booking-modal-content {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    max-height: 100% !important;
    min-height: 0 !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior: contain !important;
    background: #141922 !important;
  }

  body .lgb-booking-modal-media,
  body .jt-home .lgb-booking-modal-media,
  body .lgb-booking-modal-media img,
  body .jt-home .lgb-booking-modal-media img {
    flex: 0 0 118px !important;
    height: 118px !important;
    min-height: 118px !important;
    max-height: 118px !important;
  }

  body .lgb-booking-modal-media img,
  body .jt-home .lgb-booking-modal-media img {
    width: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  body .lgb-booking-modal-info,
  body .jt-home .lgb-booking-modal-info {
    flex: 0 0 auto !important;
    padding: 14px 16px 12px !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.08) !important;
    overflow: visible !important;
  }

  body .lgb-booking-modal-info .lgb-eyebrow,
  body .jt-home .lgb-booking-modal-info .lgb-eyebrow {
    display: none !important;
  }

  body .lgb-booking-modal-info h3,
  body .jt-home .lgb-booking-modal-info h3 {
    margin: 0 0 6px !important;
    font-size: 24px !important;
    line-height: 1.05 !important;
    letter-spacing: -0.04em !important;
  }

  body .lgb-booking-modal-info > p,
  body .jt-home .lgb-booking-modal-info > p {
    margin: 0 0 10px !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  body .lgb-booking-modal-info .lgb-featured-meta,
  body .jt-home .lgb-booking-modal-info .lgb-featured-meta {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin: 10px 0 10px !important;
  }

  body .lgb-booking-modal-info .lgb-featured-meta div,
  body .jt-home .lgb-booking-modal-info .lgb-featured-meta div {
    min-height: 64px !important;
    padding: 9px 6px !important;
    border-radius: 14px !important;
  }

  body .lgb-booking-modal-info .lgb-featured-meta strong,
  body .jt-home .lgb-booking-modal-info .lgb-featured-meta strong {
    font-size: 20px !important;
    line-height: 1 !important;
  }

  body .lgb-booking-modal-info .lgb-featured-meta small,
  body .jt-home .lgb-booking-modal-info .lgb-featured-meta small {
    margin-top: 5px !important;
    font-size: 11px !important;
  }

  body .lgb-instructor-public,
  body .jt-home .lgb-instructor-public {
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) !important;
    gap: 10px !important;
    min-height: 0 !important;
    padding: 10px !important;
    margin-top: 8px !important;
    border-radius: 14px !important;
  }

  body .lgb-instructor-public img,
  body .jt-home .lgb-instructor-public img {
    width: 42px !important;
    height: 42px !important;
    flex: 0 0 42px !important;
  }

  body .lgb-instructor-public strong,
  body .jt-home .lgb-instructor-public strong {
    font-size: 13px !important;
    line-height: 1.15 !important;
  }

  body .lgb-instructor-public small,
  body .jt-home .lgb-instructor-public small {
    font-size: 11px !important;
    line-height: 1.25 !important;
  }

  body .lgb-instructor-public p,
  body .jt-home .lgb-instructor-public p {
    display: none !important;
  }

  body .lgb-booking-modal-form-v2,
  body .jt-home .lgb-booking-modal-form-v2 {
    display: flex !important;
    flex-direction: column !important;
    flex: 0 0 auto !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    background: #141922 !important;
  }

  body .lgb-booking-form-scroll,
  body .jt-home .lgb-booking-form-scroll {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 12px 16px 8px !important;
  }

  body .lgb-booking-field,
  body .jt-home .lgb-booking-field {
    margin: 0 0 12px !important;
  }

  body .lgb-booking-field label,
  body .jt-home .lgb-booking-field label {
    margin: 0 0 6px !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
  }

  body .lgb-booking-form-scroll input,
  body .lgb-booking-form-scroll select,
  body .jt-home .lgb-booking-form-scroll input,
  body .jt-home .lgb-booking-form-scroll select {
    min-height: 44px !important;
    height: 44px !important;
    margin-bottom: 8px !important;
    border-radius: 12px !important;
    font-size: 13px !important;
  }

  body .lgb-date-help,
  body .jt-home .lgb-date-help {
    display: block !important;
    margin-top: -2px !important;
    font-size: 11px !important;
    line-height: 1.3 !important;
  }

  body .lgb-live-capacity,
  body .jt-home .lgb-live-capacity,
  body .lgb-booking-user-summary,
  body .jt-home .lgb-booking-user-summary {
    margin: 0 0 12px !important;
    padding: 10px 12px !important;
    border-radius: 14px !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  body .lgb-booking-actions-footer,
  body .jt-home .lgb-booking-actions-footer {
    position: static !important;
    bottom: auto !important;
    z-index: 1 !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    margin-top: 8px !important;
    padding: 14px 16px calc(16px + env(safe-area-inset-bottom)) !important;
    background: #141922 !important;
    border-top: 1px solid rgba(255,255,255,0.10) !important;
    backdrop-filter: none !important;
  }

  body .lgb-booking-actions-footer button,
  body .jt-home .lgb-booking-actions-footer button {
    min-height: 48px !important;
    padding: 10px 12px !important;
    border-radius: 999px !important;
    font-size: 11px !important;
    line-height: 1.15 !important;
    white-space: normal !important;
  }

  body .lgb-booking-modal-close,
  body .jt-home .lgb-booking-modal-close {
    top: 10px !important;
    right: 10px !important;
    width: 40px !important;
    height: 40px !important;
    z-index: 1000003 !important;
  }
}

@media (max-width: 380px) {
  body .lgb-booking-modal-media,
  body .jt-home .lgb-booking-modal-media,
  body .lgb-booking-modal-media img,
  body .jt-home .lgb-booking-modal-media img {
    flex-basis: 96px !important;
    height: 96px !important;
    min-height: 96px !important;
    max-height: 96px !important;
  }

  body .lgb-booking-modal-info h3,
  body .jt-home .lgb-booking-modal-info h3 {
    font-size: 22px !important;
  }

  body .lgb-booking-modal-info .lgb-featured-meta div,
  body .jt-home .lgb-booking-modal-info .lgb-featured-meta div {
    min-height: 58px !important;
    padding: 8px 5px !important;
  }

  body .lgb-booking-actions-footer,
  body .jt-home .lgb-booking-actions-footer {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }
}


/* ==================================================
   LGB 2.7.2 - Rediseño total popup de reserva en mobile
   Prioridad: formulario visible, imagen compacta y acciones al final.
================================================== */
@media screen and (max-width: 782px) {
  html body.lgb-modal-is-open {
    overflow: hidden !important;
    height: 100% !important;
  }

  html body .lgb-booking-modal,
  html body .jt-home .lgb-booking-modal {
    position: fixed !important;
    inset: 0 !important;
    z-index: 1000000 !important;
    display: none !important;
    align-items: flex-end !important;
    justify-content: center !important;
    padding: 10px !important;
    overflow: hidden !important;
  }

  html body .lgb-booking-modal.is-open,
  html body .jt-home .lgb-booking-modal.is-open,
  html body .lgb-booking-modal[aria-hidden="false"],
  html body .jt-home .lgb-booking-modal[aria-hidden="false"] {
    display: flex !important;
  }

  html body .lgb-booking-modal-backdrop,
  html body .jt-home .lgb-booking-modal-backdrop {
    position: fixed !important;
    inset: 0 !important;
    z-index: 1 !important;
    background: rgba(0, 0, 0, 0.78) !important;
    backdrop-filter: blur(10px) !important;
  }

  html body .lgb-booking-modal-dialog,
  html body .jt-home .lgb-booking-modal-dialog {
    position: relative !important;
    z-index: 2 !important;
    width: min(100%, 430px) !important;
    height: auto !important;
    max-height: calc(100svh - 20px) !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    border-radius: 24px 24px 18px 18px !important;
    overflow: hidden !important;
    background: #141922 !important;
    border: 1px solid rgba(215, 191, 120, 0.36) !important;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.82) !important;
    transform: none !important;
  }

  @supports not (height: 100svh) {
    html body .lgb-booking-modal-dialog,
    html body .jt-home .lgb-booking-modal-dialog {
      max-height: calc(100vh - 20px) !important;
    }
  }

  html body .lgb-booking-modal-content,
  html body .jt-home .lgb-booking-modal-content {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto minmax(0, 1fr) !important;
    width: 100% !important;
    height: auto !important;
    max-height: calc(100svh - 20px) !important;
    min-height: 0 !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior: contain !important;
    background: #141922 !important;
  }

  @supports not (height: 100svh) {
    html body .lgb-booking-modal-content,
    html body .jt-home .lgb-booking-modal-content {
      max-height: calc(100vh - 20px) !important;
    }
  }

  /* Imagen convertida en banner compacto */
  html body .lgb-booking-modal-media,
  html body .jt-home .lgb-booking-modal-media {
    display: block !important;
    width: 100% !important;
    height: 76px !important;
    min-height: 76px !important;
    max-height: 76px !important;
    flex: 0 0 76px !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.08) !important;
    overflow: hidden !important;
    background: #06080c !important;
  }

  html body .lgb-booking-modal-media img,
  html body .jt-home .lgb-booking-modal-media img {
    display: block !important;
    width: 100% !important;
    height: 76px !important;
    min-height: 76px !important;
    max-height: 76px !important;
    object-fit: cover !important;
    object-position: center 45% !important;
  }

  /* Resumen superior muy compacto */
  html body .lgb-booking-modal-info,
  html body .jt-home .lgb-booking-modal-info {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    flex: 0 0 auto !important;
    padding: 12px 16px 10px !important;
    overflow: visible !important;
    background: #141922 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.08) !important;
  }

  html body .lgb-booking-modal-info .lgb-eyebrow,
  html body .jt-home .lgb-booking-modal-info .lgb-eyebrow {
    display: none !important;
  }

  html body .lgb-booking-modal-info h3,
  html body .jt-home .lgb-booking-modal-info h3 {
    margin: 0 44px 4px 0 !important;
    color: #f5f7fb !important;
    font-size: 22px !important;
    line-height: 1.05 !important;
    letter-spacing: -0.04em !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  html body .lgb-booking-modal-info > p,
  html body .jt-home .lgb-booking-modal-info > p {
    margin: 0 0 8px !important;
    color: #c7ced9 !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  html body .lgb-booking-modal-info .lgb-featured-meta,
  html body .jt-home .lgb-booking-modal-info .lgb-featured-meta {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 7px !important;
    margin: 8px 0 0 !important;
  }

  html body .lgb-booking-modal-info .lgb-featured-meta div,
  html body .jt-home .lgb-booking-modal-info .lgb-featured-meta div {
    min-height: 48px !important;
    padding: 7px 4px !important;
    border-radius: 13px !important;
    background: #1b212c !important;
    border: 1px solid rgba(255,255,255,0.10) !important;
  }

  html body .lgb-booking-modal-info .lgb-featured-meta strong,
  html body .jt-home .lgb-booking-modal-info .lgb-featured-meta strong {
    color: #d7bf78 !important;
    font-size: 18px !important;
    line-height: 1 !important;
  }

  html body .lgb-booking-modal-info .lgb-featured-meta small,
  html body .jt-home .lgb-booking-modal-info .lgb-featured-meta small {
    margin-top: 3px !important;
    color: #c7ced9 !important;
    font-size: 10px !important;
    line-height: 1.1 !important;
  }

  /* En mobile ocultamos descripción larga del instructor para priorizar reserva */
  html body .lgb-instructor-public,
  html body .jt-home .lgb-instructor-public {
    display: none !important;
  }

  /* Formulario visible y claro */
  html body .lgb-booking-modal-form-v2,
  html body .jt-home .lgb-booking-modal-form-v2 {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    overflow: visible !important;
    background: #141922 !important;
    border: 0 !important;
  }

  html body .lgb-booking-form-scroll,
  html body .jt-home .lgb-booking-form-scroll {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 14px 16px 8px !important;
    background: #141922 !important;
  }

  html body .lgb-booking-field,
  html body .jt-home .lgb-booking-field {
    margin: 0 0 12px !important;
  }

  html body .lgb-booking-field label,
  html body .jt-home .lgb-booking-field label {
    display: block !important;
    margin: 0 0 6px !important;
    color: #f5f7fb !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
  }

  html body .lgb-booking-form-scroll input,
  html body .lgb-booking-form-scroll select,
  html body .jt-home .lgb-booking-form-scroll input,
  html body .jt-home .lgb-booking-form-scroll select {
    display: block !important;
    width: 100% !important;
    min-height: 46px !important;
    height: 46px !important;
    padding: 0 14px !important;
    border-radius: 14px !important;
    color: #f5f7fb !important;
    background: #070b10 !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
    box-shadow: none !important;
    font-size: 13px !important;
    font-weight: 800 !important;
  }

  html body .lgb-date-help,
  html body .jt-home .lgb-date-help {
    display: block !important;
    margin: 6px 0 0 !important;
    color: #aeb4c0 !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
  }

  html body .lgb-live-capacity,
  html body .jt-home .lgb-live-capacity {
    margin: 0 0 10px !important;
    padding: 10px 12px !important;
    border-radius: 14px !important;
    color: #f0dc9c !important;
    background: rgba(215,191,120,0.11) !important;
    border: 1px solid rgba(215,191,120,0.28) !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  html body .lgb-booking-user-summary,
  html body .jt-home .lgb-booking-user-summary {
    margin: 0 0 6px !important;
    padding: 10px 12px !important;
    border-radius: 14px !important;
    color: #f5f7fb !important;
    background: rgba(255,255,255,0.045) !important;
    border: 1px solid rgba(255,255,255,0.09) !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  html body .lgb-booking-user-summary span,
  html body .jt-home .lgb-booking-user-summary span {
    font-size: 10px !important;
    letter-spacing: 0.12em !important;
  }

  html body .lgb-booking-user-summary strong,
  html body .jt-home .lgb-booking-user-summary strong {
    font-size: 13px !important;
  }

  html body .lgb-booking-user-summary small,
  html body .jt-home .lgb-booking-user-summary small {
    font-size: 11px !important;
  }

  /* Botones abajo, sin tapar campos */
  html body .lgb-booking-actions-footer,
  html body .jt-home .lgb-booking-actions-footer {
    position: static !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 12px 16px calc(14px + env(safe-area-inset-bottom)) !important;
    background: #141922 !important;
    border-top: 1px solid rgba(255,255,255,0.10) !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  html body .lgb-booking-actions-footer button,
  html body .jt-home .lgb-booking-actions-footer button {
    min-width: 0 !important;
    min-height: 48px !important;
    height: auto !important;
    padding: 10px 10px !important;
    border-radius: 999px !important;
    font-size: 11px !important;
    line-height: 1.15 !important;
    white-space: normal !important;
  }

  html body .lgb-booking-modal-close,
  html body .jt-home .lgb-booking-modal-close {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    z-index: 5 !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 999px !important;
    color: #fff !important;
    background: rgba(0,0,0,0.84) !important;
    border: 1px solid rgba(255,255,255,0.10) !important;
  }

  html body .ui-datepicker {
    z-index: 1000005 !important;
  }
}

@media screen and (max-width: 380px) {
  html body .lgb-booking-modal,
  html body .jt-home .lgb-booking-modal {
    padding: 6px !important;
  }

  html body .lgb-booking-modal-dialog,
  html body .jt-home .lgb-booking-modal-dialog,
  html body .lgb-booking-modal-content,
  html body .jt-home .lgb-booking-modal-content {
    max-height: calc(100svh - 12px) !important;
  }

  html body .lgb-booking-modal-media,
  html body .jt-home .lgb-booking-modal-media,
  html body .lgb-booking-modal-media img,
  html body .jt-home .lgb-booking-modal-media img {
    height: 64px !important;
    min-height: 64px !important;
    max-height: 64px !important;
    flex-basis: 64px !important;
  }

  html body .lgb-booking-modal-info,
  html body .jt-home .lgb-booking-modal-info {
    padding: 10px 14px 8px !important;
  }

  html body .lgb-booking-modal-info h3,
  html body .jt-home .lgb-booking-modal-info h3 {
    font-size: 20px !important;
  }

  html body .lgb-booking-modal-info .lgb-featured-meta div,
  html body .jt-home .lgb-booking-modal-info .lgb-featured-meta div {
    min-height: 44px !important;
    padding: 6px 4px !important;
  }

  html body .lgb-booking-modal-info .lgb-featured-meta strong,
  html body .jt-home .lgb-booking-modal-info .lgb-featured-meta strong {
    font-size: 16px !important;
  }

  html body .lgb-booking-form-scroll,
  html body .jt-home .lgb-booking-form-scroll {
    padding: 12px 14px 6px !important;
  }

  html body .lgb-booking-actions-footer,
  html body .jt-home .lgb-booking-actions-footer {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}


/* ==================================================
   LGB 2.7.3 - Mobile booking modal: scroll real del popup
   El scroll vive en el overlay completo para que el formulario siempre se alcance.
================================================== */
@media screen and (max-width: 782px) {
  html.lgb-modal-lock,
  body.lgb-modal-lock,
  html body.lgb-modal-is-open {
    overflow: hidden !important;
    height: 100% !important;
  }

  html body .lgb-booking-modal.is-open,
  html body .lgb-booking-modal[aria-hidden="false"],
  html body .jt-home .lgb-booking-modal.is-open,
  html body .jt-home .lgb-booking-modal[aria-hidden="false"] {
    display: block !important;
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    padding: 18px 12px calc(22px + env(safe-area-inset-bottom)) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior: contain !important;
    background: rgba(0,0,0,0.78) !important;
  }

  @supports not (height: 100dvh) {
    html body .lgb-booking-modal.is-open,
    html body .lgb-booking-modal[aria-hidden="false"],
    html body .jt-home .lgb-booking-modal.is-open,
    html body .jt-home .lgb-booking-modal[aria-hidden="false"] {
      height: 100vh !important;
      max-height: 100vh !important;
    }
  }

  html body .lgb-booking-modal-backdrop,
  html body .jt-home .lgb-booking-modal-backdrop {
    position: fixed !important;
    inset: 0 !important;
    z-index: 1 !important;
    background: rgba(0, 0, 0, 0.72) !important;
    backdrop-filter: blur(8px) !important;
  }

  html body .lgb-booking-modal-dialog,
  html body .jt-home .lgb-booking-modal-dialog {
    position: relative !important;
    z-index: 2 !important;
    display: block !important;
    width: min(100%, 390px) !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 auto !important;
    overflow: visible !important;
    border-radius: 24px !important;
    background: #141922 !important;
    border: 1px solid rgba(215,191,120,0.34) !important;
    box-shadow: 0 24px 70px rgba(0,0,0,0.75) !important;
    transform: none !important;
  }

  html body .lgb-booking-modal-content,
  html body .jt-home .lgb-booking-modal-content {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    background: #141922 !important;
    border-radius: 24px !important;
  }

  html body .lgb-booking-modal-media,
  html body .jt-home .lgb-booking-modal-media,
  html body .lgb-booking-modal-media img,
  html body .jt-home .lgb-booking-modal-media img {
    height: 105px !important;
    min-height: 105px !important;
    max-height: 105px !important;
  }

  html body .lgb-booking-modal-media,
  html body .jt-home .lgb-booking-modal-media {
    border-radius: 22px 22px 0 0 !important;
    overflow: hidden !important;
    background: #06080c !important;
  }

  html body .lgb-booking-modal-media img,
  html body .jt-home .lgb-booking-modal-media img {
    display: block !important;
    width: 100% !important;
    object-fit: cover !important;
    object-position: center 45% !important;
  }

  html body .lgb-booking-modal-info,
  html body .jt-home .lgb-booking-modal-info {
    padding: 16px 18px 12px !important;
    border-bottom: 1px solid rgba(255,255,255,0.08) !important;
    background: #141922 !important;
    overflow: visible !important;
  }

  html body .lgb-booking-modal-info h3,
  html body .jt-home .lgb-booking-modal-info h3 {
    margin: 0 42px 8px 0 !important;
    font-size: 24px !important;
    line-height: 1.08 !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: initial !important;
  }

  html body .lgb-booking-modal-info > p,
  html body .jt-home .lgb-booking-modal-info > p {
    margin-bottom: 12px !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    -webkit-line-clamp: 2 !important;
  }

  html body .lgb-booking-modal-info .lgb-featured-meta,
  html body .jt-home .lgb-booking-modal-info .lgb-featured-meta {
    gap: 8px !important;
    margin: 0 !important;
  }

  html body .lgb-booking-modal-info .lgb-featured-meta div,
  html body .jt-home .lgb-booking-modal-info .lgb-featured-meta div {
    min-height: 58px !important;
    padding: 9px 6px !important;
    border-radius: 15px !important;
  }

  /* Ocultar instructor en mobile dentro del popup de reserva: prioriza fecha/horario */
  html body.lgb-modal-is-open .lgb-booking-modal .lgb-instructor-public,
  html body.lgb-modal-is-open .jt-home .lgb-booking-modal .lgb-instructor-public,
  html body .lgb-booking-modal.is-open .lgb-instructor-public,
  html body .lgb-booking-modal[aria-hidden="false"] .lgb-instructor-public {
    display: none !important;
  }

  html body .lgb-booking-modal-form-v2,
  html body .jt-home .lgb-booking-modal-form-v2 {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    background: #141922 !important;
  }

  html body .lgb-booking-form-scroll,
  html body .jt-home .lgb-booking-form-scroll {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 16px 18px 8px !important;
    background: #141922 !important;
  }

  html body .lgb-booking-field,
  html body .jt-home .lgb-booking-field {
    margin-bottom: 14px !important;
  }

  html body .lgb-booking-form-scroll input,
  html body .lgb-booking-form-scroll select,
  html body .jt-home .lgb-booking-form-scroll input,
  html body .jt-home .lgb-booking-form-scroll select {
    min-height: 48px !important;
    height: 48px !important;
    border-radius: 14px !important;
  }

  html body .lgb-booking-actions-footer,
  html body .jt-home .lgb-booking-actions-footer {
    position: static !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    padding: 14px 18px calc(18px + env(safe-area-inset-bottom)) !important;
    margin: 0 !important;
    background: #141922 !important;
    border-top: 1px solid rgba(255,255,255,0.10) !important;
  }

  html body .lgb-booking-actions-footer button,
  html body .jt-home .lgb-booking-actions-footer button {
    min-height: 50px !important;
    padding: 10px 8px !important;
    font-size: 11px !important;
    line-height: 1.18 !important;
  }

  html body .lgb-booking-modal-close,
  html body .jt-home .lgb-booking-modal-close {
    top: 16px !important;
    right: 16px !important;
    z-index: 5 !important;
  }
}

@media screen and (max-width: 380px) {
  html body .lgb-booking-modal.is-open,
  html body .lgb-booking-modal[aria-hidden="false"],
  html body .jt-home .lgb-booking-modal.is-open,
  html body .jt-home .lgb-booking-modal[aria-hidden="false"] {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  html body .lgb-booking-modal-media,
  html body .jt-home .lgb-booking-modal-media,
  html body .lgb-booking-modal-media img,
  html body .jt-home .lgb-booking-modal-media img {
    height: 92px !important;
    min-height: 92px !important;
    max-height: 92px !important;
  }

  html body .lgb-booking-modal-info,
  html body .jt-home .lgb-booking-modal-info,
  html body .lgb-booking-form-scroll,
  html body .jt-home .lgb-booking-form-scroll,
  html body .lgb-booking-actions-footer,
  html body .jt-home .lgb-booking-actions-footer {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}


/* ==================================================
   LGB 2.7.4 - Mobile booking modal: scroll en todo el cuerpo del modal
   El scroll ya no vive en el formulario; vive en el dialog completo.
================================================== */
@media screen and (max-width: 782px) {
  html.lgb-modal-lock,
  body.lgb-modal-lock,
  html body.lgb-modal-is-open {
    overflow: hidden !important;
    height: 100% !important;
    touch-action: none !important;
  }

  html body .lgb-booking-modal.is-open,
  html body .lgb-booking-modal[aria-hidden="false"],
  html body .jt-home .lgb-booking-modal.is-open,
  html body .jt-home .lgb-booking-modal[aria-hidden="false"] {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    padding: 14px 10px calc(14px + env(safe-area-inset-bottom)) !important;
    overflow: hidden !important;
    overscroll-behavior: contain !important;
    background: rgba(0,0,0,0.78) !important;
    z-index: 999999 !important;
  }

  @supports not (height: 100dvh) {
    html body .lgb-booking-modal.is-open,
    html body .lgb-booking-modal[aria-hidden="false"],
    html body .jt-home .lgb-booking-modal.is-open,
    html body .jt-home .lgb-booking-modal[aria-hidden="false"] {
      height: 100vh !important;
      max-height: 100vh !important;
    }
  }

  html body .lgb-booking-modal-backdrop,
  html body .jt-home .lgb-booking-modal-backdrop {
    position: fixed !important;
    inset: 0 !important;
    z-index: 1 !important;
    background: rgba(0,0,0,0.72) !important;
    backdrop-filter: blur(8px) !important;
  }

  html body .lgb-booking-modal-dialog,
  html body .jt-home .lgb-booking-modal-dialog {
    position: relative !important;
    z-index: 2 !important;
    display: block !important;
    width: min(100%, 392px) !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: calc(100dvh - 28px - env(safe-area-inset-bottom)) !important;
    margin: 0 auto !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior: contain !important;
    touch-action: pan-y !important;
    border-radius: 24px !important;
    background: #141922 !important;
    border: 1px solid rgba(215,191,120,0.34) !important;
    box-shadow: 0 24px 70px rgba(0,0,0,0.75) !important;
    transform: none !important;
    scrollbar-width: thin !important;
    scrollbar-color: rgba(215,191,120,0.70) rgba(255,255,255,0.06) !important;
  }

  html body .lgb-booking-modal-dialog::-webkit-scrollbar,
  html body .jt-home .lgb-booking-modal-dialog::-webkit-scrollbar {
    width: 5px !important;
  }

  html body .lgb-booking-modal-dialog::-webkit-scrollbar-track,
  html body .jt-home .lgb-booking-modal-dialog::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.05) !important;
    border-radius: 999px !important;
  }

  html body .lgb-booking-modal-dialog::-webkit-scrollbar-thumb,
  html body .jt-home .lgb-booking-modal-dialog::-webkit-scrollbar-thumb {
    background: rgba(215,191,120,0.70) !important;
    border-radius: 999px !important;
  }

  html body .lgb-booking-modal-content,
  html body .jt-home .lgb-booking-modal-content,
  html body .lgb-booking-modal-info,
  html body .jt-home .lgb-booking-modal-info,
  html body .lgb-booking-modal-form-v2,
  html body .jt-home .lgb-booking-modal-form-v2,
  html body .lgb-booking-form-scroll,
  html body .jt-home .lgb-booking-form-scroll {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
  }

  html body .lgb-booking-modal-content,
  html body .jt-home .lgb-booking-modal-content {
    display: block !important;
    width: 100% !important;
    background: #141922 !important;
    border-radius: 24px !important;
  }

  html body .lgb-booking-modal-media,
  html body .jt-home .lgb-booking-modal-media,
  html body .lgb-booking-modal-media img,
  html body .jt-home .lgb-booking-modal-media img {
    height: 104px !important;
    min-height: 104px !important;
    max-height: 104px !important;
  }

  html body .lgb-booking-modal-media,
  html body .jt-home .lgb-booking-modal-media {
    border-radius: 22px 22px 0 0 !important;
    overflow: hidden !important;
    background: #06080c !important;
  }

  html body .lgb-booking-modal-media img,
  html body .jt-home .lgb-booking-modal-media img {
    display: block !important;
    width: 100% !important;
    object-fit: cover !important;
    object-position: center 44% !important;
  }

  html body .lgb-booking-modal-info,
  html body .jt-home .lgb-booking-modal-info {
    padding: 16px 18px 12px !important;
    border-bottom: 1px solid rgba(255,255,255,0.08) !important;
    background: #141922 !important;
  }

  html body .lgb-booking-modal-info h3,
  html body .jt-home .lgb-booking-modal-info h3 {
    margin: 0 42px 8px 0 !important;
    font-size: 24px !important;
    line-height: 1.08 !important;
  }

  html body .lgb-booking-modal-info > p,
  html body .jt-home .lgb-booking-modal-info > p {
    margin-bottom: 12px !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  html body .lgb-booking-modal-info .lgb-featured-meta,
  html body .jt-home .lgb-booking-modal-info .lgb-featured-meta {
    gap: 8px !important;
    margin: 0 !important;
  }

  html body .lgb-booking-modal-info .lgb-featured-meta div,
  html body .jt-home .lgb-booking-modal-info .lgb-featured-meta div {
    min-height: 58px !important;
    padding: 9px 6px !important;
    border-radius: 15px !important;
  }

  html body.lgb-modal-is-open .lgb-booking-modal .lgb-instructor-public,
  html body.lgb-modal-is-open .jt-home .lgb-booking-modal .lgb-instructor-public,
  html body .lgb-booking-modal.is-open .lgb-instructor-public,
  html body .lgb-booking-modal[aria-hidden="false"] .lgb-instructor-public {
    display: none !important;
  }

  html body .lgb-booking-form-scroll,
  html body .jt-home .lgb-booking-form-scroll {
    display: block !important;
    padding: 16px 18px 8px !important;
    background: #141922 !important;
  }

  html body .lgb-booking-field,
  html body .jt-home .lgb-booking-field {
    margin-bottom: 14px !important;
  }

  html body .lgb-booking-form-scroll input,
  html body .lgb-booking-form-scroll select,
  html body .jt-home .lgb-booking-form-scroll input,
  html body .jt-home .lgb-booking-form-scroll select {
    min-height: 48px !important;
    height: 48px !important;
    border-radius: 14px !important;
  }

  html body .lgb-booking-actions-footer,
  html body .jt-home .lgb-booking-actions-footer {
    position: static !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    padding: 14px 18px calc(18px + env(safe-area-inset-bottom)) !important;
    margin: 0 !important;
    background: #141922 !important;
    border-top: 1px solid rgba(255,255,255,0.10) !important;
  }

  html body .lgb-booking-actions-footer button,
  html body .jt-home .lgb-booking-actions-footer button {
    min-height: 50px !important;
    padding: 10px 8px !important;
    font-size: 11px !important;
    line-height: 1.18 !important;
  }

  html body .lgb-booking-modal-close,
  html body .jt-home .lgb-booking-modal-close {
    position: fixed !important;
    top: 28px !important;
    right: max(22px, calc((100vw - 392px) / 2 + 16px)) !important;
    z-index: 4 !important;
  }
}

@media screen and (max-width: 380px) {
  html body .lgb-booking-modal-dialog,
  html body .jt-home .lgb-booking-modal-dialog {
    max-height: calc(100dvh - 20px - env(safe-area-inset-bottom)) !important;
  }

  html body .lgb-booking-modal-media,
  html body .jt-home .lgb-booking-modal-media,
  html body .lgb-booking-modal-media img,
  html body .jt-home .lgb-booking-modal-media img {
    height: 92px !important;
    min-height: 92px !important;
    max-height: 92px !important;
  }
}


/* ==================================================
   LGB 2.7.5 - Mobile booking modal single body scroll
   El scroll real queda en todo el modal, no en paneles internos.
================================================== */
@media (max-width: 640px) {
  html.lgb-modal-lock,
  body.lgb-modal-lock {
    overflow: hidden !important;
    height: 100% !important;
    position: relative !important;
  }

  body .lgb-booking-modal.is-open,
  body .jt-home .lgb-booking-modal.is-open {
    display: block !important;
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    padding: 16px 12px 28px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior-y: contain !important;
    align-items: initial !important;
    justify-content: initial !important;
    background: rgba(0, 0, 0, 0.74) !important;
    z-index: 1000000 !important;
  }

  body .lgb-booking-modal-backdrop,
  body .jt-home .lgb-booking-modal-backdrop {
    position: fixed !important;
    inset: 0 !important;
    z-index: 0 !important;
  }

  body .lgb-booking-modal-dialog,
  body .jt-home .lgb-booking-modal-dialog {
    position: relative !important;
    z-index: 2 !important;
    width: min(100%, 390px) !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 auto !important;
    overflow: visible !important;
    border-radius: 22px !important;
    transform: none !important;
  }

  body .lgb-booking-modal-content,
  body .jt-home .lgb-booking-modal-content {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    border-radius: 22px !important;
  }

  body .lgb-booking-modal-media,
  body .jt-home .lgb-booking-modal-media {
    display: block !important;
    width: 100% !important;
    height: 150px !important;
    min-height: 150px !important;
    max-height: 150px !important;
    overflow: hidden !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.10) !important;
    border-radius: 20px 20px 0 0 !important;
  }

  body .lgb-booking-modal-media img,
  body .jt-home .lgb-booking-modal-media img {
    width: 100% !important;
    height: 150px !important;
    min-height: 150px !important;
    max-height: 150px !important;
    object-fit: cover !important;
    display: block !important;
  }

  body .lgb-booking-modal-info,
  body .jt-home .lgb-booking-modal-info,
  body .lgb-booking-modal-form,
  body .jt-home .lgb-booking-modal-form,
  body .lgb-booking-modal-form-v2,
  body .jt-home .lgb-booking-modal-form-v2,
  body .lgb-booking-form-scroll,
  body .jt-home .lgb-booking-form-scroll {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    overscroll-behavior: auto !important;
    -webkit-overflow-scrolling: auto !important;
  }

  body .lgb-booking-modal-info,
  body .jt-home .lgb-booking-modal-info {
    padding: 20px 20px 14px !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.10) !important;
  }

  body .lgb-booking-modal-info .lgb-eyebrow,
  body .jt-home .lgb-booking-modal-info .lgb-eyebrow {
    display: none !important;
  }

  body .lgb-booking-modal-info h3,
  body .jt-home .lgb-booking-modal-info h3 {
    margin: 0 0 10px !important;
    font-size: 25px !important;
    line-height: 1.05 !important;
    letter-spacing: -0.04em !important;
  }

  body .lgb-booking-modal-info > p,
  body .jt-home .lgb-booking-modal-info > p {
    margin: 0 0 16px !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
  }

  body .lgb-booking-modal-info .lgb-featured-meta,
  body .jt-home .lgb-booking-modal-info .lgb-featured-meta {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin: 0 !important;
  }

  body .lgb-booking-modal-info .lgb-featured-meta div,
  body .jt-home .lgb-booking-modal-info .lgb-featured-meta div {
    min-height: 70px !important;
    padding: 12px 8px !important;
    border-radius: 14px !important;
  }

  body .lgb-booking-modal-info .lgb-featured-meta strong,
  body .jt-home .lgb-booking-modal-info .lgb-featured-meta strong {
    font-size: 21px !important;
  }

  body .lgb-booking-modal-info .lgb-featured-meta small,
  body .jt-home .lgb-booking-modal-info .lgb-featured-meta small {
    font-size: 10px !important;
  }

  body .lgb-instructor-public,
  body .jt-home .lgb-instructor-public {
    display: none !important;
  }

  body .lgb-booking-modal-form-v2,
  body .jt-home .lgb-booking-modal-form-v2 {
    padding: 0 !important;
  }

  body .lgb-booking-form-scroll,
  body .jt-home .lgb-booking-form-scroll {
    padding: 18px 20px 12px !important;
  }

  body .lgb-booking-field,
  body .jt-home .lgb-booking-field {
    margin-bottom: 14px !important;
  }

  body .lgb-booking-field label,
  body .jt-home .lgb-booking-field label {
    margin-bottom: 7px !important;
    font-size: 12px !important;
  }

  body .lgb-booking-form-scroll input,
  body .lgb-booking-form-scroll select,
  body .jt-home .lgb-booking-form-scroll input,
  body .jt-home .lgb-booking-form-scroll select {
    min-height: 46px !important;
    height: 46px !important;
    border-radius: 13px !important;
    font-size: 13px !important;
  }

  body .lgb-date-help,
  body .jt-home .lgb-date-help {
    margin-top: 8px !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
  }

  body .lgb-live-capacity,
  body .jt-home .lgb-live-capacity,
  body .lgb-booking-user-summary,
  body .jt-home .lgb-booking-user-summary {
    margin-bottom: 12px !important;
    padding: 12px !important;
    border-radius: 14px !important;
    font-size: 12px !important;
  }

  body .lgb-booking-actions-footer,
  body .jt-home .lgb-booking-actions-footer {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    position: static !important;
    width: auto !important;
    margin: 0 !important;
    padding: 14px 20px 20px !important;
    border-top: 1px solid rgba(255,255,255,0.10) !important;
    box-shadow: none !important;
  }

  body .lgb-booking-actions-footer button,
  body .jt-home .lgb-booking-actions-footer button {
    min-height: 48px !important;
    padding: 10px 12px !important;
    font-size: 11px !important;
    line-height: 1.25 !important;
    white-space: normal !important;
  }

  body .lgb-booking-modal-close,
  body .jt-home .lgb-booking-modal-close {
    position: fixed !important;
    top: 22px !important;
    right: max(20px, calc((100vw - 390px) / 2 + 14px)) !important;
    z-index: 1000003 !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    float: none !important;
  }
}

/* ==================================================
   LGB 2.7.6 - Modal de reserva con HTML separado para mobile
   Desktop mantiene layout completo. Mobile usa bottom sheet vertical propio.
================================================== */
.lgb-booking-mobile-sheet {
  display: none;
}

.lgb-booking-modal-desktop {
  display: grid;
}

@media (max-width: 640px) {
  html.lgb-modal-lock,
  body.lgb-modal-lock,
  body.lgb-modal-is-open {
    overflow: hidden !important;
    height: 100% !important;
  }

  body .lgb-booking-modal.is-open,
  body .lgb-booking-modal[aria-hidden="false"] {
    display: block !important;
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    padding: 12px 10px calc(22px + env(safe-area-inset-bottom)) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior-y: contain !important;
    background: rgba(0,0,0,0.76) !important;
    z-index: 1000000 !important;
  }

  body .lgb-booking-modal-backdrop {
    position: fixed !important;
    inset: 0 !important;
    z-index: 0 !important;
    background: rgba(0,0,0,0.72) !important;
    backdrop-filter: blur(8px) !important;
  }

  body .lgb-booking-modal-dialog {
    position: relative !important;
    z-index: 2 !important;
    display: block !important;
    width: min(100%, 388px) !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 auto !important;
    overflow: visible !important;
    transform: none !important;
    border-radius: 24px !important;
    background: #141922 !important;
    border: 1px solid rgba(215,191,120,0.34) !important;
    box-shadow: 0 24px 70px rgba(0,0,0,0.78) !important;
  }

  body .lgb-booking-modal-desktop,
  body .lgb-booking-modal-content.lgb-booking-modal-desktop {
    display: none !important;
  }

  body .lgb-booking-mobile-sheet {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    background: #141922 !important;
    color: #e8ecf3 !important;
    border-radius: 24px !important;
  }

  body .lgb-mobile-class-image {
    height: 96px !important;
    min-height: 96px !important;
    max-height: 96px !important;
    overflow: hidden !important;
    border-radius: 22px 22px 0 0 !important;
    background: #05070b !important;
    border-bottom: 1px solid rgba(255,255,255,0.10) !important;
  }

  body .lgb-mobile-class-image img {
    display: block !important;
    width: 100% !important;
    height: 96px !important;
    min-height: 96px !important;
    max-height: 96px !important;
    object-fit: cover !important;
    object-position: center 45% !important;
  }

  body .lgb-mobile-class-body {
    padding: 16px 18px 12px !important;
    border-bottom: 1px solid rgba(255,255,255,0.10) !important;
  }

  body .lgb-mobile-class-body .lgb-eyebrow {
    display: inline-flex !important;
    margin: 0 0 8px !important;
    color: #d7bf78 !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    letter-spacing: 1.8px !important;
    text-transform: uppercase !important;
  }

  body .lgb-mobile-class-body h3 {
    margin: 0 44px 7px 0 !important;
    color: #f5f7fb !important;
    font-size: 24px !important;
    line-height: 1.04 !important;
    letter-spacing: -0.04em !important;
  }

  body .lgb-mobile-class-description {
    margin: 0 0 12px !important;
    color: #c8ced8 !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
  }

  body .lgb-mobile-class-meta {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin: 0 !important;
  }

  body .lgb-mobile-class-meta div {
    min-height: 58px !important;
    padding: 9px 6px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 14px !important;
    background: #1b212c !important;
    border: 1px solid rgba(255,255,255,0.10) !important;
  }

  body .lgb-mobile-class-meta strong {
    color: #d7bf78 !important;
    font-size: 20px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
  }

  body .lgb-mobile-class-meta small {
    margin-top: 5px !important;
    color: #b7beca !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
  }

  body .lgb-mobile-instructor-summary {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-top: 12px !important;
    padding: 10px !important;
    border-radius: 14px !important;
    background: #1b212c !important;
    border: 1px solid rgba(255,255,255,0.10) !important;
  }

  body .lgb-mobile-instructor-summary img {
    width: 38px !important;
    height: 38px !important;
    flex: 0 0 38px !important;
    object-fit: cover !important;
    border-radius: 11px !important;
  }

  body .lgb-mobile-instructor-summary strong {
    display: block !important;
    color: #f5f7fb !important;
    font-size: 13px !important;
    line-height: 1.15 !important;
    font-weight: 900 !important;
  }

  body .lgb-mobile-instructor-summary small {
    display: block !important;
    margin-top: 3px !important;
    color: #d7bf78 !important;
    font-size: 11px !important;
    line-height: 1.15 !important;
    font-weight: 900 !important;
  }

  body .lgb-booking-mobile-form,
  body .lgb-booking-mobile-form.lgb-booking-modal-form-v2 {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 0 !important;
    overflow: visible !important;
    background: #141922 !important;
  }

  body .lgb-booking-mobile-form .lgb-booking-form-scroll {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 14px 18px 8px !important;
    background: #141922 !important;
  }

  body .lgb-booking-mobile-form .lgb-booking-field {
    margin: 0 0 12px !important;
  }

  body .lgb-booking-mobile-form .lgb-booking-field label {
    display: block !important;
    margin: 0 0 7px !important;
    color: #f5f7fb !important;
    font-size: 12px !important;
    font-weight: 900 !important;
  }

  body .lgb-booking-mobile-form input,
  body .lgb-booking-mobile-form select {
    width: 100% !important;
    min-height: 46px !important;
    height: 46px !important;
    padding: 10px 13px !important;
    border-radius: 13px !important;
    background: #070b10 !important;
    border: 1px solid rgba(255,255,255,0.10) !important;
    color: #f5f7fb !important;
    font-size: 13px !important;
    font-weight: 800 !important;
  }

  body .lgb-booking-mobile-form .lgb-date-help {
    display: block !important;
    margin-top: 7px !important;
    color: #aeb4c0 !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
  }

  body .lgb-booking-mobile-form .lgb-live-capacity,
  body .lgb-booking-mobile-form .lgb-booking-user-summary {
    margin: 0 0 12px !important;
    padding: 11px 12px !important;
    border-radius: 14px !important;
    background: rgba(215,191,120,0.10) !important;
    border: 1px solid rgba(215,191,120,0.30) !important;
    color: #f0dc9c !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  body .lgb-booking-mobile-form .lgb-booking-user-summary {
    background: rgba(255,255,255,0.06) !important;
    border-color: rgba(255,255,255,0.10) !important;
    color: #c8ced8 !important;
  }

  body .lgb-booking-mobile-form .lgb-booking-user-summary span {
    display: block !important;
    color: #d7bf78 !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
  }

  body .lgb-booking-mobile-form .lgb-booking-user-summary strong {
    display: block !important;
    margin-top: 5px !important;
    color: #f5f7fb !important;
    font-size: 13px !important;
  }

  body .lgb-booking-mobile-form .lgb-booking-user-summary small {
    display: block !important;
    margin-top: 4px !important;
    color: #aeb4c0 !important;
    font-size: 11px !important;
  }

  body .lgb-booking-mobile-form .lgb-booking-actions-footer {
    position: static !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    width: auto !important;
    margin: 0 !important;
    padding: 12px 18px calc(16px + env(safe-area-inset-bottom)) !important;
    background: #141922 !important;
    border-top: 1px solid rgba(255,255,255,0.10) !important;
    box-shadow: none !important;
  }

  body .lgb-booking-mobile-form .lgb-booking-actions-footer button {
    min-height: 48px !important;
    padding: 10px 8px !important;
    border-radius: 999px !important;
    font-size: 11px !important;
    line-height: 1.18 !important;
    white-space: normal !important;
  }

  body .lgb-booking-modal-close {
    position: fixed !important;
    top: 20px !important;
    right: max(18px, calc((100vw - 388px) / 2 + 12px)) !important;
    z-index: 1000003 !important;
    width: 42px !important;
    height: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    background: rgba(0,0,0,0.86) !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
  }

  body .ui-datepicker {
    z-index: 1000005 !important;
  }
}

@media (max-width: 380px) {
  body .lgb-mobile-class-image,
  body .lgb-mobile-class-image img {
    height: 82px !important;
    min-height: 82px !important;
    max-height: 82px !important;
  }

  body .lgb-mobile-class-body,
  body .lgb-booking-mobile-form .lgb-booking-form-scroll,
  body .lgb-booking-mobile-form .lgb-booking-actions-footer {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  body .lgb-mobile-class-body h3 {
    font-size: 21px !important;
  }

  body .lgb-mobile-class-description {
    font-size: 12px !important;
  }

  body .lgb-mobile-class-meta div {
    min-height: 52px !important;
  }
}


/* ==================================================
   LGB 2.7.7 - Mobile modal final: scroll real en la tarjeta completa
   Soluciona el bloqueo generado por touch-action:none y fuerza el scroll
   vertical en el dialog/card del modal mobile.
================================================== */
@media (max-width: 640px) {
  html.lgb-modal-lock,
  body.lgb-modal-lock,
  html body.lgb-modal-is-open,
  body.lgb-modal-is-open {
    overflow: hidden !important;
    height: 100% !important;
    touch-action: auto !important;
  }

  html body .lgb-booking-modal.is-open,
  html body .lgb-booking-modal[aria-hidden="false"],
  html body .jt-home .lgb-booking-modal.is-open,
  html body .jt-home .lgb-booking-modal[aria-hidden="false"] {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    padding: 12px 10px calc(18px + env(safe-area-inset-bottom)) !important;
    overflow: hidden !important;
    background: rgba(0, 0, 0, 0.76) !important;
    z-index: 1000000 !important;
    touch-action: none !important;
  }

  @supports not (height: 100dvh) {
    html body .lgb-booking-modal.is-open,
    html body .lgb-booking-modal[aria-hidden="false"],
    html body .jt-home .lgb-booking-modal.is-open,
    html body .jt-home .lgb-booking-modal[aria-hidden="false"] {
      height: 100vh !important;
      max-height: 100vh !important;
    }
  }

  html body .lgb-booking-modal-dialog,
  html body .jt-home .lgb-booking-modal-dialog {
    position: relative !important;
    z-index: 2 !important;
    display: block !important;
    width: min(100%, 388px) !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: calc(100dvh - 30px - env(safe-area-inset-bottom)) !important;
    margin: 0 auto !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior-y: contain !important;
    touch-action: pan-y !important;
    border-radius: 24px !important;
    background: #141922 !important;
    border: 1px solid rgba(215, 191, 120, 0.34) !important;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.78) !important;
    transform: translateZ(0) !important;
    scrollbar-width: thin !important;
    scrollbar-color: rgba(215, 191, 120, 0.72) rgba(255, 255, 255, 0.06) !important;
  }

  @supports not (height: 100dvh) {
    html body .lgb-booking-modal-dialog,
    html body .jt-home .lgb-booking-modal-dialog {
      max-height: calc(100vh - 30px - env(safe-area-inset-bottom)) !important;
    }
  }

  html body .lgb-booking-modal-dialog::-webkit-scrollbar,
  html body .jt-home .lgb-booking-modal-dialog::-webkit-scrollbar {
    width: 5px !important;
  }

  html body .lgb-booking-modal-dialog::-webkit-scrollbar-track,
  html body .jt-home .lgb-booking-modal-dialog::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05) !important;
    border-radius: 999px !important;
  }

  html body .lgb-booking-modal-dialog::-webkit-scrollbar-thumb,
  html body .jt-home .lgb-booking-modal-dialog::-webkit-scrollbar-thumb {
    background: rgba(215, 191, 120, 0.72) !important;
    border-radius: 999px !important;
  }

  html body .lgb-booking-mobile-sheet,
  html body .lgb-booking-mobile-form,
  html body .lgb-booking-mobile-form .lgb-booking-form-scroll,
  html body .lgb-booking-mobile-form .lgb-booking-actions-footer,
  html body .lgb-booking-modal-content,
  html body .lgb-booking-modal-form,
  html body .lgb-booking-form-scroll,
  html body .jt-home .lgb-booking-mobile-sheet,
  html body .jt-home .lgb-booking-mobile-form,
  html body .jt-home .lgb-booking-mobile-form .lgb-booking-form-scroll,
  html body .jt-home .lgb-booking-mobile-form .lgb-booking-actions-footer,
  html body .jt-home .lgb-booking-modal-content,
  html body .jt-home .lgb-booking-modal-form,
  html body .jt-home .lgb-booking-form-scroll {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    -webkit-overflow-scrolling: auto !important;
    overscroll-behavior: auto !important;
    touch-action: auto !important;
  }

  html body .lgb-booking-mobile-sheet,
  html body .jt-home .lgb-booking-mobile-sheet {
    display: block !important;
    border-radius: 24px !important;
    overflow: visible !important;
  }

  html body .lgb-mobile-class-image,
  html body .jt-home .lgb-mobile-class-image {
    height: 86px !important;
    min-height: 86px !important;
    max-height: 86px !important;
  }

  html body .lgb-mobile-class-image img,
  html body .jt-home .lgb-mobile-class-image img {
    height: 86px !important;
    min-height: 86px !important;
    max-height: 86px !important;
    object-fit: cover !important;
  }

  html body .lgb-mobile-class-body,
  html body .jt-home .lgb-mobile-class-body {
    padding: 14px 16px 10px !important;
  }

  html body .lgb-booking-mobile-form .lgb-booking-form-scroll,
  html body .jt-home .lgb-booking-mobile-form .lgb-booking-form-scroll {
    padding: 12px 16px 8px !important;
  }

  html body .lgb-booking-mobile-form .lgb-booking-actions-footer,
  html body .jt-home .lgb-booking-mobile-form .lgb-booking-actions-footer {
    position: static !important;
    padding: 12px 16px calc(18px + env(safe-area-inset-bottom)) !important;
  }

  html body .lgb-booking-modal-close,
  html body .jt-home .lgb-booking-modal-close {
    position: fixed !important;
    top: 18px !important;
    right: max(18px, calc((100vw - 388px) / 2 + 12px)) !important;
    z-index: 1000005 !important;
    touch-action: manipulation !important;
  }
}


/* ==================================================
   LGB 2.7.8 - Mobile modal: footer fijo tipo app
   Mantiene visibles los botones Agregar al carrito / Ir a pagar
   dentro del modal mobile sin bloquear el formulario.
================================================== */
@media (max-width: 640px) {
  html body .lgb-booking-modal.is-open,
  html body .lgb-booking-modal[aria-hidden="false"],
  html body .jt-home .lgb-booking-modal.is-open,
  html body .jt-home .lgb-booking-modal[aria-hidden="false"] {
    align-items: flex-start !important;
    overflow: hidden !important;
    padding: 10px 10px calc(10px + env(safe-area-inset-bottom)) !important;
    touch-action: none !important;
  }

  html body .lgb-booking-modal-dialog,
  html body .jt-home .lgb-booking-modal-dialog {
    display: flex !important;
    flex-direction: column !important;
    width: min(100%, 388px) !important;
    height: calc(100dvh - 20px - env(safe-area-inset-bottom)) !important;
    max-height: calc(100dvh - 20px - env(safe-area-inset-bottom)) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: pan-y !important;
    overscroll-behavior-y: contain !important;
    background: #141922 !important;
  }

  @supports not (height: 100dvh) {
    html body .lgb-booking-modal-dialog,
    html body .jt-home .lgb-booking-modal-dialog {
      height: calc(100vh - 20px - env(safe-area-inset-bottom)) !important;
      max-height: calc(100vh - 20px - env(safe-area-inset-bottom)) !important;
    }
  }

  html body .lgb-booking-mobile-sheet,
  html body .jt-home .lgb-booking-mobile-sheet {
    display: flex !important;
    flex-direction: column !important;
    min-height: 100% !important;
    width: 100% !important;
    overflow: visible !important;
    background: #141922 !important;
  }

  html body .lgb-mobile-class-image,
  html body .jt-home .lgb-mobile-class-image {
    flex: 0 0 84px !important;
    height: 84px !important;
    min-height: 84px !important;
    max-height: 84px !important;
  }

  html body .lgb-mobile-class-image img,
  html body .jt-home .lgb-mobile-class-image img {
    height: 84px !important;
    min-height: 84px !important;
    max-height: 84px !important;
    object-fit: cover !important;
    object-position: center 46% !important;
  }

  html body .lgb-booking-mobile-form,
  html body .jt-home .lgb-booking-mobile-form {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    background: #141922 !important;
  }

  html body .lgb-booking-mobile-form .lgb-booking-form-scroll,
  html body .jt-home .lgb-booking-mobile-form .lgb-booking-form-scroll {
    flex: 1 1 auto !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 12px 16px 12px !important;
    background: #141922 !important;
  }

  html body .lgb-booking-mobile-form .lgb-booking-actions-footer,
  html body .jt-home .lgb-booking-mobile-form .lgb-booking-actions-footer {
    position: sticky !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1000004 !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    width: 100% !important;
    margin-top: auto !important;
    padding: 12px 16px calc(14px + env(safe-area-inset-bottom)) !important;
    background:
      linear-gradient(180deg, rgba(20,25,34,0.80), #141922 18%, #141922 100%) !important;
    border-top: 1px solid rgba(215,191,120,0.20) !important;
    box-shadow: 0 -16px 34px rgba(0,0,0,0.34) !important;
    backdrop-filter: blur(10px) !important;
  }

  html body .lgb-booking-mobile-form .lgb-booking-actions-footer button,
  html body .jt-home .lgb-booking-mobile-form .lgb-booking-actions-footer button {
    width: 100% !important;
    min-height: 50px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 10px 8px !important;
    border-radius: 999px !important;
    font-size: 11px !important;
    line-height: 1.15 !important;
    white-space: normal !important;
  }

  html body .lgb-booking-mobile-form .lgb-booking-actions-footer button[data-lgb-submit-action="cart"],
  html body .jt-home .lgb-booking-mobile-form .lgb-booking-actions-footer button[data-lgb-submit-action="cart"] {
    background: #f5f7fb !important;
    color: #050505 !important;
    border-color: rgba(255,255,255,0.22) !important;
  }

  html body .lgb-booking-mobile-form .lgb-booking-actions-footer button[data-lgb-submit-action="checkout"],
  html body .jt-home .lgb-booking-mobile-form .lgb-booking-actions-footer button[data-lgb-submit-action="checkout"] {
    background: #050505 !important;
    color: #f5f7fb !important;
    border-color: rgba(215,191,120,0.55) !important;
  }

  html body .lgb-booking-modal-close,
  html body .jt-home .lgb-booking-modal-close {
    position: fixed !important;
    top: 18px !important;
    right: max(18px, calc((100vw - 388px) / 2 + 12px)) !important;
    z-index: 1000006 !important;
  }
}

/* ==================================================
   LGB 2.7.9 - Mobile modal scroll real + footer fijo
   El overlay completo hace scroll y los botones quedan tipo app.
================================================== */
@media (max-width: 640px) {
  html.lgb-modal-lock,
  body.lgb-modal-lock,
  body.lgb-modal-is-open {
    overflow: hidden !important;
    height: 100% !important;
    position: relative !important;
  }

  html body .lgb-booking-modal.is-open,
  html body .lgb-booking-modal[aria-hidden="false"],
  html body .jt-home .lgb-booking-modal.is-open,
  html body .jt-home .lgb-booking-modal[aria-hidden="false"] {
    display: block !important;
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    padding: 10px 10px calc(108px + env(safe-area-inset-bottom)) !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior-y: contain !important;
    touch-action: pan-y !important;
    background: rgba(0, 0, 0, 0.76) !important;
    z-index: 1000000 !important;
  }

  @supports not (height: 100dvh) {
    html body .lgb-booking-modal.is-open,
    html body .lgb-booking-modal[aria-hidden="false"],
    html body .jt-home .lgb-booking-modal.is-open,
    html body .jt-home .lgb-booking-modal[aria-hidden="false"] {
      height: 100vh !important;
      max-height: 100vh !important;
    }
  }

  html body .lgb-booking-modal-backdrop,
  html body .jt-home .lgb-booking-modal-backdrop {
    position: fixed !important;
    inset: 0 !important;
    z-index: 0 !important;
    pointer-events: auto !important;
  }

  html body .lgb-booking-modal-dialog,
  html body .jt-home .lgb-booking-modal-dialog {
    position: relative !important;
    z-index: 2 !important;
    display: block !important;
    width: min(100%, 388px) !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow: visible !important;
    -webkit-overflow-scrolling: auto !important;
    touch-action: pan-y !important;
    overscroll-behavior: auto !important;
    transform: none !important;
    background: #141922 !important;
    border-radius: 24px !important;
    border: 1px solid rgba(215, 191, 120, 0.34) !important;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.78) !important;
  }

  html body .lgb-booking-mobile-sheet,
  html body .jt-home .lgb-booking-mobile-sheet,
  html body .lgb-booking-mobile-form,
  html body .jt-home .lgb-booking-mobile-form,
  html body .lgb-booking-mobile-form .lgb-booking-form-scroll,
  html body .jt-home .lgb-booking-mobile-form .lgb-booking-form-scroll {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    -webkit-overflow-scrolling: auto !important;
    touch-action: pan-y !important;
    overscroll-behavior: auto !important;
  }

  html body .lgb-booking-mobile-sheet,
  html body .jt-home .lgb-booking-mobile-sheet {
    padding-bottom: calc(104px + env(safe-area-inset-bottom)) !important;
    background: #141922 !important;
    border-radius: 24px !important;
  }

  html body .lgb-booking-mobile-form .lgb-booking-form-scroll,
  html body .jt-home .lgb-booking-mobile-form .lgb-booking-form-scroll {
    padding-bottom: 18px !important;
  }

  html body .lgb-mobile-class-image,
  html body .jt-home .lgb-mobile-class-image {
    height: 76px !important;
    min-height: 76px !important;
    max-height: 76px !important;
  }

  html body .lgb-mobile-class-image img,
  html body .jt-home .lgb-mobile-class-image img {
    height: 76px !important;
    min-height: 76px !important;
    max-height: 76px !important;
    object-fit: cover !important;
    object-position: center 46% !important;
  }

  html body .lgb-mobile-class-body,
  html body .jt-home .lgb-mobile-class-body {
    padding: 13px 16px 10px !important;
  }

  html body .lgb-mobile-class-body h3,
  html body .jt-home .lgb-mobile-class-body h3 {
    font-size: 22px !important;
    margin-bottom: 6px !important;
  }

  html body .lgb-mobile-class-description,
  html body .jt-home .lgb-mobile-class-description {
    font-size: 12px !important;
    line-height: 1.35 !important;
    margin-bottom: 10px !important;
  }

  html body .lgb-mobile-class-meta div,
  html body .jt-home .lgb-mobile-class-meta div {
    min-height: 54px !important;
    padding: 8px 5px !important;
  }

  html body .lgb-mobile-instructor-summary,
  html body .jt-home .lgb-mobile-instructor-summary {
    padding: 8px 10px !important;
    margin-top: 10px !important;
  }

  html body .lgb-booking-mobile-form .lgb-booking-actions-footer,
  html body .jt-home .lgb-booking-mobile-form .lgb-booking-actions-footer {
    position: fixed !important;
    left: 50% !important;
    right: auto !important;
    bottom: calc(10px + env(safe-area-inset-bottom)) !important;
    transform: translateX(-50%) !important;
    z-index: 1000007 !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    width: min(calc(100vw - 44px), 344px) !important;
    margin: 0 !important;
    padding: 10px !important;
    border-radius: 22px !important;
    background: rgba(20, 25, 34, 0.94) !important;
    border: 1px solid rgba(215, 191, 120, 0.28) !important;
    box-shadow: 0 -10px 34px rgba(0, 0, 0, 0.48) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
    touch-action: manipulation !important;
  }

  html body .lgb-booking-mobile-form .lgb-booking-actions-footer button,
  html body .jt-home .lgb-booking-mobile-form .lgb-booking-actions-footer button {
    min-height: 48px !important;
    height: 48px !important;
    padding: 8px 7px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    font-size: 10.5px !important;
    line-height: 1.12 !important;
    white-space: normal !important;
  }

  html body .lgb-booking-modal-close,
  html body .jt-home .lgb-booking-modal-close {
    position: fixed !important;
    top: 18px !important;
    right: max(18px, calc((100vw - 388px) / 2 + 12px)) !important;
    z-index: 1000008 !important;
    touch-action: manipulation !important;
  }
}


/* ==================================================
   LGB 2.8.0 - Horarios mobile layout fix
   En mobile los horarios se muestran como lista vertical
   para evitar recortes dentro de contenedores estrechos.
================================================== */
@media (max-width: 640px) {
  .lgb-schedule-shortcode,
  .jt-home .lgb-schedule-shortcode,
  .jt-schedule .lgb-schedule-shortcode {
    display: grid !important;
    grid-auto-flow: row !important;
    grid-auto-columns: unset !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    padding: 0 !important;
    scroll-snap-type: none !important;
  }

  .lgb-schedule-day-group,
  .jt-home .lgb-schedule-day-group,
  .jt-schedule .lgb-schedule-day-group {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    scroll-snap-align: none !important;
    padding: 14px !important;
    border-radius: 18px !important;
    background: #171d27 !important;
    border: 1px solid rgba(255,255,255,0.10) !important;
    box-sizing: border-box !important;
  }

  .lgb-schedule-day-heading,
  .jt-home .lgb-schedule-day-heading,
  .jt-schedule .lgb-schedule-day-heading {
    margin-bottom: 12px !important;
    padding: 7px 12px !important;
    font-size: 11px !important;
    line-height: 1 !important;
  }

  .lgb-schedule-day-items,
  .jt-home .lgb-schedule-day-items,
  .jt-schedule .lgb-schedule-day-items {
    display: grid !important;
    gap: 9px !important;
    max-height: none !important;
    overflow: visible !important;
    overflow-y: visible !important;
    padding-right: 0 !important;
  }

  .lgb-schedule-row,
  .jt-home .lgb-schedule-row,
  .jt-schedule .lgb-schedule-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 7px 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 12px !important;
    border-radius: 14px !important;
    box-sizing: border-box !important;
  }

  .lgb-schedule-class,
  .jt-home .lgb-schedule-class,
  .jt-schedule .lgb-schedule-class {
    min-width: 0 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .lgb-schedule-time,
  .jt-home .lgb-schedule-time,
  .jt-schedule .lgb-schedule-time {
    font-size: 12px !important;
    white-space: nowrap !important;
  }

  .lgb-schedule-capacity,
  .jt-home .lgb-schedule-capacity,
  .jt-schedule .lgb-schedule-capacity {
    grid-column: 1 / -1 !important;
    font-size: 12px !important;
  }

  .lgb-schedule-instructor,
  .jt-home .lgb-schedule-instructor,
  .jt-schedule .lgb-schedule-instructor {
    grid-column: 1 / -1 !important;
    margin-top: 2px !important;
    padding-top: 8px !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  .jt-schedule-box,
  .jt-schedule-box-top,
  .jt-home .jt-schedule-box,
  .jt-home .jt-schedule-box-top {
    overflow: visible !important;
  }

  .jt-shortcode-schedules,
  .jt-home .jt-shortcode-schedules {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
  }
}

@media (max-width: 380px) {
  .lgb-schedule-row,
  .jt-home .lgb-schedule-row,
  .jt-schedule .lgb-schedule-row {
    grid-template-columns: 1fr !important;
  }

  .lgb-schedule-time,
  .jt-home .lgb-schedule-time,
  .jt-schedule .lgb-schedule-time {
    justify-self: start !important;
  }
}


/* =========================================================
   LGB 2.8.1 - Mobile slider cards: evitar corte lateral
   Corrige cards del slider de clases en mobile.
========================================================= */
@media (max-width: 768px) {
  .lgb-public-booking.lgb-booking-mode-slider,
  .lgb-public-booking.lgb-booking-mode-slider .lgb-booking-dynamic-area,
  .lgb-public-booking.lgb-booking-mode-slider .lgb-booking-slider {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  .lgb-public-booking.lgb-booking-mode-slider .lgb-booking-slider {
    padding-top: 50px !important;
  }

  .lgb-public-booking.lgb-booking-mode-slider .lgb-booking-slider-track,
  .jt-home .lgb-public-booking.lgb-booking-mode-slider .lgb-booking-slider-track {
    --lgb-columns: 1 !important;
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: 100% !important;
    gap: 16px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 4px 0 22px !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
  }

  .lgb-public-booking.lgb-booking-mode-slider .lgb-booking-slider-track::-webkit-scrollbar,
  .jt-home .lgb-public-booking.lgb-booking-mode-slider .lgb-booking-slider-track::-webkit-scrollbar {
    display: none !important;
  }

  .lgb-public-booking.lgb-booking-mode-slider .lgb-booking-slide,
  .jt-home .lgb-public-booking.lgb-booking-mode-slider .lgb-booking-slide {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    display: flex !important;
    scroll-snap-align: start !important;
  }

  .lgb-public-booking.lgb-booking-mode-slider .lgb-booking-preview-card,
  .jt-home .lgb-public-booking.lgb-booking-mode-slider .lgb-booking-preview-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    overflow: hidden !important;
    border-radius: 22px !important;
  }

  .lgb-public-booking.lgb-booking-mode-slider .lgb-booking-preview-image,
  .jt-home .lgb-public-booking.lgb-booking-mode-slider .lgb-booking-preview-image {
    height: 150px !important;
    min-height: 150px !important;
    flex: 0 0 150px !important;
  }

  .lgb-public-booking.lgb-booking-mode-slider .lgb-booking-preview-body,
  .jt-home .lgb-public-booking.lgb-booking-mode-slider .lgb-booking-preview-body {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    min-height: 0 !important;
    gap: 12px !important;
    padding: 18px !important;
    overflow: visible !important;
  }

  .lgb-public-booking.lgb-booking-mode-slider .lgb-booking-preview-top,
  .jt-home .lgb-public-booking.lgb-booking-mode-slider .lgb-booking-preview-top {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    align-items: start !important;
  }

  .lgb-public-booking.lgb-booking-mode-slider .lgb-booking-preview-top h3,
  .jt-home .lgb-public-booking.lgb-booking-mode-slider .lgb-booking-preview-top h3 {
    min-width: 0 !important;
    height: auto !important;
    max-height: none !important;
    font-size: 22px !important;
    line-height: 1.08 !important;
    -webkit-line-clamp: 2 !important;
  }

  .lgb-public-booking.lgb-booking-mode-slider .lgb-booking-preview-top strong,
  .jt-home .lgb-public-booking.lgb-booking-mode-slider .lgb-booking-preview-top strong {
    max-width: 88px !important;
    overflow: visible !important;
    white-space: nowrap !important;
    text-align: right !important;
    font-size: 20px !important;
    line-height: 1.1 !important;
  }

  .lgb-public-booking.lgb-booking-mode-slider .lgb-booking-preview-body > p,
  .jt-home .lgb-public-booking.lgb-booking-mode-slider .lgb-booking-preview-body > p {
    height: auto !important;
    min-height: 0 !important;
    max-height: 44px !important;
    margin: 0 !important;
    -webkit-line-clamp: 2 !important;
  }

  .lgb-public-booking.lgb-booking-mode-slider .lgb-booking-preview-card .lgb-meta,
  .jt-home .lgb-public-booking.lgb-booking-mode-slider .lgb-booking-preview-card .lgb-meta {
    height: auto !important;
    min-height: 0 !important;
    flex-wrap: wrap !important;
  }

  .lgb-public-booking.lgb-booking-mode-slider .lgb-booking-preview-instructor,
  .jt-home .lgb-public-booking.lgb-booking-mode-slider .lgb-booking-preview-instructor {
    height: auto !important;
    min-height: 34px !important;
    margin: 0 !important;
  }

  .lgb-public-booking.lgb-booking-mode-slider .lgb-booking-open-modal,
  .jt-home .lgb-public-booking.lgb-booking-mode-slider .lgb-booking-open-modal {
    margin-top: 2px !important;
    align-self: flex-start !important;
  }

  .lgb-public-booking.lgb-booking-mode-slider .lgb-slider-prev {
    left: auto !important;
    right: 54px !important;
  }

  .lgb-public-booking.lgb-booking-mode-slider .lgb-slider-next {
    right: 8px !important;
  }
}


/* =========================================================
   LGB 2.8.6 - Buscador global minimal + mini carrito
   Base 2.8.2, con buscador menos cargado y corrección de hover.
========================================================= */

/* Buscador desplegable del header: minimalista */
body .header-search-form.header-search-form-row {
  background: rgba(5, 5, 5, 0.94) !important;
  border-top: 1px solid rgba(215, 191, 120, 0.12) !important;
  border-bottom: 1px solid rgba(215, 191, 120, 0.14) !important;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.36) !important;
  padding: 22px 18px !important;
  z-index: 9998 !important;
}

/* Quita el rótulo grande y fondos decorativos */
body .header-search-form.header-search-form-row::before,
body .header-search-form.header-search-form-row::after {
  content: none !important;
  display: none !important;
}

/* Formulario centrado */
body .header-search-form.header-search-form-row .woocommerce-product-search,
body .header-search-form.header-search-form-row form.woocommerce-product-search,
body .header-search-form.header-search-form-row form.lgb-global-class-search {
  width: min(680px, calc(100% - 28px)) !important;
  max-width: 680px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 46px !important;
  gap: 12px !important;
  align-items: center !important;
  position: relative !important;
}

/* Input más limpio */
body .header-search-form.header-search-form-row .search-field,
body .header-search-form.header-search-form-row .wc-search-field,
body .header-search-form.header-search-form-row input[type="search"] {
  width: 100% !important;
  min-height: 46px !important;
  height: 46px !important;
  margin: 0 !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(215, 191, 120, 0.36) !important;
  outline: none !important;
  background: rgba(255, 255, 255, 0.045) !important;
  color: #f5f7fb !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

body .header-search-form.header-search-form-row .search-field::placeholder,
body .header-search-form.header-search-form-row .wc-search-field::placeholder,
body .header-search-form.header-search-form-row input[type="search"]::placeholder {
  color: rgba(232, 236, 243, 0.52) !important;
  opacity: 1 !important;
}

body .header-search-form.header-search-form-row .search-field:focus,
body .header-search-form.header-search-form-row .wc-search-field:focus,
body .header-search-form.header-search-form-row input[type="search"]:focus {
  border-color: rgba(215, 191, 120, 0.68) !important;
  background: rgba(255, 255, 255, 0.065) !important;
}

/* Botón interno de buscar */
body .header-search-form.header-search-form-row .search-submit,
body .header-search-form.header-search-form-row button[type="submit"] {
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  min-height: 46px !important;
  padding: 0 !important;
  border-radius: 999px !important;
  border: 1px solid rgba(215, 191, 120, 0.45) !important;
  background: rgba(215, 191, 120, 0.12) !important;
  color: #d7bf78 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: none !important;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease !important;
  overflow: visible !important;
}

body .header-search-form.header-search-form-row .search-submit:hover,
body .header-search-form.header-search-form-row button[type="submit"]:hover {
  background: #d7bf78 !important;
  border-color: #d7bf78 !important;
  color: #050505 !important;
  transform: none !important;
  box-shadow: none !important;
}

body .header-search-form.header-search-form-row .search-submit svg,
body .header-search-form.header-search-form-row button[type="submit"] svg {
  width: 19px !important;
  height: 19px !important;
  display: block !important;
  overflow: visible !important;
}

body .header-search-form.header-search-form-row .search-submit path,
body .header-search-form.header-search-form-row button[type="submit"] path {
  fill: currentColor !important;
  stroke: currentColor !important;
}

/* Overlay más sutil */
body .search-overlay {
  background: rgba(0, 0, 0, 0.46) !important;
  backdrop-filter: blur(1.5px) !important;
}

/* Evita que el mini carrito aparezca al pasar por cuenta/buscador.
   Solo debe abrirse al pasar sobre el icono/contenedor del carrito. */
body .bhfb-component-woo_icons .site-header-cart .widget_shopping_cart,
body .bhfb-component-woo_icons:hover .site-header-cart .widget_shopping_cart {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(8px) !important;
}

body .bhfb-component-woo_icons .site-header-cart:hover .widget_shopping_cart,
body .bhfb-component-woo_icons .site-header-cart:focus-within .widget_shopping_cart {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

/* Solo el carrito debe poder activar su dropdown */
body .bhfb-component-woo_icons .wc-account-link:hover ~ .site-header-cart .widget_shopping_cart,
body .bhfb-component-woo_icons .wc-account-link:focus ~ .site-header-cart .widget_shopping_cart {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Mobile */
@media (max-width: 768px) {
  body .header-search-form.header-search-form-row {
    padding: 18px 14px !important;
  }

  body .header-search-form.header-search-form-row .woocommerce-product-search,
  body .header-search-form.header-search-form-row form.woocommerce-product-search,
  body .header-search-form.header-search-form-row form.lgb-global-class-search {
    width: 100% !important;
    grid-template-columns: minmax(0, 1fr) 44px !important;
    gap: 10px !important;
  }

  body .header-search-form.header-search-form-row .search-field,
  body .header-search-form.header-search-form-row .wc-search-field,
  body .header-search-form.header-search-form-row input[type="search"] {
    min-height: 44px !important;
    height: 44px !important;
    padding: 0 15px !important;
    font-size: 13px !important;
  }

  body .header-search-form.header-search-form-row .search-submit,
  body .header-search-form.header-search-form-row button[type="submit"] {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
  }
}


/* =========================================================
   LGB 2.8.8 - Header mobile: carrito centrado
   ========================================================= */
@media (max-width: 768px) {
  body .bhfb-header.bhfb-mobile .bhfb-main_header_row,
  body .bhfb-header.bhfb-mobile .bhfb-main_header_row .container-fluid,
  body .bhfb-header.bhfb-mobile .bhfb-main_header_row .bhfb-row-wrapper {
    min-height: 76px !important;
  }

  body .bhfb-header.bhfb-mobile .bhfb-row {
    min-height: 76px !important;
    align-items: center !important;
  }

  body .bhfb-header.bhfb-mobile .site-branding,
  body .bhfb-header.bhfb-mobile .custom-logo-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body .bhfb-header.bhfb-mobile .custom-logo,
  body .bhfb-header.bhfb-mobile .site-branding img.custom-logo {
    width: 64px !important;
    height: 64px !important;
    max-width: 64px !important;
    max-height: 64px !important;
    object-fit: contain !important;
  }

  body .bhfb-header.bhfb-mobile .bhfb-column-3 {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 10px !important;
  }

  body .bhfb-header.bhfb-mobile .bhfb-component-mobile_hamburger {
    order: 2 !important;
  }

  body .bhfb-header.bhfb-mobile .bhfb-column-1,
  body .bhfb-header.bhfb-mobile .bhfb-column-3 {
    min-width: 104px !important;
  }
}

@media (max-width: 420px) {
  body .bhfb-header.bhfb-mobile .custom-logo,
  body .bhfb-header.bhfb-mobile .site-branding img.custom-logo {
    width: 58px !important;
    height: 58px !important;
    max-width: 58px !important;
    max-height: 58px !important;
  }

  body .bhfb-header.bhfb-mobile .bhfb-column-1,
  body .bhfb-header.bhfb-mobile .bhfb-column-3 {
    min-width: 96px !important;
  }
}

/* ===============================
   LGB 2.9.1 - Header mobile centrado real + logo recortado
================================ */
@media (max-width: 768px) {
  body .bhfb-header.bhfb-mobile .bhfb-main_header_row .container,
  body .bhfb-header.bhfb-mobile .bhfb-main_header_row .container-fluid {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  body .bhfb-header.bhfb-mobile .bhfb-main_header_row .bhfb-row {
    min-height: 76px !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
  }

  body .bhfb-header.bhfb-mobile .bhfb-main_header_row .bhfb-row > .bhfb-column {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    flex: none !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body .bhfb-header.bhfb-mobile .bhfb-main_header_row .bhfb-column-1 {
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    justify-content: flex-start !important;
    z-index: 3 !important;
  }

  body .bhfb-header.bhfb-mobile .bhfb-main_header_row .bhfb-column-2 {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    justify-content: center !important;
    z-index: 2 !important;
  }

  body .bhfb-header.bhfb-mobile .bhfb-main_header_row .bhfb-column-3 {
    position: absolute !important;
    right: 54px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    justify-content: center !important;
    z-index: 3 !important;
  }

  body .bhfb-header.bhfb-mobile .bhfb-main_header_row .bhfb-column-4 {
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    justify-content: flex-end !important;
    z-index: 3 !important;
  }

  body .bhfb-header.bhfb-mobile .site-branding {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body .bhfb-header.bhfb-mobile .custom-logo-link {
    width: 54px !important;
    height: 54px !important;
    max-width: 54px !important;
    max-height: 54px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    border-radius: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
    background: rgba(5,5,5,.82) !important;
  }

  body .bhfb-header.bhfb-mobile .custom-logo,
  body .bhfb-header.bhfb-mobile .site-branding img.custom-logo {
    width: 54px !important;
    height: 54px !important;
    max-width: 54px !important;
    max-height: 54px !important;
    min-width: 54px !important;
    min-height: 54px !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
    border-radius: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body .bhfb-header.bhfb-mobile .bhfb-builder-item {
    margin: 0 !important;
  }

  body .bhfb-header.bhfb-mobile .header-search,
  body .bhfb-header.bhfb-mobile #site-header-cart > div:first-child > .cart-contents,
  body .bhfb-header.bhfb-mobile .site-header-cart .cart-contents,
  body .bhfb-header.bhfb-mobile .menu-toggle {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid rgba(215, 191, 120, .46) !important;
    background: rgba(255,255,255,.035) !important;
    color: #f5f7fb !important;
    box-shadow: 0 10px 28px rgba(0,0,0,.24) !important;
    text-decoration: none !important;
    line-height: 1 !important;
    overflow: visible !important;
  }

  body .bhfb-header.bhfb-mobile .header-search .ws-svg-icon,
  body .bhfb-header.bhfb-mobile .site-header-cart .cart-contents .ws-svg-icon,
  body .bhfb-header.bhfb-mobile .menu-toggle .ws-svg-icon {
    width: 22px !important;
    height: 22px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body .bhfb-header.bhfb-mobile .header-search svg,
  body .bhfb-header.bhfb-mobile .site-header-cart .cart-contents svg,
  body .bhfb-header.bhfb-mobile .menu-toggle svg {
    width: 22px !important;
    height: 22px !important;
    display: block !important;
    fill: currentColor !important;
    stroke: currentColor !important;
    margin: 0 !important;
    transform: none !important;
  }

  body .bhfb-header.bhfb-mobile .menu-toggle .ws-svg-icon {
    width: 20px !important;
    height: 20px !important;
  }

  body .bhfb-header.bhfb-mobile .menu-toggle svg {
    width: 18px !important;
    height: 14px !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
  }

  body .bhfb-header.bhfb-mobile .menu-toggle svg rect {
    transform: none !important;
  }

  body .bhfb-header.bhfb-mobile .header-search:hover,
  body .bhfb-header.bhfb-mobile .header-search:focus,
  body .bhfb-header.bhfb-mobile .menu-toggle:hover,
  body .bhfb-header.bhfb-mobile .menu-toggle:focus,
  body .bhfb-header.bhfb-mobile #site-header-cart:hover > div:first-child > .cart-contents,
  body .bhfb-header.bhfb-mobile #site-header-cart:focus-within > div:first-child > .cart-contents,
  body .bhfb-header.bhfb-mobile .site-header-cart .cart-contents:hover,
  body .bhfb-header.bhfb-mobile .site-header-cart .cart-contents:focus {
    border-color: rgba(215, 191, 120, .46) !important;
    background: rgba(255,255,255,.035) !important;
    color: #f5f7fb !important;
    box-shadow: 0 10px 28px rgba(0,0,0,.24) !important;
    transform: none !important;
  }

  body .bhfb-header.bhfb-mobile .site-header-cart,
  body .bhfb-header.bhfb-mobile #site-header-cart {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body .bhfb-header.bhfb-mobile .site-header-cart .cart-count {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body .bhfb-header.bhfb-mobile .site-header-cart .count-number {
    position: absolute !important;
    top: -8px !important;
    right: -8px !important;
    min-width: 16px !important;
    height: 16px !important;
    padding: 0 4px !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #d7bf78 !important;
    color: #050505 !important;
    font-size: 9px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    box-shadow: 0 4px 12px rgba(0,0,0,.34) !important;
  }

  body .bhfb-header.bhfb-mobile .site-header-cart .widget_shopping_cart,
  body .bhfb-header.bhfb-mobile #site-header-cart .widget_shopping_cart,
  body .bhfb-header.bhfb-mobile .site-header-cart:hover .widget_shopping_cart,
  body .bhfb-header.bhfb-mobile #site-header-cart:hover .widget_shopping_cart,
  body .bhfb-header.bhfb-mobile .site-header-cart:focus-within .widget_shopping_cart,
  body .bhfb-header.bhfb-mobile #site-header-cart:focus-within .widget_shopping_cart {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

@media (max-width: 390px) {
  body .bhfb-header.bhfb-mobile .bhfb-main_header_row .container,
  body .bhfb-header.bhfb-mobile .bhfb-main_header_row .container-fluid {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  body .bhfb-header.bhfb-mobile .bhfb-main_header_row .bhfb-column-3 {
    right: 50px !important;
  }

  body .bhfb-header.bhfb-mobile .custom-logo-link,
  body .bhfb-header.bhfb-mobile .custom-logo,
  body .bhfb-header.bhfb-mobile .site-branding img.custom-logo {
    width: 50px !important;
    height: 50px !important;
    max-width: 50px !important;
    max-height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
    border-radius: 15px !important;
  }

  body .bhfb-header.bhfb-mobile .header-search,
  body .bhfb-header.bhfb-mobile #site-header-cart > div:first-child > .cart-contents,
  body .bhfb-header.bhfb-mobile .site-header-cart .cart-contents,
  body .bhfb-header.bhfb-mobile .menu-toggle {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
  }
}

/* ===============================
   LGB 2.9.2 - Corrección icono buscador mobile
   Botiga renderiza lupa y X dentro del mismo botón; solo debe verse el activo.
================================ */
@media (max-width: 768px) {
  body .bhfb-header.bhfb-mobile .header-search .ws-svg-icon,
  body .bhfb-header.bhfb-mobile .header-search i.ws-svg-icon,
  body .bhfb-header.bhfb-mobile .header-search .icon-search,
  body .bhfb-header.bhfb-mobile .header-search .icon-cancel {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }

  body .bhfb-header.bhfb-mobile .header-search .ws-svg-icon.active,
  body .bhfb-header.bhfb-mobile .header-search i.ws-svg-icon.active,
  body .bhfb-header.bhfb-mobile .header-search .icon-search.active,
  body .bhfb-header.bhfb-mobile .header-search .icon-cancel.active {
    width: 22px !important;
    height: 22px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 1 !important;
    visibility: visible !important;
    line-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body .bhfb-header.bhfb-mobile .header-search .ws-svg-icon.active svg,
  body .bhfb-header.bhfb-mobile .header-search i.ws-svg-icon.active svg {
    width: 22px !important;
    height: 22px !important;
    display: block !important;
    margin: 0 !important;
    transform: none !important;
  }
}

/* LGB 2.9.6 - Panel administrativo formal */
.lgb-owner-panel .lgb-kpis-operational{grid-template-columns:repeat(4,minmax(140px,1fr))}
.lgb-owner-panel .lgb-admin-card .lgb-card-intro{margin-top:-6px;margin-bottom:20px;color:#667085}
.lgb-owner-panel .lgb-admin-form{display:block}
.lgb-owner-panel .lgb-form-section{border:1px solid #eef2f7;border-radius:18px;padding:18px;margin-bottom:16px;background:#fbfcfe}
.lgb-owner-panel .lgb-form-section h4{margin:0 0 14px;font-size:14px;text-transform:uppercase;letter-spacing:.06em;color:#344054}
.lgb-owner-panel .lgb-admin-grid{display:grid;gap:14px;align-items:start}
.lgb-owner-panel .lgb-admin-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.lgb-owner-panel .lgb-admin-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.lgb-owner-panel .lgb-admin-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.lgb-owner-panel .lgb-col-2{grid-column:span 2}
.lgb-owner-panel .lgb-col-3{grid-column:1/-1}
.lgb-owner-panel .lgb-field{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:800;color:#344054}
.lgb-owner-panel .lgb-field small{font-weight:600;color:#667085}
.lgb-owner-panel .lgb-admin-checks{display:flex;flex-wrap:wrap;gap:12px;margin-top:14px}
.lgb-owner-panel .lgb-check{display:inline-flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:9px!important;font-weight:800!important;width:auto!important;max-width:max-content!important}
.lgb-owner-panel .lgb-check input[type="checkbox"]{width:16px!important;min-width:16px!important;max-width:16px!important;height:16px!important;min-height:16px!important;max-height:16px!important;flex:0 0 16px!important;margin:0!important}
.lgb-owner-panel .lgb-preview-inline{display:flex;width:72px;height:72px;border-radius:16px;overflow:hidden;border:1px solid #d0d5dd;background:#fff;margin-bottom:8px}
.lgb-owner-panel .lgb-preview-inline img{width:100%;height:100%;object-fit:cover}
.lgb-owner-panel .lgb-form-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:6px}
.lgb-owner-panel .lgb-form-actions button,.lgb-owner-panel .lgb-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;border-radius:12px;padding:12px 18px;text-decoration:none;font-weight:900}
.lgb-owner-panel .lgb-btn-secondary{background:#eef4ff;color:#0A4F99;border:1px solid #bfdbfe}
.lgb-owner-panel .lgb-tags-control{display:grid;gap:10px;border:1px solid #d0d5dd;border-radius:14px;padding:10px;background:#fff}
.lgb-owner-panel .lgb-tags-list{display:flex;flex-wrap:wrap;gap:8px}
.lgb-owner-panel .lgb-tag-pill{border:0;border-radius:999px;padding:7px 10px!important;min-height:auto!important;background:#eef4ff!important;color:#0A4F99!important;font-size:12px;text-transform:none!important;letter-spacing:0!important}
.lgb-owner-panel .lgb-tags-entry{display:flex;gap:8px}
.lgb-owner-panel .lgb-tags-entry input{flex:1}
.lgb-owner-panel .lgb-tags-entry button{width:auto;min-height:42px;padding:9px 12px}
.lgb-owner-panel .lgb-technical-card{opacity:.96}
.lgb-owner-panel .lgb-technical-details{border:1px dashed #d0d5dd;border-radius:16px;background:#f8fafc;margin-top:12px;overflow:hidden}
.lgb-owner-panel .lgb-technical-details summary{cursor:pointer;padding:14px 16px;font-weight:900;color:#344054;list-style:none}
.lgb-owner-panel .lgb-technical-details summary::-webkit-details-marker{display:none}
.lgb-owner-panel .lgb-technical-details summary:after{content:'+';float:right;font-size:18px}
.lgb-owner-panel .lgb-technical-details[open] summary:after{content:'−'}
.lgb-owner-panel .lgb-technical-body{padding:0 16px 16px;color:#475467}
.lgb-owner-panel .lgb-shortcode-list{display:grid;gap:10px;margin-top:10px}
.lgb-owner-panel .lgb-shortcode-list code,.lgb-owner-panel .lgb-technical-table code{display:inline-flex;background:#111827;color:#fff;border-radius:10px;padding:7px 10px;font-weight:800}
.lgb-owner-panel .dataTables_wrapper{color:inherit}
.lgb-owner-panel .dataTables_wrapper .dataTables_length,.lgb-owner-panel .dataTables_wrapper .dataTables_filter,.lgb-owner-panel .dataTables_wrapper .dataTables_info,.lgb-owner-panel .dataTables_wrapper .dataTables_paginate{margin:12px;color:inherit}
.lgb-owner-panel .dataTables_wrapper .dataTables_filter input,.lgb-owner-panel .dataTables_wrapper .dataTables_length select{border:1px solid #d0d5dd;border-radius:10px;padding:8px 10px;background:#fff;color:#101828}
.lgb-owner-panel .dataTables_wrapper .dataTables_paginate .paginate_button{border-radius:10px!important;border:1px solid #d0d5dd!important;background:#fff!important;color:#344054!important;margin:0 2px;padding:7px 10px!important}
.lgb-owner-panel .dataTables_wrapper .dataTables_paginate .paginate_button.current{background:#0A4F99!important;color:#fff!important;border-color:#0A4F99!important}
@media(max-width:980px){.lgb-owner-panel .lgb-admin-grid-2,.lgb-owner-panel .lgb-admin-grid-3,.lgb-owner-panel .lgb-admin-grid-4,.lgb-owner-panel .lgb-kpis-operational{grid-template-columns:1fr}.lgb-owner-panel .lgb-col-2,.lgb-owner-panel .lgb-col-3{grid-column:auto}.lgb-owner-panel .lgb-tags-entry{flex-direction:column}}

/* LGB 2.10.1 - Jump & Tone: acciones, planes, créditos y galerías */
.lgb-table-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.lgb-action-delete{margin:0;display:inline-flex}.lgb-btn-mini-danger{border:0;background:#fef3f2!important;color:#b42318!important;cursor:pointer;font-family:inherit}.lgb-btn-mini-danger:hover{background:#fee4e2!important;color:#912018!important}.lgb-table-actions .lgb-btn-mini{white-space:nowrap}
.lgb-plans{width:100%;margin:22px 0;color:#f5f7fb}.lgb-plans-grid{display:grid;grid-template-columns:repeat(var(--lgb-plan-columns,5),minmax(160px,1fr));gap:16px}.lgb-plan-card{position:relative;display:flex;flex-direction:column;gap:12px;min-height:230px;padding:22px;border:1px solid rgba(215,191,120,.35);border-radius:26px;background:linear-gradient(180deg,rgba(23,29,39,.96),rgba(8,11,16,.98));box-shadow:0 24px 70px rgba(0,0,0,.24);overflow:hidden}.lgb-plan-card:before{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at top right,rgba(217,27,114,.22),transparent 45%);pointer-events:none}.lgb-plan-card>*{position:relative;z-index:1}.lgb-plan-kicker{display:inline-flex;width:max-content;border:1px solid rgba(217,27,114,.45);border-radius:999px;padding:6px 10px;color:#d7bf78;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.lgb-plan-card h3,.lgb-plan-card h4{margin:0;color:#fff;font-size:28px;line-height:1.05;letter-spacing:.03em;text-transform:uppercase}.lgb-plan-price{margin:0;color:#d91b72;font-size:42px;font-weight:950;line-height:1}.lgb-plan-meta{display:grid;gap:8px;margin:6px 0 0}.lgb-plan-meta span{display:flex;justify-content:space-between;gap:12px;border-top:1px solid rgba(255,255,255,.08);padding-top:8px;color:#d9dee8;font-size:13px;font-weight:800}.lgb-plan-meta em{font-style:normal;color:#aeb4c0}.lgb-plan-button{margin-top:auto;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#d7bf78;color:#080b10!important;text-decoration:none!important;font-weight:950;padding:12px 16px;box-shadow:0 14px 30px rgba(215,191,120,.22)}.lgb-plan-button:hover{filter:brightness(1.04);transform:translateY(-1px)}
.lgb-customer-credits{display:grid;gap:14px;color:#f5f7fb}.lgb-credit-pass{border:1px solid rgba(215,191,120,.28);border-radius:22px;background:rgba(20,25,34,.9);padding:16px 18px}.lgb-credit-pass strong{display:block;font-size:18px;color:#fff}.lgb-credit-pass span{display:block;margin-top:6px;color:#d7bf78;font-weight:900}.lgb-credit-pass small{display:block;margin-top:4px;color:#aeb4c0}.lgb-mini-gallery{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.lgb-mini-gallery span{display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(215,191,120,.24);border-radius:999px;background:rgba(255,255,255,.05);padding:5px 9px;color:#e8ecf3;font-size:12px;font-weight:800}.lgb-mini-gallery img{width:26px;height:26px;border-radius:50%;object-fit:cover}.lgb-instructor-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:10px}.lgb-instructor-gallery img{width:100%;aspect-ratio:1/1;border-radius:14px;object-fit:cover;border:1px solid rgba(255,255,255,.14)}.lgb-field-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-bottom:14px}.lgb-field-gallery .lgb-field-image{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:14px}.lgb-gallery-keep{display:grid;gap:8px}.lgb-gallery-keep span{display:flex;gap:6px;align-items:center;font-weight:800;color:#344054}.lgb-check-group{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:8px;margin-top:8px}.lgb-check-group label{display:flex;gap:8px;align-items:center;border:1px solid rgba(15,23,42,.14);border-radius:14px;padding:9px 10px;background:rgba(255,255,255,.72)}
@media(max-width:1100px){.lgb-plans-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:720px){.lgb-plans-grid{grid-template-columns:1fr}.lgb-plan-card{min-height:auto}.lgb-plan-price{font-size:36px}.lgb-instructor-gallery{grid-template-columns:repeat(3,1fr)}}

/* LGB 2.10.2 - Panel: DataTables sin conflicto, acciones con iconos y Select2 */
.lgb-owner-panel .lgb-datatable-wrap,
.lgb-owner-panel .dataTables_wrapper,
.lgb-owner-panel .dataTables_scroll,
.lgb-owner-panel .dataTables_scrollHead,
.lgb-owner-panel .dataTables_scrollBody {
  width: 100% !important;
  max-width: 100% !important;
}
.lgb-owner-panel .lgb-datatable-wrap {
  display: block !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
}
.lgb-owner-panel table.lgb-booking-datatable,
.lgb-owner-panel table.lgb-booking-datatable.dataTable,
.lgb-owner-panel table.lgb-booking-datatable.dataTable.no-footer {
  width: 100% !important;
  margin: 0 !important;
  border-collapse: collapse !important;
}
.lgb-owner-panel table.lgb-schedules-datatable,
.lgb-owner-panel table.lgb-schedules-datatable.dataTable {
  min-width: 1040px !important;
}
.lgb-owner-panel .dataTables_wrapper .dataTables_length,
.lgb-owner-panel .dataTables_wrapper .dataTables_filter {
  margin: 0 0 16px !important;
}
.lgb-owner-panel .dataTables_wrapper .dataTables_length {
  float: left !important;
}
.lgb-owner-panel .dataTables_wrapper .dataTables_filter {
  float: right !important;
  text-align: right !important;
}
.lgb-owner-panel .dataTables_wrapper .dataTables_filter input {
  min-width: 260px !important;
}
.lgb-owner-panel .dataTables_wrapper table.dataTable thead th,
.lgb-owner-panel .dataTables_wrapper table.dataTable tbody td {
  box-sizing: border-box !important;
}
.lgb-owner-panel .lgb-table-actions {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
}
.lgb-owner-panel .lgb-action-delete {
  display: inline-flex !important;
  margin: 0 !important;
}
.lgb-owner-panel .lgb-action-icon {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  min-height: 38px !important;
  max-width: 38px !important;
  max-height: 38px !important;
  padding: 0 !important;
  border-radius: 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
  border: 1px solid rgba(148,163,184,.24) !important;
  background: rgba(17,24,39,.06) !important;
  color: #344054 !important;
  line-height: 1 !important;
  box-shadow: none !important;
  font-family: inherit !important;
}
.lgb-owner-panel .lgb-action-icon svg {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
}
.lgb-owner-panel .lgb-action-icon-edit:hover {
  color: #080b10 !important;
  background: #d7bf78 !important;
  border-color: #d7bf78 !important;
}
.lgb-owner-panel .lgb-action-icon-delete {
  color: #b42318 !important;
  background: rgba(180,35,24,.08) !important;
  border-color: rgba(180,35,24,.18) !important;
}
.lgb-owner-panel .lgb-action-icon-delete:hover {
  color: #fff !important;
  background: #b42318 !important;
  border-color: #b42318 !important;
}
.lgb-owner-panel select.lgb-select2 {
  width: 100% !important;
}
.lgb-owner-panel .select2-container {
  width: 100% !important;
}
.lgb-owner-panel .select2-container--default .select2-selection--single,
.lgb-owner-panel .select2-container--default .select2-selection--multiple {
  min-height: 46px !important;
  border-radius: 14px !important;
  border: 1px solid #d0d5dd !important;
  background: #fff !important;
  color: #101828 !important;
}
.lgb-owner-panel .select2-container--default .select2-selection--multiple {
  padding: 5px 8px !important;
}
.lgb-owner-panel .select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: 1px solid rgba(215,191,120,.32) !important;
  border-radius: 999px !important;
  background: rgba(215,191,120,.18) !important;
  color: #101828 !important;
  font-weight: 800 !important;
  padding: 4px 9px 4px 24px !important;
}
.lgb-owner-panel .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border: 0 !important;
  color: #7d8594 !important;
  left: 7px !important;
  top: 4px !important;
}
.lgb-owner-panel .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 44px !important;
  color: #101828 !important;
  padding-left: 13px !important;
  padding-right: 36px !important;
}
.lgb-owner-panel .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px !important;
}
.lgb-select2-dropdown.select2-dropdown {
  border: 1px solid #d0d5dd !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  box-shadow: 0 18px 45px rgba(16,24,40,.14) !important;
}
.lgb-select2-dropdown .select2-results__option {
  padding: 10px 12px !important;
  font-weight: 700 !important;
}
.lgb-select2-dropdown .select2-results__option--highlighted.select2-results__option--selectable {
  background: #d7bf78 !important;
  color: #080b10 !important;
}
.lbo-portal .lgb-owner-panel .lgb-card,
.lbo-portal .lgb-owner-panel .lgb-datatable-wrap,
.lbo-portal .lgb-owner-panel .dataTables_wrapper {
  width: 100% !important;
  max-width: 100% !important;
}
.lbo-portal .lgb-owner-panel .lgb-action-icon {
  background: #111722 !important;
  border-color: rgba(255,255,255,.10) !important;
  color: #f5f7fb !important;
}
.lbo-portal .lgb-owner-panel .lgb-action-icon-edit:hover {
  background: #d7bf78 !important;
  color: #080b10 !important;
  border-color: #d7bf78 !important;
}
.lbo-portal .lgb-owner-panel .lgb-action-icon-delete {
  color: #ffb4a8 !important;
  background: rgba(180,35,24,.16) !important;
  border-color: rgba(180,35,24,.28) !important;
}
.lbo-portal .lgb-owner-panel .lgb-action-icon-delete:hover {
  color: #fff !important;
  background: #b42318 !important;
}
.lbo-portal .lgb-owner-panel .select2-container--default .select2-selection--single,
.lbo-portal .lgb-owner-panel .select2-container--default .select2-selection--multiple {
  background: #090d13 !important;
  border-color: #222a35 !important;
  color: #f5f7fb !important;
}
.lbo-portal .lgb-owner-panel .select2-container--default .select2-selection--single .select2-selection__rendered,
.lbo-portal .lgb-owner-panel .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  color: #f5f7fb !important;
}
.lbo-portal .lgb-owner-panel .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(215,191,120,.14) !important;
  border-color: rgba(215,191,120,.28) !important;
  color: #f0dc9c !important;
}
@media(max-width: 900px) {
  .lgb-owner-panel .dataTables_wrapper .dataTables_length,
  .lgb-owner-panel .dataTables_wrapper .dataTables_filter {
    float: none !important;
    text-align: left !important;
  }
  .lgb-owner-panel .dataTables_wrapper .dataTables_filter input {
    width: 100% !important;
    min-width: 0 !important;
  }
}

/* LGB 2.10.4 - Selector de medios WordPress y galería editable de instructores */
.lgb-owner-panel .lgb-media-field{
  gap:10px !important;
}
.lgb-owner-panel .lgb-media-preview{
  position:relative;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:118px !important;
  height:118px !important;
  max-width:118px !important;
  max-height:118px !important;
  border-radius:18px !important;
  overflow:hidden !important;
  border:1px solid #d0d5dd !important;
  background:#f8fafc !important;
  color:#667085 !important;
  margin:0 !important;
}
.lgb-owner-panel .lgb-media-preview.lgb-preview-wide{
  width:180px !important;
  max-width:180px !important;
  aspect-ratio:16/10 !important;
  height:auto !important;
  min-height:112px !important;
}
.lgb-owner-panel .lgb-media-preview img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
  image-rendering:auto !important;
}
.lgb-owner-panel .lgb-media-preview em{
  font-style:normal !important;
  font-size:12px !important;
  font-weight:800 !important;
  color:#667085 !important;
}
.lgb-owner-panel .lgb-media-actions,
.lgb-owner-panel .lgb-gallery-toolbar{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  flex-wrap:wrap !important;
}
.lgb-owner-panel .lgb-btn-ghost{
  background:transparent !important;
  border:1px solid #d0d5dd !important;
  color:#475467 !important;
}
.lgb-owner-panel .lgb-btn-ghost:hover{
  background:#f2f4f7 !important;
  color:#101828 !important;
}
.lgb-owner-panel .lgb-media-gallery{
  display:grid !important;
  grid-template-columns:repeat(auto-fill,minmax(138px,1fr)) !important;
  gap:14px !important;
  margin:4px 0 14px !important;
}
.lgb-owner-panel .lgb-media-card{
  position:relative !important;
  display:flex !important;
  flex-direction:column !important;
  min-height:176px !important;
  border:1px solid #d0d5dd !important;
  border-radius:18px !important;
  overflow:hidden !important;
  background:#fff !important;
  box-shadow:0 12px 30px rgba(16,24,40,.08) !important;
}
.lgb-owner-panel .lgb-media-card.is-primary{
  border-color:#d7bf78 !important;
  box-shadow:0 0 0 3px rgba(215,191,120,.18),0 12px 30px rgba(16,24,40,.08) !important;
}
.lgb-owner-panel .lgb-media-card img{
  width:100% !important;
  height:112px !important;
  object-fit:cover !important;
  display:block !important;
  background:#f2f4f7 !important;
  image-rendering:auto !important;
}
.lgb-owner-panel .lgb-media-badge{
  position:absolute !important;
  top:8px !important;
  left:8px !important;
  display:inline-flex !important;
  align-items:center !important;
  min-height:24px !important;
  border-radius:999px !important;
  padding:4px 8px !important;
  background:rgba(8,11,16,.78) !important;
  color:#fff !important;
  font-size:11px !important;
  font-weight:900 !important;
  backdrop-filter:blur(10px) !important;
}
.lgb-owner-panel .lgb-media-card.is-primary .lgb-media-badge{
  background:#d7bf78 !important;
  color:#080b10 !important;
}
.lgb-owner-panel .lgb-media-card-actions{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:8px !important;
  padding:10px !important;
  margin-top:auto !important;
}
.lgb-owner-panel .lgb-media-card-actions button{
  min-height:34px !important;
  border-radius:10px !important;
  border:1px solid #d0d5dd !important;
  background:#f8fafc !important;
  color:#344054 !important;
  font-size:12px !important;
  font-weight:900 !important;
  padding:7px 8px !important;
  cursor:pointer !important;
  font-family:inherit !important;
}
.lgb-owner-panel .lgb-media-card-actions button:hover{
  background:#d7bf78 !important;
  border-color:#d7bf78 !important;
  color:#080b10 !important;
}
.lgb-owner-panel .lgb-media-card-actions button.is-danger{
  background:#fef3f2 !important;
  border-color:#fecdca !important;
  color:#b42318 !important;
}
.lgb-owner-panel .lgb-media-card-actions button.is-danger:hover{
  background:#b42318 !important;
  border-color:#b42318 !important;
  color:#fff !important;
}
.lbo-portal .lgb-owner-panel .lgb-media-preview{
  background:#090d13 !important;
  border-color:#222a35 !important;
  color:#aeb4c0 !important;
}
.lbo-portal .lgb-owner-panel .lgb-media-preview em{
  color:#aeb4c0 !important;
}
.lbo-portal .lgb-owner-panel .lgb-btn-ghost{
  border-color:#222a35 !important;
  color:#e8ecf3 !important;
}
.lbo-portal .lgb-owner-panel .lgb-btn-ghost:hover{
  background:#171d27 !important;
  color:#f5f7fb !important;
}
.lbo-portal .lgb-owner-panel .lgb-media-card{
  background:#0b0f16 !important;
  border-color:#222a35 !important;
  box-shadow:none !important;
}
.lbo-portal .lgb-owner-panel .lgb-media-card.is-primary{
  border-color:#d7bf78 !important;
  box-shadow:0 0 0 3px rgba(215,191,120,.13) !important;
}
.lbo-portal .lgb-owner-panel .lgb-media-card img{
  background:#090d13 !important;
}
.lbo-portal .lgb-owner-panel .lgb-media-card-actions button{
  background:#111722 !important;
  border-color:rgba(255,255,255,.10) !important;
  color:#f5f7fb !important;
}
.lbo-portal .lgb-owner-panel .lgb-media-card-actions button:hover{
  background:#d7bf78 !important;
  border-color:#d7bf78 !important;
  color:#080b10 !important;
}
.lbo-portal .lgb-owner-panel .lgb-media-card-actions button.is-danger{
  background:rgba(180,35,24,.16) !important;
  border-color:rgba(180,35,24,.28) !important;
  color:#ffb4a8 !important;
}
.lbo-portal .lgb-owner-panel .lgb-media-card-actions button.is-danger:hover{
  background:#b42318 !important;
  border-color:#b42318 !important;
  color:#fff !important;
}
@media(max-width:720px){
  .lgb-owner-panel .lgb-media-gallery{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
  .lgb-owner-panel .lgb-media-card img{height:104px !important;}
}


/* LGB 2.10.5 - Mejora visual formulario de instructores */
.lgb-owner-panel .lgb-instructor-identity{
  display:grid !important;
  grid-template-columns:minmax(220px,260px) minmax(0,1fr) !important;
  gap:18px !important;
  align-items:start !important;
}
.lgb-owner-panel .lgb-media-field-card{
  padding:16px !important;
  border:1px solid rgba(255,255,255,.08) !important;
  border-radius:18px !important;
  background:rgba(255,255,255,.03) !important;
  min-height:100% !important;
}
.lgb-owner-panel .lgb-instructor-identity-fields{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(180px,1fr)) !important;
  gap:14px !important;
}
.lgb-owner-panel .lgb-instructor-identity-fields .lgb-col-2{
  grid-column:span 2 !important;
}
.lgb-owner-panel .lgb-section-head-inline{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:14px !important;
  margin-bottom:14px !important;
  flex-wrap:wrap !important;
}
.lgb-owner-panel .lgb-section-head-inline h4{
  margin:0 !important;
}
.lgb-owner-panel .lgb-media-actions-stacked{
  width:100% !important;
}
.lgb-owner-panel .lgb-media-actions-stacked .lgb-btn{
  flex:1 1 0 !important;
}
.lgb-owner-panel .lgb-media-preview{
  width:144px !important;
  height:144px !important;
  max-width:144px !important;
  max-height:144px !important;
  border-radius:20px !important;
}
.lgb-owner-panel .lgb-btn,
.lgb-owner-panel .lgb-form-actions button{
  border-radius:14px !important;
  padding:12px 16px !important;
  box-shadow:none !important;
}
.lgb-owner-panel .lgb-btn-secondary{
  background:#f5f7fb !important;
  color:#101828 !important;
  border:1px solid rgba(255,255,255,.14) !important;
}
.lgb-owner-panel .lgb-btn-secondary:hover{
  background:#d7bf78 !important;
  border-color:#d7bf78 !important;
  color:#080b10 !important;
}
.lgb-owner-panel .lgb-btn-ghost{
  background:rgba(255,255,255,.03) !important;
}
.lgb-owner-panel .lgb-gallery-toolbar{
  margin-top:8px !important;
}
.lgb-owner-panel .lgb-media-card-actions button{
  min-height:38px !important;
  border-radius:12px !important;
}
.lbo-portal .lgb-owner-panel .lgb-media-field-card{
  background:rgba(17,23,34,.72) !important;
  border-color:#222a35 !important;
}
.lbo-portal .lgb-owner-panel .lgb-btn-secondary{
  background:#f5f7fb !important;
  color:#050505 !important;
  border-color:#f5f7fb !important;
}
.lbo-portal .lgb-owner-panel .lgb-btn-secondary:hover{
  background:#d7bf78 !important;
  border-color:#d7bf78 !important;
  color:#050505 !important;
}
@media(max-width:900px){
  .lgb-owner-panel .lgb-instructor-identity{
    grid-template-columns:1fr !important;
  }
  .lgb-owner-panel .lgb-instructor-identity-fields{
    grid-template-columns:1fr !important;
  }
  .lgb-owner-panel .lgb-instructor-identity-fields .lgb-col-2{
    grid-column:auto !important;
  }
  .lgb-owner-panel .lgb-media-field-card{
    padding:14px !important;
  }
}

/* =========================================================
   JUMP & TONE - CARRITO: PLANES CON DISEÑO CONSISTENTE
========================================================= */

body.woocommerce-cart .lgb-cart-plan-thumb,
body.woocommerce-checkout .lgb-cart-plan-thumb {
  width: 74px !important;
  height: 74px !important;
  display: inline-flex !important;
  position: relative !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 70% 0%, rgba(215,191,120,.22), transparent 42%),
    linear-gradient(180deg, #1b212c, #080b10) !important;
  border: 1px solid rgba(215,191,120,.34) !important;
  color: #d7bf78 !important;
  overflow: hidden !important;
}

body.woocommerce-cart .lgb-cart-plan-thumb-icon,
body.woocommerce-checkout .lgb-cart-plan-thumb-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(215,191,120,.42) !important;
  color: #f0dc9c !important;
  font-size: 14px !important;
  font-weight: 950 !important;
  letter-spacing: -.04em !important;
}

body.woocommerce-cart .lgb-cart-plan-thumb-count,
body.woocommerce-checkout .lgb-cart-plan-thumb-count {
  position: absolute !important;
  right: 7px !important;
  bottom: 7px !important;
  min-width: 24px !important;
  height: 24px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: #d7bf78 !important;
  color: #050505 !important;
  font-size: 11px !important;
  font-weight: 950 !important;
}

body.woocommerce-cart .lgb-cart-plan-name,
body.woocommerce-checkout .lgb-cart-plan-name {
  display: grid !important;
  gap: 7px !important;
  color: #f5f7fb !important;
}

body.woocommerce-cart .lgb-cart-plan-name strong,
body.woocommerce-checkout .lgb-cart-plan-name strong {
  color: #f5f7fb !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
  font-weight: 950 !important;
}

body.woocommerce-cart .lgb-cart-plan-name small,
body.woocommerce-checkout .lgb-cart-plan-name small {
  color: #aeb4c0 !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  font-weight: 850 !important;
}

body.woocommerce-cart .cart_item .variation,
body.woocommerce-checkout .cart_item .variation {
  display: grid !important;
  grid-template-columns: max-content minmax(0, 1fr) !important;
  gap: 6px 12px !important;
  max-width: 360px !important;
  margin-top: 10px !important;
  padding: 13px 14px !important;
  border-radius: 16px !important;
  background: rgba(255,255,255,.035) !important;
  border: 1px solid rgba(255,255,255,.10) !important;
}

body.woocommerce-cart .cart_item .variation dt,
body.woocommerce-checkout .cart_item .variation dt {
  margin: 0 !important;
  color: #d7bf78 !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1.35 !important;
}

body.woocommerce-cart .cart_item .variation dd,
body.woocommerce-checkout .cart_item .variation dd {
  margin: 0 !important;
  color: #e8ecf3 !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  line-height: 1.35 !important;
}

body.woocommerce-cart .cart_item .variation dd p,
body.woocommerce-checkout .cart_item .variation dd p {
  margin: 0 !important;
}

body.woocommerce-cart .jt-cart-fixed-qty,
body.woocommerce-checkout .jt-cart-fixed-qty {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 54px !important;
  height: 42px !important;
  border-radius: 999px !important;
  color: #d7bf78 !important;
  background: rgba(215, 191, 120, 0.12) !important;
  border: 1px solid rgba(215, 191, 120, 0.28) !important;
  font-size: 14px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
}

body.woocommerce-cart .product-thumbnail img.lgb-cart-class-image,
body.woocommerce-checkout .product-thumbnail img.lgb-cart-class-image {
  width: 74px !important;
  height: 74px !important;
  object-fit: cover !important;
  border-radius: 18px !important;
  border: 1px solid rgba(255,255,255,.12) !important;
}


/* =========================================================
   JUMP & TONE - INSTRUCTORES: FOTOS COMPLETAS Y NÍTIDAS
========================================================= */
.lgb-instructor-card {
  display: flex !important;
  flex-direction: column !important;
}

.lgb-instructor-photo {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  padding: 14px 14px 0 !important;
  background: transparent !important;
  height: 320px !important;
  min-height: 320px !important;
}

.lgb-instructor-photo img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center top !important;
  border-radius: 20px !important;
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02)) !important;
}

.jt-home .lgb-instructor-photo,
.jt-instructors .lgb-instructor-photo,
.lgb-shortcode-block-instructors .lgb-instructor-photo {
  height: 320px !important;
  min-height: 320px !important;
}

@media (max-width: 900px) {
  .lgb-instructor-photo,
  .jt-home .lgb-instructor-photo,
  .jt-instructors .lgb-instructor-photo,
  .lgb-shortcode-block-instructors .lgb-instructor-photo {
    height: 280px !important;
    min-height: 280px !important;
    padding: 12px 12px 0 !important;
  }
}

@media (max-width: 640px) {
  .lgb-instructor-photo,
  .jt-home .lgb-instructor-photo,
  .jt-instructors .lgb-instructor-photo,
  .lgb-shortcode-block-instructors .lgb-instructor-photo {
    height: 250px !important;
    min-height: 250px !important;
  }
}

/* =========================================================
   JUMP & TONE - PERFIL FRIENDLY DE INSTRUCTORES
========================================================= */

.lgb-instructor-modal-friendly h4 {
  margin-bottom: 14px !important;
}

.lgb-instructor-friendly-profile {
  display: grid !important;
  gap: 12px !important;
}

.lgb-instructor-friendly-block {
  padding: 14px 16px !important;
  border-radius: 18px !important;
  background: rgba(255,255,255,.035) !important;
  border: 1px solid rgba(255,255,255,.10) !important;
}

.lgb-instructor-friendly-block strong {
  display: block !important;
  margin: 0 0 8px !important;
  color: #d7bf78 !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
}

.lgb-instructor-friendly-block p,
.lgb-instructor-friendly-block ul {
  margin: 0 !important;
  color: #c9d0dc !important;
  font-size: 14px !important;
  line-height: 1.75 !important;
  font-weight: 700 !important;
}

.lgb-instructor-friendly-block ul {
  display: grid !important;
  gap: 7px !important;
  padding-left: 18px !important;
}

.lgb-instructor-friendly-block li {
  padding-left: 3px !important;
}

.lgb-instructor-modal-section > p:empty {
  display: none !important;
}

.lgb-instructor-modal-section h4 {
  color: #f5f7fb !important;
}

/* =========================================================
   JUMP & TONE - FORMULARIO FRIENDLY DE INSTRUCTORES
========================================================= */
.lgb-owner-panel .lgb-profile-builder {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin-top: 16px !important;
}

.lgb-owner-panel .lgb-profile-builder .lgb-field {
  padding: 16px !important;
  border-radius: 18px !important;
  background: rgba(255,255,255,.035) !important;
  border: 1px solid rgba(255,255,255,.08) !important;
}

.lgb-owner-panel .lgb-profile-builder .lgb-field textarea {
  min-height: 118px !important;
  resize: vertical !important;
}

.lgb-owner-panel .lgb-profile-builder .lgb-field:nth-child(2),
.lgb-owner-panel .lgb-profile-builder .lgb-field:nth-child(3) {
  grid-column: span 1 !important;
}

.lgb-owner-panel .lgb-profile-builder .lgb-field:nth-child(6) {
  grid-column: 1 / -1 !important;
}

.lbo-portal .lgb-owner-panel .lgb-profile-builder .lgb-field {
  background: rgba(17,23,34,.72) !important;
  border-color: #222a35 !important;
}

@media(max-width: 900px) {
  .lgb-owner-panel .lgb-profile-builder {
    grid-template-columns: 1fr !important;
  }

  .lgb-owner-panel .lgb-profile-builder .lgb-field {
    grid-column: auto !important;
  }
}

/* =========================================================
   JUMP & TONE - BOTONES DE MEDIOS MÁS LIMPIOS
========================================================= */
.lgb-owner-panel .lgb-media-actions,
.lgb-owner-panel .lgb-media-actions-stacked {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: 100% !important;
  margin-top: 10px !important;
  flex-wrap: nowrap !important;
}

.lgb-owner-panel .lgb-media-actions .lgb-btn,
.lgb-owner-panel .lgb-media-actions-stacked .lgb-btn,
.lgb-owner-panel .lgb-gallery-toolbar .lgb-btn {
  min-height: 40px !important;
  height: 40px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  letter-spacing: .02em !important;
  white-space: nowrap !important;
  box-shadow: none !important;
}

.lgb-owner-panel .lgb-media-actions-stacked .lgb-btn {
  flex: 0 0 auto !important;
}

.lgb-owner-panel .lgb-media-actions .lgb-btn-secondary,
.lgb-owner-panel .lgb-media-actions-stacked .lgb-btn-secondary,
.lgb-owner-panel .lgb-gallery-toolbar .lgb-btn-secondary {
  background: #d7bf78 !important;
  color: #050505 !important;
  border: 1px solid #d7bf78 !important;
}

.lgb-owner-panel .lgb-media-actions .lgb-btn-secondary:hover,
.lgb-owner-panel .lgb-media-actions-stacked .lgb-btn-secondary:hover,
.lgb-owner-panel .lgb-gallery-toolbar .lgb-btn-secondary:hover {
  background: #f0dc9c !important;
  border-color: #f0dc9c !important;
  color: #050505 !important;
  transform: translateY(-1px) !important;
}

.lgb-owner-panel .lgb-media-actions .lgb-btn-ghost,
.lgb-owner-panel .lgb-media-actions-stacked .lgb-btn-ghost {
  min-width: 40px !important;
  width: 40px !important;
  padding: 0 !important;
  overflow: hidden !important;
  color: transparent !important;
  background: rgba(180, 35, 24, .14) !important;
  border: 1px solid rgba(180, 35, 24, .32) !important;
  position: relative !important;
}

.lgb-owner-panel .lgb-media-actions .lgb-btn-ghost::before,
.lgb-owner-panel .lgb-media-actions-stacked .lgb-btn-ghost::before {
  content: "×" !important;
  position: absolute !important;
  inset: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ffb4a8 !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.lgb-owner-panel .lgb-media-actions .lgb-btn-ghost:hover,
.lgb-owner-panel .lgb-media-actions-stacked .lgb-btn-ghost:hover {
  background: #b42318 !important;
  border-color: #b42318 !important;
  color: transparent !important;
}

.lgb-owner-panel .lgb-media-actions .lgb-btn-ghost:hover::before,
.lgb-owner-panel .lgb-media-actions-stacked .lgb-btn-ghost:hover::before {
  color: #ffffff !important;
}

.lgb-owner-panel .lgb-media-field-card {
  max-width: 260px !important;
}

.lgb-owner-panel .lgb-media-field-card .lgb-media-preview {
  margin-left: 0 !important;
}

@media(max-width: 720px) {
  .lgb-owner-panel .lgb-media-actions,
  .lgb-owner-panel .lgb-media-actions-stacked {
    flex-wrap: wrap !important;
  }

  .lgb-owner-panel .lgb-media-actions .lgb-btn-secondary,
  .lgb-owner-panel .lgb-media-actions-stacked .lgb-btn-secondary {
    flex: 1 1 auto !important;
  }
}

/* =========================================================
   JUMP & TONE - MI CUENTA DESKTOP FIX
   Mantiene mobile intacto y corrige distribución en laptop/desktop.
========================================================= */
@media (min-width: 769px) {
  body.woocommerce-account.lsmamc-desktop-enabled {
    background: #050505 !important;
    color: #e8ecf3 !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled #page,
  body.woocommerce-account.lsmamc-desktop-enabled .site,
  body.woocommerce-account.lsmamc-desktop-enabled .content-wrapper,
  body.woocommerce-account.lsmamc-desktop-enabled .main-row,
  body.woocommerce-account.lsmamc-desktop-enabled .site-main,
  body.woocommerce-account.lsmamc-desktop-enabled article,
  body.woocommerce-account.lsmamc-desktop-enabled .entry-content,
  body.woocommerce-account.lsmamc-desktop-enabled .woocommerce {
    background: transparent !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .entry-header,
  body.woocommerce-account.lsmamc-desktop-enabled .woocommerce-MyAccount-navigation,
  body.woocommerce-account.lsmamc-desktop-enabled .woocommerce-MyAccount-content {
    display: none !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .content-wrapper {
    width: 100% !important;
    max-width: 1180px !important;
    margin: 0 auto !important;
    padding: 54px 28px 72px !important;
    box-sizing: border-box !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .site-main {
    padding: 0 !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .woocommerce {
    display: block !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-app,
  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-app *,
  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-app *::before,
  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-app *::after {
    box-sizing: border-box !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-app {
    display: grid !important;
    grid-template-columns: 286px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    grid-template-areas:
      "hero panel"
      "tabs panel" !important;
    align-items: start !important;
    align-content: start !important;
    gap: 18px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 26px !important;
    border-radius: 32px !important;
    background: rgba(5,5,5,.72) !important;
    border: 1px solid rgba(215,191,120,.24) !important;
    box-shadow: 0 34px 90px rgba(0,0,0,.42) !important;
    overflow: visible !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-hero {
    grid-area: hero !important;
    align-self: start !important;
    min-height: 0 !important;
    height: auto !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 16px !important;
    border-radius: 24px !important;
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    background:
      radial-gradient(circle at top left, rgba(215,191,120,.18), transparent 34%),
      linear-gradient(180deg, rgba(23,29,39,.98), rgba(14,18,25,.98)) !important;
    border: 1px solid rgba(215,191,120,.20) !important;
    box-shadow: none !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-avatar {
    width: 54px !important;
    height: 54px !important;
    flex: 0 0 54px !important;
    border-radius: 17px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #d7bf78 !important;
    color: #050505 !important;
    font-size: 20px !important;
    font-weight: 950 !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-hero span {
    display: block !important;
    margin: 0 0 4px !important;
    color: #d7bf78 !important;
    font-size: 10px !important;
    font-weight: 950 !important;
    letter-spacing: .16em !important;
    text-transform: uppercase !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-hero strong {
    display: block !important;
    color: #f5f7fb !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 950 !important;
    overflow-wrap: anywhere !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-tabs {
    grid-area: tabs !important;
    align-self: start !important;
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 14px !important;
    border-radius: 24px !important;
    display: grid !important;
    grid-auto-flow: row !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    overflow: visible !important;
    background:
      linear-gradient(180deg, rgba(23,29,39,.98), rgba(14,18,25,.98)) !important;
    border: 1px solid rgba(215,191,120,.16) !important;
    box-shadow: none !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-tabs a {
    width: 100% !important;
    max-width: none !important;
    min-height: 48px !important;
    border-radius: 16px !important;
    padding: 0 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    background: rgba(255,255,255,.045) !important;
    border: 1px solid rgba(255,255,255,.10) !important;
    color: rgba(232,236,243,.84) !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 950 !important;
    white-space: nowrap !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-tabs a:hover {
    border-color: rgba(215,191,120,.42) !important;
    color: #f5f7fb !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-tabs a.is-active {
    background: linear-gradient(135deg, #d7bf78, #efd98f) !important;
    color: #050505 !important;
    border-color: rgba(215,191,120,.80) !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-panel {
    grid-area: panel !important;
    align-self: start !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 560px !important;
    padding: 30px !important;
    border-radius: 28px !important;
    overflow: hidden !important;
    background:
      radial-gradient(circle at top right, rgba(215,191,120,.10), transparent 36%),
      linear-gradient(180deg, rgba(23,29,39,.98), rgba(13,17,24,.98)) !important;
    border: 1px solid rgba(215,191,120,.18) !important;
    box-shadow: none !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-section-title {
    margin: 0 0 24px !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-section-title h2 {
    margin: 0 !important;
    color: #f5f7fb !important;
    font-size: clamp(34px, 3vw, 42px) !important;
    line-height: .98 !important;
    font-weight: 950 !important;
    letter-spacing: -.055em !important;
    text-transform: uppercase !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-section-title h2::after {
    content: "" !important;
    display: block !important;
    width: 42px !important;
    height: 1px !important;
    margin-top: 14px !important;
    background: #d7bf78 !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-section-title p {
    margin: 14px 0 0 !important;
    color: rgba(232,236,243,.72) !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-orders-list,
  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-address-grid,
  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-dashboard-grid {
    display: grid !important;
    gap: 16px !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-orders-list,
  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-address-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-dashboard-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-order-card,
  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-address-card,
  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-dashboard-card,
  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-empty,
  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-item {
    border-radius: 24px !important;
    padding: 18px !important;
    background: rgba(255,255,255,.035) !important;
    border: 1px solid rgba(255,255,255,.10) !important;
    color: #e8ecf3 !important;
    text-decoration: none !important;
    overflow: hidden !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-order-top {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    width: 100% !important;
    margin-bottom: 16px !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-order-top > span,
  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-order-top .lsmamc-order-total-badge {
    min-height: 36px !important;
    padding: 0 14px !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(215,191,120,.16) !important;
    border: 1px solid rgba(215,191,120,.14) !important;
    color: #d7bf78 !important;
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    white-space: nowrap !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-order-top .lsmamc-order-total-badge * {
    display: inline !important;
    color: inherit !important;
    font: inherit !important;
    line-height: inherit !important;
    white-space: nowrap !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-order-meta {
    display: grid !important;
    gap: 10px !important;
    margin-bottom: 16px !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-order-meta div {
    display: grid !important;
    grid-template-columns: 82px minmax(0, 1fr) !important;
    gap: 12px !important;
    align-items: center !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid rgba(255,255,255,.07) !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-order-meta small {
    color: #d7bf78 !important;
    font-size: 10px !important;
    font-weight: 950 !important;
    letter-spacing: .10em !important;
    text-transform: uppercase !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-order-meta b {
    color: #f5f7fb !important;
    font-size: 14px !important;
    font-weight: 850 !important;
    overflow-wrap: anywhere !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-btn,
  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-native .button,
  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-native button.button,
  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-native input.button,
  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-native .woocommerce-button {
    width: 100% !important;
    min-height: 48px !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #d7bf78 !important;
    color: #050505 !important;
    border: 0 !important;
    text-decoration: none !important;
    font-size: 12px !important;
    font-weight: 950 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
    box-shadow: 0 14px 34px rgba(215,191,120,.14) !important;
  }
}

@media (min-width: 769px) and (max-width: 980px) {
  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-app {
    grid-template-columns: 240px minmax(0, 1fr) !important;
    padding: 20px !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-orders-list,
  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-address-grid,
  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-dashboard-grid {
    grid-template-columns: 1fr !important;
  }
}

/* =========================================================
   JUMP & TONE - MI CUENTA DESKTOP PRO
   Sidebar real: elimina el hueco entre usuario y menú.
   Mobile queda intacto.
========================================================= */
@media (min-width: 769px) {
  body.woocommerce-account.lsmamc-desktop-enabled {
    background: #050505 !important;
    color: #e8ecf3 !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled #page,
  body.woocommerce-account.lsmamc-desktop-enabled .site,
  body.woocommerce-account.lsmamc-desktop-enabled .content-wrapper,
  body.woocommerce-account.lsmamc-desktop-enabled .main-row,
  body.woocommerce-account.lsmamc-desktop-enabled .site-main,
  body.woocommerce-account.lsmamc-desktop-enabled article,
  body.woocommerce-account.lsmamc-desktop-enabled .entry-content,
  body.woocommerce-account.lsmamc-desktop-enabled .woocommerce {
    background: transparent !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .entry-header,
  body.woocommerce-account.lsmamc-desktop-enabled .woocommerce-MyAccount-navigation,
  body.woocommerce-account.lsmamc-desktop-enabled .woocommerce-MyAccount-content {
    display: none !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .content-wrapper {
    width: 100% !important;
    max-width: 1180px !important;
    margin: 0 auto !important;
    padding: 46px 24px 72px !important;
    box-sizing: border-box !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .site-main,
  body.woocommerce-account.lsmamc-desktop-enabled .woocommerce {
    padding: 0 !important;
    display: block !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-app,
  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-app *,
  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-app *::before,
  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-app *::after {
    box-sizing: border-box !important;
  }

  /* Se deja de usar grid con filas; ahora el layout es posicionado:
     izquierda = usuario + menú, derecha = contenido. */
  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-app {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    min-height: 620px !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 24px 24px 24px 344px !important;
    border-radius: 32px !important;
    background:
      radial-gradient(circle at 18% 0%, rgba(215,191,120,.10), transparent 28%),
      rgba(5,5,5,.72) !important;
    border: 1px solid rgba(215,191,120,.22) !important;
    box-shadow: 0 34px 90px rgba(0,0,0,.42) !important;
    overflow: visible !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-hero {
    position: absolute !important;
    top: 24px !important;
    left: 24px !important;
    width: 296px !important;
    min-height: 92px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 16px !important;
    border-radius: 24px !important;
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    background:
      radial-gradient(circle at top left, rgba(215,191,120,.20), transparent 34%),
      linear-gradient(180deg, rgba(23,29,39,.98), rgba(14,18,25,.98)) !important;
    border: 1px solid rgba(215,191,120,.22) !important;
    box-shadow: none !important;
    z-index: 3 !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-avatar {
    width: 54px !important;
    height: 54px !important;
    flex: 0 0 54px !important;
    border-radius: 17px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #d7bf78 !important;
    color: #050505 !important;
    font-size: 20px !important;
    font-weight: 950 !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-hero span {
    display: block !important;
    margin: 0 0 4px !important;
    color: #d7bf78 !important;
    font-size: 10px !important;
    font-weight: 950 !important;
    letter-spacing: .16em !important;
    text-transform: uppercase !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-hero strong {
    display: block !important;
    color: #f5f7fb !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 950 !important;
    overflow-wrap: anywhere !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-tabs {
    position: absolute !important;
    top: 136px !important;
    left: 24px !important;
    width: 296px !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 14px !important;
    border-radius: 24px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-auto-flow: row !important;
    gap: 10px !important;
    overflow: visible !important;
    background:
      linear-gradient(180deg, rgba(23,29,39,.98), rgba(14,18,25,.98)) !important;
    border: 1px solid rgba(215,191,120,.16) !important;
    box-shadow: none !important;
    z-index: 2 !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-tabs a {
    width: 100% !important;
    max-width: none !important;
    min-height: 48px !important;
    border-radius: 16px !important;
    padding: 0 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    background: rgba(255,255,255,.045) !important;
    border: 1px solid rgba(255,255,255,.10) !important;
    color: rgba(232,236,243,.84) !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 950 !important;
    white-space: nowrap !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-tabs a:hover {
    border-color: rgba(215,191,120,.42) !important;
    color: #f5f7fb !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-tabs a.is-active {
    background: linear-gradient(135deg, #d7bf78, #efd98f) !important;
    color: #050505 !important;
    border-color: rgba(215,191,120,.80) !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-panel {
    position: relative !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 572px !important;
    margin: 0 !important;
    padding: 30px !important;
    border-radius: 28px !important;
    overflow: hidden !important;
    background:
      radial-gradient(circle at top right, rgba(215,191,120,.10), transparent 36%),
      linear-gradient(180deg, rgba(23,29,39,.98), rgba(13,17,24,.98)) !important;
    border: 1px solid rgba(215,191,120,.18) !important;
    box-shadow: none !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-section-title {
    margin: 0 0 24px !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-section-title h2 {
    margin: 0 !important;
    color: #f5f7fb !important;
    font-size: clamp(34px, 3vw, 42px) !important;
    line-height: .98 !important;
    font-weight: 950 !important;
    letter-spacing: -.055em !important;
    text-transform: uppercase !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-section-title h2::after {
    content: "" !important;
    display: block !important;
    width: 42px !important;
    height: 1px !important;
    margin-top: 14px !important;
    background: #d7bf78 !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-section-title p {
    margin: 14px 0 0 !important;
    color: rgba(232,236,243,.72) !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-orders-list,
  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-address-grid,
  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-dashboard-grid {
    display: grid !important;
    gap: 16px !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-orders-list,
  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-address-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-dashboard-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-order-card,
  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-address-card,
  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-dashboard-card,
  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-empty,
  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-item {
    border-radius: 24px !important;
    padding: 18px !important;
    background: rgba(255,255,255,.035) !important;
    border: 1px solid rgba(255,255,255,.10) !important;
    color: #e8ecf3 !important;
    text-decoration: none !important;
    overflow: hidden !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-order-top {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    width: 100% !important;
    margin-bottom: 16px !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-order-top > span,
  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-order-top .lsmamc-order-total-badge {
    min-height: 36px !important;
    padding: 0 14px !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(215,191,120,.16) !important;
    border: 1px solid rgba(215,191,120,.14) !important;
    color: #d7bf78 !important;
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    white-space: nowrap !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-order-top .lsmamc-order-total-badge * {
    display: inline !important;
    color: inherit !important;
    font: inherit !important;
    line-height: inherit !important;
    white-space: nowrap !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-order-meta {
    display: grid !important;
    gap: 10px !important;
    margin-bottom: 16px !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-order-meta div {
    display: grid !important;
    grid-template-columns: 82px minmax(0, 1fr) !important;
    gap: 12px !important;
    align-items: center !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid rgba(255,255,255,.07) !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-order-meta small {
    color: #d7bf78 !important;
    font-size: 10px !important;
    font-weight: 950 !important;
    letter-spacing: .10em !important;
    text-transform: uppercase !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-order-meta b {
    color: #f5f7fb !important;
    font-size: 14px !important;
    font-weight: 850 !important;
    overflow-wrap: anywhere !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-btn,
  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-native .button,
  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-native button.button,
  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-native input.button,
  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-native .woocommerce-button {
    width: 100% !important;
    min-height: 48px !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #d7bf78 !important;
    color: #050505 !important;
    border: 0 !important;
    text-decoration: none !important;
    font-size: 12px !important;
    font-weight: 950 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
    box-shadow: 0 14px 34px rgba(215,191,120,.14) !important;
  }
}

@media (min-width: 769px) and (max-width: 1030px) {
  body.woocommerce-account.lsmamc-desktop-enabled .content-wrapper {
    max-width: 960px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-app {
    padding-left: 298px !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-hero,
  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-tabs {
    width: 250px !important;
  }

  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-orders-list,
  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-address-grid,
  body.woocommerce-account.lsmamc-desktop-enabled .lsmamc-dashboard-grid {
    grid-template-columns: 1fr !important;
  }
}

/* =========================================================
   JUMP & TONE - MI CUENTA DESKTOP TIPO REPORTE v2.10.17
========================================================= */
@media (min-width: 992px) {
  body.woocommerce-account.lgb-account-report-enabled .woocommerce-MyAccount-navigation,
  body.woocommerce-account.lgb-account-report-enabled .woocommerce-MyAccount-content,
  body.woocommerce-account.lgb-account-report-enabled .lsmamc-app {
    display: none !important;
  }

  body.woocommerce-account.lgb-account-report-enabled .container.content-wrapper,
  body.woocommerce-account.lgb-account-report-enabled .content-wrapper {
    width: min(100% - 56px, 1440px) !important;
    max-width: 1440px !important;
    margin: 0 auto !important;
    padding: 38px 0 72px !important;
  }

  body.woocommerce-account.lgb-account-report-enabled .row.main-row,
  body.woocommerce-account.lgb-account-report-enabled .site-main,
  body.woocommerce-account.lgb-account-report-enabled .entry-content,
  body.woocommerce-account.lgb-account-report-enabled .entry-content > .woocommerce,
  body.woocommerce-account.lgb-account-report-enabled .woocommerce {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }

  body.woocommerce-account.lgb-account-report-enabled .entry-header {
    display: none !important;
  }

  .lgb-account-report,
  .lgb-account-report *,
  .lgb-account-report *::before,
  .lgb-account-report *::after { box-sizing: border-box; }

  .lgb-account-report {
    display: grid;
    grid-template-columns: 306px minmax(0, 1fr);
    gap: 22px;
    width: 100%;
    align-items: start;
  }

  .lgb-account-report__sidebar {
    display: grid;
    gap: 22px;
    position: sticky;
    top: 118px;
  }

  .lgb-account-report__identity,
  .lgb-account-report__menu,
  .lgb-account-report__panel {
    background: linear-gradient(180deg, rgba(23,29,39,.96), rgba(12,16,23,.98));
    border: 1px solid rgba(215,191,120,.18);
    box-shadow: 0 24px 70px rgba(0,0,0,.25);
  }

  .lgb-account-report__identity {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 132px;
    padding: 26px;
    border-radius: 26px;
  }

  .lgb-account-report__avatar {
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    border-radius: 21px;
    color: #050505;
    background: linear-gradient(135deg,#d7bf78,#f0dc9c);
    font-size: 22px;
    font-weight: 950;
  }

  .lgb-account-report__identity-text small {
    display: block;
    margin-bottom: 6px;
    color: #d7bf78;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .16em;
    text-transform: uppercase;
  }

  .lgb-account-report__identity-text strong {
    display: block;
    color: #f5f7fb;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 950;
  }

  .lgb-account-report__menu {
    display: grid;
    gap: 8px;
    padding: 14px;
    border-radius: 26px;
  }

  .lgb-account-report__menu a {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 58px;
    padding: 0 18px;
    border-radius: 16px;
    color: #e8ecf3 !important;
    background: rgba(255,255,255,.025);
    border: 1px solid rgba(255,255,255,.09);
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 900;
    transition: .2s ease;
  }

  .lgb-account-report__menu a:hover {
    border-color: rgba(215,191,120,.45);
    transform: translateX(2px);
  }

  .lgb-account-report__menu a.is-active {
    color: #050505 !important;
    background: linear-gradient(135deg,#d7bf78,#f0dc9c);
    border-color: #f0dc9c;
  }

  .lgb-account-report__menu-icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
  }

  .lgb-account-report svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .lgb-account-report__panel {
    min-width: 0;
    min-height: 720px;
    padding: 34px;
    border-radius: 28px;
    overflow: hidden;
  }

  .lgb-account-report__heading { margin-bottom: 26px; }
  .lgb-account-report__heading h1 {
    margin: 0 !important;
    color: #f5f7fb !important;
    font-size: clamp(36px,3vw,48px) !important;
    line-height: .95 !important;
    letter-spacing: -.055em !important;
    text-transform: uppercase !important;
    font-weight: 950 !important;
  }
  .lgb-account-report__title-line {
    display: block;
    width: 44px;
    height: 2px;
    margin-top: 14px;
    border-radius: 999px;
    background: #d7bf78;
  }
  .lgb-account-report__heading p {
    margin: 14px 0 0 !important;
    color: #aeb4c0 !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
  }

  .lgb-account-report__filters {
    display: grid;
    grid-template-columns: minmax(180px,1.05fr) minmax(150px,.72fr) 16px minmax(150px,.72fr) minmax(210px,1fr) auto;
    gap: 12px;
    align-items: center;
    margin: 0 0 20px;
  }
  .lgb-account-report__filters label {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 0;
    height: 50px;
    margin: 0 !important;
    border-radius: 14px;
    color: #aeb4c0;
    background: rgba(255,255,255,.025);
    border: 1px solid rgba(255,255,255,.10);
  }
  .lgb-account-report__filters label svg {
    position: absolute;
    left: 14px;
    width: 19px;
    height: 19px;
    pointer-events: none;
  }
  .lgb-account-report__filters input,
  .lgb-account-report__filters select {
    width: 100%;
    height: 48px;
    margin: 0 !important;
    padding: 0 14px !important;
    color: #f5f7fb !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 14px !important;
    outline: 0 !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 750 !important;
  }
  .lgb-account-report__filters label:has(svg) input { padding-left: 44px !important; }
  .lgb-account-report__filters select option { background: #141922; color: #f5f7fb; }
  .lgb-account-report__filters button {
    height: 50px;
    padding: 0 22px;
    border: 0;
    border-radius: 14px;
    color: #050505;
    background: #d7bf78;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
    cursor: pointer;
  }
  .lgb-account-report__dash { color: #7d8594; text-align: center; }

  .lgb-account-report__table-wrap {
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,.09);
    background: rgba(255,255,255,.018);
  }
  .lgb-account-report__table {
    width: 100%;
    margin: 0 !important;
    border-collapse: collapse !important;
    background: transparent !important;
  }
  .lgb-account-report__table th {
    padding: 17px 20px !important;
    color: #d7bf78 !important;
    background: rgba(5,5,5,.46) !important;
    border: 0 !important;
    font-size: 11px !important;
    font-weight: 950 !important;
    letter-spacing: .11em !important;
    text-transform: uppercase !important;
    text-align: left !important;
  }
  .lgb-account-report__table td {
    padding: 16px 20px !important;
    color: #f5f7fb !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.075) !important;
    font-size: 14px !important;
    vertical-align: middle !important;
  }
  .lgb-account-report__table tbody tr:last-child td { border-bottom: 0 !important; }
  .lgb-account-report__table tbody tr:hover td { background: rgba(215,191,120,.035) !important; }
  .lgb-account-report__table .amount,
  .lgb-account-report__table .woocommerce-Price-currencySymbol { color: #f5f7fb !important; }

  .lgb-account-report__status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 13px;
    border-radius: 999px;
    color: #d8e8c0;
    background: rgba(99,150,69,.22);
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
  }
  .lgb-account-report__status.status-processing,
  .lgb-account-report__status.status-on-hold { color: #b7d7ff; background: rgba(49,100,164,.24); }
  .lgb-account-report__status.status-pending { color: #f0cf82; background: rgba(173,111,23,.25); }
  .lgb-account-report__status.status-cancelled,
  .lgb-account-report__status.status-failed,
  .lgb-account-report__status.status-refunded { color: #ffaaa4; background: rgba(155,57,49,.25); }

  .lgb-account-report__table { table-layout: fixed; }
  .lgb-account-report__table th:last-child,
  .lgb-account-report__table td:last-child {
    width: 72px;
    min-width: 72px;
    text-align: center !important;
  }
  .lgb-account-report__purchase { min-width: 0; }
  .lgb-account-report__purchase span { display:block; min-width:0; }
  .lgb-account-report__purchase strong {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
  }
  .lgb-account-report__view {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    min-height: 40px;
    padding: 0;
    border-radius: 12px;
    color: #f0dc9c !important;
    background: transparent;
    border: 1px solid rgba(215,191,120,.72);
    text-decoration: none !important;
    white-space: nowrap;
  }
  .lgb-account-report__view svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .lgb-account-report__view:hover { color:#050505 !important; background:#d7bf78; }

  .lgb-account-report__pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 18px;
    color: #aeb4c0;
    font-size: 13px;
  }
  .lgb-account-report__pagination nav { display:flex; gap:8px; }
  .lgb-account-report__pagination a {
    display:grid;
    place-items:center;
    width:40px;
    height:40px;
    border-radius:10px;
    color:#e8ecf3 !important;
    border:1px solid rgba(255,255,255,.10);
    background:rgba(255,255,255,.025);
    text-decoration:none !important;
    font-weight:900;
  }
  .lgb-account-report__pagination a.is-current { color:#050505 !important; background:#d7bf78; border-color:#f0dc9c; }

  .lgb-account-report__summary-grid {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:16px;
  }
  .lgb-account-report__summary-card,
  .lgb-account-report__welcome,
  .lgb-account-report__native,
  .lgb-account-report__empty {
    border-radius:20px;
    background:rgba(255,255,255,.03);
    border:1px solid rgba(255,255,255,.09);
  }
  .lgb-account-report__summary-card {
    display:flex;
    flex-direction:column;
    min-height:150px;
    padding:22px;
    color:#f5f7fb !important;
    text-decoration:none !important;
  }
  .lgb-account-report__summary-card small { color:#d7bf78; font-size:11px; font-weight:950; letter-spacing:.10em; text-transform:uppercase; }
  .lgb-account-report__summary-card strong { margin:14px 0 8px; font-size:30px; line-height:1; }
  .lgb-account-report__summary-card span { color:#aeb4c0; font-size:13px; }
  .lgb-account-report__welcome { margin-top:18px; padding:28px; }
  .lgb-account-report__welcome h2 { color:#f5f7fb !important; margin:0 0 10px !important; }
  .lgb-account-report__welcome p { color:#aeb4c0 !important; }
  .lgb-account-report__primary {
    display:inline-flex;
    align-items:center;
    min-height:46px;
    margin-top:8px;
    padding:0 20px;
    border-radius:999px;
    color:#050505 !important;
    background:#d7bf78;
    text-decoration:none !important;
    font-size:12px;
    font-weight:950;
    text-transform:uppercase;
  }
  .lgb-account-report__native { padding:24px; color:#e8ecf3; }
  .lgb-account-report__native h2,
  .lgb-account-report__native h3,
  .lgb-account-report__native label { color:#f5f7fb !important; }
  .lgb-account-report__native input,
  .lgb-account-report__native select,
  .lgb-account-report__native textarea {
    color:#f5f7fb !important;
    background:#080b10 !important;
    border:1px solid rgba(255,255,255,.10) !important;
    border-radius:14px !important;
  }
  .lgb-account-report__native .button,
  .lgb-account-report__native button {
    border-radius:999px !important;
    color:#050505 !important;
    background:#d7bf78 !important;
    border:0 !important;
  }
  .lgb-account-report__empty { padding:28px; text-align:center; color:#aeb4c0; }
}

@media (max-width: 991px) {
  .lgb-account-report { display:none !important; }
}

@media (min-width: 992px) and (max-width: 1180px) {
  .lgb-account-report { grid-template-columns:250px minmax(0,1fr); }
  .lgb-account-report__panel { padding:26px; }
  .lgb-account-report__filters { grid-template-columns:1fr 1fr 16px 1fr; }
  .lgb-account-report__search { grid-column:1 / 4; }
  .lgb-account-report__filters button { grid-column:4; }
}


/* =========================================================
   JUMPTONE - MI CUENTA COMO PAGINA PERSONALIZADA
   La pagina WooCommerce usa exclusivamente [lgb_my_account].
========================================================= */
body.woocommerce-account.lgb-account-report-enabled .entry-content > p:empty,
body.woocommerce-account.lgb-account-report-enabled .entry-content > br,
body.woocommerce-account.lgb-account-report-enabled .woocommerce-MyAccount-navigation,
body.woocommerce-account.lgb-account-report-enabled .woocommerce-MyAccount-content,
body.woocommerce-account.lgb-account-report-enabled .lsmamc-app {
  display: none !important;
}

body.woocommerce-account.lgb-account-report-enabled .entry-content,
body.woocommerce-account.lgb-account-report-enabled .entry-content > .lgb-account-report {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

.lgb-account-report__login-required {
  max-width: 560px;
  margin: 60px auto;
  padding: 32px;
  text-align: center;
  border-radius: 24px;
  color: #e8ecf3;
  background: #141922;
  border: 1px solid rgba(215,191,120,.28);
}
.lgb-account-report__login-required a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 12px;
  padding: 0 22px;
  border-radius: 999px;
  color: #050505 !important;
  background: #d7bf78;
  text-decoration: none !important;
  font-weight: 900;
}

@media (max-width: 991px) {
  body.woocommerce-account.lgb-account-report-enabled .container.content-wrapper,
  body.woocommerce-account.lgb-account-report-enabled .content-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    padding: 24px 14px 58px !important;
  }

  body.woocommerce-account.lgb-account-report-enabled .row.main-row,
  body.woocommerce-account.lgb-account-report-enabled .site-main,
  body.woocommerce-account.lgb-account-report-enabled .entry-content,
  body.woocommerce-account.lgb-account-report-enabled article {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .lgb-account-report {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-areas: "sidebar" "panel" !important;
    gap: 14px !important;
    width: 100% !important;
    padding: 14px !important;
    border-radius: 26px !important;
    overflow: hidden !important;
  }

  .lgb-account-report__sidebar {
    grid-area: sidebar !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .lgb-account-report__identity,
  .lgb-account-report__menu,
  .lgb-account-report__panel {
    background: linear-gradient(180deg, rgba(23,29,39,.96), rgba(12,16,23,.98)) !important;
    border: 1px solid rgba(215,191,120,.18) !important;
    box-shadow: 0 18px 46px rgba(0,0,0,.22) !important;
  }

  .lgb-account-report__identity {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    min-height: 82px !important;
    padding: 14px !important;
    border-radius: 20px !important;
  }
  .lgb-account-report__avatar {
    display: grid !important;
    place-items: center !important;
    width: 48px !important;
    height: 48px !important;
    flex: 0 0 48px !important;
    border-radius: 16px !important;
    color: #050505 !important;
    background: linear-gradient(135deg,#d7bf78,#f0dc9c) !important;
    font-size: 18px !important;
    font-weight: 950 !important;
  }
  .lgb-account-report__identity-text small {
    display: block !important;
    margin-bottom: 4px !important;
    color: #d7bf78 !important;
    font-size: 10px !important;
    font-weight: 950 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
  }
  .lgb-account-report__identity-text strong {
    display: block !important;
    color: #f5f7fb !important;
    font-size: 15px !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
  }

  .lgb-account-report__menu {
    display: flex !important;
    gap: 8px !important;
    overflow-x: auto !important;
    padding: 10px !important;
    border-radius: 20px !important;
    scrollbar-width: none;
  }
  .lgb-account-report__menu::-webkit-scrollbar { display: none; }
  .lgb-account-report__menu a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 122px !important;
    min-height: 46px !important;
    padding: 0 14px !important;
    justify-content: center !important;
    border-radius: 14px !important;
    color: #e8ecf3 !important;
    background: rgba(255,255,255,.025) !important;
    border: 1px solid rgba(255,255,255,.09) !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 900 !important;
  }
  .lgb-account-report__menu a.is-active {
    color: #050505 !important;
    background: linear-gradient(135deg,#d7bf78,#f0dc9c) !important;
    border-color: #f0dc9c !important;
  }
  .lgb-account-report__menu-icon {
    width: 18px !important;
    height: 18px !important;
    flex: 0 0 18px !important;
  }

  .lgb-account-report__panel {
    grid-area: panel !important;
    min-height: 0 !important;
    padding: 22px 16px !important;
    border-radius: 22px !important;
    overflow: hidden !important;
  }

  .lgb-account-report__heading {
    margin-bottom: 22px !important;
  }
  .lgb-account-report__heading h1 {
    color: #f5f7fb !important;
    font-size: 32px !important;
  }
  .lgb-account-report__heading p {
    color: #aeb4c0 !important;
  }

  .lgb-account-report__summary-grid {
    grid-template-columns: 1fr !important;
  }

  .lgb-account-report__filters {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  .lgb-account-report__filters label,
  .lgb-account-report__filters button,
  .lgb-account-report__search {
    grid-column: auto !important;
    width: 100% !important;
  }
  .lgb-account-report__dash { display: none !important; }

  .lgb-account-report__table-wrap {
    overflow: visible !important;
    border: 0 !important;
    background: transparent !important;
  }
  .lgb-account-report__table,
  .lgb-account-report__table tbody,
  .lgb-account-report__table tr,
  .lgb-account-report__table td {
    display: block !important;
    width: 100% !important;
  }
  .lgb-account-report__table thead { display: none !important; }
  .lgb-account-report__table tr {
    margin-bottom: 12px !important;
    padding: 14px !important;
    border-radius: 18px !important;
    background: rgba(255,255,255,.035) !important;
    border: 1px solid rgba(255,255,255,.09) !important;
  }
  .lgb-account-report__table td {
    display: grid !important;
    grid-template-columns: 92px minmax(0,1fr) !important;
    gap: 10px !important;
    align-items: center !important;
    padding: 10px 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.07) !important;
  }
  .lgb-account-report__table td::before {
    content: attr(data-label);
    color: #d7bf78;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .lgb-account-report__table td:last-child { border-bottom: 0 !important; }
  .lgb-account-report__view { width: 40px !important; margin-left: auto; }

  .lgb-account-report__pagination {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .lgb-account-report__pagination nav {
    width: 100%;
    overflow-x: auto;
  }
}

/* =========================================================
   JUMP & TONE - DETALLE DE PEDIDO PERSONALIZADO v2.10.19
========================================================= */
.lgb-order-detail { width:100%; color:#f5f7fb; }
.lgb-order-detail__title-row { display:flex; align-items:flex-start; justify-content:space-between; gap:24px; }
.lgb-order-detail__title-row .lgb-account-report__heading { margin-bottom:22px !important; }
.lgb-order-detail__status { display:inline-flex; align-items:center; justify-content:center; min-height:44px; padding:0 20px; border-radius:14px; color:#d7f5b0; background:rgba(90,150,65,.14); border:1px solid rgba(113,180,83,.32); font-size:13px; font-weight:950; white-space:nowrap; text-transform:capitalize; }
.lgb-order-detail__status::before { content:"✓"; display:grid; place-items:center; width:24px; height:24px; margin-right:9px; border-radius:50%; border:2px solid currentColor; }
.lgb-order-detail__status.is-processing::before,.lgb-order-detail__status.is-pending::before,.lgb-order-detail__status.is-on-hold::before { content:"…"; }
.lgb-order-detail__status.is-cancelled,.lgb-order-detail__status.is-failed,.lgb-order-detail__status.is-refunded { color:#ffaaaa; background:rgba(155,55,55,.15); border-color:rgba(210,80,80,.3); }
.lgb-order-detail__kpis { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:14px; margin-bottom:18px; }
.lgb-order-detail__kpis article { position:relative; min-height:96px; padding:20px 18px 18px 66px; border-radius:18px; background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.015)); border:1px solid rgba(255,255,255,.10); }
.lgb-order-detail__kpi-icon { position:absolute; left:18px; top:23px; display:grid; place-items:center; width:34px; height:34px; color:#d7bf78; border:2px solid #d7bf78; border-radius:9px; font-size:18px; font-weight:900; }
.lgb-order-detail__kpis small { display:block; margin-bottom:7px; color:#aeb4c0; font-size:10px; font-weight:850; letter-spacing:.04em; text-transform:uppercase; }
.lgb-order-detail__kpis strong { display:block; color:#f5f7fb; font-size:15px; line-height:1.3; font-weight:950; }
.lgb-order-detail__section { padding:22px; border-radius:20px; background:linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.012)); border:1px solid rgba(215,191,120,.22); overflow:hidden; }
.lgb-order-detail__section > header { display:flex; align-items:center; min-height:35px; margin-bottom:14px; padding-bottom:13px; border-bottom:1px solid rgba(255,255,255,.08); }
.lgb-order-detail__section h2 { margin:0 !important; color:#f5f7fb !important; font-size:20px !important; line-height:1.2 !important; font-weight:950 !important; }
.lgb-order-detail__section h2::before { content:"▤"; margin-right:12px; color:#d7bf78; }
.lgb-order-detail__summary { margin-bottom:18px; }
.lgb-order-detail__table-wrap { overflow-x:auto; }
.lgb-order-detail__table { width:100%; border-collapse:separate; border-spacing:0; border:1px solid rgba(255,255,255,.08); border-radius:15px; overflow:hidden; background:rgba(5,8,12,.25); }
.lgb-order-detail__table th,.lgb-order-detail__table td { padding:13px 16px !important; border:0 !important; border-bottom:1px solid rgba(255,255,255,.08) !important; background:transparent !important; color:#f5f7fb !important; text-align:left; vertical-align:middle; }
.lgb-order-detail__table thead th { color:#e8ecf3 !important; font-size:12px !important; font-weight:850 !important; }
.lgb-order-detail__table td:not(:first-child),.lgb-order-detail__table th:not(:first-child) { text-align:right; white-space:nowrap; }
.lgb-order-detail__table tbody tr:last-child td { border-bottom:0 !important; }
.lgb-order-detail__product { display:flex; align-items:flex-start; gap:12px; min-width:250px; text-align:left; }
.lgb-order-detail__product-body { min-width:0; flex:1 1 auto; }
.lgb-order-detail__product-icon { display:grid; place-items:center; flex:0 0 38px; width:38px; height:38px; border-radius:50%; color:#d7bf78; border:1px solid #d7bf78; font-size:10px; font-weight:950; margin-top:2px; }
.lgb-order-detail__product strong { display:block; color:#f5f7fb; font-size:14px; line-height:1.35; font-weight:950; }
.lgb-order-detail__product-meta { display:flex; flex-wrap:wrap; gap:8px; margin-top:8px; }
.lgb-order-detail__meta-chip { display:inline-flex; align-items:center; gap:5px; min-height:28px; padding:4px 10px; border-radius:999px; border:1px solid rgba(215,191,120,.18); background:rgba(255,255,255,.035); color:#cfd5df; font-size:11px; line-height:1.25; }
.lgb-order-detail__meta-chip b { color:#f0dc9c; font-weight:900; }
.lgb-order-detail__summary-footer { display:flex; justify-content:flex-end; margin-top:14px; }
.lgb-order-detail__totals { width:min(100%,420px); padding:14px 16px; border-radius:14px; border:1px solid rgba(255,255,255,.08); background:rgba(255,255,255,.02); }
.lgb-order-detail__total-row { display:flex; align-items:center; justify-content:space-between; gap:16px; padding:8px 0; border-bottom:1px solid rgba(255,255,255,.06); }
.lgb-order-detail__total-row:last-child { border-bottom:0; }
.lgb-order-detail__total-row span { color:#aeb4c0; font-size:12px; font-weight:800; }
.lgb-order-detail__total-row strong { color:#f5f7fb; font-size:14px; font-weight:900; text-align:right; }
.lgb-order-detail__total-row.is-order_total span,.lgb-order-detail__total-row.is-order_total strong { color:#d7bf78; font-size:16px; font-weight:950; }
.lgb-order-detail__total-row.is-payment strong { max-width:220px; white-space:normal; }
.lgb-order-detail__bottom-grid { display:grid; grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr); gap:18px; }
.lgb-order-detail__address p { margin:0 0 7px !important; color:#d8dde5 !important; font-size:13px !important; line-height:1.45 !important; }
.lgb-order-detail__address p:last-child { margin-top:16px !important; padding-top:15px; border-top:1px solid rgba(255,255,255,.08); }
.lgb-order-detail__invoice dl { display:grid; gap:9px; margin:0 0 18px; }
.lgb-order-detail__invoice dl div { display:grid; grid-template-columns:145px minmax(0,1fr); gap:14px; align-items:start; }
.lgb-order-detail__invoice dt { color:#aeb4c0; font-size:12px; }
.lgb-order-detail__invoice dd { margin:0; color:#f5f7fb; font-size:12px; text-align:right; overflow-wrap:anywhere; }
.lgb-order-detail__invoice-status { display:inline-flex; padding:4px 8px; border-radius:7px; color:#f0dc9c; border:1px solid rgba(215,191,120,.3); background:rgba(215,191,120,.08); }
.lgb-order-detail__invoice-status.is-authorized { color:#bfea98; border-color:rgba(112,185,80,.35); background:rgba(90,150,65,.12); }
.lgb-order-detail__access-key { font-family:monospace; letter-spacing:.01em; }
.lgb-order-detail__invoice-actions { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.lgb-order-detail__invoice-actions a { min-height:48px; display:flex; align-items:center; justify-content:center; border-radius:12px; text-decoration:none !important; font-size:13px; font-weight:950; }
.lgb-order-detail__invoice-actions .is-pdf { color:#ff6868 !important; border:1px solid #df3c46; background:rgba(140,25,35,.08); }
.lgb-order-detail__invoice-actions .is-xml { color:#d7bf78 !important; border:1px solid rgba(215,191,120,.65); background:rgba(215,191,120,.04); }
.lgb-order-detail__invoice-actions a:hover { transform:translateY(-1px); filter:brightness(1.12); }
.lgb-order-detail__invoice-empty { padding:18px; border-radius:14px; background:rgba(215,191,120,.06); border:1px solid rgba(215,191,120,.16); }
.lgb-order-detail__invoice-empty strong { color:#d7bf78; }
.lgb-order-detail__invoice-empty p { margin:6px 0 0 !important; color:#aeb4c0 !important; font-size:13px !important; }
.lgb-order-detail__footer-actions { display:flex; justify-content:flex-start; margin-top:18px; }
.lgb-order-detail__back { min-height:46px; padding:0 20px; display:inline-flex; align-items:center; justify-content:center; border-radius:14px; color:#d7bf78 !important; border:1px solid rgba(215,191,120,.55); text-decoration:none !important; font-size:13px; font-weight:950; }
.lgb-order-detail__back:hover { color:#050505 !important; background:#d7bf78; }

@media (max-width:1100px) {
  .lgb-order-detail__kpis { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .lgb-order-detail__bottom-grid { grid-template-columns:1fr; }
}
@media (max-width:767px) {
  .lgb-order-detail__title-row { display:block; }
  .lgb-order-detail__status { margin:-10px 0 18px; }
  .lgb-order-detail__kpis { grid-template-columns:1fr 1fr; gap:10px; }
  .lgb-order-detail__kpis article { min-height:82px; padding:15px 12px 13px 52px; }
  .lgb-order-detail__kpi-icon { left:12px; top:18px; width:28px; height:28px; font-size:14px; }
  .lgb-order-detail__section { padding:16px; border-radius:18px; }
  .lgb-order-detail__table,.lgb-order-detail__table tbody,.lgb-order-detail__table tr,.lgb-order-detail__table td { display:block; width:100%; }
  .lgb-order-detail__table thead { display:none; }
  .lgb-order-detail__table tbody tr { padding:14px; border-bottom:1px solid rgba(255,255,255,.08); }
  .lgb-order-detail__table tbody td { display:grid; grid-template-columns:90px minmax(0,1fr); gap:10px; padding:9px 0 !important; text-align:right !important; border-bottom:1px solid rgba(255,255,255,.06) !important; white-space:normal !important; }
  .lgb-order-detail__table tbody td::before { content:attr(data-label); color:#d7bf78; text-align:left; font-size:10px; font-weight:950; text-transform:uppercase; }
  .lgb-order-detail__product { min-width:0; text-align:right; justify-content:flex-end; }
  .lgb-order-detail__product-body { display:flex; flex-direction:column; align-items:flex-end; }
  .lgb-order-detail__product-meta { justify-content:flex-end; }
  .lgb-order-detail__meta-chip { justify-content:flex-end; text-align:right; }
  .lgb-order-detail__summary-footer { justify-content:stretch; }
  .lgb-order-detail__totals { width:100%; padding:12px 14px; }
  .lgb-order-detail__total-row { align-items:flex-start; }
  .lgb-order-detail__total-row strong { max-width:60%; }
  .lgb-order-detail__invoice dl div { grid-template-columns:110px minmax(0,1fr); }
  .lgb-order-detail__invoice-actions { grid-template-columns:1fr; }
}
@media (max-width:480px) {
  .lgb-order-detail__kpis { grid-template-columns:1fr; }
}

/* =========================================================
   JUMP & TONE - PEDIDOS: FILTROS Y COLUMNA COMPRA v2.10.22
========================================================= */
@media (min-width: 992px) {
  .lgb-account-report__filters {
    grid-template-columns: minmax(0,1.05fr) minmax(0,.82fr) 14px minmax(0,.82fr) minmax(0,1.12fr) 112px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .lgb-account-report__filters label,
  .lgb-account-report__filters input,
  .lgb-account-report__filters select {
    min-width: 0 !important;
  }

  .lgb-account-report__filters label {
    overflow: hidden !important;
  }

  .lgb-account-report__filters button {
    width: 112px !important;
    min-width: 112px !important;
    max-width: 112px !important;
    padding: 0 14px !important;
    justify-self: end !important;
  }

  .lgb-account-report__table {
    table-layout: fixed !important;
  }

  .lgb-account-report__table th,
  .lgb-account-report__table td {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .lgb-account-report__table th:nth-child(1),
  .lgb-account-report__table td:nth-child(1) { width: 82px; }

  .lgb-account-report__table th:nth-child(2),
  .lgb-account-report__table td:nth-child(2) { width: 112px; }

  .lgb-account-report__table th:nth-child(3),
  .lgb-account-report__table td:nth-child(3) { width: auto; }

  .lgb-account-report__table th:nth-child(4),
  .lgb-account-report__table td:nth-child(4) { width: 136px; }

  .lgb-account-report__table th:nth-child(5),
  .lgb-account-report__table td:nth-child(5) { width: 66px; text-align:center !important; }

  .lgb-account-report__table th:nth-child(6),
  .lgb-account-report__table td:nth-child(6) { width: 92px; text-align:right !important; }

  .lgb-account-report__table th:nth-child(7),
  .lgb-account-report__table td:nth-child(7) { width: 142px; text-align:right !important; }
}

.lgb-account-report__purchase {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.lgb-account-report__purchase span {
  display: flex;
  align-items: baseline;
  gap: 7px;
  min-width: 0;
}

.lgb-account-report__purchase strong {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: #f5f7fb;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lgb-account-report__purchase small,
.lgb-account-report__purchase em {
  color: #aeb4c0;
  font-size: 11px;
  font-style: normal;
  font-weight: 750;
  white-space: nowrap;
}

@media (min-width: 992px) and (max-width: 1180px) {
  .lgb-account-report__filters {
    grid-template-columns: minmax(0,1fr) minmax(0,1fr) 14px minmax(0,1fr) !important;
  }

  .lgb-account-report__filters .lgb-account-report__search {
    grid-column: 1 / 4 !important;
  }

  .lgb-account-report__filters button {
    grid-column: 4 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  .lgb-account-report__table th,
  .lgb-account-report__table td {
    padding-left: 11px !important;
    padding-right: 11px !important;
    font-size: 12px !important;
  }

  .lgb-account-report__table th:nth-child(1),
  .lgb-account-report__table td:nth-child(1) { width: 70px; }

  .lgb-account-report__table th:nth-child(2),
  .lgb-account-report__table td:nth-child(2) { width: 96px; }

  .lgb-account-report__table th:nth-child(4),
  .lgb-account-report__table td:nth-child(4) { width: 118px; }

  .lgb-account-report__table th:nth-child(5),
  .lgb-account-report__table td:nth-child(5) { width: 54px; }

  .lgb-account-report__table th:nth-child(6),
  .lgb-account-report__table td:nth-child(6) { width: 78px; }

  .lgb-account-report__table th:nth-child(7),
  .lgb-account-report__table td:nth-child(7) { width: 126px; }

  .lgb-account-report__purchase strong {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .lgb-account-report__purchase strong {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }

  .lgb-account-report__purchase span {
    justify-content: flex-end;
    text-align: right;
  }

  .lgb-account-report__purchase em {
    text-align: right;
  }
}

/* =========================================================
   JUMP & TONE - MI CUENTA MOBILE INDEPENDIENTE v2.10.26
   Estructura exclusiva para el endpoint Inicio de Mi cuenta.
========================================================= */
.lgb-mobile-account-home {
  display: none;
}

@media (min-width: 992px) {
  .lgb-account-desktop-only {
    display: block !important;
  }
}

@media (max-width: 991px) {
  body.woocommerce-account.lgb-account-dashboard-page {
    background: #050505 !important;
    color: #f5f7fb !important;
  }

  body.woocommerce-account.lgb-account-dashboard-page .lgb-account-desktop-only {
    display: none !important;
  }

  body.woocommerce-account.lgb-account-dashboard-page .container.content-wrapper,
  body.woocommerce-account.lgb-account-dashboard-page .content-wrapper,
  body.woocommerce-account.lgb-account-dashboard-page .row.main-row,
  body.woocommerce-account.lgb-account-dashboard-page #primary,
  body.woocommerce-account.lgb-account-dashboard-page .site-main,
  body.woocommerce-account.lgb-account-dashboard-page article,
  body.woocommerce-account.lgb-account-dashboard-page .entry-content,
  body.woocommerce-account.lgb-account-dashboard-page .entry-content > .woocommerce,
  body.woocommerce-account.lgb-account-dashboard-page .woocommerce {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: transparent !important;
  }

  body.woocommerce-account.lgb-account-dashboard-page .container.content-wrapper,
  body.woocommerce-account.lgb-account-dashboard-page .content-wrapper {
    padding-top: 18px !important;
    padding-bottom: 54px !important;
  }

  body.woocommerce-account.lgb-account-dashboard-page .entry-header,
  body.woocommerce-account.lgb-account-dashboard-page .woocommerce-MyAccount-navigation,
  body.woocommerce-account.lgb-account-dashboard-page .woocommerce-MyAccount-content,
  body.woocommerce-account.lgb-account-dashboard-page .lsmamc-app {
    display: none !important;
  }

  .lgb-mobile-account-home,
  .lgb-mobile-account-home *,
  .lgb-mobile-account-home *::before,
  .lgb-mobile-account-home *::after {
    box-sizing: border-box !important;
  }

  .lgb-mobile-account-home {
    --lgbm-bg: #050505;
    --lgbm-panel: #111720;
    --lgbm-panel-2: #151c26;
    --lgbm-border: rgba(215, 191, 120, 0.28);
    --lgbm-border-soft: rgba(255, 255, 255, 0.09);
    --lgbm-text: #f5f7fb;
    --lgbm-muted: #aeb4c0;
    --lgbm-gold: #d7bf78;
    --lgbm-gold-2: #f0dc9c;

    display: grid !important;
    gap: 16px !important;
    width: min(100% - 28px, 680px) !important;
    max-width: 680px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    color: var(--lgbm-text) !important;
  }

  .lgb-mobile-account-home svg {
    width: 100% !important;
    height: 100% !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.8 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
  }

  .lgb-mobile-account-home__tabs {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 1px solid var(--lgbm-border) !important;
    border-radius: 18px !important;
    background: linear-gradient(180deg, #151b25 0%, #0d1219 100%) !important;
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28) !important;
  }

  .lgb-mobile-account-home__tabs a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    min-width: 0 !important;
    min-height: 72px !important;
    padding: 10px 5px !important;
    color: #c8cdd5 !important;
    background: transparent !important;
    border: 0 !important;
    border-right: 1px solid rgba(255, 255, 255, 0.07) !important;
    border-radius: 0 !important;
    text-decoration: none !important;
    font-size: 11px !important;
    font-weight: 850 !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
  }

  .lgb-mobile-account-home__tabs a:last-child {
    border-right: 0 !important;
  }

  .lgb-mobile-account-home__tabs a.is-active {
    color: #050505 !important;
    background: linear-gradient(135deg, var(--lgbm-gold), var(--lgbm-gold-2)) !important;
  }

  .lgb-mobile-account-home__tab-icon {
    display: inline-grid !important;
    place-items: center !important;
    width: 22px !important;
    height: 22px !important;
    color: currentColor !important;
  }

  .lgb-mobile-account-home__hero,
  .lgb-mobile-account-home__metric,
  .lgb-mobile-account-home__welcome {
    border: 1px solid var(--lgbm-border) !important;
    background:
      radial-gradient(circle at top right, rgba(215, 191, 120, 0.075), transparent 34%),
      linear-gradient(145deg, rgba(23, 30, 41, 0.98), rgba(12, 17, 24, 0.99)) !important;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24) !important;
  }

  .lgb-mobile-account-home__hero {
    display: grid !important;
    gap: 24px !important;
    padding: 26px 20px 20px !important;
    border-radius: 24px !important;
  }

  .lgb-mobile-account-home__heading {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .lgb-mobile-account-home__heading h1 {
    margin: 0 !important;
    color: var(--lgbm-text) !important;
    font-size: clamp(34px, 10vw, 48px) !important;
    line-height: 1 !important;
    letter-spacing: -0.045em !important;
    font-weight: 900 !important;
    text-transform: none !important;
  }

  .lgb-mobile-account-home__heading p {
    max-width: 480px !important;
    margin: 15px 0 0 !important;
    color: var(--lgbm-muted) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.55 !important;
  }

  .lgb-mobile-account-home__profile {
    display: grid !important;
    grid-template-columns: 62px minmax(0, 1fr) 24px !important;
    align-items: center !important;
    gap: 15px !important;
    width: 100% !important;
    min-height: 104px !important;
    padding: 16px !important;
    color: var(--lgbm-text) !important;
    background: rgba(255, 255, 255, 0.022) !important;
    border: 1px solid var(--lgbm-border-soft) !important;
    border-radius: 20px !important;
    text-decoration: none !important;
  }

  .lgb-mobile-account-home__avatar {
    display: grid !important;
    place-items: center !important;
    width: 62px !important;
    height: 62px !important;
    border-radius: 50% !important;
    color: #050505 !important;
    background: linear-gradient(135deg, var(--lgbm-gold), var(--lgbm-gold-2)) !important;
    font-size: 26px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
  }

  .lgb-mobile-account-home__profile-copy {
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important;
    min-width: 0 !important;
  }

  .lgb-mobile-account-home__profile-copy strong {
    overflow: hidden !important;
    color: var(--lgbm-text) !important;
    font-size: 19px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .lgb-mobile-account-home__profile-copy small {
    color: var(--lgbm-muted) !important;
    font-size: 13px !important;
    font-weight: 500 !important;
  }

  .lgb-mobile-account-home__chevron {
    color: var(--lgbm-gold) !important;
    font-size: 38px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    text-align: center !important;
  }

  .lgb-mobile-account-home__metrics {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  .lgb-mobile-account-home__metric {
    display: grid !important;
    grid-template-columns: 52px minmax(0, 1fr) !important;
    grid-template-areas:
      "icon copy"
      "link link" !important;
    align-items: center !important;
    gap: 14px !important;
    min-width: 0 !important;
    min-height: 178px !important;
    padding: 18px !important;
    border-radius: 22px !important;
    color: var(--lgbm-text) !important;
    text-decoration: none !important;
  }

  .lgb-mobile-account-home__metric.is-wide {
    grid-column: 1 / -1 !important;
    min-height: 166px !important;
  }

  .lgb-mobile-account-home__metric-icon {
    grid-area: icon !important;
    display: grid !important;
    place-items: center !important;
    width: 52px !important;
    height: 52px !important;
    color: var(--lgbm-gold) !important;
    background: rgba(4, 6, 9, 0.34) !important;
    border: 1px solid rgba(255, 255, 255, 0.10) !important;
    border-radius: 50% !important;
  }

  .lgb-mobile-account-home__metric-icon svg {
    width: 25px !important;
    height: 25px !important;
  }

  .lgb-mobile-account-home__metric-copy {
    grid-area: copy !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 7px !important;
    min-width: 0 !important;
  }

  .lgb-mobile-account-home__metric-copy small {
    color: var(--lgbm-muted) !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
  }

  .lgb-mobile-account-home__metric-copy strong {
    color: var(--lgbm-text) !important;
    font-size: 34px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
  }

  .lgb-mobile-account-home__metric-link {
    grid-area: link !important;
    align-self: end !important;
    display: flex !important;
    align-items: center !important;
    color: var(--lgbm-gold) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
  }

  .lgb-mobile-account-home__metric-link b {
    margin-left: 8px !important;
    font-size: 24px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
  }

  .lgb-mobile-account-home__welcome {
    display: block !important;
    padding: 26px 20px 20px !important;
    border-radius: 24px !important;
  }

  .lgb-mobile-account-home__welcome h2 {
    margin: 0 !important;
    color: var(--lgbm-gold) !important;
    font-size: clamp(28px, 8vw, 42px) !important;
    font-weight: 850 !important;
    line-height: 1.12 !important;
    letter-spacing: -0.035em !important;
  }

  .lgb-mobile-account-home__welcome p {
    margin: 15px 0 0 !important;
    color: #d7dce5 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.65 !important;
  }

  .lgb-mobile-account-home__welcome > a {
    display: grid !important;
    grid-template-columns: 24px minmax(0, 1fr) 20px !important;
    align-items: center !important;
    gap: 11px !important;
    width: 100% !important;
    min-height: 56px !important;
    margin-top: 22px !important;
    padding: 0 18px !important;
    color: #050505 !important;
    background: linear-gradient(135deg, var(--lgbm-gold), var(--lgbm-gold-2)) !important;
    border: 1px solid rgba(240, 220, 156, 0.88) !important;
    border-radius: 15px !important;
    text-decoration: none !important;
    font-size: 15px !important;
    font-weight: 950 !important;
    text-align: center !important;
  }

  .lgb-mobile-account-home__welcome-icon {
    width: 24px !important;
    height: 24px !important;
  }

  .lgb-mobile-account-home__welcome > a > b {
    font-size: 28px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
  }
}

@media (max-width: 390px) {
  .lgb-mobile-account-home {
    width: min(100% - 20px, 680px) !important;
    gap: 12px !important;
  }

  .lgb-mobile-account-home__tabs a {
    min-height: 66px !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
    font-size: 10px !important;
  }

  .lgb-mobile-account-home__hero {
    gap: 20px !important;
    padding: 22px 16px 16px !important;
  }

  .lgb-mobile-account-home__heading p {
    font-size: 14px !important;
  }

  .lgb-mobile-account-home__profile {
    grid-template-columns: 54px minmax(0, 1fr) 20px !important;
    gap: 12px !important;
    min-height: 92px !important;
    padding: 14px !important;
  }

  .lgb-mobile-account-home__avatar {
    width: 54px !important;
    height: 54px !important;
    font-size: 23px !important;
  }

  .lgb-mobile-account-home__profile-copy strong {
    font-size: 17px !important;
  }

  .lgb-mobile-account-home__metrics {
    gap: 10px !important;
  }

  .lgb-mobile-account-home__metric {
    grid-template-columns: 44px minmax(0, 1fr) !important;
    gap: 10px !important;
    min-height: 164px !important;
    padding: 14px !important;
  }

  .lgb-mobile-account-home__metric-icon {
    width: 44px !important;
    height: 44px !important;
  }

  .lgb-mobile-account-home__metric-copy small {
    font-size: 11px !important;
  }

  .lgb-mobile-account-home__metric-copy strong {
    font-size: 28px !important;
  }

  .lgb-mobile-account-home__metric-link {
    font-size: 12px !important;
  }

  .lgb-mobile-account-home__welcome {
    padding: 22px 16px 16px !important;
  }
}


/* =========================================================
   JUMP & TONE - MIS PEDIDOS MOBILE INDEPENDIENTE v2.10.27
   Estructura exclusiva para el endpoint Pedidos.
========================================================= */
.lgb-mobile-account-orders {
  display: none;
}

@media (max-width: 991px) {
  body.woocommerce-account.lgb-account-orders-page {
    background: #050505 !important;
    color: #f5f7fb !important;
  }

  body.woocommerce-account.lgb-account-orders-page .lgb-account-desktop-only {
    display: none !important;
  }

  body.woocommerce-account.lgb-account-orders-page .container.content-wrapper,
  body.woocommerce-account.lgb-account-orders-page .content-wrapper,
  body.woocommerce-account.lgb-account-orders-page .row.main-row,
  body.woocommerce-account.lgb-account-orders-page #primary,
  body.woocommerce-account.lgb-account-orders-page .site-main,
  body.woocommerce-account.lgb-account-orders-page article,
  body.woocommerce-account.lgb-account-orders-page .entry-content,
  body.woocommerce-account.lgb-account-orders-page .entry-content > .woocommerce,
  body.woocommerce-account.lgb-account-orders-page .woocommerce {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: transparent !important;
  }

  body.woocommerce-account.lgb-account-orders-page .container.content-wrapper,
  body.woocommerce-account.lgb-account-orders-page .content-wrapper {
    padding-top: 18px !important;
    padding-bottom: 54px !important;
  }

  body.woocommerce-account.lgb-account-orders-page .entry-header,
  body.woocommerce-account.lgb-account-orders-page .woocommerce-MyAccount-navigation,
  body.woocommerce-account.lgb-account-orders-page .woocommerce-MyAccount-content,
  body.woocommerce-account.lgb-account-orders-page .lsmamc-app {
    display: none !important;
  }

  .lgb-mobile-account-orders,
  .lgb-mobile-account-orders *,
  .lgb-mobile-account-orders *::before,
  .lgb-mobile-account-orders *::after {
    box-sizing: border-box !important;
  }

  .lgb-mobile-account-orders {
    --lgbm-bg: #050505;
    --lgbm-panel: #111720;
    --lgbm-border: rgba(215, 191, 120, 0.28);
    --lgbm-border-soft: rgba(255, 255, 255, 0.09);
    --lgbm-text: #f5f7fb;
    --lgbm-muted: #aeb4c0;
    --lgbm-gold: #d7bf78;
    --lgbm-gold-2: #f0dc9c;
    display: grid !important;
    gap: 16px !important;
    width: min(100% - 28px, 680px) !important;
    max-width: 680px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    color: var(--lgbm-text) !important;
  }

  .lgb-mobile-account-orders svg {
    width: 100% !important;
    height: 100% !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.8 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
  }

  .lgb-mobile-account-orders__panel {
    border: 1px solid var(--lgbm-border) !important;
    border-radius: 24px !important;
    padding: 24px 18px 18px !important;
    background:
      radial-gradient(circle at top right, rgba(215, 191, 120, 0.075), transparent 34%),
      linear-gradient(145deg, rgba(23, 30, 41, 0.98), rgba(12, 17, 24, 0.99)) !important;
    box-shadow: 0 24px 60px rgba(0,0,0,.24) !important;
  }

  .lgb-mobile-account-orders__heading h1 {
    margin: 0 !important;
    color: var(--lgbm-text) !important;
    font-size: clamp(34px, 10vw, 48px) !important;
    line-height: 1 !important;
    letter-spacing: -0.05em !important;
    font-weight: 950 !important;
    text-transform: uppercase !important;
  }
  .lgb-mobile-account-orders__title-line {
    display:block !important;
    width:44px !important;
    height:3px !important;
    margin:14px 0 0 !important;
    border-radius:999px !important;
    background:var(--lgbm-gold) !important;
  }
  .lgb-mobile-account-orders__heading p {
    margin:16px 0 0 !important;
    color:var(--lgbm-muted) !important;
    font-size:15px !important;
    line-height:1.6 !important;
  }

  .lgb-mobile-account-orders__filters {
    display:grid !important;
    gap:12px !important;
    margin:20px 0 18px !important;
  }
  .lgb-mobile-account-orders__filters label {
    position:relative !important;
    display:grid !important;
    grid-template-columns: 40px minmax(0,1fr) !important;
    align-items:center !important;
    min-height:72px !important;
    padding:0 14px !important;
    border-radius:18px !important;
    border:1px solid var(--lgbm-border-soft) !important;
    background:rgba(255,255,255,.022) !important;
    color:var(--lgbm-text) !important;
  }
  .lgb-mobile-account-orders__filters label.is-select {
    min-height:64px !important;
  }
  .lgb-mobile-account-orders__field-icon {
    display:grid !important;
    place-items:center !important;
    width:26px !important;
    height:26px !important;
    color:#d8dde6 !important;
  }
  .lgb-mobile-account-orders__field-copy {
    display:flex !important;
    flex-direction:column !important;
    gap:4px !important;
  }
  .lgb-mobile-account-orders__field-copy small {
    color:var(--lgbm-muted) !important;
    font-size:12px !important;
    line-height:1 !important;
  }
  .lgb-mobile-account-orders__filters input,
  .lgb-mobile-account-orders__filters select {
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    outline:0 !important;
    box-shadow:none !important;
    color:var(--lgbm-text) !important;
    background:transparent !important;
    border-radius:0 !important;
    font-size:14px !important;
    font-weight:600 !important;
    line-height:1.35 !important;
  }
  .lgb-mobile-account-orders__filters input[type="date"] {
    min-height:30px !important;
  }
  .lgb-mobile-account-orders__filters select {
    padding-right:18px !important;
    appearance:auto !important;
    -webkit-appearance: menulist !important;
  }
  .lgb-mobile-account-orders__filters button {
    width:100% !important;
    min-height:56px !important;
    border:1px solid rgba(240,220,156,.88) !important;
    border-radius:16px !important;
    color:#050505 !important;
    background:linear-gradient(135deg,var(--lgbm-gold),var(--lgbm-gold-2)) !important;
    font-size:14px !important;
    font-weight:950 !important;
    letter-spacing:.06em !important;
    text-transform:uppercase !important;
  }

  .lgb-mobile-account-orders__list {
    display:grid !important;
    gap:12px !important;
  }
  .lgb-mobile-account-orders__card {
    display:grid !important;
    grid-template-columns: 82px minmax(0,1fr) auto auto 54px !important;
    align-items:center !important;
    gap:10px !important;
    min-height:112px !important;
    padding:16px 14px !important;
    border-radius:20px !important;
    border:1px solid var(--lgbm-border-soft) !important;
    background:rgba(255,255,255,.02) !important;
  }
  .lgb-mobile-account-orders__col { min-width:0 !important; }
  .lgb-mobile-account-orders__col--left strong,
  .lgb-mobile-account-orders__col--purchase strong,
  .lgb-mobile-account-orders__col--total strong {
    display:block !important;
    color:var(--lgbm-text) !important;
    font-size:15px !important;
    line-height:1.25 !important;
    font-weight:900 !important;
  }
  .lgb-mobile-account-orders__col--left span,
  .lgb-mobile-account-orders__col--purchase span,
  .lgb-mobile-account-orders__col--meta small {
    display:block !important;
    margin-top:6px !important;
    color:#d5dae3 !important;
    font-size:12px !important;
    line-height:1.35 !important;
  }
  .lgb-mobile-account-orders__col--purchase strong {
    font-weight:700 !important;
  }
  .lgb-mobile-account-orders__col--meta {
    display:flex !important;
    flex-direction:column !important;
    gap:8px !important;
    align-items:flex-start !important;
  }
  .lgb-mobile-account-orders__status {
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-height:34px !important;
    padding:0 14px !important;
    border-radius:999px !important;
    font-size:12px !important;
    font-weight:900 !important;
    white-space:nowrap !important;
    color:#d8e8c0 !important;
    background:rgba(99,150,69,.22) !important;
  }
  .lgb-mobile-account-orders__status.status-processing,
  .lgb-mobile-account-orders__status.status-on-hold { color:#b7d7ff !important; background:rgba(49,100,164,.24) !important; }
  .lgb-mobile-account-orders__status.status-pending { color:#f0cf82 !important; background:rgba(173,111,23,.25) !important; }
  .lgb-mobile-account-orders__status.status-cancelled,
  .lgb-mobile-account-orders__status.status-failed,
  .lgb-mobile-account-orders__status.status-refunded { color:#ffaaa4 !important; background:rgba(155,57,49,.25) !important; }
  .lgb-mobile-account-orders__col--total strong {
    text-align:right !important;
    white-space:nowrap !important;
  }
  .lgb-mobile-account-orders__view {
    display:grid !important;
    place-items:center !important;
    width:46px !important;
    height:46px !important;
    color:var(--lgbm-gold) !important;
    border:1px solid rgba(215,191,120,.72) !important;
    border-radius:14px !important;
    text-decoration:none !important;
    background:transparent !important;
  }
  .lgb-mobile-account-orders__view svg {
    width:20px !important;
    height:20px !important;
  }
  .lgb-mobile-account-orders__empty {
    padding:24px 16px !important;
    border:1px solid var(--lgbm-border-soft) !important;
    border-radius:18px !important;
    text-align:center !important;
    color:var(--lgbm-muted) !important;
    background:rgba(255,255,255,.02) !important;
  }
  .lgb-mobile-account-orders__footer {
    display:flex !important;
    flex-direction:column !important;
    gap:12px !important;
    align-items:center !important;
    margin-top:16px !important;
    color:var(--lgbm-muted) !important;
    font-size:13px !important;
    text-align:center !important;
  }
  .lgb-mobile-account-orders__footer nav {
    display:flex !important;
    gap:8px !important;
    justify-content:center !important;
    flex-wrap:wrap !important;
  }
  .lgb-mobile-account-orders__footer nav a {
    display:grid !important;
    place-items:center !important;
    width:38px !important;
    height:38px !important;
    border-radius:12px !important;
    color:#e8ecf3 !important;
    text-decoration:none !important;
    border:1px solid var(--lgbm-border-soft) !important;
    background:rgba(255,255,255,.02) !important;
    font-weight:900 !important;
  }
  .lgb-mobile-account-orders__footer nav a.is-current {
    color:#050505 !important;
    background:linear-gradient(135deg,var(--lgbm-gold),var(--lgbm-gold-2)) !important;
    border-color:#f0dc9c !important;
  }
}

@media (max-width: 390px) {
  .lgb-mobile-account-orders {
    width:min(100% - 20px,680px) !important;
    gap:12px !important;
  }
  .lgb-mobile-account-orders__panel {
    padding:22px 16px 16px !important;
  }
  .lgb-mobile-account-orders__filters {
    gap:10px !important;
  }
  .lgb-mobile-account-orders__filters label {
    min-height:68px !important;
    padding:0 12px !important;
  }
  .lgb-mobile-account-orders__card {
    grid-template-columns: 72px minmax(0,1fr) 84px 70px 44px !important;
    gap:8px !important;
    padding:14px 12px !important;
    min-height:104px !important;
  }
  .lgb-mobile-account-orders__col--left strong,
  .lgb-mobile-account-orders__col--purchase strong,
  .lgb-mobile-account-orders__col--total strong {
    font-size:13px !important;
  }
  .lgb-mobile-account-orders__col--left span,
  .lgb-mobile-account-orders__col--purchase span,
  .lgb-mobile-account-orders__col--meta small {
    font-size:11px !important;
  }
  .lgb-mobile-account-orders__status {
    min-height:30px !important;
    padding:0 10px !important;
    font-size:11px !important;
  }
  .lgb-mobile-account-orders__view {
    width:42px !important;
    height:42px !important;
  }
}

/* =========================================================
   JUMP & TONE - MIS PEDIDOS MOBILE CARDS 2 FILAS v2.10.28
   Redefinición final del endpoint Pedidos en teléfono.
========================================================= */
@media (max-width: 991px) {
  .lgb-mobile-account-orders__date-range {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0 !important;
    overflow: hidden !important;
    border: 1px solid var(--lgbm-border-soft) !important;
    border-radius: 18px !important;
    background: rgba(255,255,255,.022) !important;
  }

  .lgb-mobile-account-orders__date-range > label {
    min-width: 0 !important;
    min-height: 76px !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  .lgb-mobile-account-orders__date-range > label + label {
    border-left: 1px solid rgba(255,255,255,.10) !important;
  }

  .lgb-mobile-account-orders__filters button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
  }

  .lgb-mobile-account-orders__filters button > span {
    display: grid !important;
    place-items: center !important;
    width: 20px !important;
    height: 20px !important;
  }

  .lgb-mobile-account-orders__list {
    gap: 14px !important;
  }

  .lgb-mobile-account-orders__card {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 56px minmax(0, 1fr) 48px !important;
    grid-template-rows: auto auto !important;
    grid-template-areas:
      "icon top view"
      "icon bottom view" !important;
    align-items: center !important;
    column-gap: 14px !important;
    row-gap: 12px !important;
    min-width: 0 !important;
    min-height: 136px !important;
    padding: 18px 16px !important;
    border-radius: 20px !important;
    border: 1px solid var(--lgbm-border-soft) !important;
    background:
      radial-gradient(circle at 15% 50%, rgba(215,191,120,.045), transparent 34%),
      rgba(255,255,255,.018) !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }

  .lgb-mobile-account-orders__card-icon {
    grid-area: icon !important;
    display: grid !important;
    place-items: center !important;
    width: 54px !important;
    height: 54px !important;
    align-self: center !important;
    color: var(--lgbm-gold) !important;
    border: 1px solid rgba(215,191,120,.55) !important;
    border-radius: 50% !important;
    background: rgba(5,7,10,.42) !important;
  }

  .lgb-mobile-account-orders__card-icon svg {
    width: 25px !important;
    height: 25px !important;
  }

  .lgb-mobile-account-orders__card.status-processing .lgb-mobile-account-orders__card-icon,
  .lgb-mobile-account-orders__card.status-on-hold .lgb-mobile-account-orders__card-icon {
    color: #91c7ff !important;
    border-color: rgba(80,145,215,.48) !important;
  }

  .lgb-mobile-account-orders__card.status-cancelled .lgb-mobile-account-orders__card-icon,
  .lgb-mobile-account-orders__card.status-failed .lgb-mobile-account-orders__card-icon,
  .lgb-mobile-account-orders__card.status-refunded .lgb-mobile-account-orders__card-icon {
    color: #ff9d96 !important;
    border-color: rgba(210,80,80,.48) !important;
  }

  .lgb-mobile-account-orders__card-top {
    grid-area: top !important;
    display: grid !important;
    grid-template-columns: minmax(0,1fr) auto !important;
    align-items: start !important;
    gap: 12px !important;
    min-width: 0 !important;
  }

  .lgb-mobile-account-orders__identity {
    display: grid !important;
    gap: 5px !important;
    min-width: 0 !important;
  }

  .lgb-mobile-account-orders__identity strong {
    color: var(--lgbm-text) !important;
    font-size: 16px !important;
    line-height: 1.1 !important;
    font-weight: 950 !important;
  }

  .lgb-mobile-account-orders__identity span {
    display: -webkit-box !important;
    overflow: hidden !important;
    color: #eef1f6 !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 650 !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow-wrap: anywhere !important;
  }

  .lgb-mobile-account-orders__status {
    align-self: start !important;
    min-height: 32px !important;
    max-width: 116px !important;
    padding: 0 12px !important;
    overflow: hidden !important;
    font-size: 11px !important;
    text-overflow: ellipsis !important;
  }

  .lgb-mobile-account-orders__card-bottom {
    grid-area: bottom !important;
    display: grid !important;
    grid-template-columns: minmax(94px,1fr) auto auto !important;
    align-items: end !important;
    gap: 14px !important;
    min-width: 0 !important;
  }

  .lgb-mobile-account-orders__date {
    display: grid !important;
    grid-template-columns: auto auto !important;
    align-items: center !important;
    justify-content: start !important;
    gap: 8px !important;
    min-width: 0 !important;
    color: var(--lgbm-muted) !important;
  }

  .lgb-mobile-account-orders__date b,
  .lgb-mobile-account-orders__date i {
    color: var(--lgbm-muted) !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    font-style: normal !important;
    font-weight: 550 !important;
    white-space: nowrap !important;
  }

  .lgb-mobile-account-orders__date i::before {
    content: "|" !important;
    margin-right: 8px !important;
    color: rgba(255,255,255,.20) !important;
  }

  .lgb-mobile-account-orders__items {
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    color: #c9cfd8 !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
  }

  .lgb-mobile-account-orders__items small {
    margin-top: 3px !important;
    color: var(--lgbm-gold) !important;
    font-size: 10px !important;
  }

  .lgb-mobile-account-orders__total {
    color: var(--lgbm-text) !important;
    font-size: 16px !important;
    line-height: 1.1 !important;
    font-weight: 950 !important;
    text-align: right !important;
    white-space: nowrap !important;
  }

  .lgb-mobile-account-orders__view {
    grid-area: view !important;
    align-self: center !important;
    justify-self: end !important;
    width: 46px !important;
    height: 46px !important;
  }

  .lgb-mobile-account-orders__footer {
    gap: 14px !important;
    margin-top: 22px !important;
  }

  .lgb-mobile-account-orders__footer nav {
    align-items: center !important;
    gap: 9px !important;
  }

  .lgb-mobile-account-orders__footer nav a,
  .lgb-mobile-account-orders__footer nav .is-ellipsis {
    display: grid !important;
    place-items: center !important;
    width: 42px !important;
    height: 42px !important;
    border-radius: 12px !important;
    font-size: 14px !important;
    font-weight: 900 !important;
  }

  .lgb-mobile-account-orders__footer nav .is-ellipsis {
    color: var(--lgbm-muted) !important;
  }

  .lgb-mobile-account-orders__footer nav a.is-arrow {
    font-size: 26px !important;
    font-weight: 300 !important;
  }
}

@media (max-width: 430px) {
  .lgb-mobile-account-orders__card {
    grid-template-columns: 50px minmax(0, 1fr) 44px !important;
    column-gap: 11px !important;
    row-gap: 11px !important;
    min-height: 148px !important;
    padding: 16px 13px !important;
  }

  .lgb-mobile-account-orders__card-icon {
    width: 48px !important;
    height: 48px !important;
  }

  .lgb-mobile-account-orders__card-top {
    grid-template-columns: minmax(0,1fr) !important;
    gap: 8px !important;
  }

  .lgb-mobile-account-orders__status {
    justify-self: start !important;
    max-width: 100% !important;
  }

  .lgb-mobile-account-orders__card-bottom {
    grid-template-columns: minmax(0,1fr) auto !important;
    gap: 8px 12px !important;
  }

  .lgb-mobile-account-orders__date {
    grid-template-columns: 1fr !important;
    gap: 3px !important;
  }

  .lgb-mobile-account-orders__date i::before {
    content: none !important;
  }

  .lgb-mobile-account-orders__items {
    align-items: flex-end !important;
    text-align: right !important;
  }

  .lgb-mobile-account-orders__total {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: start !important;
  }

  .lgb-mobile-account-orders__items {
    grid-column: 2 !important;
    grid-row: 2 !important;
  }
}

@media (max-width: 350px) {
  .lgb-mobile-account-orders__panel {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .lgb-mobile-account-orders__date-range {
    grid-template-columns: 1fr !important;
  }

  .lgb-mobile-account-orders__date-range > label + label {
    border-left: 0 !important;
    border-top: 1px solid rgba(255,255,255,.10) !important;
  }

  .lgb-mobile-account-orders__card {
    grid-template-columns: 44px minmax(0, 1fr) 40px !important;
    column-gap: 9px !important;
    padding: 14px 10px !important;
  }

  .lgb-mobile-account-orders__card-icon {
    width: 42px !important;
    height: 42px !important;
  }

  .lgb-mobile-account-orders__view {
    width: 40px !important;
    height: 40px !important;
  }

  .lgb-mobile-account-orders__identity strong {
    font-size: 14px !important;
  }

  .lgb-mobile-account-orders__identity span,
  .lgb-mobile-account-orders__total {
    font-size: 13px !important;
  }
}

/* =========================================================
   JUMP & TONE - AJUSTES MOBILE PEDIDOS v2.10.29
   Más aire interno en cards y select alineado al diseño.
========================================================= */
@media (max-width: 991px) {
  .lgb-mobile-account-orders__filters label.is-select {
    position: relative !important;
    grid-template-columns: 40px minmax(0,1fr) 18px !important;
    min-height: 64px !important;
    padding: 0 18px !important;
    overflow: hidden !important;
  }

  .lgb-mobile-account-orders__filters label.is-select::after {
    content: "" !important;
    display: block !important;
    width: 9px !important;
    height: 9px !important;
    justify-self: end !important;
    margin-top: -5px !important;
    border-right: 2px solid #d7bf78 !important;
    border-bottom: 2px solid #d7bf78 !important;
    transform: rotate(45deg) !important;
    pointer-events: none !important;
  }

  .lgb-mobile-account-orders__filters label.is-select select {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 62px !important;
    margin: 0 !important;
    padding: 0 24px 0 2px !important;
    color: var(--lgbm-text) !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    cursor: pointer !important;
  }

  .lgb-mobile-account-orders__filters label.is-select select::-ms-expand {
    display: none !important;
  }

  .lgb-mobile-account-orders__filters label.is-select select:focus,
  .lgb-mobile-account-orders__filters label.is-select select:hover {
    color: var(--lgbm-text) !important;
    background-color: transparent !important;
  }

  .lgb-mobile-account-orders__filters label.is-select select::-webkit-calendar-picker-indicator {
    opacity: 0 !important;
    display: none !important;
  }

  .lgb-mobile-account-orders__filters label.is-select select option {
    color: #f5f7fb !important;
    background: #141922 !important;
  }

  .lgb-mobile-account-orders__card {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

@media (max-width: 430px) {
  .lgb-mobile-account-orders__filters label.is-select {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .lgb-mobile-account-orders__card {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}

@media (max-width: 350px) {
  .lgb-mobile-account-orders__card {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}


/* =========================================================
   JUMP & TONE - PADDING EXCLUSIVO CARDS MOBILE v2.10.31
   Clase dedicada para evitar reglas globales del tema sobre article.
========================================================= */
@media (max-width: 991px) {
  body.woocommerce-account.lgb-account-orders-page article.lgb-mobile-order-card-padding {
    box-sizing: border-box !important;
    padding: 20px 24px !important;
  }
}

@media (max-width: 430px) {
  body.woocommerce-account.lgb-account-orders-page article.lgb-mobile-order-card-padding {
    padding: 18px 20px !important;
  }
}

@media (max-width: 350px) {
  body.woocommerce-account.lgb-account-orders-page article.lgb-mobile-order-card-padding {
    padding: 16px 18px !important;
  }
}

/* =========================================================
   JUMP & TONE - DIRECCIONES PERSONALIZADAS v2.10.32
   Vista desktop y mobile independiente.
========================================================= */
.lgb-mobile-account-addresses {
  display: none;
}

/* ------------------------- Desktop ------------------------- */
@media (min-width: 992px) {
  .lgb-account-addresses,
  .lgb-account-addresses *,
  .lgb-account-addresses *::before,
  .lgb-account-addresses *::after {
    box-sizing: border-box;
  }

  .lgb-account-addresses {
    display: grid;
    gap: 24px;
    width: 100%;
  }

  .lgb-account-addresses svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .lgb-account-addresses__notice {
    display: grid;
    grid-template-columns: 30px minmax(0,1fr);
    align-items: center;
    gap: 16px;
    min-height: 78px;
    padding: 18px 24px;
    border-radius: 18px;
    color: #aeb4c0;
    background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.015));
    border: 1px solid rgba(255,255,255,.08);
  }

  .lgb-account-addresses__notice > span {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    color: #d7bf78;
  }

  .lgb-account-addresses__notice p {
    margin: 0 !important;
    color: #aeb4c0 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  .lgb-account-addresses__grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 24px;
    align-items: stretch;
  }

  .lgb-account-addresses__card {
    min-width: 0;
    min-height: 520px;
    padding: 28px !important;
    border-radius: 22px;
    color: #f5f7fb;
    background:
      radial-gradient(circle at top right, rgba(215,191,120,.055), transparent 34%),
      linear-gradient(145deg, rgba(23,30,41,.98), rgba(12,17,24,.99));
    border: 1px solid rgba(215,191,120,.24);
    box-shadow: 0 24px 60px rgba(0,0,0,.20);
    overflow: hidden;
  }

  .lgb-account-addresses__card-header {
    display: grid;
    grid-template-columns: 58px minmax(0,1fr);
    align-items: center;
    gap: 16px;
    min-height: 70px;
    padding-bottom: 16px;
  }

  .lgb-account-addresses__actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 58px;
    padding: 0 0 18px;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  .lgb-account-addresses__card-icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    color: #d7bf78;
    border-radius: 50%;
    border: 1px solid rgba(215,191,120,.38);
    background: rgba(215,191,120,.08);
  }

  .lgb-account-addresses__card-icon svg {
    width: 28px;
    height: 28px;
  }

  .lgb-account-addresses__card-header h2 {
    margin: 0 !important;
    color: #f5f7fb !important;
    font-size: clamp(21px,1.8vw,28px) !important;
    line-height: 1.14 !important;
    font-weight: 950 !important;
  }

  .lgb-account-addresses__edit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 12px;
    color: #d7bf78 !important;
    border: 1px solid rgba(215,191,120,.70);
    background: rgba(215,191,120,.025);
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
  }

  .lgb-account-addresses__edit > span {
    width: 18px;
    height: 18px;
  }

  .lgb-account-addresses__edit:hover {
    color: #050505 !important;
    background: #d7bf78;
  }

  .lgb-account-addresses__details {
    display: grid;
  }

  .lgb-account-addresses__detail {
    display: grid;
    grid-template-columns: 28px minmax(0,1fr);
    gap: 14px;
    padding: 22px 2px;
    border-bottom: 1px solid rgba(255,255,255,.07);
  }

  .lgb-account-addresses__detail:last-child {
    border-bottom: 0;
  }

  .lgb-account-addresses__detail > span {
    display: grid;
    place-items: start center;
    width: 24px;
    height: 24px;
    margin-top: 3px;
    color: #d7bf78;
  }

  .lgb-account-addresses__detail small {
    display: block;
    margin-bottom: 7px;
    color: #aeb4c0;
    font-size: 12px;
    line-height: 1.2;
  }

  .lgb-account-addresses__detail strong {
    display: block;
    color: #f5f7fb;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 650;
    overflow-wrap: anywhere;
  }

  .lgb-account-addresses__empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 390px;
    padding: 34px 20px 10px;
    text-align: center;
  }

  .lgb-account-addresses__empty-icon {
    display: grid;
    place-items: center;
    width: 112px;
    height: 112px;
    margin-bottom: 26px;
    color: rgba(174,180,192,.42);
    border-radius: 50%;
    background: rgba(255,255,255,.04);
  }

  .lgb-account-addresses__empty-icon svg {
    width: 52px;
    height: 52px;
  }

  .lgb-account-addresses__empty h3 {
    max-width: 360px;
    margin: 0 !important;
    color: #d5dae2 !important;
    font-size: 22px !important;
    line-height: 1.35 !important;
    font-weight: 800 !important;
  }

  .lgb-account-addresses__empty p {
    max-width: 390px;
    margin: 13px auto 26px !important;
    color: #aeb4c0 !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
  }

  .lgb-account-addresses__empty > a {
    display: inline-grid;
    grid-template-columns: 22px auto;
    align-items: center;
    justify-content: center;
    gap: 11px;
    width: 100%;
    min-height: 56px;
    padding: 0 22px;
    border-radius: 14px;
    color: #050505 !important;
    background: linear-gradient(135deg,#d7bf78,#f0dc9c);
    border: 1px solid #f0dc9c;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 950;
  }

  .lgb-account-addresses__empty > a > span {
    width: 22px;
    height: 22px;
  }

  .lgb-account-address-edit .woocommerce-address-fields__field-wrapper {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 16px;
  }

  .lgb-account-address-edit .form-row {
    width: 100% !important;
    margin: 0 !important;
  }

  .lgb-account-address-edit .form-row-wide {
    grid-column: 1 / -1;
  }
}

/* ------------------------- Mobile ------------------------- */
@media (max-width: 991px) {
  body.woocommerce-account.lgb-account-addresses-page {
    background: #050505 !important;
    color: #f5f7fb !important;
  }

  body.woocommerce-account.lgb-account-addresses-page .lgb-account-desktop-only {
    display: none !important;
  }

  body.woocommerce-account.lgb-account-addresses-page .container.content-wrapper,
  body.woocommerce-account.lgb-account-addresses-page .content-wrapper,
  body.woocommerce-account.lgb-account-addresses-page .row.main-row,
  body.woocommerce-account.lgb-account-addresses-page #primary,
  body.woocommerce-account.lgb-account-addresses-page .site-main,
  body.woocommerce-account.lgb-account-addresses-page article,
  body.woocommerce-account.lgb-account-addresses-page .entry-content,
  body.woocommerce-account.lgb-account-addresses-page .entry-content > .woocommerce,
  body.woocommerce-account.lgb-account-addresses-page .woocommerce {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: transparent !important;
  }

  body.woocommerce-account.lgb-account-addresses-page .container.content-wrapper,
  body.woocommerce-account.lgb-account-addresses-page .content-wrapper {
    padding-top: 18px !important;
    padding-bottom: 54px !important;
  }

  body.woocommerce-account.lgb-account-addresses-page .entry-header,
  body.woocommerce-account.lgb-account-addresses-page .woocommerce-MyAccount-navigation,
  body.woocommerce-account.lgb-account-addresses-page .woocommerce-MyAccount-content,
  body.woocommerce-account.lgb-account-addresses-page .lsmamc-app {
    display: none !important;
  }

  .lgb-mobile-account-addresses,
  .lgb-mobile-account-addresses *,
  .lgb-mobile-account-addresses *::before,
  .lgb-mobile-account-addresses *::after {
    box-sizing: border-box !important;
  }

  .lgb-mobile-account-addresses {
    --lgbm-panel: #111720;
    --lgbm-border: rgba(215,191,120,.28);
    --lgbm-border-soft: rgba(255,255,255,.09);
    --lgbm-text: #f5f7fb;
    --lgbm-muted: #aeb4c0;
    --lgbm-gold: #d7bf78;
    --lgbm-gold-2: #f0dc9c;

    display: grid !important;
    gap: 16px !important;
    width: min(100% - 28px,680px) !important;
    max-width: 680px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    color: var(--lgbm-text) !important;
  }

  .lgb-mobile-account-addresses svg {
    width: 100% !important;
    height: 100% !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.8 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
  }

  .lgb-mobile-account-addresses__panel {
    display: grid !important;
    gap: 18px !important;
    padding: 26px 18px 18px !important;
    border-radius: 24px !important;
    border: 1px solid var(--lgbm-border) !important;
    background:
      radial-gradient(circle at top right, rgba(215,191,120,.07), transparent 34%),
      linear-gradient(145deg, rgba(23,30,41,.98), rgba(12,17,24,.99)) !important;
    box-shadow: 0 24px 60px rgba(0,0,0,.24) !important;
  }

  .lgb-mobile-account-addresses__heading h1 {
    margin: 0 !important;
    color: var(--lgbm-text) !important;
    font-size: clamp(34px,10vw,48px) !important;
    line-height: 1 !important;
    letter-spacing: -.05em !important;
    font-weight: 950 !important;
    text-transform: uppercase !important;
  }

  .lgb-mobile-account-addresses__heading > span {
    display: block !important;
    width: 44px !important;
    height: 3px !important;
    margin-top: 14px !important;
    border-radius: 999px !important;
    background: var(--lgbm-gold) !important;
  }

  .lgb-mobile-account-addresses__heading p {
    margin: 16px 0 0 !important;
    color: var(--lgbm-muted) !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
  }

  .lgb-mobile-account-addresses__notice {
    display: grid !important;
    grid-template-columns: 34px minmax(0,1fr) !important;
    align-items: center !important;
    gap: 14px !important;
    min-height: 92px !important;
    padding: 18px !important;
    border-radius: 18px !important;
    color: var(--lgbm-muted) !important;
    border: 1px solid var(--lgbm-border-soft) !important;
    background: rgba(255,255,255,.022) !important;
  }

  .lgb-mobile-account-addresses__notice > span {
    width: 32px !important;
    height: 32px !important;
    color: var(--lgbm-gold) !important;
  }

  .lgb-mobile-account-addresses__notice p {
    margin: 0 !important;
    color: var(--lgbm-muted) !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  .lgb-mobile-account-addresses__cards {
    display: grid !important;
    gap: 16px !important;
  }

  body.woocommerce-account.lgb-account-addresses-page article.lgb-mobile-account-addresses__card {
    width: 100% !important;
    min-width: 0 !important;
    padding: 22px 20px !important;
    border-radius: 22px !important;
    color: var(--lgbm-text) !important;
    border: 1px solid var(--lgbm-border) !important;
    background:
      radial-gradient(circle at top right, rgba(215,191,120,.05), transparent 34%),
      rgba(255,255,255,.018) !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }

  .lgb-mobile-account-addresses__card-header {
    display: grid !important;
    grid-template-columns: 52px minmax(0,1fr) auto !important;
    align-items: center !important;
    gap: 13px !important;
    min-height: 60px !important;
    padding-bottom: 18px !important;
    border-bottom: 1px solid rgba(255,255,255,.08) !important;
  }

  .lgb-mobile-account-addresses__card-icon {
    display: grid !important;
    place-items: center !important;
    width: 52px !important;
    height: 52px !important;
    color: var(--lgbm-gold) !important;
    border-radius: 50% !important;
    border: 1px solid rgba(215,191,120,.40) !important;
    background: rgba(215,191,120,.07) !important;
  }

  .lgb-mobile-account-addresses__card-icon svg {
    width: 25px !important;
    height: 25px !important;
  }

  .lgb-mobile-account-addresses__card-header h2 {
    margin: 0 !important;
    color: var(--lgbm-text) !important;
    font-size: 21px !important;
    line-height: 1.18 !important;
    font-weight: 950 !important;
  }

  .lgb-mobile-account-addresses__edit {
    display: inline-grid !important;
    grid-template-columns: 18px auto !important;
    align-items: center !important;
    gap: 8px !important;
    min-height: 44px !important;
    padding: 0 13px !important;
    border-radius: 13px !important;
    color: var(--lgbm-gold) !important;
    border: 1px solid rgba(215,191,120,.72) !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 900 !important;
  }

  .lgb-mobile-account-addresses__edit > span {
    width: 18px !important;
    height: 18px !important;
  }

  .lgb-mobile-account-addresses__details {
    display: grid !important;
  }

  .lgb-mobile-account-addresses__detail {
    display: grid !important;
    grid-template-columns: 28px minmax(0,1fr) !important;
    gap: 13px !important;
    padding: 18px 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.07) !important;
  }

  .lgb-mobile-account-addresses__detail:last-child {
    border-bottom: 0 !important;
    padding-bottom: 2px !important;
  }

  .lgb-mobile-account-addresses__detail > span {
    width: 24px !important;
    height: 24px !important;
    margin-top: 2px !important;
    color: var(--lgbm-gold) !important;
  }

  .lgb-mobile-account-addresses__detail small {
    display: block !important;
    margin-bottom: 6px !important;
    color: var(--lgbm-muted) !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
  }

  .lgb-mobile-account-addresses__detail strong {
    display: block !important;
    color: var(--lgbm-text) !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
    font-weight: 650 !important;
    overflow-wrap: anywhere !important;
  }

  .lgb-mobile-account-addresses__empty {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    padding: 28px 0 0 !important;
    text-align: center !important;
  }

  .lgb-mobile-account-addresses__empty-icon {
    display: grid !important;
    place-items: center !important;
    width: 104px !important;
    height: 104px !important;
    margin-bottom: 22px !important;
    color: rgba(174,180,192,.40) !important;
    border-radius: 50% !important;
    background: rgba(255,255,255,.04) !important;
  }

  .lgb-mobile-account-addresses__empty-icon svg {
    width: 48px !important;
    height: 48px !important;
  }

  .lgb-mobile-account-addresses__empty h3 {
    max-width: 420px !important;
    margin: 0 !important;
    color: #d8dde5 !important;
    font-size: 18px !important;
    line-height: 1.45 !important;
    font-weight: 800 !important;
  }

  .lgb-mobile-account-addresses__empty p {
    max-width: 440px !important;
    margin: 12px auto 24px !important;
    color: var(--lgbm-muted) !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  .lgb-mobile-account-addresses__empty > a {
    display: grid !important;
    grid-template-columns: 22px auto !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    width: 100% !important;
    min-height: 56px !important;
    padding: 0 18px !important;
    color: #050505 !important;
    background: linear-gradient(135deg,var(--lgbm-gold),var(--lgbm-gold-2)) !important;
    border: 1px solid var(--lgbm-gold-2) !important;
    border-radius: 15px !important;
    text-decoration: none !important;
    font-size: 15px !important;
    font-weight: 950 !important;
  }

  .lgb-mobile-account-addresses__empty > a > span {
    width: 22px !important;
    height: 22px !important;
  }
}

@media (max-width: 430px) {
  .lgb-mobile-account-addresses {
    width: min(100% - 20px,680px) !important;
    gap: 12px !important;
  }

  .lgb-mobile-account-addresses__panel {
    padding: 22px 14px 14px !important;
  }

  body.woocommerce-account.lgb-account-addresses-page article.lgb-mobile-account-addresses__card {
    padding: 19px 16px !important;
  }

  .lgb-mobile-account-addresses__card-header {
    grid-template-columns: 46px minmax(0,1fr) auto !important;
    gap: 10px !important;
  }

  .lgb-mobile-account-addresses__card-icon {
    width: 46px !important;
    height: 46px !important;
  }

  .lgb-mobile-account-addresses__card-header h2 {
    font-size: 18px !important;
  }

  .lgb-mobile-account-addresses__edit {
    min-height: 40px !important;
    padding: 0 11px !important;
    font-size: 12px !important;
  }
}

@media (max-width: 350px) {
  .lgb-mobile-account-addresses__card-header {
    grid-template-columns: 42px minmax(0,1fr) !important;
  }

  .lgb-mobile-account-addresses__edit {
    grid-column: 1 / -1 !important;
    justify-self: stretch !important;
    justify-content: center !important;
    margin-top: 6px !important;
  }
}


/* =========================================================
   JUMP & TONE - EDITAR DIRECCIÓN DESKTOP / MOBILE v2.10.34
========================================================= */
.lgb-mobile-account-address-edit {
  display: none;
}

.lgb-account-address-edit {
  padding: 0 !important;
}
.lgb-account-address-edit__panel {
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(145deg, rgba(23,30,41,.98), rgba(12,17,24,.99));
  box-shadow: 0 24px 60px rgba(0,0,0,.18);
  padding: 28px 28px 24px;
}
.lgb-account-address-edit h2,
.lgb-account-address-edit h3 {
  margin: 0 0 20px !important;
  color: #f5f7fb !important;
  font-size: clamp(24px,2.2vw,34px) !important;
  line-height: 1.08 !important;
  font-weight: 900 !important;
}
.lgb-account-address-edit form {
  margin: 0 !important;
}
.lgb-account-address-edit .woocommerce-address-fields,
.lgb-account-address-edit .woocommerce-address-fields__field-wrapper {
  width: 100%;
}
.lgb-account-address-edit .woocommerce-address-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px 18px;
}
.lgb-account-address-edit .form-row {
  width: 100% !important;
  margin: 0 !important;
}
.lgb-account-address-edit .form-row-first,
.lgb-account-address-edit .form-row-last {
  width: 100% !important;
}
.lgb-account-address-edit .form-row-wide,
.lgb-account-address-edit .address-field,
.lgb-account-address-edit #billing_company_field,
.lgb-account-address-edit #shipping_company_field,
.lgb-account-address-edit #billing_country_field,
.lgb-account-address-edit #shipping_country_field,
.lgb-account-address-edit #billing_address_1_field,
.lgb-account-address-edit #shipping_address_1_field,
.lgb-account-address-edit #billing_address_2_field,
.lgb-account-address-edit #shipping_address_2_field,
.lgb-account-address-edit #billing_city_field,
.lgb-account-address-edit #shipping_city_field,
.lgb-account-address-edit #billing_state_field,
.lgb-account-address-edit #shipping_state_field {
  grid-column: 1 / -1;
}
.lgb-account-address-edit label {
  display: block;
  margin: 0 0 8px !important;
  color: #f5f7fb !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
}
.lgb-account-address-edit label .required {
  color: #ff6a52 !important;
  font-weight: 900 !important;
}
.lgb-account-address-edit input,
.lgb-account-address-edit select,
.lgb-account-address-edit textarea,
.lgb-account-address-edit .select2-selection,
.lgb-account-address-edit .select2-selection--single {
  min-height: 48px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 16px !important;
  color: #f5f7fb !important;
  background: #05070d !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  font-size: 14px !important;
}
.lgb-account-address-edit input::placeholder,
.lgb-account-address-edit textarea::placeholder {
  color: #7d8594 !important;
}
.lgb-account-address-edit textarea {
  min-height: 110px !important;
  padding-top: 14px !important;
}
.lgb-account-address-edit .select2-selection__rendered {
  line-height: 46px !important;
  color: #f5f7fb !important;
}
.lgb-account-address-edit .select2-selection__arrow {
  height: 46px !important;
}
.lgb-account-address-edit .woocommerce-address-fields > p:last-of-type {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 14px;
  margin: 22px 0 0 !important;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.lgb-account-address-edit .button,
.lgb-account-address-edit button[type="submit"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 50px !important;
  padding: 0 34px !important;
  border-radius: 16px !important;
  border: 1px solid #f0dc9c !important;
  color: #050505 !important;
  background: linear-gradient(135deg,#d7bf78,#f0dc9c) !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
}
.lgb-account-address-edit__actions {
  display: none;
}
.lgb-account-address-edit__cancel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 10px;
  margin: 0 !important;
  color: #aeb4c0 !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.lgb-account-address-edit__cancel:hover {
  color: #f0dc9c !important;
}

@media (max-width: 991px) {
  body.woocommerce-account.lgb-account-address-edit-page {
    background: #050505 !important;
    color: #f5f7fb !important;
  }
  body.woocommerce-account.lgb-account-address-edit-page .lgb-account-desktop-only {
    display: none !important;
  }
  body.woocommerce-account.lgb-account-address-edit-page .container.content-wrapper,
  body.woocommerce-account.lgb-account-address-edit-page .content-wrapper,
  body.woocommerce-account.lgb-account-address-edit-page .row.main-row,
  body.woocommerce-account.lgb-account-address-edit-page #primary,
  body.woocommerce-account.lgb-account-address-edit-page .site-main,
  body.woocommerce-account.lgb-account-address-edit-page article,
  body.woocommerce-account.lgb-account-address-edit-page .entry-content,
  body.woocommerce-account.lgb-account-address-edit-page .entry-content > .woocommerce,
  body.woocommerce-account.lgb-account-address-edit-page .woocommerce {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: transparent !important;
  }
  body.woocommerce-account.lgb-account-address-edit-page .container.content-wrapper,
  body.woocommerce-account.lgb-account-address-edit-page .content-wrapper {
    padding-top: 18px !important;
    padding-bottom: 54px !important;
  }
  body.woocommerce-account.lgb-account-address-edit-page .entry-header,
  body.woocommerce-account.lgb-account-address-edit-page .woocommerce-MyAccount-navigation,
  body.woocommerce-account.lgb-account-address-edit-page .woocommerce-MyAccount-content,
  body.woocommerce-account.lgb-account-address-edit-page .lsmamc-app {
    display: none !important;
  }
  .lgb-mobile-account-address-edit,
  .lgb-mobile-account-address-edit *,
  .lgb-mobile-account-address-edit *::before,
  .lgb-mobile-account-address-edit *::after {
    box-sizing: border-box !important;
  }
  .lgb-mobile-account-address-edit {
    display: grid !important;
    gap: 16px !important;
    width: min(100% - 28px, 720px) !important;
    max-width: 720px !important;
    margin: 0 auto !important;
    color: #f5f7fb !important;
  }
  .lgb-mobile-account-address-edit svg {
    width: 100% !important;
    height: 100% !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.8 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
  }
  .lgb-mobile-account-address-edit__tabs {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0,1fr)) !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    border: 1px solid rgba(215,191,120,.20) !important;
    background: linear-gradient(145deg, rgba(18,24,33,.98), rgba(10,14,20,.98)) !important;
  }
  .lgb-mobile-account-address-edit__tabs a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    min-height: 78px !important;
    padding: 10px 4px !important;
    color: #c7ccd7 !important;
    text-decoration: none !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    border-right: 1px solid rgba(255,255,255,.07) !important;
  }
  .lgb-mobile-account-address-edit__tabs a:last-child { border-right: 0 !important; }
  .lgb-mobile-account-address-edit__tabs a.is-active {
    color: #d7bf78 !important;
    background: rgba(255,255,255,.02) !important;
    box-shadow: inset 0 -4px 0 #d7bf78 !important;
  }
  .lgb-mobile-account-address-edit__tab-icon {
    width: 23px !important;
    height: 23px !important;
  }
  .lgb-mobile-account-address-edit__panel {
    border: 1px solid rgba(215,191,120,.22) !important;
    border-radius: 24px !important;
    padding: 24px 18px 18px !important;
    background:
      radial-gradient(circle at top right, rgba(215,191,120,.075), transparent 34%),
      linear-gradient(145deg, rgba(23,30,41,.98), rgba(12,17,24,.99)) !important;
    box-shadow: 0 24px 60px rgba(0,0,0,.24) !important;
  }
  .lgb-mobile-account-address-edit__heading h1 {
    margin: 0 !important;
    color: #f5f7fb !important;
    font-size: clamp(32px, 9vw, 46px) !important;
    line-height: 1 !important;
    letter-spacing: -0.05em !important;
    font-weight: 950 !important;
    text-transform: uppercase !important;
  }
  .lgb-mobile-account-address-edit__heading > span {
    display: block !important;
    width: 44px !important;
    height: 3px !important;
    margin-top: 14px !important;
    border-radius: 999px !important;
    background: #d7bf78 !important;
  }
  .lgb-mobile-account-address-edit__heading p {
    margin: 16px 0 0 !important;
    color: #aeb4c0 !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
  }
  .lgb-mobile-account-address-edit__form-shell {
    margin-top: 18px !important;
    border: 1px solid rgba(255,255,255,.08) !important;
    border-radius: 22px !important;
    padding: 18px 16px 16px !important;
    background: rgba(255,255,255,.02) !important;
  }
  .lgb-mobile-account-address-edit__form-shell h2,
  .lgb-mobile-account-address-edit__form-shell h3 {
    margin: 0 0 18px !important;
    color: #f5f7fb !important;
    font-size: 24px !important;
    line-height: 1.12 !important;
    font-weight: 900 !important;
  }
  .lgb-mobile-account-address-edit__form-shell .woocommerce-address-fields__field-wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
    gap: 12px 14px !important;
  }
  .lgb-mobile-account-address-edit__form-shell .form-row,
  .lgb-mobile-account-address-edit__form-shell .form-row-first,
  .lgb-mobile-account-address-edit__form-shell .form-row-last {
    width: 100% !important;
    margin: 0 !important;
  }
  .lgb-mobile-account-address-edit__form-shell .form-row-wide,
  .lgb-mobile-account-address-edit__form-shell .address-field,
  .lgb-mobile-account-address-edit__form-shell #billing_company_field,
  .lgb-mobile-account-address-edit__form-shell #shipping_company_field,
  .lgb-mobile-account-address-edit__form-shell #billing_country_field,
  .lgb-mobile-account-address-edit__form-shell #shipping_country_field,
  .lgb-mobile-account-address-edit__form-shell #billing_address_1_field,
  .lgb-mobile-account-address-edit__form-shell #shipping_address_1_field,
  .lgb-mobile-account-address-edit__form-shell #billing_address_2_field,
  .lgb-mobile-account-address-edit__form-shell #shipping_address_2_field,
  .lgb-mobile-account-address-edit__form-shell #billing_city_field,
  .lgb-mobile-account-address-edit__form-shell #shipping_city_field,
  .lgb-mobile-account-address-edit__form-shell #billing_state_field,
  .lgb-mobile-account-address-edit__form-shell #shipping_state_field,
  .lgb-mobile-account-address-edit__form-shell #billing_postcode_field,
  .lgb-mobile-account-address-edit__form-shell #shipping_postcode_field,
  .lgb-mobile-account-address-edit__form-shell #billing_phone_field,
  .lgb-mobile-account-address-edit__form-shell #shipping_phone_field {
    grid-column: 1 / -1 !important;
  }
  .lgb-mobile-account-address-edit__form-shell label {
    display: block !important;
    margin: 0 0 8px !important;
    color: #f5f7fb !important;
    font-size: 13px !important;
    font-weight: 800 !important;
  }
  .lgb-mobile-account-address-edit__form-shell label .required {
    color: #ff6a52 !important;
    font-weight: 900 !important;
  }
  .lgb-mobile-account-address-edit__form-shell input,
  .lgb-mobile-account-address-edit__form-shell select,
  .lgb-mobile-account-address-edit__form-shell textarea,
  .lgb-mobile-account-address-edit__form-shell .select2-selection,
  .lgb-mobile-account-address-edit__form-shell .select2-selection--single {
    min-height: 50px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 16px !important;
    color: #f5f7fb !important;
    background: #05070d !important;
    border: 1px solid rgba(255,255,255,.10) !important;
    border-radius: 14px !important;
    box-shadow: none !important;
    font-size: 14px !important;
  }
  .lgb-mobile-account-address-edit__form-shell textarea {
    min-height: 110px !important;
    padding-top: 14px !important;
  }
  .lgb-mobile-account-address-edit__form-shell .select2-selection__rendered {
    line-height: 48px !important;
    color: #f5f7fb !important;
  }
  .lgb-mobile-account-address-edit__form-shell .select2-selection__arrow {
    height: 48px !important;
  }
  .lgb-mobile-account-address-edit__form-shell .woocommerce-address-fields > p:last-of-type {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    margin: 18px 0 0 !important;
    padding-top: 14px !important;
    border-top: 1px solid rgba(255,255,255,.08) !important;
  }
  .lgb-mobile-account-address-edit__form-shell .button,
  .lgb-mobile-account-address-edit__form-shell button[type="submit"] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 54px !important;
    padding: 0 18px !important;
    border-radius: 16px !important;
    border: 1px solid #f0dc9c !important;
    color: #050505 !important;
    background: linear-gradient(135deg,#d7bf78,#f0dc9c) !important;
    font-size: 14px !important;
    font-weight: 950 !important;
    text-transform: uppercase !important;
  }
  .lgb-mobile-account-address-edit__actions {
    display: none !important;
  }
  .lgb-mobile-account-address-edit__cancel {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 42px !important;
    color: #d7bf78 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 700 !important;
  }
}

@media (max-width: 430px) {
  .lgb-mobile-account-address-edit {
    width: min(100% - 20px, 720px) !important;
    gap: 12px !important;
  }
  .lgb-mobile-account-address-edit__tabs a {
    min-height: 72px !important;
    font-size: 10px !important;
  }
  .lgb-mobile-account-address-edit__panel {
    padding: 22px 16px 16px !important;
  }
  .lgb-mobile-account-address-edit__form-shell {
    padding: 16px 14px 14px !important;
  }
}


/* =========================================================
   JUMP & TONE - MI PERFIL DESKTOP / MOBILE v2.10.36
========================================================= */
.lgb-account-profile {
  display: grid;
  gap: 22px;
}
.lgb-account-profile-form,
.lgb-mobile-profile-form {
  display: grid;
  gap: 22px;
}
.lgb-account-profile-form__section {
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.09);
  background: linear-gradient(145deg, rgba(23,30,41,.98), rgba(12,17,24,.99));
  padding: 22px;
}
.lgb-account-profile-form__section-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}
.lgb-account-profile-form__section-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #d7bf78;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
}
.lgb-account-profile-form__section-icon svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
}
.lgb-account-profile-form__section-head h2 {
  margin: 0 !important;
  color: #d7bf78 !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}
.lgb-account-profile-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 16px 20px;
}
.lgb-account-profile-form__grid .form-row {
  width: 100% !important;
  margin: 0 !important;
}
.lgb-account-profile-form__grid .form-row-wide {
  grid-column: 1 / -1;
}
.lgb-account-profile-form label {
  display: block;
  margin: 0 0 8px !important;
  color: #f5f7fb !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}
.lgb-account-profile-form .required {
  color: #ff6a52 !important;
}
.lgb-account-profile-form input {
  min-height: 48px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 16px !important;
  color: #f5f7fb !important;
  background: #05070d !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  font-size: 14px !important;
}
.lgb-account-profile-form input[readonly] {
  opacity: .95;
}
.lgb-account-profile-form__help {
  display: block;
  margin-top: 8px;
  color: #aeb4c0;
  font-size: 13px;
  line-height: 1.55;
}
.lgb-account-profile-form__security-card {
  display: grid;
  grid-template-columns: 58px minmax(0,1fr);
  gap: 16px;
  align-items: start;
  padding: 20px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.02);
}
.lgb-account-profile-form__security-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #d7bf78;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
}
.lgb-account-profile-form__security-icon svg {
  width: 20px;
  height: 20px;
}
.lgb-account-profile-form__security-card strong {
  display: block;
  margin-bottom: 6px;
  color: #f5f7fb;
  font-size: 16px;
  font-weight: 900;
}
.lgb-account-profile-form__security-card p {
  margin: 0;
  color: #aeb4c0;
  font-size: 14px;
  line-height: 1.55;
}
.lgb-account-profile-form__security-link {
  margin-top: 10px !important;
  color: #d7bf78 !important;
  font-weight: 800 !important;
}
.lgb-account-profile-form__submit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 280px !important;
  max-width: 100% !important;
  min-height: 50px !important;
  padding: 0 26px !important;
  border-radius: 16px !important;
  border: 1px solid #f0dc9c !important;
  color: #050505 !important;
  background: linear-gradient(135deg,#d7bf78,#f0dc9c) !important;
  font-size: 14px !important;
  font-weight: 950 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
}

.lgb-mobile-account-profile {
  display: none;
}

@media (max-width: 991px) {
  body.woocommerce-account.lgb-account-profile-page {
    background: #050505 !important;
    color: #f5f7fb !important;
  }
  body.woocommerce-account.lgb-account-profile-page .lgb-account-desktop-only {
    display: none !important;
  }
  body.woocommerce-account.lgb-account-profile-page .container.content-wrapper,
  body.woocommerce-account.lgb-account-profile-page .content-wrapper,
  body.woocommerce-account.lgb-account-profile-page .row.main-row,
  body.woocommerce-account.lgb-account-profile-page #primary,
  body.woocommerce-account.lgb-account-profile-page .site-main,
  body.woocommerce-account.lgb-account-profile-page article,
  body.woocommerce-account.lgb-account-profile-page .entry-content,
  body.woocommerce-account.lgb-account-profile-page .entry-content > .woocommerce,
  body.woocommerce-account.lgb-account-profile-page .woocommerce {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: transparent !important;
  }
  body.woocommerce-account.lgb-account-profile-page .container.content-wrapper,
  body.woocommerce-account.lgb-account-profile-page .content-wrapper {
    padding-top: 18px !important;
    padding-bottom: 54px !important;
  }
  body.woocommerce-account.lgb-account-profile-page .entry-header,
  body.woocommerce-account.lgb-account-profile-page .woocommerce-MyAccount-navigation,
  body.woocommerce-account.lgb-account-profile-page .woocommerce-MyAccount-content,
  body.woocommerce-account.lgb-account-profile-page .lsmamc-app {
    display: none !important;
  }
  .lgb-mobile-account-profile,
  .lgb-mobile-account-profile *,
  .lgb-mobile-account-profile *::before,
  .lgb-mobile-account-profile *::after {
    box-sizing: border-box !important;
  }
  .lgb-mobile-account-profile {
    display: grid !important;
    gap: 16px !important;
    width: min(100% - 28px, 720px) !important;
    max-width: 720px !important;
    margin: 0 auto !important;
    color: #f5f7fb !important;
  }
  .lgb-mobile-account-profile svg {
    width: 100% !important;
    height: 100% !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.8 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
  }
  .lgb-mobile-account-profile__tabs {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0,1fr)) !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    border: 1px solid rgba(215,191,120,.20) !important;
    background: linear-gradient(145deg, rgba(18,24,33,.98), rgba(10,14,20,.98)) !important;
  }
  .lgb-mobile-account-profile__tabs a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    min-height: 74px !important;
    padding: 10px 4px !important;
    color: #c7ccd7 !important;
    text-decoration: none !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    border-right: 1px solid rgba(255,255,255,.07) !important;
  }
  .lgb-mobile-account-profile__tabs a:last-child { border-right: 0 !important; }
  .lgb-mobile-account-profile__tabs a.is-active {
    color: #d7bf78 !important;
    background: rgba(255,255,255,.02) !important;
    box-shadow: inset 0 -4px 0 #d7bf78 !important;
  }
  .lgb-mobile-account-profile__tab-icon {
    width: 22px !important;
    height: 22px !important;
  }
  .lgb-mobile-account-profile__panel {
    border: 1px solid rgba(215,191,120,.22) !important;
    border-radius: 24px !important;
    padding: 24px 18px 18px !important;
    background: radial-gradient(circle at top right, rgba(215,191,120,.075), transparent 34%), linear-gradient(145deg, rgba(23,30,41,.98), rgba(12,17,24,.99)) !important;
    box-shadow: 0 24px 60px rgba(0,0,0,.24) !important;
  }
  .lgb-mobile-account-profile__heading h1 {
    margin: 0 !important;
    color: #f5f7fb !important;
    font-size: 32px !important;
    line-height: 1.04 !important;
    font-weight: 900 !important;
  }
  .lgb-mobile-account-profile__heading p {
    margin: 10px 0 0 !important;
    color: #aeb4c0 !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
  }
  .lgb-mobile-profile-form__identity {
    display: grid;
    grid-template-columns: 70px minmax(0,1fr) 24px;
    align-items: center;
    gap: 14px;
    padding: 16px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.02);
  }
  .lgb-mobile-profile-form__avatar {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: linear-gradient(135deg,#d7bf78,#f0dc9c);
    color: #050505;
    font-size: 30px;
    font-weight: 950;
  }
  .lgb-mobile-profile-form__identity strong {
    display: block;
    color: #f5f7fb;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 900;
  }
  .lgb-mobile-profile-form__identity small {
    display: block;
    margin-top: 4px;
    color: #aeb4c0;
    font-size: 13px;
  }
  .lgb-mobile-profile-form__arrow {
    color: #d7bf78;
    font-size: 32px;
    line-height: 1;
    text-align: right;
  }
  .lgb-mobile-profile-form__section {
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.02);
    padding: 18px 16px;
  }
  .lgb-mobile-profile-form__section-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
  }
  .lgb-mobile-profile-form__section-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #d7bf78;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.03);
  }
  .lgb-mobile-profile-form__section-icon svg {
    width: 20px !important;
    height: 20px !important;
  }
  .lgb-mobile-profile-form__section-head h2 {
    margin: 0 !important;
    color: #f5f7fb !important;
    font-size: 17px !important;
    font-weight: 900 !important;
  }
  .lgb-mobile-profile-form__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .lgb-mobile-profile-form .form-row {
    margin: 0 !important;
  }
  .lgb-mobile-profile-form label {
    display: block;
    margin: 0 0 8px !important;
    color: #f5f7fb !important;
    font-size: 14px !important;
    font-weight: 800 !important;
  }
  .lgb-mobile-profile-form .required {
    color: #ff6a52 !important;
  }
  .lgb-mobile-profile-form input {
    min-height: 50px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 16px !important;
    color: #f5f7fb !important;
    background: #05070d !important;
    border: 1px solid rgba(255,255,255,.10) !important;
    border-radius: 14px !important;
    box-shadow: none !important;
    font-size: 15px !important;
  }
  .lgb-mobile-profile-form__help {
    display: block;
    margin-top: 8px;
    color: #aeb4c0;
    font-size: 13px;
    line-height: 1.55;
  }
  .lgb-mobile-profile-form__security-card {
    display: grid;
    grid-template-columns: 54px minmax(0,1fr);
    gap: 14px;
    padding: 16px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.02);
  }
  .lgb-mobile-profile-form__security-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #d7bf78;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.03);
  }
  .lgb-mobile-profile-form__security-icon svg {
    width: 20px !important;
    height: 20px !important;
  }
  .lgb-mobile-profile-form__security-card strong {
    display: block;
    margin-bottom: 6px;
    color: #f5f7fb;
    font-size: 16px;
    font-weight: 900;
  }
  .lgb-mobile-profile-form__security-card p {
    margin: 0;
    color: #aeb4c0;
    font-size: 14px;
    line-height: 1.55;
  }
  .lgb-mobile-profile-form__security-link {
    margin-top: 10px !important;
    color: #d7bf78 !important;
    font-weight: 800 !important;
  }
  .lgb-mobile-profile-form__submit {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 54px !important;
    padding: 0 18px !important;
    border-radius: 16px !important;
    border: 1px solid #f0dc9c !important;
    color: #050505 !important;
    background: linear-gradient(135deg,#d7bf78,#f0dc9c) !important;
    font-size: 15px !important;
    font-weight: 950 !important;
    text-transform: uppercase !important;
  }
}
@media (max-width: 430px) {
  .lgb-mobile-account-profile {
    width: min(100% - 20px, 720px) !important;
    gap: 12px !important;
  }
  .lgb-mobile-account-profile__tabs a {
    min-height: 70px !important;
    font-size: 10px !important;
  }
  .lgb-mobile-account-profile__panel {
    padding: 22px 16px 16px !important;
  }
}


/* =========================================================
   JUMP & TONE - PEDIDO MOBILE INDEPENDIENTE v2.10.37
========================================================= */
.lgb-mobile-account-order { display:none; }

@media (max-width: 991px) {
  body.woocommerce-account.lgb-account-view-order-page {
    background:#050505 !important;
    color:#f5f7fb !important;
  }
  body.woocommerce-account.lgb-account-view-order-page .lgb-account-desktop-only {
    display:none !important;
  }
  body.woocommerce-account.lgb-account-view-order-page .container.content-wrapper,
  body.woocommerce-account.lgb-account-view-order-page .content-wrapper,
  body.woocommerce-account.lgb-account-view-order-page .row.main-row,
  body.woocommerce-account.lgb-account-view-order-page #primary,
  body.woocommerce-account.lgb-account-view-order-page .site-main,
  body.woocommerce-account.lgb-account-view-order-page article,
  body.woocommerce-account.lgb-account-view-order-page .entry-content,
  body.woocommerce-account.lgb-account-view-order-page .entry-content > .woocommerce,
  body.woocommerce-account.lgb-account-view-order-page .woocommerce {
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    padding-left:0 !important;
    padding-right:0 !important;
    background:transparent !important;
  }
  body.woocommerce-account.lgb-account-view-order-page .container.content-wrapper,
  body.woocommerce-account.lgb-account-view-order-page .content-wrapper {
    padding-top:18px !important;
    padding-bottom:54px !important;
  }
  body.woocommerce-account.lgb-account-view-order-page .entry-header,
  body.woocommerce-account.lgb-account-view-order-page .woocommerce-MyAccount-navigation,
  body.woocommerce-account.lgb-account-view-order-page .woocommerce-MyAccount-content,
  body.woocommerce-account.lgb-account-view-order-page .lsmamc-app {
    display:none !important;
  }

  .lgb-mobile-account-order,
  .lgb-mobile-account-order *,
  .lgb-mobile-account-order *::before,
  .lgb-mobile-account-order *::after { box-sizing:border-box !important; }
  .lgb-mobile-account-order {
    display:grid !important;
    gap:16px !important;
    width:min(100% - 28px, 720px) !important;
    max-width:720px !important;
    margin:0 auto !important;
    color:#f5f7fb !important;
  }
  .lgb-mobile-account-order svg {
    width:100% !important;
    height:100% !important;
    fill:none !important;
    stroke:currentColor !important;
    stroke-width:1.8 !important;
    stroke-linecap:round !important;
    stroke-linejoin:round !important;
  }
  .lgb-mobile-account-order__tabs {
    display:grid !important;
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    border-radius:22px !important;
    overflow:hidden !important;
    border:1px solid rgba(215,191,120,.20) !important;
    background:linear-gradient(145deg, rgba(18,24,33,.98), rgba(10,14,20,.98)) !important;
  }
  .lgb-mobile-account-order__tabs a {
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    gap:6px !important;
    min-height:74px !important;
    padding:10px 4px !important;
    color:#c7ccd7 !important;
    text-decoration:none !important;
    font-size:11px !important;
    font-weight:700 !important;
    border-right:1px solid rgba(255,255,255,.07) !important;
  }
  .lgb-mobile-account-order__tabs a:last-child { border-right:0 !important; }
  .lgb-mobile-account-order__tabs a.is-active {
    color:#d7bf78 !important;
    background:rgba(255,255,255,.02) !important;
    box-shadow: inset 0 -4px 0 #d7bf78 !important;
  }
  .lgb-mobile-account-order__tab-icon { width:22px !important; height:22px !important; }
  .lgb-mobile-account-order__panel {
    border:1px solid rgba(215,191,120,.22) !important;
    border-radius:24px !important;
    padding:24px 18px 18px !important;
    background:
      radial-gradient(circle at top right, rgba(215,191,120,.075), transparent 34%),
      linear-gradient(145deg, rgba(23,30,41,.98), rgba(12,17,24,.99)) !important;
    box-shadow:0 24px 60px rgba(0,0,0,.24) !important;
  }
  .lgb-mobile-account-order__back-link {
    display:inline-flex !important;
    align-items:center !important;
    min-height:24px !important;
    margin-bottom:18px !important;
    color:#d7bf78 !important;
    text-decoration:none !important;
    font-size:14px !important;
    font-weight:800 !important;
  }
  .lgb-mobile-account-order__heading h1 {
    margin:0 !important;
    color:#f5f7fb !important;
    font-size:clamp(28px, 9vw, 44px) !important;
    line-height:1.02 !important;
    font-weight:950 !important;
    letter-spacing:-.04em !important;
  }
  .lgb-mobile-account-order__heading p {
    margin:12px 0 0 !important;
    color:#aeb4c0 !important;
    font-size:15px !important;
    line-height:1.6 !important;
  }
  .lgb-mobile-account-order__status-row { margin:18px 0 16px !important; }
  .lgb-mobile-account-order__status {
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-height:44px !important;
    padding:0 18px !important;
    border-radius:14px !important;
    color:#d7f5b0 !important;
    background:rgba(90,150,65,.14) !important;
    border:1px solid rgba(113,180,83,.32) !important;
    font-size:13px !important;
    font-weight:950 !important;
    text-transform:capitalize !important;
  }
  .lgb-mobile-account-order__status::before {
    content:"✓";
    display:grid;
    place-items:center;
    width:24px;
    height:24px;
    margin-right:9px;
    border-radius:50%;
    border:2px solid currentColor;
  }
  .lgb-mobile-account-order__status.is-processing::before,
  .lgb-mobile-account-order__status.is-pending::before,
  .lgb-mobile-account-order__status.is-on-hold::before { content:"…"; }
  .lgb-mobile-account-order__status.is-cancelled,
  .lgb-mobile-account-order__status.is-failed,
  .lgb-mobile-account-order__status.is-refunded {
    color:#ffaaaa !important;
    background:rgba(155,55,55,.15) !important;
    border-color:rgba(210,80,80,.3) !important;
  }
  .lgb-mobile-account-order__summary-grid {
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:12px !important;
    margin-bottom:16px !important;
  }
  .lgb-mobile-account-order__info-card {
    min-height:96px !important;
    padding:18px 16px !important;
    border-radius:18px !important;
    border:1px solid rgba(255,255,255,.08) !important;
    background:rgba(255,255,255,.02) !important;
  }
  .lgb-mobile-account-order__info-card-inner {
    display:grid !important;
    grid-template-columns:36px minmax(0,1fr) !important;
    gap:14px !important;
    align-items:start !important;
  }
  .lgb-mobile-account-order__info-icon {
    display:grid !important;
    place-items:center !important;
    width:36px !important;
    height:36px !important;
    margin-top:1px !important;
    color:#d7bf78 !important;
    border:2px solid rgba(215,191,120,.92) !important;
    border-radius:10px !important;
    flex:0 0 36px !important;
  }
  .lgb-mobile-account-order__info-copy {
    min-width:0 !important;
  }
  .lgb-mobile-account-order__info-copy small {
    display:block !important;
    color:#aeb4c0 !important;
    font-size:10px !important;
    font-weight:850 !important;
    letter-spacing:.05em !important;
    text-transform:uppercase !important;
    margin:1px 0 8px !important;
  }
  .lgb-mobile-account-order__info-copy strong {
    display:block !important;
    color:#f5f7fb !important;
    font-size:15px !important;
    line-height:1.35 !important;
    font-weight:950 !important;
    word-break:break-word !important;
  }
  .lgb-mobile-account-order__section {
    margin-top:14px !important;
    padding:18px 16px !important;
    border-radius:20px !important;
    border:1px solid rgba(215,191,120,.18) !important;
    background:rgba(255,255,255,.02) !important;
  }
  .lgb-mobile-account-order__section-head {
    display:flex !important;
    align-items:center !important;
    gap:12px !important;
    margin-bottom:14px !important;
    padding-bottom:12px !important;
    border-bottom:1px solid rgba(255,255,255,.08) !important;
  }
  .lgb-mobile-account-order__section-head > span {
    display:grid !important;
    place-items:center !important;
    width:28px !important;
    height:28px !important;
    color:#d7bf78 !important;
  }
  .lgb-mobile-account-order__section-head h2 {
    margin:0 !important;
    color:#f5f7fb !important;
    font-size:18px !important;
    line-height:1.2 !important;
    font-weight:900 !important;
  }
  .lgb-mobile-account-order__items {
    display:grid !important;
    gap:12px !important;
  }
  .lgb-mobile-account-order__item-card {
    padding:18px !important;
    border-radius:18px !important;
    border:1px solid rgba(255,255,255,.08) !important;
    background:rgba(5,7,13,.34) !important;
  }
  .lgb-mobile-account-order__item-main {
    display:grid !important;
    grid-template-columns:44px minmax(0,1fr) !important;
    gap:12px !important;
    align-items:start !important;
  }
  .lgb-mobile-account-order__item-icon {
    display:grid !important;
    place-items:center !important;
    width:44px !important;
    height:44px !important;
    border-radius:50% !important;
    color:#d7bf78 !important;
    border:1px solid #d7bf78 !important;
    font-size:10px !important;
    font-weight:950 !important;
  }
  .lgb-mobile-account-order__item-copy strong {
    display:block !important;
    color:#f5f7fb !important;
    font-size:15px !important;
    line-height:1.35 !important;
    font-weight:900 !important;
    margin-top:2px !important;
  }
  .lgb-mobile-account-order__item-chips {
    display:flex !important;
    flex-wrap:wrap !important;
    gap:8px !important;
    margin-top:10px !important;
  }
  .lgb-mobile-account-order__item-chips span {
    display:inline-flex !important;
    align-items:center !important;
    min-height:28px !important;
    padding:4px 10px !important;
    border-radius:999px !important;
    border:1px solid rgba(215,191,120,.18) !important;
    background:rgba(255,255,255,.035) !important;
    color:#cfd5df !important;
    font-size:11px !important;
    line-height:1.25 !important;
  }
  .lgb-mobile-account-order__item-chips b { color:#f0dc9c !important; }
  .lgb-mobile-account-order__item-meta {
    display:grid !important;
    grid-template-columns:repeat(2, minmax(0,1fr)) !important;
    gap:12px !important;
    margin-top:14px !important;
    padding-top:12px !important;
    border-top:1px solid rgba(255,255,255,.08) !important;
  }
  .lgb-mobile-account-order__item-meta > div {
    min-width:0 !important;
  }
  .lgb-mobile-account-order__item-meta small,
  .lgb-mobile-account-order__item-time small {
    display:block !important;
    color:#aeb4c0 !important;
    font-size:10px !important;
    font-weight:850 !important;
    text-transform:uppercase !important;
    margin-bottom:5px !important;
  }
  .lgb-mobile-account-order__item-meta strong,
  .lgb-mobile-account-order__item-time strong {
    display:block !important;
    color:#f5f7fb !important;
    font-size:14px !important;
    line-height:1.3 !important;
    font-weight:900 !important;
    word-break:break-word !important;
  }
  .lgb-mobile-account-order__item-meta .is-total { color:#d7bf78 !important; }
  .lgb-mobile-account-order__item-time {
    margin-top:12px !important;
  }
  .lgb-mobile-account-order__totals {
    margin-top:14px !important;
    padding:14px !important;
    border-radius:16px !important;
    border:1px solid rgba(255,255,255,.08) !important;
    background:rgba(255,255,255,.02) !important;
  }
  .lgb-mobile-account-order__total-row {
    display:flex !important;
    align-items:flex-start !important;
    justify-content:space-between !important;
    gap:14px !important;
    padding:8px 0 !important;
    border-bottom:1px solid rgba(255,255,255,.06) !important;
  }
  .lgb-mobile-account-order__total-row:last-child { border-bottom:0 !important; }
  .lgb-mobile-account-order__total-row span { color:#aeb4c0 !important; font-size:12px !important; font-weight:800 !important; }
  .lgb-mobile-account-order__total-row strong { color:#f5f7fb !important; font-size:14px !important; font-weight:900 !important; text-align:right !important; }
  .lgb-mobile-account-order__total-row.is-order_total span,
  .lgb-mobile-account-order__total-row.is-order_total strong { color:#d7bf78 !important; font-size:16px !important; font-weight:950 !important; }
  .lgb-mobile-account-order__address p {
    margin:0 0 8px !important;
    color:#d8dde5 !important;
    font-size:14px !important;
    line-height:1.5 !important;
  }
  .lgb-mobile-account-order__address p:last-child {
    margin-top:14px !important;
    padding-top:14px !important;
    border-top:1px solid rgba(255,255,255,.08) !important;
  }
  .lgb-mobile-account-order__invoice dl {
    display:grid !important;
    gap:10px !important;
    margin:0 0 18px !important;
  }
  .lgb-mobile-account-order__invoice dl div {
    display:grid !important;
    grid-template-columns:110px minmax(0,1fr) !important;
    gap:12px !important;
    align-items:start !important;
  }
  .lgb-mobile-account-order__invoice dt { color:#aeb4c0 !important; font-size:12px !important; }
  .lgb-mobile-account-order__invoice dd { margin:0 !important; color:#f5f7fb !important; font-size:12px !important; text-align:right !important; overflow-wrap:anywhere !important; word-break:break-word !important; }
  .lgb-mobile-account-order__invoice-status {
    display:inline-flex !important;
    padding:4px 8px !important;
    border-radius:7px !important;
    color:#f0dc9c !important;
    border:1px solid rgba(215,191,120,.3) !important;
    background:rgba(215,191,120,.08) !important;
  }
  .lgb-mobile-account-order__invoice-status.is-authorized {
    color:#bfea98 !important;
    border-color:rgba(112,185,80,.35) !important;
    background:rgba(90,150,65,.12) !important;
  }
  .lgb-mobile-account-order__access-key { font-family:monospace !important; }
  .lgb-mobile-account-order__invoice-actions {
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:12px !important;
  }
  .lgb-mobile-account-order__invoice-actions a {
    min-height:50px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    border-radius:14px !important;
    text-decoration:none !important;
    font-size:14px !important;
    font-weight:950 !important;
  }
  .lgb-mobile-account-order__invoice-actions .is-pdf {
    color:#ff6868 !important;
    border:1px solid #df3c46 !important;
    background:rgba(140,25,35,.08) !important;
  }
  .lgb-mobile-account-order__invoice-actions .is-xml {
    color:#d7bf78 !important;
    border:1px solid rgba(215,191,120,.65) !important;
    background:rgba(215,191,120,.04) !important;
  }
  .lgb-mobile-account-order__invoice-empty {
    padding:18px !important;
    border-radius:14px !important;
    background:rgba(215,191,120,.06) !important;
    border:1px solid rgba(215,191,120,.16) !important;
  }
  .lgb-mobile-account-order__invoice-empty strong { color:#d7bf78 !important; }
  .lgb-mobile-account-order__invoice-empty p {
    margin:6px 0 0 !important;
    color:#aeb4c0 !important;
    font-size:13px !important;
    line-height:1.55 !important;
  }
  .lgb-mobile-account-order__footer { margin-top:16px !important; }
  .lgb-mobile-account-order__back-button {
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    min-height:52px !important;
    border-radius:16px !important;
    color:#d7bf78 !important;
    border:1px solid rgba(215,191,120,.55) !important;
    text-decoration:none !important;
    font-size:15px !important;
    font-weight:900 !important;
  }
  .lgb-mobile-account-order__empty {
    padding:24px 16px !important;
    border:1px solid rgba(255,255,255,.08) !important;
    border-radius:18px !important;
    text-align:center !important;
    color:#aeb4c0 !important;
    background:rgba(255,255,255,.02) !important;
  }
}

@media (max-width: 430px) {
  .lgb-mobile-account-order {
    width:min(100% - 20px, 720px) !important;
    gap:12px !important;
  }
  .lgb-mobile-account-order__tabs a {
    min-height:70px !important;
    font-size:10px !important;
  }
  .lgb-mobile-account-order__panel {
    padding:22px 16px 16px !important;
  }
  .lgb-mobile-account-order__summary-grid {
    grid-template-columns:1fr !important;
  }
  .lgb-mobile-account-order__item-meta {
    grid-template-columns:1fr 1fr !important;
    gap:10px !important;
  }
  .lgb-mobile-account-order__invoice dl div {
    grid-template-columns:100px minmax(0,1fr) !important;
  }
}

@media (max-width: 360px) {
  .lgb-mobile-account-order__item-meta {
    grid-template-columns:1fr !important;
  }
}


/* =========================================================
   JUMP & TONE - PADDING ESPECÍFICO KPI PEDIDO MOBILE v2.10.40
   Clase aislada para evitar que el tema quite el padding de article.
========================================================= */
@media (max-width: 991px) {
  body.woocommerce-account.lgb-account-view-order-page article.lgb-mobile-order-kpi-card-padding {
    padding: 20px 18px !important;
    min-height: 104px !important;
  }
  body.woocommerce-account.lgb-account-view-order-page article.lgb-mobile-order-kpi-card-padding .lgb-mobile-account-order__info-card-inner {
    padding: 0 !important;
    margin: 0 !important;
    grid-template-columns: 38px minmax(0, 1fr) !important;
    column-gap: 15px !important;
  }
  body.woocommerce-account.lgb-account-view-order-page article.lgb-mobile-order-kpi-card-padding .lgb-mobile-account-order__info-icon {
    width: 38px !important;
    height: 38px !important;
    margin: 0 !important;
  }
  body.woocommerce-account.lgb-account-view-order-page article.lgb-mobile-order-kpi-card-padding .lgb-mobile-account-order__info-copy {
    padding-top: 2px !important;
  }
}

@media (max-width: 430px) {
  body.woocommerce-account.lgb-account-view-order-page article.lgb-mobile-order-kpi-card-padding {
    padding: 18px 16px !important;
    min-height: 100px !important;
  }
}


/* =========================================================
   JUMP & TONE - PADDING ESPECÍFICO ITEM CARD PEDIDO MOBILE v2.10.41
========================================================= */
@media (max-width: 991px) {
  body.woocommerce-account.lgb-account-view-order-page article.lgb-mobile-order-item-card-padding {
    padding: 20px 18px !important;
  }
  body.woocommerce-account.lgb-account-view-order-page article.lgb-mobile-order-item-card-padding .lgb-mobile-account-order__item-main {
    grid-template-columns: 46px minmax(0, 1fr) !important;
    gap: 14px !important;
  }
  body.woocommerce-account.lgb-account-view-order-page article.lgb-mobile-order-item-card-padding .lgb-mobile-account-order__item-icon {
    width: 46px !important;
    height: 46px !important;
    margin: 0 !important;
  }
  body.woocommerce-account.lgb-account-view-order-page article.lgb-mobile-order-item-card-padding .lgb-mobile-account-order__item-copy {
    padding-top: 2px !important;
  }
  body.woocommerce-account.lgb-account-view-order-page article.lgb-mobile-order-item-card-padding .lgb-mobile-account-order__item-chips {
    margin-top: 12px !important;
    gap: 8px !important;
  }
  body.woocommerce-account.lgb-account-view-order-page article.lgb-mobile-order-item-card-padding .lgb-mobile-account-order__item-meta {
    margin-top: 16px !important;
    padding-top: 14px !important;
    gap: 14px !important;
  }
}

@media (max-width: 430px) {
  body.woocommerce-account.lgb-account-view-order-page article.lgb-mobile-order-item-card-padding {
    padding: 18px 16px !important;
  }
}

/* =========================================================
   JUMP & TONE - BOTÓN RESERVAR CON CRÉDITOS v2.10.42
   CTA exclusivo del modal de reserva.
========================================================= */
body.lgb-modal-is-open .lgb-booking-credit-footer,
.jt-home .lgb-booking-credit-footer {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0 !important;
  width: 100% !important;
  margin-top: 18px !important;
  padding: 18px 28px 22px !important;
  background: linear-gradient(180deg, rgba(20,25,34,.68), #141922 28%, #141922 100%) !important;
  border-top: 1px solid rgba(215,191,120,.18) !important;
}

body.lgb-modal-is-open .lgb-booking-credit-footer .lgb-booking-credit-submit,
.jt-home .lgb-booking-credit-footer .lgb-booking-credit-submit {
  display: grid !important;
  grid-template-columns: 44px minmax(0, 1fr) 24px !important;
  align-items: center !important;
  gap: 14px !important;
  width: 100% !important;
  min-height: 66px !important;
  margin: 0 !important;
  padding: 10px 18px !important;
  border: 1px solid #f0dc9c !important;
  border-radius: 18px !important;
  color: #050505 !important;
  background: linear-gradient(135deg, #d7bf78 0%, #f0dc9c 100%) !important;
  box-shadow: 0 14px 30px rgba(215,191,120,.16) !important;
  text-align: left !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease !important;
}

body.lgb-modal-is-open .lgb-booking-credit-footer .lgb-booking-credit-submit:hover,
.jt-home .lgb-booking-credit-footer .lgb-booking-credit-submit:hover {
  transform: translateY(-1px) !important;
  filter: brightness(1.03) !important;
  box-shadow: 0 18px 34px rgba(215,191,120,.22) !important;
}

body.lgb-modal-is-open .lgb-booking-credit-submit__icon,
.jt-home .lgb-booking-credit-submit__icon {
  display: grid !important;
  place-items: center !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 14px !important;
  color: #050505 !important;
  background: rgba(5,5,5,.10) !important;
  border: 1px solid rgba(5,5,5,.18) !important;
  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
}

body.lgb-modal-is-open .lgb-booking-credit-submit__copy,
.jt-home .lgb-booking-credit-submit__copy {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  gap: 3px !important;
}

body.lgb-modal-is-open .lgb-booking-credit-submit__copy strong,
.jt-home .lgb-booking-credit-submit__copy strong {
  color: #050505 !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 950 !important;
}

body.lgb-modal-is-open .lgb-booking-credit-submit__copy small,
.jt-home .lgb-booking-credit-submit__copy small {
  color: rgba(5,5,5,.68) !important;
  font-size: 11px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
}

body.lgb-modal-is-open .lgb-booking-credit-submit__arrow,
.jt-home .lgb-booking-credit-submit__arrow {
  color: #050505 !important;
  font-size: 23px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  text-align: right !important;
}

body.lgb-modal-is-open .lgb-booking-credit-footer .lgb-booking-credit-submit:disabled,
.jt-home .lgb-booking-credit-footer .lgb-booking-credit-submit:disabled {
  opacity: .58 !important;
  cursor: not-allowed !important;
  transform: none !important;
  box-shadow: none !important;
}

@media (max-width: 640px) {
  body.lgb-modal-is-open .lgb-booking-credit-footer,
  .jt-home .lgb-booking-credit-footer {
    position: sticky !important;
    bottom: 0 !important;
    padding: 12px 16px calc(14px + env(safe-area-inset-bottom)) !important;
  }

  body.lgb-modal-is-open .lgb-booking-credit-footer .lgb-booking-credit-submit,
  .jt-home .lgb-booking-credit-footer .lgb-booking-credit-submit {
    grid-template-columns: 40px minmax(0, 1fr) 20px !important;
    gap: 12px !important;
    min-height: 60px !important;
    padding: 8px 14px !important;
    border-radius: 16px !important;
  }

  body.lgb-modal-is-open .lgb-booking-credit-submit__icon,
  .jt-home .lgb-booking-credit-submit__icon {
    width: 40px !important;
    height: 40px !important;
    border-radius: 12px !important;
  }

  body.lgb-modal-is-open .lgb-booking-credit-submit__copy strong,
  .jt-home .lgb-booking-credit-submit__copy strong {
    font-size: 13px !important;
  }
}


/* =========================================================
   JUMP & TONE - CTA RESERVA CON CRÉDITOS v2.10.43
   Propuesta oscura con borde dorado, texto visible aun deshabilitado.
========================================================= */
body.lgb-modal-is-open .lgb-booking-credit-footer,
.jt-home .lgb-booking-credit-footer {
  padding: 18px 28px 22px !important;
  background: linear-gradient(180deg, rgba(20,25,34,.72), #141922 32%, #141922 100%) !important;
  border-top: 1px solid rgba(215,191,120,.18) !important;
}

body.lgb-modal-is-open .lgb-booking-credit-footer button.lgb-booking-credit-cta-v2,
.jt-home .lgb-booking-credit-footer button.lgb-booking-credit-cta-v2 {
  display: grid !important;
  grid-template-columns: minmax(0,1fr) 28px !important;
  align-items: center !important;
  gap: 16px !important;
  width: 100% !important;
  min-height: 78px !important;
  margin: 0 !important;
  padding: 14px 18px 14px 22px !important;
  border: 1px solid rgba(215,191,120,.78) !important;
  border-radius: 18px !important;
  color: #f5f7fb !important;
  background: linear-gradient(145deg, rgba(8,11,16,.98), rgba(17,21,29,.98)) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.015), 0 12px 28px rgba(0,0,0,.18) !important;
  text-align: left !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  opacity: 1 !important;
  overflow: hidden !important;
  transition: border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease !important;
}

body.lgb-modal-is-open .lgb-booking-credit-footer button.lgb-booking-credit-cta-v2 .lgb-booking-credit-submit__copy,
.jt-home .lgb-booking-credit-footer button.lgb-booking-credit-cta-v2 .lgb-booking-credit-submit__copy {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  min-width: 0 !important;
  gap: 5px !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.lgb-modal-is-open .lgb-booking-credit-footer button.lgb-booking-credit-cta-v2 .lgb-booking-credit-submit__copy strong,
.jt-home .lgb-booking-credit-footer button.lgb-booking-credit-cta-v2 .lgb-booking-credit-submit__copy strong {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #f0dc9c !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  white-space: normal !important;
}

body.lgb-modal-is-open .lgb-booking-credit-footer button.lgb-booking-credit-cta-v2 .lgb-booking-credit-submit__copy small,
.jt-home .lgb-booking-credit-footer button.lgb-booking-credit-cta-v2 .lgb-booking-credit-submit__copy small {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #aeb4c0 !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  white-space: normal !important;
}

body.lgb-modal-is-open .lgb-booking-credit-footer button.lgb-booking-credit-cta-v2 .lgb-booking-credit-submit__arrow,
.jt-home .lgb-booking-credit-footer button.lgb-booking-credit-cta-v2 .lgb-booking-credit-submit__arrow {
  display: grid !important;
  place-items: center !important;
  width: 28px !important;
  height: 38px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #d7bf78 !important;
  font-size: 38px !important;
  line-height: 1 !important;
  font-weight: 300 !important;
  text-align: center !important;
}

body.lgb-modal-is-open .lgb-booking-credit-footer button.lgb-booking-credit-cta-v2:hover:not(:disabled),
.jt-home .lgb-booking-credit-footer button.lgb-booking-credit-cta-v2:hover:not(:disabled) {
  transform: translateY(-1px) !important;
  border-color: #f0dc9c !important;
  background: linear-gradient(145deg, rgba(12,16,22,.99), rgba(24,29,39,.99)) !important;
  box-shadow: 0 16px 34px rgba(0,0,0,.24), 0 0 0 1px rgba(215,191,120,.08) !important;
  filter: none !important;
}

body.lgb-modal-is-open .lgb-booking-credit-footer button.lgb-booking-credit-cta-v2:disabled,
.jt-home .lgb-booking-credit-footer button.lgb-booking-credit-cta-v2:disabled {
  opacity: 1 !important;
  cursor: not-allowed !important;
  transform: none !important;
  border-color: rgba(215,191,120,.38) !important;
  background: linear-gradient(145deg, rgba(8,11,16,.96), rgba(14,18,25,.96)) !important;
  box-shadow: none !important;
}

body.lgb-modal-is-open .lgb-booking-credit-footer button.lgb-booking-credit-cta-v2:disabled .lgb-booking-credit-submit__copy strong,
.jt-home .lgb-booking-credit-footer button.lgb-booking-credit-cta-v2:disabled .lgb-booking-credit-submit__copy strong {
  color: rgba(240,220,156,.72) !important;
}

body.lgb-modal-is-open .lgb-booking-credit-footer button.lgb-booking-credit-cta-v2:disabled .lgb-booking-credit-submit__copy small,
.jt-home .lgb-booking-credit-footer button.lgb-booking-credit-cta-v2:disabled .lgb-booking-credit-submit__copy small {
  color: rgba(174,180,192,.70) !important;
}

body.lgb-modal-is-open .lgb-booking-credit-footer button.lgb-booking-credit-cta-v2:disabled .lgb-booking-credit-submit__arrow,
.jt-home .lgb-booking-credit-footer button.lgb-booking-credit-cta-v2:disabled .lgb-booking-credit-submit__arrow {
  color: rgba(215,191,120,.55) !important;
}

@media (max-width: 640px) {
  body.lgb-modal-is-open .lgb-booking-credit-footer,
  .jt-home .lgb-booking-credit-footer {
    padding: 12px 16px calc(14px + env(safe-area-inset-bottom)) !important;
  }

  body.lgb-modal-is-open .lgb-booking-credit-footer button.lgb-booking-credit-cta-v2,
  .jt-home .lgb-booking-credit-footer button.lgb-booking-credit-cta-v2 {
    min-height: 70px !important;
    grid-template-columns: minmax(0,1fr) 24px !important;
    gap: 12px !important;
    padding: 12px 14px 12px 16px !important;
    border-radius: 16px !important;
  }

  body.lgb-modal-is-open .lgb-booking-credit-footer button.lgb-booking-credit-cta-v2 .lgb-booking-credit-submit__copy strong,
  .jt-home .lgb-booking-credit-footer button.lgb-booking-credit-cta-v2 .lgb-booking-credit-submit__copy strong {
    font-size: 14px !important;
  }

  body.lgb-modal-is-open .lgb-booking-credit-footer button.lgb-booking-credit-cta-v2 .lgb-booking-credit-submit__copy small,
  .jt-home .lgb-booking-credit-footer button.lgb-booking-credit-cta-v2 .lgb-booking-credit-submit__copy small {
    font-size: 11px !important;
  }

  body.lgb-modal-is-open .lgb-booking-credit-footer button.lgb-booking-credit-cta-v2 .lgb-booking-credit-submit__arrow,
  .jt-home .lgb-booking-credit-footer button.lgb-booking-credit-cta-v2 .lgb-booking-credit-submit__arrow {
    width: 24px !important;
    font-size: 32px !important;
  }
}

/* =========================================================
   JUMP & TONE - TOASTS POR ENCIMA DEL MODAL v2.10.44
   El modal usa una pila muy alta; las notificaciones deben
   quedar en una capa superior y dentro del viewport.
========================================================= */
body .lgb-toast-wrap {
  z-index: 2147483646 !important;
}

body.lgb-modal-is-open .lgb-toast-wrap {
  position: fixed !important;
  top: auto !important;
  right: 28px !important;
  bottom: 28px !important;
  left: auto !important;
  width: min(380px, calc(100vw - 40px)) !important;
  z-index: 2147483646 !important;
  isolation: isolate !important;
}

body.lgb-modal-is-open .lgb-toast {
  position: relative !important;
  z-index: 1 !important;
  box-shadow: 0 24px 70px rgba(0,0,0,.68) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
}

@media (max-width: 640px) {
  body.lgb-modal-is-open .lgb-toast-wrap {
    right: 14px !important;
    bottom: 16px !important;
    width: calc(100vw - 28px) !important;
  }
}

/* =========================================================
   JUMP & TONE - COMPRAS, CRÉDITOS Y RESERVAS v2.10.45
========================================================= */
@media (min-width: 992px) {
  .lgb-account-report__summary-grid--four {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .lgb-account-report__welcome-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
  }
  .lgb-account-report__secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    border: 1px solid rgba(215,191,120,.6);
    border-radius: 999px;
    color: #d7bf78 !important;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
  }
  .lgb-account-report__secondary:hover {
    color: #050505 !important;
    background: #d7bf78;
  }
}

/* Créditos desktop */
.lgb-account-credit-summary,
.lgb-account-reservation-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 14px;
  margin-bottom: 18px;
}
.lgb-account-credit-summary article,
.lgb-account-reservation-summary article {
  position: relative;
  min-height: 112px;
  padding: 20px 18px 18px 66px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 18px;
  background: linear-gradient(145deg,rgba(255,255,255,.04),rgba(255,255,255,.015));
}
.lgb-account-credit-summary article > span {
  position: absolute;
  left: 18px;
  top: 22px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #d7bf78;
}
.lgb-account-credit-summary article > span svg { width: 100%; height: 100%; stroke: currentColor; fill: none; }
.lgb-account-credit-summary small,
.lgb-account-reservation-summary small {
  display: block;
  margin-bottom: 9px;
  color: #d7bf78;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.lgb-account-credit-summary strong,
.lgb-account-reservation-summary strong {
  display: block;
  color: #f5f7fb;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 950;
}
.lgb-account-credit-section {
  margin-top: 18px;
  padding: 22px;
  border: 1px solid rgba(215,191,120,.2);
  border-radius: 20px;
  background: linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.012));
}
.lgb-account-credit-section > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.lgb-account-credit-section > header h2 {
  margin: 0 0 5px !important;
  color: #f5f7fb !important;
  font-size: 20px !important;
}
.lgb-account-credit-section > header p {
  margin: 0 !important;
  color: #aeb4c0 !important;
  font-size: 13px !important;
}
.lgb-account-credit-section > header > a,
.lgb-account-credit-empty > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 14px;
  color: #050505 !important;
  background: linear-gradient(135deg,#d7bf78,#f0dc9c);
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
}
.lgb-account-credit-plans {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
}
.lgb-account-credit-plan {
  padding: 20px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  background: rgba(5,8,13,.26);
}
.lgb-account-credit-plan__head {
  display: grid;
  grid-template-columns: 46px minmax(0,1fr) auto;
  gap: 12px;
  align-items: center;
}
.lgb-account-credit-plan__icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(215,191,120,.55);
  border-radius: 50%;
  color: #d7bf78;
}
.lgb-account-credit-plan__icon svg { width: 22px; height: 22px; stroke: currentColor; fill: none; }
.lgb-account-credit-plan__head small { color: #d7bf78; font-size: 9px; font-weight: 950; letter-spacing: .09em; text-transform: uppercase; }
.lgb-account-credit-plan__head h3 { margin: 4px 0 0 !important; color: #f5f7fb !important; font-size: 17px !important; }
.lgb-account-credit-plan__head em,
.lgb-mobile-account-credits__plan header em {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #bfea98;
  background: rgba(90,150,65,.15);
  border: 1px solid rgba(112,185,80,.28);
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
}
.lgb-account-credit-plan__balance {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 22px 0 12px;
}
.lgb-account-credit-plan__balance strong { color: #f5f7fb; font-size: 38px; line-height: 1; }
.lgb-account-credit-plan__balance span { color: #aeb4c0; font-size: 13px; }
.lgb-account-credit-plan__progress,
.lgb-mobile-account-credits__progress {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
}
.lgb-account-credit-plan__progress i,
.lgb-mobile-account-credits__progress i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg,#d7bf78,#f0dc9c);
}
.lgb-account-credit-plan__meta {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 12px;
  margin-top: 16px;
}
.lgb-account-credit-plan__meta span { padding-top: 12px; border-top: 1px solid rgba(255,255,255,.07); }
.lgb-account-credit-plan__meta small { display: block; color: #7d8594; font-size: 10px; text-transform: uppercase; }
.lgb-account-credit-plan__meta b { display: block; margin-top: 5px; color: #e8ecf3; font-size: 12px; }
.lgb-account-credit-empty {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 34px 20px;
  text-align: center;
}
.lgb-account-credit-empty > span { width: 58px; height: 58px; color: #d7bf78; }
.lgb-account-credit-empty > span svg { width: 100%; height: 100%; stroke: currentColor; fill: none; }
.lgb-account-credit-empty h3 { margin: 0 !important; color: #f5f7fb !important; }
.lgb-account-credit-empty p { margin: 0 0 8px !important; color: #aeb4c0 !important; }
.lgb-account-credit-table-wrap,
.lgb-account-reservation-table-wrap { overflow-x: auto; }
.lgb-account-credit-table,
.lgb-account-reservation-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 15px;
  overflow: hidden;
  background: rgba(5,8,12,.25);
}
.lgb-account-credit-table th,
.lgb-account-credit-table td,
.lgb-account-reservation-table th,
.lgb-account-reservation-table td {
  padding: 14px 15px;
  border-bottom: 1px solid rgba(255,255,255,.07);
  color: #e8ecf3;
  text-align: left;
  vertical-align: middle;
  font-size: 12px;
}
.lgb-account-credit-table th,
.lgb-account-reservation-table th { color: #d7bf78; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.lgb-account-credit-table tr:last-child td,
.lgb-account-reservation-table tr:last-child td { border-bottom: 0; }
.lgb-account-credit-table .is-credit { color: #bfea98; }
.lgb-account-credit-table .is-debit { color: #f0dc9c; }

/* Reservas desktop */
.lgb-account-reservation-tabs {
  display: inline-flex;
  gap: 8px;
  margin-bottom: 16px;
  padding: 5px;
  border-radius: 14px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
}
.lgb-account-reservation-tabs a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 10px;
  color: #aeb4c0 !important;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 900;
}
.lgb-account-reservation-tabs a span { display: grid; place-items: center; min-width: 24px; height: 24px; padding: 0 6px; border-radius: 999px; background: rgba(255,255,255,.06); }
.lgb-account-reservation-tabs a.is-active { color: #050505 !important; background: linear-gradient(135deg,#d7bf78,#f0dc9c); }
.lgb-account-reservation-table td strong { display: block; color: #f5f7fb; font-size: 13px; }
.lgb-account-reservation-table td small { display: block; margin-top: 5px; color: #8f97a5; font-size: 11px; }
.lgb-account-reservation-status {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  white-space: nowrap;
}
.lgb-account-reservation-status.is-upcoming { color: #b7d7ff; background: rgba(49,100,164,.24); }
.lgb-account-reservation-status.is-checked-in { color: #f0dc9c; background: rgba(215,191,120,.2); }
.lgb-account-reservation-status.is-completed { color: #bfea98; background: rgba(90,150,65,.18); }
.lgb-account-reservation-status.is-cancelled,
.lgb-account-reservation-status.is-no-show { color: #ffaaa4; background: rgba(155,57,49,.24); }
.lgb-account-reservation-status.is-pending { color: #f0cf82; background: rgba(173,111,23,.24); }
.lgb-account-reservation-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}
.lgb-account-reservation-pagination a {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 11px;
  color: #e8ecf3 !important;
  text-decoration: none !important;
  font-weight: 900;
}
.lgb-account-reservation-pagination a.is-current { color: #050505 !important; background: #d7bf78; border-color: #d7bf78; }

/* Mobile layout reset for custom account endpoints */
.lgb-mobile-account-credits,
.lgb-mobile-account-reservations { display: none; }

@media (max-width: 991px) {
  body.woocommerce-account.lgb-account-credits-page,
  body.woocommerce-account.lgb-account-reservations-page { background: #050505 !important; color: #f5f7fb !important; }
  body.woocommerce-account.lgb-account-credits-page .lgb-account-desktop-only,
  body.woocommerce-account.lgb-account-reservations-page .lgb-account-desktop-only { display: none !important; }
  body.woocommerce-account.lgb-account-credits-page .container.content-wrapper,
  body.woocommerce-account.lgb-account-credits-page .content-wrapper,
  body.woocommerce-account.lgb-account-credits-page .row.main-row,
  body.woocommerce-account.lgb-account-credits-page #primary,
  body.woocommerce-account.lgb-account-credits-page .site-main,
  body.woocommerce-account.lgb-account-credits-page article,
  body.woocommerce-account.lgb-account-credits-page .entry-content,
  body.woocommerce-account.lgb-account-credits-page .entry-content > .woocommerce,
  body.woocommerce-account.lgb-account-credits-page .woocommerce,
  body.woocommerce-account.lgb-account-reservations-page .container.content-wrapper,
  body.woocommerce-account.lgb-account-reservations-page .content-wrapper,
  body.woocommerce-account.lgb-account-reservations-page .row.main-row,
  body.woocommerce-account.lgb-account-reservations-page #primary,
  body.woocommerce-account.lgb-account-reservations-page .site-main,
  body.woocommerce-account.lgb-account-reservations-page article,
  body.woocommerce-account.lgb-account-reservations-page .entry-content,
  body.woocommerce-account.lgb-account-reservations-page .entry-content > .woocommerce,
  body.woocommerce-account.lgb-account-reservations-page .woocommerce {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: transparent !important;
  }
  body.woocommerce-account.lgb-account-credits-page .container.content-wrapper,
  body.woocommerce-account.lgb-account-credits-page .content-wrapper,
  body.woocommerce-account.lgb-account-reservations-page .container.content-wrapper,
  body.woocommerce-account.lgb-account-reservations-page .content-wrapper { padding-top: 18px !important; padding-bottom: 54px !important; }
  body.woocommerce-account.lgb-account-credits-page .entry-header,
  body.woocommerce-account.lgb-account-credits-page .woocommerce-MyAccount-navigation,
  body.woocommerce-account.lgb-account-credits-page .woocommerce-MyAccount-content,
  body.woocommerce-account.lgb-account-credits-page .lsmamc-app,
  body.woocommerce-account.lgb-account-reservations-page .entry-header,
  body.woocommerce-account.lgb-account-reservations-page .woocommerce-MyAccount-navigation,
  body.woocommerce-account.lgb-account-reservations-page .woocommerce-MyAccount-content,
  body.woocommerce-account.lgb-account-reservations-page .lsmamc-app { display: none !important; }

  /* Navigation now contains six account sections: horizontal app-style scroll */
  .lgb-mobile-account-home__tabs,
  .lgb-mobile-account-order__tabs,
  .lgb-mobile-account-profile__tabs,
  .lgb-mobile-account-address-edit__tabs {
    display: flex !important;
    grid-template-columns: none !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x proximity !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .lgb-mobile-account-home__tabs::-webkit-scrollbar,
  .lgb-mobile-account-order__tabs::-webkit-scrollbar,
  .lgb-mobile-account-profile__tabs::-webkit-scrollbar,
  .lgb-mobile-account-address-edit__tabs::-webkit-scrollbar { display: none !important; }
  .lgb-mobile-account-home__tabs a,
  .lgb-mobile-account-order__tabs a,
  .lgb-mobile-account-profile__tabs a,
  .lgb-mobile-account-address-edit__tabs a {
    flex: 0 0 118px !important;
    min-width: 118px !important;
    scroll-snap-align: start !important;
  }
  .lgb-mobile-account-home__metrics--four { grid-template-columns: 1fr 1fr !important; }
  .lgb-mobile-account-home__metrics--four .lgb-mobile-account-home__metric { grid-column: auto !important; }
  .lgb-mobile-account-home__welcome-actions { display: grid !important; gap: 10px !important; }
  .lgb-mobile-account-home__welcome-actions > a { margin-top: 0 !important; }

  .lgb-mobile-account-credits,
  .lgb-mobile-account-reservations,
  .lgb-mobile-account-credits *,
  .lgb-mobile-account-reservations * { box-sizing: border-box !important; }
  .lgb-mobile-account-credits,
  .lgb-mobile-account-reservations {
    display: grid !important;
    gap: 16px !important;
    width: min(100% - 28px, 680px) !important;
    max-width: 680px !important;
    margin: 0 auto !important;
    color: #f5f7fb !important;
  }
  .lgb-mobile-account-credits svg,
  .lgb-mobile-account-reservations svg { width: 100%; height: 100%; stroke: currentColor; fill: none; }
  .lgb-mobile-account-credits__panel,
  .lgb-mobile-account-reservations__panel {
    padding: 24px 18px 18px !important;
    border: 1px solid rgba(215,191,120,.22) !important;
    border-radius: 24px !important;
    background: radial-gradient(circle at top right,rgba(215,191,120,.075),transparent 34%),linear-gradient(145deg,rgba(23,30,41,.98),rgba(12,17,24,.99)) !important;
  }
  .lgb-mobile-account-credits__heading h1,
  .lgb-mobile-account-reservations__heading h1 {
    margin: 0 !important;
    color: #f5f7fb !important;
    font-size: clamp(32px,9vw,46px) !important;
    line-height: 1 !important;
    letter-spacing: -.045em !important;
    font-weight: 950 !important;
    text-transform: uppercase !important;
  }
  .lgb-mobile-account-credits__heading > span,
  .lgb-mobile-account-reservations__heading > span { display: block; width: 44px; height: 3px; margin-top: 14px; border-radius: 99px; background: #d7bf78; }
  .lgb-mobile-account-credits__heading p,
  .lgb-mobile-account-reservations__heading p { margin: 15px 0 0 !important; color: #aeb4c0 !important; font-size: 15px !important; line-height: 1.55 !important; }

  /* Credits mobile */
  .lgb-mobile-account-credits__summary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 18px;
  }
  .lgb-mobile-account-credits__summary article {
    min-height: 100px;
    padding: 16px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 17px;
    background: rgba(255,255,255,.02);
  }
  .lgb-mobile-account-credits__summary small { display: block; color: #aeb4c0; font-size: 10px; text-transform: uppercase; font-weight: 900; }
  .lgb-mobile-account-credits__summary strong { display: block; margin-top: 10px; color: #f5f7fb; font-size: 24px; line-height: 1.1; }
  .lgb-mobile-account-credits__plans { display: grid; gap: 12px; margin-top: 16px; }
  body.woocommerce-account.lgb-account-credits-page article.lgb-mobile-account-credits__plan {
    padding: 18px !important;
    border: 1px solid rgba(255,255,255,.08) !important;
    border-radius: 19px !important;
    background: rgba(5,8,13,.3) !important;
  }
  .lgb-mobile-account-credits__plan header { display: grid; grid-template-columns: 42px minmax(0,1fr) auto; gap: 11px; align-items: center; }
  .lgb-mobile-account-credits__plan header > span { display: grid; place-items: center; width: 42px; height: 42px; color: #d7bf78; border: 1px solid rgba(215,191,120,.55); border-radius: 50%; }
  .lgb-mobile-account-credits__plan header > span svg { width: 20px; height: 20px; }
  .lgb-mobile-account-credits__plan header small { color: #d7bf78; font-size: 9px; font-weight: 950; text-transform: uppercase; }
  .lgb-mobile-account-credits__plan h2 { margin: 3px 0 0 !important; color: #f5f7fb !important; font-size: 16px !important; }
  .lgb-mobile-account-credits__balance { display: flex; align-items: baseline; gap: 8px; margin: 18px 0 10px; }
  .lgb-mobile-account-credits__balance strong { color: #f5f7fb; font-size: 34px; }
  .lgb-mobile-account-credits__balance span { color: #aeb4c0; font-size: 12px; }
  .lgb-mobile-account-credits__dates { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 14px; }
  .lgb-mobile-account-credits__dates span { padding-top: 11px; border-top: 1px solid rgba(255,255,255,.07); }
  .lgb-mobile-account-credits__dates small { display: block; color: #7d8594; font-size: 9px; text-transform: uppercase; }
  .lgb-mobile-account-credits__dates b { display: block; margin-top: 5px; color: #e8ecf3; font-size: 12px; }
  .lgb-mobile-account-credits__empty { display: grid; justify-items: center; gap: 10px; padding: 28px 16px; text-align: center; }
  .lgb-mobile-account-credits__empty > span { width: 54px; height: 54px; color: #d7bf78; }
  .lgb-mobile-account-credits__empty h2 { margin: 0 !important; color: #f5f7fb !important; font-size: 20px !important; }
  .lgb-mobile-account-credits__empty p { margin: 0 !important; color: #aeb4c0 !important; }
  .lgb-mobile-account-credits__empty a { min-height: 44px; display: inline-flex; align-items: center; padding: 0 18px; border-radius: 14px; color: #050505 !important; background: #d7bf78; text-decoration: none !important; font-weight: 900; }
  .lgb-mobile-account-credits__movements { margin-top: 18px; }
  .lgb-mobile-account-credits__movements h2 { margin: 0 0 12px !important; color: #f5f7fb !important; font-size: 18px !important; }
  .lgb-mobile-account-credits__movements article { display: grid !important; grid-template-columns: 44px minmax(0,1fr) !important; gap: 12px !important; align-items: center !important; padding: 13px 0 !important; border-bottom: 1px solid rgba(255,255,255,.07) !important; }
  .lgb-mobile-account-credits__movements article > span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; font-size: 12px; font-weight: 950; }
  .lgb-mobile-account-credits__movements article > span.is-credit { color: #bfea98; background: rgba(90,150,65,.16); }
  .lgb-mobile-account-credits__movements article > span.is-debit { color: #f0dc9c; background: rgba(215,191,120,.12); }
  .lgb-mobile-account-credits__movements strong { display: block; color: #f5f7fb; font-size: 13px; }
  .lgb-mobile-account-credits__movements small { display: block; margin-top: 4px; color: #8f97a5; font-size: 11px; }

  /* Reservations mobile */
  .lgb-mobile-account-reservations__summary { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin-top: 18px; }
  .lgb-mobile-account-reservations__summary article { min-height: 88px; padding: 14px 10px; border: 1px solid rgba(255,255,255,.08); border-radius: 16px; background: rgba(255,255,255,.02); text-align: center; }
  .lgb-mobile-account-reservations__summary small { display: block; color: #aeb4c0; font-size: 9px; text-transform: uppercase; font-weight: 900; }
  .lgb-mobile-account-reservations__summary strong { display: block; margin-top: 10px; color: #f5f7fb; font-size: 25px; }
  .lgb-mobile-account-reservations__tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 16px 0; padding: 5px; border: 1px solid rgba(255,255,255,.08); border-radius: 15px; background: rgba(255,255,255,.03); }
  .lgb-mobile-account-reservations__tabs a { min-height: 42px; display: flex; align-items: center; justify-content: center; border-radius: 11px; color: #aeb4c0 !important; text-decoration: none !important; font-size: 12px; font-weight: 900; }
  .lgb-mobile-account-reservations__tabs a.is-active { color: #050505 !important; background: linear-gradient(135deg,#d7bf78,#f0dc9c); }
  .lgb-mobile-account-reservations__list { display: grid; gap: 12px; }
  body.woocommerce-account.lgb-account-reservations-page article.lgb-mobile-account-reservations__card {
    padding: 18px !important;
    border: 1px solid rgba(255,255,255,.08) !important;
    border-radius: 19px !important;
    background: rgba(5,8,13,.3) !important;
  }
  .lgb-mobile-account-reservations__card header { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
  .lgb-mobile-account-reservations__card header small { color: #d7bf78; font-size: 9px; text-transform: uppercase; font-weight: 950; }
  .lgb-mobile-account-reservations__card h2 { margin: 4px 0 0 !important; color: #f5f7fb !important; font-size: 18px !important; }
  .lgb-mobile-account-reservations__card header > span { display: inline-flex; min-height: 30px; align-items: center; padding: 0 10px; border-radius: 999px; font-size: 10px; font-weight: 900; white-space: nowrap; }
  .lgb-mobile-account-reservations__card header > span.is-upcoming { color: #b7d7ff; background: rgba(49,100,164,.24); }
  .lgb-mobile-account-reservations__card header > span.is-checked-in { color: #f0dc9c; background: rgba(215,191,120,.2); }
  .lgb-mobile-account-reservations__card header > span.is-completed { color: #bfea98; background: rgba(90,150,65,.18); }
  .lgb-mobile-account-reservations__card header > span.is-cancelled,
  .lgb-mobile-account-reservations__card header > span.is-no-show { color: #ffaaa4; background: rgba(155,57,49,.24); }
  .lgb-mobile-account-reservations__details { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 16px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.07); }
  .lgb-mobile-account-reservations__details p { display: grid; grid-template-columns: 28px minmax(0,1fr); gap: 9px; margin: 0 !important; }
  .lgb-mobile-account-reservations__details i { width: 24px; height: 24px; color: #d7bf78; font-style: normal; }
  .lgb-mobile-account-reservations__details small { display: block; color: #7d8594; font-size: 9px; text-transform: uppercase; }
  .lgb-mobile-account-reservations__details strong { display: block; margin-top: 4px; color: #e8ecf3; font-size: 12px; line-height: 1.35; }
  .lgb-mobile-account-reservations__empty { padding: 28px 16px; border: 1px solid rgba(255,255,255,.08); border-radius: 18px; color: #aeb4c0; text-align: center; background: rgba(255,255,255,.02); }
  .lgb-mobile-account-reservations .lgb-account-reservation-pagination { margin-top: 16px; }

  .lgb-booking-credit-balance { display: block !important; margin-top: 8px !important; color: #f0dc9c !important; font-size: 11px !important; }
}

@media (max-width: 430px) {
  .lgb-mobile-account-home__tabs a,
  .lgb-mobile-account-order__tabs a,
  .lgb-mobile-account-profile__tabs a,
  .lgb-mobile-account-address-edit__tabs a { flex-basis: 108px !important; min-width: 108px !important; }
  .lgb-mobile-account-credits,
  .lgb-mobile-account-reservations { width: min(100% - 20px,680px) !important; }
  .lgb-mobile-account-credits__panel,
  .lgb-mobile-account-reservations__panel { padding: 22px 16px 16px !important; }
  .lgb-mobile-account-reservations__details { grid-template-columns: 1fr !important; }
}

.lgb-booking-credit-balance {
  display: block !important;
  margin-top: 8px !important;
  color: #f0dc9c !important;
  font-size: 11px !important;
  line-height: 1.45 !important;
}
.lgb-booking-credit-balance b { color: #f5f7fb !important; font-weight: 950 !important; }

/* =========================================================
   JUMP & TONE - PLANES PREMIUM v2.10.46
   Rediseño del shortcode [lgb_plans] y de la página /planes/.
========================================================= */
body.lgb-plans-page {
  background: #050505 !important;
}
body.lgb-plans-page .entry-header,
body.lgb-plans-page .page-header,
body.lgb-plans-page .entry-title {
  display: none !important;
}
body.lgb-plans-page .container.content-wrapper,
body.lgb-plans-page .content-wrapper,
body.lgb-plans-page .row.main-row,
body.lgb-plans-page #primary,
body.lgb-plans-page .site-main,
body.lgb-plans-page article.page,
body.lgb-plans-page .entry-content {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body.lgb-plans-page .container.content-wrapper,
body.lgb-plans-page .content-wrapper,
body.lgb-plans-page #primary,
body.lgb-plans-page .site-main,
body.lgb-plans-page article.page,
body.lgb-plans-page .entry-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.lgb-plans.lgb-plans--premium,
.lgb-plans.lgb-plans--premium *,
.lgb-plans.lgb-plans--premium *::before,
.lgb-plans.lgb-plans--premium *::after {
  box-sizing: border-box;
}
.lgb-plans.lgb-plans--premium {
  --lgb-plans-gold: #d7bf78;
  --lgb-plans-gold-light: #f0dc9c;
  --lgb-plans-panel: #111720;
  --lgb-plans-panel-2: #0b1017;
  --lgb-plans-border: rgba(215,191,120,.28);
  --lgb-plans-border-soft: rgba(255,255,255,.10);
  --lgb-plans-text: #f5f7fb;
  --lgb-plans-muted: #aeb4c0;
  --lgb-plans-hero-image: linear-gradient(135deg, rgba(215,191,120,.05), rgba(5,5,5,0));
  position: relative;
  width: 100%;
  max-width: 1540px;
  margin: 0 auto !important;
  padding: 46px 34px 28px;
  color: var(--lgb-plans-text);
  background: #050505;
  overflow: hidden;
}
.lgb-plans.lgb-plans--embedded {
  padding: 30px 0 18px;
  background: transparent;
}

.lgb-plans--premium svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lgb-plans-hero {
  position: relative;
  min-height: 278px;
  padding: 36px 34px 30px;
  border: 1px solid var(--lgb-plans-border-soft);
  border-radius: 24px;
  background-image:
    linear-gradient(90deg, rgba(5,8,12,.98) 0%, rgba(5,8,12,.90) 42%, rgba(5,8,12,.48) 72%, rgba(5,8,12,.72) 100%),
    var(--lgb-plans-hero-image);
  background-repeat: no-repeat;
  background-position: center, right center;
  background-size: cover, 48% auto;
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
  overflow: hidden;
}
.lgb-plans-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 76% 32%, rgba(215,191,120,.12), transparent 34%),
    linear-gradient(180deg, transparent 0%, rgba(0,0,0,.18) 100%);
}
.lgb-plans--embedded .lgb-plans-hero {
  min-height: 0;
  padding: 28px 30px;
  border-radius: 22px;
  background-image: linear-gradient(145deg, rgba(23,29,39,.96), rgba(8,11,16,.98));
}
.lgb-plans-hero__content,
.lgb-plans-benefits {
  position: relative;
  z-index: 2;
}
.lgb-plans-hero__content {
  max-width: 760px;
  padding-left: 24px;
  border-left: 4px solid var(--lgb-plans-gold);
}
.lgb-plans--embedded .lgb-plans-hero__content {
  max-width: 100%;
}
.lgb-plans-eyebrow {
  display: block !important;
  margin: 0 0 12px !important;
  color: var(--lgb-plans-gold) !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  letter-spacing: .13em !important;
  text-transform: uppercase !important;
}
.lgb-plans--premium .lgb-plans-hero h2 {
  margin: 0 !important;
  color: var(--lgb-plans-text) !important;
  font-size: clamp(38px, 4.8vw, 68px) !important;
  line-height: 1.02 !important;
  letter-spacing: -.045em !important;
  font-weight: 500 !important;
  text-transform: none !important;
}
.lgb-plans--embedded .lgb-plans-hero h2 {
  font-size: clamp(32px, 4vw, 52px) !important;
}
.lgb-plans-hero__content p {
  margin: 18px 0 0 !important;
  color: #d8dde5 !important;
  font-size: 17px !important;
  line-height: 1.55 !important;
  font-weight: 500 !important;
}

.lgb-plans-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
  max-width: 820px;
  margin-top: 30px;
}
.lgb-plans-benefits > div {
  display: grid;
  grid-template-columns: 42px minmax(0,1fr);
  align-items: center;
  column-gap: 12px;
  min-height: 78px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid var(--lgb-plans-border-soft);
  background: rgba(9,13,19,.72);
  backdrop-filter: blur(8px);
}
.lgb-plans-benefits > div > span {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--lgb-plans-gold);
}
.lgb-plans-benefits strong {
  display: block;
  color: var(--lgb-plans-text);
  font-size: 14px;
  line-height: 1.25;
  font-weight: 900;
}
.lgb-plans-benefits small {
  display: block;
  margin-top: 3px;
  color: var(--lgb-plans-muted);
  font-size: 11px;
  line-height: 1.25;
}

.lgb-plans-notice {
  display: grid;
  grid-template-columns: 28px max-content 1px max-content;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 58px;
  margin: 18px 0 20px;
  padding: 12px 20px;
  border-radius: 16px;
  border: 1px solid var(--lgb-plans-border-soft);
  background: linear-gradient(145deg, rgba(23,29,39,.92), rgba(8,11,16,.96));
}
.lgb-plans-notice > span {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  color: var(--lgb-plans-gold);
}
.lgb-plans-notice p {
  margin: 0 !important;
  color: #d7dce5 !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
}
.lgb-plans-notice strong {
  color: var(--lgb-plans-text);
  font-weight: 950;
}
.lgb-plans-notice i {
  width: 1px;
  height: 24px;
  background: var(--lgb-plans-gold);
  opacity: .72;
}

.lgb-plans--premium .lgb-plans-grid {
  display: grid !important;
  grid-template-columns: repeat(var(--lgb-plan-columns,5), minmax(0,1fr)) !important;
  gap: 16px !important;
  align-items: stretch;
  width: 100%;
}
body.lgb-plans-page .lgb-plans--premium .lgb-plans-grid {
  margin-top: 0;
}
.lgb-plans--embedded .lgb-plans-grid {
  margin-top: 18px;
}

.lgb-plans--premium article.lgb-plan-card {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  min-height: 338px !important;
  margin: 0 !important;
  padding: 28px 24px 24px !important;
  border: 1px solid var(--lgb-plans-border-soft) !important;
  border-radius: 22px !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(215,191,120,.065), transparent 37%),
    linear-gradient(180deg, rgba(19,26,36,.98), rgba(8,12,18,.99)) !important;
  box-shadow: 0 22px 55px rgba(0,0,0,.24) !important;
  overflow: hidden !important;
  transform: translateZ(0);
}
.lgb-plans--premium article.lgb-plan-card::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  border-radius: inherit !important;
  background: linear-gradient(145deg, rgba(255,255,255,.025), transparent 42%) !important;
  pointer-events: none !important;
}
.lgb-plans--premium article.lgb-plan-card > * {
  position: relative;
  z-index: 2;
}
.lgb-plans--premium article.lgb-plan-card.is-popular {
  padding-top: 54px !important;
  border-color: rgba(240,220,156,.92) !important;
  box-shadow: 0 0 0 1px rgba(215,191,120,.45), 0 20px 55px rgba(215,191,120,.16) !important;
}
.lgb-plan-popular {
  position: absolute !important;
  z-index: 4 !important;
  left: -1px !important;
  right: -1px !important;
  top: -1px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 34px !important;
  padding: 6px 12px !important;
  color: #050505 !important;
  background: linear-gradient(135deg, var(--lgb-plans-gold), var(--lgb-plans-gold-light)) !important;
  border-radius: 21px 21px 0 0 !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}
.lgb-plans--premium .lgb-plan-kicker {
  display: inline-flex !important;
  align-self: center !important;
  width: max-content !important;
  max-width: 100% !important;
  min-height: 30px !important;
  padding: 6px 13px !important;
  border: 1px solid rgba(215,191,120,.62) !important;
  border-radius: 999px !important;
  color: var(--lgb-plans-gold) !important;
  background: rgba(215,191,120,.035) !important;
  font-size: 10px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
  letter-spacing: .10em !important;
  text-transform: uppercase !important;
  white-space: nowrap;
}
.lgb-plans--premium .lgb-plan-card h3,
.lgb-plans--premium .lgb-plan-card h4 {
  margin: 18px 0 0 !important;
  color: var(--lgb-plans-text) !important;
  font-size: clamp(21px, 2vw, 27px) !important;
  line-height: 1.08 !important;
  letter-spacing: .08em !important;
  text-align: center !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
}
.lgb-plans--premium .lgb-plan-price {
  margin: 12px 0 16px !important;
  color: var(--lgb-plans-gold) !important;
  font-size: clamp(38px, 3.2vw, 50px) !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-align: center !important;
  letter-spacing: -.035em !important;
}
.lgb-plans--premium .lgb-plan-meta {
  display: grid !important;
  gap: 0 !important;
  margin: 0 !important;
}
.lgb-plans--premium .lgb-plan-meta span {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  min-height: 43px !important;
  padding: 10px 0 !important;
  border-top: 1px solid rgba(255,255,255,.08) !important;
  color: #e7ebf1 !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
}
.lgb-plans--premium .lgb-plan-meta em {
  color: var(--lgb-plans-muted) !important;
  font-style: normal !important;
  font-weight: 800 !important;
}
.lgb-plans--premium .lgb-plan-meta strong {
  color: var(--lgb-plans-text) !important;
  text-align: right !important;
  font-weight: 900 !important;
}
.lgb-plans--premium .lgb-plan-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 52px !important;
  margin-top: auto !important;
  padding: 0 16px !important;
  border: 1px solid var(--lgb-plans-gold-light) !important;
  border-radius: 13px !important;
  color: #050505 !important;
  background: linear-gradient(135deg, var(--lgb-plans-gold), var(--lgb-plans-gold-light)) !important;
  box-shadow: 0 12px 28px rgba(215,191,120,.16) !important;
  text-decoration: none !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  text-transform: none !important;
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}
.lgb-plans--premium .lgb-plan-button:hover {
  filter: brightness(1.05) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 16px 34px rgba(215,191,120,.22) !important;
}

.lgb-plans-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
  color: #dce1e8;
}
.lgb-plans-footer span {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  color: var(--lgb-plans-gold);
}
.lgb-plans-footer p {
  margin: 0 !important;
  color: #dce1e8 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
}

@media (max-width: 1240px) {
  .lgb-plans.lgb-plans--premium {
    padding-left: 24px;
    padding-right: 24px;
  }
  .lgb-plans--premium .lgb-plans-grid {
    grid-template-columns: repeat(3, minmax(0,1fr)) !important;
  }
}

@media (max-width: 860px) {
  .lgb-plans-hero {
    min-height: 0;
    padding: 28px 24px;
    background-image: linear-gradient(145deg, rgba(20,27,37,.98), rgba(7,10,15,.99));
  }
  .lgb-plans-hero__content {
    padding-left: 18px;
  }
  .lgb-plans-benefits {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
  .lgb-plans-notice {
    grid-template-columns: 28px minmax(0,1fr);
    justify-content: stretch;
    gap: 12px;
  }
  .lgb-plans-notice i {
    display: none;
  }
  .lgb-plans-notice p:last-child {
    grid-column: 2;
  }
  .lgb-plans--premium .lgb-plans-grid {
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
  }
}

@media (max-width: 600px) {
  body.lgb-plans-page .container.content-wrapper,
  body.lgb-plans-page .content-wrapper {
    padding-top: 10px !important;
  }
  .lgb-plans.lgb-plans--premium,
  .lgb-plans.lgb-plans--embedded {
    padding: 18px 14px 24px !important;
  }
  .lgb-plans--embedded {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .lgb-plans-hero,
  .lgb-plans--embedded .lgb-plans-hero {
    padding: 24px 18px;
    border-radius: 20px;
  }
  .lgb-plans-hero__content {
    padding-left: 14px;
    border-left-width: 3px;
  }
  .lgb-plans--premium .lgb-plans-hero h2 {
    font-size: 36px !important;
  }
  .lgb-plans-hero__content p {
    font-size: 14px !important;
  }
  .lgb-plans-notice {
    margin: 14px 0 16px;
    padding: 14px;
    border-radius: 14px;
  }
  .lgb-plans--premium .lgb-plans-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
  .lgb-plans--premium article.lgb-plan-card,
  .lgb-plans--premium article.lgb-plan-card.is-popular {
    min-height: 320px !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .lgb-plans--premium .lgb-plan-card h3,
  .lgb-plans--premium .lgb-plan-card h4 {
    font-size: 24px !important;
  }
  .lgb-plans--premium .lgb-plan-price {
    font-size: 44px !important;
  }
  .lgb-plans-footer {
    align-items: flex-start;
    text-align: left;
  }
}

/* =========================================================
   JUMP & TONE - COMPRA RÁPIDA DE PLANES v2.10.47
   El shortcode [lgb_plans] abre un modal y evita la ficha de producto.
========================================================= */
.lgb-plans--premium .lgb-plan-button.lgb-plan-purchase-trigger {
  width: 100% !important;
  min-height: 48px !important;
  margin-top: auto !important;
  padding: 0 16px !important;
  border: 1px solid var(--lgb-plans-gold-light, #f0dc9c) !important;
  border-radius: 14px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  cursor: pointer !important;
  color: #050505 !important;
  background: linear-gradient(135deg, var(--lgb-plans-gold, #d7bf78), var(--lgb-plans-gold-light, #f0dc9c)) !important;
  box-shadow: 0 14px 30px rgba(215,191,120,.16) !important;
  font-family: inherit !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  text-align: center !important;
  text-transform: none !important;
}
.lgb-plans--premium .lgb-plan-button.lgb-plan-purchase-trigger:hover {
  transform: translateY(-1px) !important;
  filter: brightness(1.05) !important;
}

body.lgb-plan-purchase-modal-is-open {
  overflow: hidden !important;
}
.lgb-plan-purchase-modal,
.lgb-plan-purchase-modal *,
.lgb-plan-purchase-modal *::before,
.lgb-plan-purchase-modal *::after {
  box-sizing: border-box !important;
}
.lgb-plan-purchase-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147482500 !important;
  display: grid !important;
  place-items: center !important;
  padding: 24px !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity .2s ease, visibility .2s ease !important;
}
.lgb-plan-purchase-modal.is-open {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}
.lgb-plan-purchase-modal__backdrop {
  position: absolute !important;
  inset: 0 !important;
  background: rgba(0,0,0,.82) !important;
  backdrop-filter: blur(5px) !important;
  -webkit-backdrop-filter: blur(5px) !important;
}
.lgb-plan-purchase-modal__dialog {
  position: relative !important;
  z-index: 1 !important;
  width: min(100%, 430px) !important;
  max-height: min(90vh, 720px) !important;
  overflow: auto !important;
  padding: 28px 24px 22px !important;
  border: 1px solid rgba(215,191,120,.28) !important;
  border-radius: 24px !important;
  color: #f5f7fb !important;
  background:
    radial-gradient(circle at top right, rgba(215,191,120,.10), transparent 34%),
    linear-gradient(145deg, rgba(25,31,40,.99), rgba(12,16,23,.995)) !important;
  box-shadow: 0 34px 90px rgba(0,0,0,.58) !important;
  transform: translateY(14px) scale(.985) !important;
  transition: transform .22s ease !important;
  scrollbar-width: thin !important;
  scrollbar-color: rgba(215,191,120,.65) rgba(255,255,255,.04) !important;
}
.lgb-plan-purchase-modal.is-open .lgb-plan-purchase-modal__dialog {
  transform: translateY(0) scale(1) !important;
}
.lgb-plan-purchase-modal__close {
  position: absolute !important;
  top: 14px !important;
  right: 14px !important;
  display: grid !important;
  place-items: center !important;
  width: 38px !important;
  height: 38px !important;
  padding: 0 !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 50% !important;
  color: #f5f7fb !important;
  background: #11151d !important;
  box-shadow: none !important;
  cursor: pointer !important;
  font-family: Arial, sans-serif !important;
  font-size: 25px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
}
.lgb-plan-purchase-modal__eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 28px !important;
  margin: 0 52px 14px 0 !important;
  padding: 0 12px !important;
  border: 1px solid rgba(215,191,120,.38) !important;
  border-radius: 999px !important;
  color: #f0dc9c !important;
  background: rgba(215,191,120,.06) !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
}
.lgb-plan-purchase-modal__dialog h2 {
  margin: 0 !important;
  color: #f5f7fb !important;
  font-size: 30px !important;
  line-height: 1.08 !important;
  font-weight: 500 !important;
  letter-spacing: -.03em !important;
  text-transform: uppercase !important;
}
.lgb-plan-purchase-modal__price {
  margin: 4px 0 22px !important;
  color: #d7bf78 !important;
  font-size: 42px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
}
.lgb-plan-purchase-modal__facts {
  display: grid !important;
  gap: 12px !important;
}
.lgb-plan-purchase-modal__facts > div {
  min-height: 74px !important;
  padding: 16px !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 16px !important;
  background: rgba(255,255,255,.025) !important;
}
.lgb-plan-purchase-modal__facts small {
  display: block !important;
  margin-bottom: 8px !important;
  color: #aeb4c0 !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}
.lgb-plan-purchase-modal__facts strong {
  display: block !important;
  color: #f5f7fb !important;
  font-size: 15px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
}
.lgb-plan-purchase-modal__description {
  margin: 18px 0 !important;
  color: #d2d7e0 !important;
  font-size: 13px !important;
  line-height: 1.65 !important;
  font-weight: 500 !important;
}
.lgb-plan-purchase-modal__actions {
  display: grid !important;
  gap: 10px !important;
}
.lgb-plan-purchase-modal__action {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 48px !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  cursor: pointer !important;
  font-family: inherit !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  transition: transform .16s ease, filter .16s ease, opacity .16s ease !important;
}
.lgb-plan-purchase-modal__action.is-cart {
  color: #f5f7fb !important;
  background: transparent !important;
  border: 1px solid rgba(215,191,120,.62) !important;
}
.lgb-plan-purchase-modal__action.is-checkout {
  color: #050505 !important;
  background: #f5f7fb !important;
  border: 1px solid #f5f7fb !important;
}
.lgb-plan-purchase-modal__action:hover {
  transform: translateY(-1px) !important;
  filter: brightness(1.05) !important;
}
.lgb-plan-purchase-modal__action:disabled,
.lgb-plan-purchase-modal.is-loading .lgb-plan-purchase-modal__close {
  cursor: wait !important;
  opacity: .56 !important;
}
.lgb-plan-purchase-modal__note {
  display: block !important;
  margin-top: 12px !important;
  color: #7d8594 !important;
  font-size: 10px !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
}

@media (max-width: 600px) {
  .lgb-plan-purchase-modal {
    align-items: end !important;
    padding: 10px !important;
  }
  .lgb-plan-purchase-modal__dialog {
    width: 100% !important;
    max-height: calc(100dvh - 20px) !important;
    padding: 24px 16px 18px !important;
    border-radius: 22px !important;
  }
  .lgb-plan-purchase-modal__dialog h2 {
    font-size: 26px !important;
  }
  .lgb-plan-purchase-modal__price {
    font-size: 38px !important;
  }
  .lgb-plan-purchase-modal__facts {
    grid-template-columns: 1fr 1fr !important;
  }
  .lgb-plan-purchase-modal__facts > div {
    min-height: 70px !important;
    padding: 14px !important;
  }
}

@media (max-width: 360px) {
  .lgb-plan-purchase-modal__facts {
    grid-template-columns: 1fr !important;
  }
}

/* =========================================================
   MÓDULOS DE CONSULTA SEGÚN PERMISOS v2.12.0
========================================================= */
.lgb-owner-panel.is-readonly-module .lgb-admin-form,
.lgb-owner-panel.is-readonly-module form.lgb-action-delete,
.lgb-owner-panel.is-readonly-module .lgb-action-icon-edit,
.lgb-owner-panel.is-readonly-module .lgb-action-icon-delete {
  display: none !important;
}

.lgb-owner-panel .lgb-readonly-notice {
  margin-bottom: 18px !important;
  color: #f5f7fb !important;
  background: rgba(215,191,120,.08) !important;
  border: 1px solid rgba(215,191,120,.28) !important;
}

/* =========================================================
   JUMP & TONE - NAVEGACIÓN MOBILE TIPO APP v2.12.3
   Header superior y navegación fija inferior.
========================================================= */
.lgb-mobile-app-shell,
.lgb-mobile-app-header,
.lgb-mobile-app-nav,
.lgb-mobile-app-search {
  display: none;
}

@media (max-width: 768px) {
  body.lgb-mobile-app-enabled {
    --lgb-app-bg: #050505;
    --lgb-app-panel: #0d121a;
    --lgb-app-panel-2: #151b24;
    --lgb-app-text: #f5f7fb;
    --lgb-app-muted: #aeb4c0;
    --lgb-app-gold: #d7bf78;
    --lgb-app-gold-light: #f0dc9c;
    padding-top: calc(78px + env(safe-area-inset-top)) !important;
    padding-bottom: calc(104px + env(safe-area-inset-bottom)) !important;
  }

  body.lgb-mobile-app-enabled .bhfb-header.bhfb-mobile,
  body.lgb-mobile-app-enabled .site-header-mobile,
  body.lgb-mobile-app-enabled .mobile-header,
  body.lgb-mobile-app-enabled .mobile-menu-overlay,
  body.lgb-mobile-app-enabled .offcanvas-menu {
    display: none !important;
  }

  .lgb-mobile-app-shell,
  .lgb-mobile-app-shell *,
  .lgb-mobile-app-shell *::before,
  .lgb-mobile-app-shell *::after {
    box-sizing: border-box !important;
  }

  .lgb-mobile-app-shell {
    display: block !important;
    font-family: inherit !important;
  }

  .lgb-mobile-app-shell svg {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.8 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
  }

  .lgb-mobile-app-header {
    position: fixed !important;
    top: var(--wp-admin--admin-bar--height, 0px) !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 100050 !important;
    display: grid !important;
    grid-template-columns: minmax(76px, 1fr) auto minmax(106px, 1fr) !important;
    align-items: center !important;
    min-height: calc(78px + env(safe-area-inset-top)) !important;
    padding: env(safe-area-inset-top) 16px 0 !important;
    color: var(--lgb-app-text) !important;
    background:
      radial-gradient(circle at 18% 20%, rgba(215,191,120,.10), transparent 28%),
      linear-gradient(180deg, rgba(6,6,6,.995), rgba(3,5,8,.995)) !important;
    border-bottom: 1px solid rgba(215,191,120,.28) !important;
    box-shadow: 0 14px 34px rgba(0,0,0,.34) !important;
    -webkit-backdrop-filter: blur(18px) !important;
    backdrop-filter: blur(18px) !important;
  }

  .lgb-mobile-app-header__left,
  .lgb-mobile-app-header__right {
    display: flex !important;
    align-items: center !important;
  }

  .lgb-mobile-app-header__left {
    justify-content: flex-start !important;
  }

  .lgb-mobile-app-header__right {
    justify-content: flex-end !important;
    gap: 9px !important;
  }

  .lgb-mobile-app-header__action {
    position: relative !important;
    display: grid !important;
    place-items: center !important;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
    margin: 0 !important;
    padding: 11px !important;
    color: var(--lgb-app-text) !important;
    background: rgba(255,255,255,.025) !important;
    border: 1px solid rgba(215,191,120,.52) !important;
    border-radius: 999px !important;
    box-shadow: 0 10px 26px rgba(0,0,0,.28) !important;
    text-decoration: none !important;
    cursor: pointer !important;
    appearance: none !important;
    -webkit-appearance: none !important;
  }

  .lgb-mobile-app-header__action:active {
    transform: scale(.96) !important;
  }

  .lgb-mobile-app-header__logo {
    display: grid !important;
    place-items: center !important;
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    min-height: 58px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    color: var(--lgb-app-gold) !important;
    background: rgba(5,5,5,.92) !important;
    border: 1px solid rgba(215,191,120,.72) !important;
    border-radius: 17px !important;
    box-shadow: 0 12px 30px rgba(0,0,0,.34) !important;
    line-height: 0 !important;
    text-decoration: none !important;
  }

  .lgb-mobile-app-header__logo-img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 16px !important;
    object-fit: cover !important;
    object-position: center !important;
  }

  .lgb-mobile-app-header__logo-fallback {
    color: var(--lgb-app-gold-light) !important;
    font-size: 16px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    letter-spacing: -.04em !important;
  }

  .lgb-mobile-app-header__count {
    position: absolute !important;
    top: -7px !important;
    right: -5px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 19px !important;
    height: 19px !important;
    padding: 0 5px !important;
    color: #050505 !important;
    background: linear-gradient(135deg, var(--lgb-app-gold), var(--lgb-app-gold-light)) !important;
    border: 1px solid rgba(5,5,5,.65) !important;
    border-radius: 999px !important;
    box-shadow: 0 5px 14px rgba(0,0,0,.36) !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
  }

  .lgb-mobile-app-nav {
    position: fixed !important;
    left: 10px !important;
    right: 10px !important;
    bottom: calc(8px + env(safe-area-inset-bottom)) !important;
    z-index: 100050 !important;
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    align-items: stretch !important;
    min-height: 82px !important;
    padding: 7px !important;
    overflow: visible !important;
    color: var(--lgb-app-text) !important;
    background:
      radial-gradient(circle at 50% 0, rgba(215,191,120,.11), transparent 42%),
      linear-gradient(180deg, rgba(15,15,15,.98), rgba(5,7,10,.99)) !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    border-radius: 26px !important;
    box-shadow: 0 20px 54px rgba(0,0,0,.54) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    backdrop-filter: blur(20px) !important;
  }

  .lgb-mobile-app-nav__item {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    min-width: 0 !important;
    min-height: 68px !important;
    margin: 0 !important;
    padding: 8px 2px 7px !important;
    color: #e5e9f0 !important;
    background: transparent !important;
    border: 1px solid transparent !important;
    border-radius: 20px !important;
    text-align: center !important;
    text-decoration: none !important;
    transition: transform .18s ease, background .18s ease, border-color .18s ease !important;
  }

  .lgb-mobile-app-nav__item.is-active {
    color: var(--lgb-app-gold-light) !important;
    background:
      radial-gradient(circle at 50% 0, rgba(240,220,156,.22), transparent 58%),
      linear-gradient(180deg, rgba(93,75,35,.42), rgba(22,24,27,.98)) !important;
    border-color: rgba(215,191,120,.34) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 10px 24px rgba(0,0,0,.25) !important;
    transform: translateY(-4px) !important;
  }

  .lgb-mobile-app-nav__item:active {
    transform: scale(.96) !important;
  }

  .lgb-mobile-app-nav__item.is-active:active {
    transform: translateY(-4px) scale(.96) !important;
  }

  .lgb-mobile-app-nav__icon {
    display: grid !important;
    place-items: center !important;
    width: 27px !important;
    height: 27px !important;
    color: currentColor !important;
  }

  .lgb-mobile-app-nav__label {
    display: block !important;
    width: 100% !important;
    overflow: hidden !important;
    color: currentColor !important;
    font-size: 10px !important;
    line-height: 1.1 !important;
    font-weight: 750 !important;
    letter-spacing: -.01em !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .lgb-mobile-app-nav__item.is-active .lgb-mobile-app-nav__label {
    font-weight: 900 !important;
  }

  .lgb-mobile-app-search {
    position: fixed !important;
    inset: 0 !important;
    z-index: 100060 !important;
    display: block !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity .2s ease, visibility .2s ease !important;
  }

  .lgb-mobile-app-search.is-open {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .lgb-mobile-app-search__backdrop {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: rgba(0,0,0,.72) !important;
    border: 0 !important;
    border-radius: 0 !important;
    -webkit-backdrop-filter: blur(7px) !important;
    backdrop-filter: blur(7px) !important;
  }

  .lgb-mobile-app-search__card {
    position: absolute !important;
    top: calc(var(--wp-admin--admin-bar--height, 0px) + 88px + env(safe-area-inset-top)) !important;
    left: 14px !important;
    right: 14px !important;
    padding: 18px !important;
    color: var(--lgb-app-text) !important;
    background:
      radial-gradient(circle at top right, rgba(215,191,120,.10), transparent 34%),
      linear-gradient(145deg, rgba(23,29,39,.99), rgba(8,11,16,.995)) !important;
    border: 1px solid rgba(215,191,120,.30) !important;
    border-radius: 22px !important;
    box-shadow: 0 30px 80px rgba(0,0,0,.58) !important;
    transform: translateY(-10px) scale(.985) !important;
    transition: transform .2s ease !important;
  }

  .lgb-mobile-app-search.is-open .lgb-mobile-app-search__card {
    transform: translateY(0) scale(1) !important;
  }

  .lgb-mobile-app-search__head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    margin-bottom: 15px !important;
  }

  .lgb-mobile-app-search__head small,
  .lgb-mobile-app-search__head strong {
    display: block !important;
  }

  .lgb-mobile-app-search__head small {
    margin-bottom: 4px !important;
    color: var(--lgb-app-gold) !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
  }

  .lgb-mobile-app-search__head strong {
    color: var(--lgb-app-text) !important;
    font-size: 19px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
  }

  .lgb-mobile-app-search__close {
    display: grid !important;
    place-items: center !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    margin: 0 !important;
    padding: 10px !important;
    color: var(--lgb-app-text) !important;
    background: rgba(255,255,255,.04) !important;
    border: 1px solid rgba(255,255,255,.10) !important;
    border-radius: 999px !important;
    cursor: pointer !important;
  }

  .lgb-mobile-app-search__form {
    display: grid !important;
    grid-template-columns: 24px minmax(0,1fr) auto !important;
    align-items: center !important;
    gap: 10px !important;
    min-height: 58px !important;
    padding: 7px 7px 7px 15px !important;
    background: #05070d !important;
    border: 1px solid rgba(255,255,255,.10) !important;
    border-radius: 16px !important;
  }

  .lgb-mobile-app-search__icon {
    display: grid !important;
    place-items: center !important;
    width: 22px !important;
    height: 22px !important;
    color: var(--lgb-app-muted) !important;
  }

  .lgb-mobile-app-search__form input[type="search"] {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--lgb-app-text) !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 650 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
  }

  .lgb-mobile-app-search__form input[type="search"]::placeholder {
    color: #7d8594 !important;
    opacity: 1 !important;
  }

  .lgb-mobile-app-search__form button[type="submit"] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 0 17px !important;
    color: #050505 !important;
    background: linear-gradient(135deg, var(--lgb-app-gold), var(--lgb-app-gold-light)) !important;
    border: 1px solid var(--lgb-app-gold-light) !important;
    border-radius: 12px !important;
    font-size: 12px !important;
    font-weight: 950 !important;
    cursor: pointer !important;
  }

  body.lgb-mobile-app-search-open {
    overflow: hidden !important;
  }
}

@media (max-width: 390px) {
  .lgb-mobile-app-header {
    grid-template-columns: minmax(58px,1fr) auto minmax(96px,1fr) !important;
    padding-left: 11px !important;
    padding-right: 11px !important;
  }

  .lgb-mobile-app-header__action {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    padding: 10px !important;
  }

  .lgb-mobile-app-header__logo {
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    min-height: 54px !important;
  }

  .lgb-mobile-app-header__right {
    gap: 7px !important;
  }

  .lgb-mobile-app-nav {
    left: 7px !important;
    right: 7px !important;
    padding: 6px 4px !important;
    border-radius: 23px !important;
  }

  .lgb-mobile-app-nav__item {
    min-height: 66px !important;
    padding-left: 1px !important;
    padding-right: 1px !important;
    border-radius: 18px !important;
  }

  .lgb-mobile-app-nav__icon {
    width: 24px !important;
    height: 24px !important;
  }

  .lgb-mobile-app-nav__label {
    font-size: 9px !important;
  }

  .lgb-mobile-app-search__card {
    left: 10px !important;
    right: 10px !important;
    padding: 16px !important;
  }

  .lgb-mobile-app-search__form {
    grid-template-columns: 22px minmax(0,1fr) auto !important;
    padding-left: 12px !important;
  }

  .lgb-mobile-app-search__form button[type="submit"] {
    padding-left: 13px !important;
    padding-right: 13px !important;
  }
}

/* =========================================================
   JUMP & TONE - CARRITO PERSONALIZADO REAL v2.12.5
========================================================= */
body.woocommerce-cart {
  background: #050505 !important;
  color: #f5f7fb !important;
}
body.woocommerce-cart .entry-header,
body.woocommerce-cart .page-header,
body.woocommerce-cart .woocommerce-notices-wrapper:empty,
body.woocommerce-cart .cross-sells,
body.woocommerce-cart .cart-collaterals {
  display: none !important;
}
body.woocommerce-cart .site-main,
body.woocommerce-cart .content-wrapper,
body.woocommerce-cart .container.content-wrapper,
body.woocommerce-cart .entry-content,
body.woocommerce-cart .entry-content > .woocommerce,
body.woocommerce-cart .woocommerce {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: transparent !important;
}
body.woocommerce-cart .container.content-wrapper,
body.woocommerce-cart .content-wrapper {
  padding-top: 44px !important;
  padding-bottom: 76px !important;
}
body.woocommerce-cart .woocommerce-notices-wrapper:not(:empty) {
  width: min(100% - 40px, 1320px) !important;
  margin: 0 auto 22px !important;
}

.lgb-cart-v2,
.lgb-cart-v2 *,
.lgb-cart-v2 *::before,
.lgb-cart-v2 *::after {
  box-sizing: border-box !important;
}
.lgb-cart-v2 {
  --cart-bg: #050505;
  --cart-panel: #111720;
  --cart-panel-2: #171d27;
  --cart-text: #f5f7fb;
  --cart-muted: #aeb4c0;
  --cart-gold: #d7bf78;
  --cart-gold-2: #f0dc9c;
  width: min(100% - 48px, 1320px) !important;
  margin: 0 auto !important;
  color: var(--cart-text) !important;
}
.lgb-cart-v2 a { text-decoration: none !important; }
.lgb-cart-v2 svg {
  width: 100% !important;
  height: 100% !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}
.lgb-cart-v2__hero {
  margin-bottom: 32px !important;
  text-align: center !important;
}
.lgb-cart-v2__hero h1 {
  margin: 0 !important;
  color: var(--cart-text) !important;
  font-size: clamp(44px, 5vw, 72px) !important;
  line-height: 1 !important;
  letter-spacing: -.045em !important;
  font-weight: 500 !important;
  text-transform: none !important;
}
.lgb-cart-v2__hero > span {
  display: block !important;
  width: 54px !important;
  height: 3px !important;
  margin: 15px auto 13px !important;
  border-radius: 999px !important;
  background: var(--cart-gold) !important;
}
.lgb-cart-v2__hero p {
  margin: 0 !important;
  color: var(--cart-muted) !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
}
.lgb-cart-v2__layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 360px !important;
  gap: 26px !important;
  align-items: start !important;
}
.lgb-cart-v2__main,
.lgb-cart-v2__summary {
  min-width: 0 !important;
  border: 1px solid rgba(215,191,120,.22) !important;
  border-radius: 26px !important;
  background:
    radial-gradient(circle at top right, rgba(215,191,120,.055), transparent 28%),
    linear-gradient(145deg, rgba(23,30,41,.98), rgba(12,17,24,.99)) !important;
  box-shadow: 0 26px 70px rgba(0,0,0,.26) !important;
}
.lgb-cart-v2__main { padding: 28px !important; }
.lgb-cart-v2__section-heading {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  margin-bottom: 20px !important;
  padding-bottom: 20px !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
}
.lgb-cart-v2__section-icon,
.lgb-cart-v2__coupon-icon {
  display: grid !important;
  place-items: center !important;
  width: 56px !important;
  height: 56px !important;
  flex: 0 0 56px !important;
  color: var(--cart-gold) !important;
  border: 1px solid rgba(215,191,120,.42) !important;
  border-radius: 50% !important;
  background: rgba(5,7,13,.28) !important;
}
.lgb-cart-v2__section-icon svg,
.lgb-cart-v2__coupon-icon svg { width: 24px !important; height: 24px !important; }
.lgb-cart-v2__section-heading h2,
.lgb-cart-v2__summary h2 {
  margin: 0 !important;
  color: var(--cart-text) !important;
  font-size: 27px !important;
  line-height: 1.15 !important;
  font-weight: 900 !important;
  text-transform: none !important;
}
.lgb-cart-v2__section-heading p {
  margin: 5px 0 0 !important;
  color: var(--cart-muted) !important;
  font-size: 14px !important;
}
.lgb-cart-v2__form { margin: 0 !important; }
.lgb-cart-v2__items { display: grid !important; gap: 16px !important; }
.lgb-cart-v2__item {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 178px minmax(0,1fr) !important;
  gap: 24px !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 18px !important;
  border: 1px solid rgba(255,255,255,.09) !important;
  border-radius: 22px !important;
  background: rgba(255,255,255,.02) !important;
}
.lgb-cart-v2__remove {
  position: absolute !important;
  top: 16px !important;
  right: 16px !important;
  z-index: 4 !important;
  display: grid !important;
  place-items: center !important;
  width: 34px !important;
  height: 34px !important;
  padding: 0 !important;
  border: 1px solid rgba(255,255,255,.20) !important;
  border-radius: 50% !important;
  color: #aeb4c0 !important;
  background: rgba(5,7,13,.72) !important;
  font-size: 24px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
}
.lgb-cart-v2__remove:hover {
  color: #fff !important;
  border-color: rgba(255,255,255,.45) !important;
}
.lgb-cart-v2__media {
  display: grid !important;
  place-items: center !important;
  width: 178px !important;
  min-height: 178px !important;
  overflow: hidden !important;
  border: 1px solid rgba(215,191,120,.38) !important;
  border-radius: 18px !important;
  background: #07080c !important;
}
.lgb-cart-v2__media img {
  display: block !important;
  width: 100% !important;
  height: 178px !important;
  margin: 0 !important;
  object-fit: cover !important;
  border-radius: 0 !important;
}
.lgb-cart-v2__plan-cover {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: 100% !important;
  height: 178px !important;
  padding: 20px !important;
  color: var(--cart-text) !important;
  text-align: center !important;
  background:
    radial-gradient(circle at 50% 38%, rgba(215,191,120,.12), transparent 36%),
    linear-gradient(145deg,#090b10,#111720) !important;
}
.lgb-cart-v2__plan-cover::before {
  content: "" !important;
  position: absolute !important;
  inset: 14px !important;
  border: 1px solid rgba(215,191,120,.18) !important;
  border-radius: 14px !important;
  pointer-events: none !important;
}
.lgb-cart-v2__plan-cover { position: relative !important; }
.lgb-cart-v2__plan-mark {
  display: grid !important;
  place-items: center !important;
  width: 54px !important;
  height: 54px !important;
  border: 1px solid var(--cart-gold) !important;
  border-radius: 50% !important;
  color: var(--cart-gold) !important;
  font-size: 13px !important;
  font-weight: 950 !important;
}
.lgb-cart-v2__plan-cover strong {
  color: #fff !important;
  font-size: 15px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
}
.lgb-cart-v2__plan-cover small {
  color: var(--cart-gold-2) !important;
  font-size: 11px !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}
.lgb-cart-v2__content {
  min-width: 0 !important;
  padding: 6px 42px 0 0 !important;
}
.lgb-cart-v2__content h3 {
  max-width: 100% !important;
  margin: 0 0 16px !important;
  color: var(--cart-text) !important;
  font-size: 24px !important;
  line-height: 1.22 !important;
  font-weight: 900 !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
  white-space: normal !important;
}
.lgb-cart-v2__features {
  display: grid !important;
  grid-template-columns: repeat(3,minmax(0,1fr)) !important;
  gap: 10px !important;
  margin-bottom: 24px !important;
}
.lgb-cart-v2__features > span {
  display: grid !important;
  grid-template-columns: 22px minmax(0,1fr) !important;
  gap: 8px !important;
  align-items: center !important;
  min-width: 0 !important;
  min-height: 52px !important;
  padding: 9px 11px !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 12px !important;
  color: #cfd5df !important;
  background: rgba(255,255,255,.025) !important;
  font-size: 11px !important;
  line-height: 1.25 !important;
}
.lgb-cart-v2__features svg {
  width: 20px !important;
  height: 20px !important;
  color: var(--cart-gold) !important;
}
.lgb-cart-v2__features b {
  color: var(--cart-text) !important;
  font-weight: 900 !important;
}
.lgb-cart-v2__values {
  display: grid !important;
  grid-template-columns: repeat(3,minmax(0,1fr)) !important;
  gap: 18px !important;
  align-items: end !important;
}
.lgb-cart-v2__values > div { min-width: 0 !important; }
.lgb-cart-v2__values small {
  display: block !important;
  margin-bottom: 8px !important;
  color: var(--cart-muted) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
}
.lgb-cart-v2__values strong {
  display: block !important;
  color: var(--cart-text) !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
}
.lgb-cart-v2__value-total { text-align: right !important; }
.lgb-cart-v2__value-total strong { color: var(--cart-gold) !important; }
.lgb-cart-v2__fixed-quantity,
.lgb-cart-v2__values .quantity {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 88px !important;
  min-height: 42px !important;
  margin: 0 !important;
  border: 1px solid rgba(215,191,120,.34) !important;
  border-radius: 999px !important;
  color: var(--cart-text) !important;
  background: rgba(5,7,13,.38) !important;
  font-size: 16px !important;
  font-weight: 900 !important;
}
.lgb-cart-v2__values input.qty {
  width: 64px !important;
  min-height: 38px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: var(--cart-text) !important;
  background: transparent !important;
  text-align: center !important;
  box-shadow: none !important;
}
.lgb-cart-v2__coupon {
  display: grid !important;
  grid-template-columns: 46px minmax(180px,.85fr) minmax(180px,1fr) 120px !important;
  gap: 14px !important;
  align-items: center !important;
  margin-top: 18px !important;
  padding: 16px 18px !important;
  border: 1px solid rgba(255,255,255,.09) !important;
  border-radius: 18px !important;
  background: rgba(255,255,255,.018) !important;
}
.lgb-cart-v2__coupon-icon {
  width: 46px !important;
  height: 46px !important;
  flex-basis: 46px !important;
}
.lgb-cart-v2__coupon-copy strong,
.lgb-cart-v2__coupon-copy small { display: block !important; }
.lgb-cart-v2__coupon-copy strong {
  color: var(--cart-text) !important;
  font-size: 15px !important;
  font-weight: 850 !important;
}
.lgb-cart-v2__coupon-copy small {
  margin-top: 4px !important;
  color: var(--cart-muted) !important;
  font-size: 12px !important;
}
.lgb-cart-v2__coupon input {
  width: 100% !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 0 16px !important;
  color: var(--cart-text) !important;
  background: #05070d !important;
  border: 1px solid rgba(255,255,255,.11) !important;
  border-radius: 13px !important;
  box-shadow: none !important;
}
.lgb-cart-v2__coupon input::placeholder { color: #7d8594 !important; }
.lgb-cart-v2__coupon button {
  min-height: 48px !important;
  padding: 0 18px !important;
  border: 1px solid rgba(215,191,120,.70) !important;
  border-radius: 13px !important;
  color: var(--cart-gold) !important;
  background: transparent !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}
.lgb-cart-v2__update { display: none !important; }
.lgb-cart-v2__summary {
  position: sticky !important;
  top: 118px !important;
  padding: 28px !important;
}
.lgb-cart-v2__summary-line {
  display: block !important;
  width: 42px !important;
  height: 3px !important;
  margin: 14px 0 22px !important;
  border-radius: 999px !important;
  background: var(--cart-gold) !important;
}
.lgb-cart-v2__totals {
  padding: 20px !important;
  border: 1px solid rgba(255,255,255,.09) !important;
  border-radius: 18px !important;
  background: rgba(255,255,255,.018) !important;
}
.lgb-cart-v2__totals > div {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  padding: 12px 0 !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
}
.lgb-cart-v2__totals > div:first-child { padding-top: 0 !important; }
.lgb-cart-v2__totals > div:last-child { padding-bottom: 0 !important; border-bottom: 0 !important; }
.lgb-cart-v2__totals span {
  color: var(--cart-muted) !important;
  font-size: 14px !important;
}
.lgb-cart-v2__totals strong {
  color: var(--cart-text) !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  text-align: right !important;
}
.lgb-cart-v2__totals .woocommerce-remove-coupon {
  display: block !important;
  margin-top: 4px !important;
  color: var(--cart-gold) !important;
  font-size: 10px !important;
}
.lgb-cart-v2__totals .is-total {
  margin-top: 8px !important;
  padding-top: 18px !important;
}
.lgb-cart-v2__totals .is-total span {
  color: var(--cart-text) !important;
  font-size: 22px !important;
  font-weight: 900 !important;
}
.lgb-cart-v2__totals .is-total strong {
  color: var(--cart-gold) !important;
  font-size: 32px !important;
  line-height: 1 !important;
}
.lgb-cart-v2__checkout {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  width: 100% !important;
  min-height: 60px !important;
  margin: 20px 0 0 !important;
  padding: 0 22px !important;
  border: 1px solid var(--cart-gold-2) !important;
  border-radius: 16px !important;
  color: #050505 !important;
  background: linear-gradient(135deg,var(--cart-gold),var(--cart-gold-2)) !important;
  box-shadow: 0 14px 34px rgba(215,191,120,.12) !important;
  font-size: 14px !important;
  font-weight: 950 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
}
.lgb-cart-v2__checkout svg { width: 19px !important; height: 19px !important; }
.lgb-cart-v2__pay-divider {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 18px 0 !important;
  color: #7d8594 !important;
  font-size: 12px !important;
}
.lgb-cart-v2__pay-divider::before,
.lgb-cart-v2__pay-divider::after {
  content: "" !important;
  height: 1px !important;
  flex: 1 !important;
  background: rgba(255,255,255,.09) !important;
}
.lgb-cart-v2__express-payments,
.lgb-cart-v2__express-payments > *,
.lgb-cart-v2__express-payments .ppc-button-wrapper,
.lgb-cart-v2__express-payments .wc-ppcp-cart-payments__container,
.lgb-cart-v2__express-payments #ppc-button-ppcp-gateway {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.lgb-cart-v2__summary-benefits {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 12px !important;
  margin-top: 20px !important;
  padding-top: 18px !important;
  border-top: 1px solid rgba(255,255,255,.08) !important;
}
.lgb-cart-v2__summary-benefits > div,
.lgb-cart-v2__benefits > div {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-width: 0 !important;
}
.lgb-cart-v2__summary-benefits > div > span,
.lgb-cart-v2__benefits > div > span {
  display: grid !important;
  place-items: center !important;
  width: 36px !important;
  height: 36px !important;
  flex: 0 0 36px !important;
  color: var(--cart-gold) !important;
  border: 1px solid rgba(215,191,120,.40) !important;
  border-radius: 50% !important;
  font-size: 17px !important;
}
.lgb-cart-v2__summary-benefits p,
.lgb-cart-v2__benefits p { margin: 0 !important; }
.lgb-cart-v2__summary-benefits strong,
.lgb-cart-v2__summary-benefits small,
.lgb-cart-v2__benefits strong,
.lgb-cart-v2__benefits small { display: block !important; }
.lgb-cart-v2__summary-benefits strong,
.lgb-cart-v2__benefits strong {
  color: var(--cart-gold-2) !important;
  font-size: 11px !important;
  line-height: 1.3 !important;
  font-weight: 850 !important;
}
.lgb-cart-v2__summary-benefits small,
.lgb-cart-v2__benefits small {
  margin-top: 3px !important;
  color: var(--cart-muted) !important;
  font-size: 10px !important;
  line-height: 1.35 !important;
}
.lgb-cart-v2__benefits {
  display: grid !important;
  grid-template-columns: repeat(3,1fr) !important;
  gap: 0 !important;
  width: calc(100% - 386px) !important;
  margin-top: 22px !important;
  padding: 0 22px !important;
}
.lgb-cart-v2__benefits > div {
  padding: 0 22px !important;
  border-right: 1px solid rgba(255,255,255,.10) !important;
}
.lgb-cart-v2__benefits > div:last-child { border-right: 0 !important; }

@media (max-width: 1120px) {
  .lgb-cart-v2__layout {
    grid-template-columns: minmax(0,1fr) 320px !important;
  }
  .lgb-cart-v2__item {
    grid-template-columns: 150px minmax(0,1fr) !important;
    gap: 20px !important;
  }
  .lgb-cart-v2__media,
  .lgb-cart-v2__media img,
  .lgb-cart-v2__plan-cover {
    width: 150px !important;
    height: 160px !important;
    min-height: 160px !important;
  }
  .lgb-cart-v2__features {
    grid-template-columns: 1fr 1fr !important;
  }
  .lgb-cart-v2__coupon {
    grid-template-columns: 46px minmax(0,1fr) 118px !important;
  }
  .lgb-cart-v2__coupon-copy { grid-column: 2 / -1 !important; }
  .lgb-cart-v2__coupon input { grid-column: 1 / 3 !important; }
}

@media (max-width: 860px) {
  body.woocommerce-cart .container.content-wrapper,
  body.woocommerce-cart .content-wrapper {
    padding-top: 24px !important;
    padding-bottom: 132px !important;
  }
  .lgb-cart-v2 {
    width: min(100% - 24px, 720px) !important;
  }
  .lgb-cart-v2__layout {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
  .lgb-cart-v2__main,
  .lgb-cart-v2__summary {
    border-radius: 22px !important;
    padding: 20px !important;
  }
  .lgb-cart-v2__summary { position: static !important; }
  .lgb-cart-v2__item {
    grid-template-columns: 168px minmax(0,1fr) !important;
  }
  .lgb-cart-v2__media,
  .lgb-cart-v2__media img,
  .lgb-cart-v2__plan-cover {
    width: 168px !important;
    height: 176px !important;
    min-height: 176px !important;
  }
  .lgb-cart-v2__benefits {
    width: 100% !important;
    margin-top: 18px !important;
    padding: 18px !important;
    border: 1px solid rgba(215,191,120,.18) !important;
    border-radius: 20px !important;
    background: linear-gradient(145deg,rgba(23,30,41,.88),rgba(12,17,24,.94)) !important;
  }
}

@media (max-width: 620px) {
  .lgb-cart-v2__hero { margin-bottom: 24px !important; }
  .lgb-cart-v2__hero h1 { font-size: 40px !important; }
  .lgb-cart-v2__hero p { font-size: 14px !important; }
  .lgb-cart-v2__main,
  .lgb-cart-v2__summary { padding: 18px 14px !important; }
  .lgb-cart-v2__section-heading h2,
  .lgb-cart-v2__summary h2 { font-size: 23px !important; }
  .lgb-cart-v2__item {
    grid-template-columns: 118px minmax(0,1fr) !important;
    gap: 14px !important;
    padding: 14px !important;
  }
  .lgb-cart-v2__media,
  .lgb-cart-v2__media img,
  .lgb-cart-v2__plan-cover {
    width: 118px !important;
    height: 142px !important;
    min-height: 142px !important;
  }
  .lgb-cart-v2__plan-cover { padding: 12px !important; }
  .lgb-cart-v2__plan-mark { width: 42px !important; height: 42px !important; }
  .lgb-cart-v2__content { padding-right: 26px !important; }
  .lgb-cart-v2__content h3 { font-size: 19px !important; margin-bottom: 12px !important; }
  .lgb-cart-v2__features {
    grid-template-columns: 1fr !important;
    gap: 7px !important;
    margin-bottom: 16px !important;
  }
  .lgb-cart-v2__features > span {
    min-height: 38px !important;
    padding: 7px 9px !important;
  }
  .lgb-cart-v2__values {
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
  }
  .lgb-cart-v2__value-total {
    grid-column: 1 / -1 !important;
    text-align: left !important;
  }
  .lgb-cart-v2__values strong { font-size: 17px !important; }
  .lgb-cart-v2__coupon {
    grid-template-columns: 44px minmax(0,1fr) !important;
    gap: 12px !important;
    padding: 15px !important;
  }
  .lgb-cart-v2__coupon-copy { grid-column: 2 !important; }
  .lgb-cart-v2__coupon input,
  .lgb-cart-v2__coupon button {
    grid-column: 1 / -1 !important;
    width: 100% !important;
  }
  .lgb-cart-v2__totals .is-total strong { font-size: 30px !important; }
  .lgb-cart-v2__benefits {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
  .lgb-cart-v2__benefits > div {
    padding: 0 0 14px !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.09) !important;
  }
  .lgb-cart-v2__benefits > div:last-child {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
  }
}

@media (max-width: 420px) {
  .lgb-cart-v2 { width: min(100% - 18px, 720px) !important; }
  .lgb-cart-v2__hero h1 { font-size: 37px !important; }
  .lgb-cart-v2__item {
    grid-template-columns: 104px minmax(0,1fr) !important;
    gap: 12px !important;
    padding: 13px !important;
  }
  .lgb-cart-v2__media,
  .lgb-cart-v2__media img,
  .lgb-cart-v2__plan-cover {
    width: 104px !important;
    height: 132px !important;
    min-height: 132px !important;
  }
  .lgb-cart-v2__plan-cover strong { font-size: 12px !important; }
  .lgb-cart-v2__plan-cover small { font-size: 9px !important; }
  .lgb-cart-v2__content { padding-right: 22px !important; }
  .lgb-cart-v2__content h3 { font-size: 17px !important; }
  .lgb-cart-v2__features > span { font-size: 10px !important; }
  .lgb-cart-v2__summary-benefits { grid-template-columns: 1fr !important; }
}

/* =========================================================
   JUMP & TONE - AISLAMIENTO ESTRUCTURAL CARRITO v2.12.6
   Neutraliza los anchos y floats heredados del tema/WooCommerce.
========================================================= */
body.woocommerce-cart #lgb-cart-v2,
body.woocommerce-cart #lgb-cart-v2 * {
  min-inline-size: 0;
}

body.woocommerce-cart #lgb-cart-v2 form.woocommerce-cart-form.lgb-cart-v2__form {
  display: block !important;
  float: none !important;
  clear: both !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
}

body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__items,
body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__coupon,
body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item {
  float: none !important;
  clear: both !important;
  width: 100% !important;
  max-width: none !important;
}

body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item {
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: stretch !important;
  gap: 24px !important;
  min-height: 220px !important;
}

body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__media {
  display: grid !important;
  flex: 0 0 178px !important;
  width: 178px !important;
  max-width: 178px !important;
  min-width: 178px !important;
  height: auto !important;
  min-height: 178px !important;
  margin: 0 !important;
  float: none !important;
}

body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__media > *,
body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__media img,
body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__plan-cover {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: 100% !important;
  min-height: 178px !important;
  margin: 0 !important;
  float: none !important;
}

body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__content {
  display: block !important;
  flex: 1 1 auto !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 6px 42px 0 0 !important;
  float: none !important;
  clear: none !important;
  position: relative !important;
}

body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__content h3,
body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__features,
body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__values {
  display: grid !important;
  float: none !important;
  clear: both !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
}

body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__content h3 {
  display: block !important;
  inline-size: 100% !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
  writing-mode: horizontal-tb !important;
  white-space: normal !important;
}

body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__features {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__features > span,
body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__values > div {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__values {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__values small,
body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__values strong {
  width: 100% !important;
  max-width: none !important;
  white-space: normal !important;
  writing-mode: horizontal-tb !important;
}

body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__coupon {
  box-sizing: border-box !important;
  position: relative !important;
}

@media (max-width: 1120px) and (min-width: 861px) {
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item {
    gap: 20px !important;
  }
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__media {
    flex-basis: 150px !important;
    width: 150px !important;
    max-width: 150px !important;
    min-width: 150px !important;
  }
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__media > *,
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__media img,
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__plan-cover {
    min-height: 160px !important;
  }
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__features {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 860px) {
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item {
    gap: 18px !important;
  }
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__media {
    flex-basis: 168px !important;
    width: 168px !important;
    max-width: 168px !important;
    min-width: 168px !important;
  }
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__media > *,
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__media img,
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__plan-cover {
    min-height: 176px !important;
  }
}

@media (max-width: 620px) {
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item {
    gap: 14px !important;
    min-height: 0 !important;
  }
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__media {
    flex-basis: 118px !important;
    width: 118px !important;
    max-width: 118px !important;
    min-width: 118px !important;
  }
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__media > *,
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__media img,
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__plan-cover {
    min-height: 142px !important;
  }
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__content {
    padding-right: 26px !important;
  }
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__features {
    grid-template-columns: 1fr !important;
  }
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__values {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__value-total {
    grid-column: 1 / -1 !important;
    text-align: left !important;
  }
}

@media (max-width: 420px) {
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__media {
    flex-basis: 104px !important;
    width: 104px !important;
    max-width: 104px !important;
    min-width: 104px !important;
  }
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__media > *,
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__media img,
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__plan-cover {
    min-height: 132px !important;
  }
}

/* =========================================================
   JUMP & TONE - CUPÓN INLINE / SIN ACTUALIZAR CARRITO v2.12.7
========================================================= */
body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__update,
body.woocommerce-cart #lgb-cart-v2 button[name="update_cart"],
body.woocommerce-cart #lgb-cart-v2 input[name="update_cart"] {
  display: none !important;
}

body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__coupon {
  display: grid !important;
  grid-template-columns: 46px minmax(190px, .85fr) minmax(250px, 1fr) !important;
  gap: 14px !important;
  align-items: center !important;
}

body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__coupon-field {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 52px !important;
  gap: 8px !important;
  align-items: center !important;
  width: 100% !important;
  min-width: 0 !important;
}

body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__coupon-field input#coupon_code {
  grid-column: auto !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 0 16px !important;
  border-radius: 13px !important;
}

body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__coupon-field .lgb-cart-v2__coupon-submit {
  display: inline-grid !important;
  place-items: center !important;
  grid-column: auto !important;
  width: 52px !important;
  min-width: 52px !important;
  max-width: 52px !important;
  height: 48px !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(215,191,120,.78) !important;
  border-radius: 13px !important;
  color: #050505 !important;
  background: linear-gradient(135deg,#d7bf78,#f0dc9c) !important;
  box-shadow: none !important;
  font-size: 0 !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__coupon-field .lgb-cart-v2__coupon-submit svg {
  display: block !important;
  width: 22px !important;
  height: 22px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__coupon-field .lgb-cart-v2__coupon-submit:hover,
body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__coupon-field .lgb-cart-v2__coupon-submit:focus-visible {
  filter: brightness(1.06) !important;
  transform: translateY(-1px) !important;
}

@media (max-width: 1120px) {
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__coupon {
    grid-template-columns: 46px minmax(0,1fr) !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__coupon-copy {
    grid-column: 2 !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__coupon-field {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 620px) {
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__coupon {
    grid-template-columns: 44px minmax(0,1fr) !important;
    gap: 12px !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__coupon-copy {
    grid-column: 2 !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__coupon-field {
    grid-column: 1 / -1 !important;
    grid-template-columns: minmax(0,1fr) 50px !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__coupon-field .lgb-cart-v2__coupon-submit {
    width: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
  }
}


/* =========================================================
   JUMP & TONE - FIX MOBILE CARRITO CARD STRETCH v2.12.8
   Evita que la portada del plan se estire verticalmente en mobile.
========================================================= */
@media (max-width: 620px) {
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item {
    align-items: flex-start !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__media {
    align-self: flex-start !important;
    height: 142px !important;
    min-height: 142px !important;
    max-height: 142px !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__media > *,
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__media img,
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__plan-cover {
    height: 142px !important;
    min-height: 142px !important;
    max-height: 142px !important;
    object-fit: cover !important;
  }
}

@media (max-width: 420px) {
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item {
    align-items: flex-start !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__media {
    align-self: flex-start !important;
    height: 132px !important;
    min-height: 132px !important;
    max-height: 132px !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__media > *,
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__media img,
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__plan-cover {
    height: 132px !important;
    min-height: 132px !important;
    max-height: 132px !important;
    object-fit: cover !important;
  }
}

/* =========================================================
   JUMP & TONE - CARRITO MOBILE COMPACTO v2.12.9
   Replica la tarjeta horizontal propuesta sin alterar desktop.
========================================================= */
body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__feature-copy {
  display: block !important;
  min-width: 0 !important;
}
body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__feature-copy b,
body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__feature-copy small {
  display: block !important;
  min-width: 0 !important;
}
body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__feature-copy small {
  margin-top: 2px !important;
  color: #aeb4c0 !important;
  font-weight: 600 !important;
}
body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__fallback-logo {
  display: block !important;
  width: 72% !important;
  max-width: 118px !important;
  height: auto !important;
  max-height: 88px !important;
  margin: 0 auto 2px !important;
  object-fit: contain !important;
}

@media (max-width: 620px) {
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan {
    display: grid !important;
    grid-template-columns: 84px minmax(0, 1fr) !important;
    flex-flow: initial !important;
    align-items: start !important;
    gap: 12px !important;
    min-height: 0 !important;
    padding: 12px !important;
    border-radius: 16px !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__media {
    display: grid !important;
    align-self: start !important;
    flex: none !important;
    width: 84px !important;
    min-width: 84px !important;
    max-width: 84px !important;
    height: 108px !important;
    min-height: 108px !important;
    max-height: 108px !important;
    border-radius: 12px !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__media > *,
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__media img,
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__plan-cover {
    width: 84px !important;
    min-width: 84px !important;
    max-width: 84px !important;
    height: 108px !important;
    min-height: 108px !important;
    max-height: 108px !important;
    border-radius: 11px !important;
    object-fit: cover !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__plan-cover {
    gap: 5px !important;
    padding: 10px 8px !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__plan-cover::before {
    inset: 7px !important;
    border-radius: 9px !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__fallback-logo {
    width: 58px !important;
    max-width: 58px !important;
    height: 42px !important;
    max-height: 42px !important;
    object-fit: contain !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__plan-mark {
    width: 36px !important;
    height: 36px !important;
    font-size: 9px !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__plan-cover strong {
    font-size: 10px !important;
    line-height: 1.15 !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__plan-cover small {
    font-size: 7px !important;
    line-height: 1.1 !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__content {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 25px 0 0 !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__content h3 {
    display: block !important;
    margin: 1px 0 9px !important;
    color: #f5f7fb !important;
    font-size: 16px !important;
    line-height: 1.15 !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__features {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 5px !important;
    width: 100% !important;
    margin: 0 0 11px !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__features > span {
    display: grid !important;
    grid-template-columns: 13px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 4px !important;
    min-height: 34px !important;
    padding: 5px !important;
    border-radius: 8px !important;
    font-size: 8px !important;
    line-height: 1.05 !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__features svg {
    width: 13px !important;
    height: 13px !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__feature-copy b {
    font-size: 8px !important;
    line-height: 1.05 !important;
    white-space: normal !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__feature-copy small {
    margin-top: 2px !important;
    font-size: 7px !important;
    line-height: 1.05 !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__values {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    align-items: end !important;
    gap: 7px !important;
    width: 100% !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__values > div,
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__value-total {
    grid-column: auto !important;
    min-width: 0 !important;
    text-align: left !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__value-total {
    text-align: right !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__values small {
    min-height: 0 !important;
    margin: 0 0 4px !important;
    font-size: 7.5px !important;
    line-height: 1.15 !important;
    letter-spacing: .025em !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__values strong {
    font-size: 14px !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__fixed-quantity {
    min-width: 54px !important;
    min-height: 30px !important;
    font-size: 13px !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__remove {
    top: 9px !important;
    right: 9px !important;
    width: 27px !important;
    height: 27px !important;
    font-size: 19px !important;
  }
}

@media (max-width: 360px) {
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan {
    grid-template-columns: 74px minmax(0, 1fr) !important;
    gap: 9px !important;
    padding: 10px !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__media,
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__media > *,
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__media img,
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__plan-cover {
    width: 74px !important;
    min-width: 74px !important;
    max-width: 74px !important;
    height: 100px !important;
    min-height: 100px !important;
    max-height: 100px !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__content {
    padding-right: 23px !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__content h3 {
    font-size: 14px !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__features {
    gap: 4px !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__features > span {
    grid-template-columns: 11px minmax(0,1fr) !important;
    gap: 3px !important;
    padding: 4px !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__features svg {
    width: 11px !important;
    height: 11px !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__feature-copy b,
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__feature-copy small,
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__values small {
    font-size: 6.8px !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__values {
    gap: 5px !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__values strong {
    font-size: 12.5px !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__fixed-quantity {
    min-width: 46px !important;
    min-height: 28px !important;
    font-size: 12px !important;
  }
}


/* =========================================================
   JUMP & TONE - CARRITO MOBILE SMALL PHONES v2.12.10
   Ajustes especiales para iPhone SE y pantallas de 320-375px.
========================================================= */
@media (max-width: 375px) {
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan {
    grid-template-columns: 72px minmax(0, 1fr) !important;
    gap: 8px !important;
    padding: 10px !important;
    border-radius: 14px !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__media,
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__media > *,
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__media img,
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__plan-cover {
    width: 72px !important;
    min-width: 72px !important;
    max-width: 72px !important;
    height: 96px !important;
    min-height: 96px !important;
    max-height: 96px !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__content {
    padding-right: 22px !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__content h3 {
    margin: 1px 0 8px !important;
    font-size: 14px !important;
    line-height: 1.1 !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__features {
    gap: 4px !important;
    margin: 0 0 9px !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__features > span {
    grid-template-columns: 10px minmax(0, 1fr) !important;
    gap: 3px !important;
    min-height: 32px !important;
    padding: 4px !important;
    border-radius: 8px !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__features svg {
    width: 10px !important;
    height: 10px !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__feature-copy b {
    font-size: 7px !important;
    line-height: 1.05 !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__feature-copy small {
    font-size: 6.3px !important;
    line-height: 1.05 !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__values {
    gap: 6px !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__values small {
    font-size: 6.8px !important;
    margin: 0 0 3px !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__values strong {
    font-size: 12.5px !important;
    line-height: 1.05 !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__fixed-quantity {
    min-width: 44px !important;
    min-height: 28px !important;
    padding: 0 8px !important;
    font-size: 12px !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__remove {
    top: 8px !important;
    right: 8px !important;
    width: 24px !important;
    height: 24px !important;
    font-size: 16px !important;
  }
}

@media (max-width: 340px) {
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan {
    grid-template-columns: 66px minmax(0, 1fr) !important;
    gap: 8px !important;
    padding: 9px !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__media,
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__media > *,
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__media img,
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__plan-cover {
    width: 66px !important;
    min-width: 66px !important;
    max-width: 66px !important;
    height: 88px !important;
    min-height: 88px !important;
    max-height: 88px !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__plan-cover {
    padding: 8px 6px !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__fallback-logo {
    width: 44px !important;
    max-width: 44px !important;
    height: 30px !important;
    max-height: 30px !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__content {
    padding-right: 20px !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__content h3 {
    font-size: 13px !important;
    margin: 0 0 7px !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__features {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 4px !important;
    margin: 0 0 8px !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__features > span {
    min-height: 30px !important;
    padding: 4px !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__features > span:last-child {
    grid-column: 1 / -1 !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__feature-copy b {
    font-size: 6.8px !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__feature-copy small {
    font-size: 6px !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__values {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 5px !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__value-total {
    grid-column: 1 / -1 !important;
    text-align: right !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__values small {
    font-size: 6.3px !important;
    margin-bottom: 2px !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__values strong {
    font-size: 12px !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__fixed-quantity {
    min-width: 42px !important;
    min-height: 27px !important;
    font-size: 11px !important;
  }
}


/* =========================================================
   JUMP & TONE - CARRITO SIN CANTIDAD VISIBLE v2.12.11
========================================================= */
body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__values--no-quantity {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__values--no-quantity .lgb-cart-v2__value-total {
  grid-column: auto !important;
  text-align: right !important;
}

@media (max-width: 620px) {
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__values--no-quantity {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__values--no-quantity .lgb-cart-v2__value-total {
    grid-column: auto !important;
    text-align: right !important;
  }
}

@media (max-width: 340px) {
  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__values--no-quantity {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__item.is-plan .lgb-cart-v2__values--no-quantity .lgb-cart-v2__value-total {
    grid-column: auto !important;
    text-align: right !important;
  }
}


/* =========================================================
   JUMP & TONE - PAYPAL SOLO EN CHECKOUT v2.12.12
   Oculta cualquier botón de pago exprés inyectado dentro del carrito.
========================================================= */
body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__pay-divider,
body.woocommerce-cart #lgb-cart-v2 .lgb-cart-v2__express-payments,
body.woocommerce-cart #lgb-cart-v2 .wc-proceed-to-checkout .ppc-button-wrapper,
body.woocommerce-cart #lgb-cart-v2 .wc-proceed-to-checkout .wc-ppcp-cart-payments__container,
body.woocommerce-cart #lgb-cart-v2 .wc-proceed-to-checkout #ppc-button-ppcp-gateway {
  display: none !important;
}

/* =========================================================
   JUMP & TONE - CHECKOUT PERSONALIZADO DESKTOP / MOBILE v2.13.0
========================================================= */
body.woocommerce-checkout:not(.woocommerce-order-received) {
  background: #050505 !important;
  color: #f5f7fb !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .entry-header,
body.woocommerce-checkout:not(.woocommerce-order-received) .page-header,
body.woocommerce-checkout:not(.woocommerce-order-received) .entry-title,
body.woocommerce-checkout:not(.woocommerce-order-received) .page-title {
  display: none !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .container.content-wrapper,
body.woocommerce-checkout:not(.woocommerce-order-received) .content-wrapper,
body.woocommerce-checkout:not(.woocommerce-order-received) .row.main-row,
body.woocommerce-checkout:not(.woocommerce-order-received) #primary,
body.woocommerce-checkout:not(.woocommerce-order-received) .site-main,
body.woocommerce-checkout:not(.woocommerce-order-received) article,
body.woocommerce-checkout:not(.woocommerce-order-received) .entry-content,
body.woocommerce-checkout:not(.woocommerce-order-received) .entry-content > .woocommerce,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: transparent !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .container.content-wrapper,
body.woocommerce-checkout:not(.woocommerce-order-received) .content-wrapper {
  padding-top: 46px !important;
  padding-bottom: 90px !important;
}

body.woocommerce-checkout #lgb-checkout-v2,
body.woocommerce-checkout #lgb-checkout-v2 *,
body.woocommerce-checkout #lgb-checkout-v2 *::before,
body.woocommerce-checkout #lgb-checkout-v2 *::after {
  box-sizing: border-box !important;
}

body.woocommerce-checkout #lgb-checkout-v2 {
  --checkout-bg: #050505;
  --checkout-panel: #111720;
  --checkout-panel-2: #171e29;
  --checkout-input: #070a10;
  --checkout-line: rgba(255,255,255,.09);
  --checkout-gold: #d7bf78;
  --checkout-gold-2: #f0dc9c;
  --checkout-text: #f5f7fb;
  --checkout-muted: #aeb4c0;
  width: min(100% - 40px, 1180px) !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  color: var(--checkout-text) !important;
}

body.woocommerce-checkout #lgb-checkout-v2 svg {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__hero {
  display: grid !important;
  justify-items: center !important;
  gap: 10px !important;
  margin: 0 0 24px !important;
  text-align: center !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__hero h1 {
  margin: 0 !important;
  color: var(--checkout-text) !important;
  font-size: clamp(42px, 5vw, 64px) !important;
  line-height: .98 !important;
  font-weight: 900 !important;
  letter-spacing: -.045em !important;
  text-transform: none !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__hero > span {
  display: block !important;
  width: 48px !important;
  height: 2px !important;
  background: var(--checkout-gold) !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__hero p {
  margin: 0 !important;
  color: var(--checkout-muted) !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__before-form:empty {
  display: none !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__before-form {
  margin-bottom: 16px !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .woocommerce-notices-wrapper,
body.woocommerce-checkout #lgb-checkout-v2 .woocommerce-error,
body.woocommerce-checkout #lgb-checkout-v2 .woocommerce-info,
body.woocommerce-checkout #lgb-checkout-v2 .woocommerce-message {
  width: 100% !important;
  max-width: none !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__coupon-card {
  display: grid !important;
  grid-template-columns: 48px minmax(240px, .8fr) minmax(360px, 1.2fr) !important;
  gap: 16px !important;
  align-items: center !important;
  width: 100% !important;
  margin: 0 0 18px !important;
  padding: 14px 16px !important;
  border: 1px solid rgba(215,191,120,.20) !important;
  border-radius: 17px !important;
  background: linear-gradient(145deg, rgba(20,27,38,.96), rgba(10,14,20,.98)) !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__coupon-icon {
  display: grid !important;
  place-items: center !important;
  width: 42px !important;
  height: 42px !important;
  padding: 8px !important;
  color: var(--checkout-gold) !important;
  border: 1px solid rgba(215,191,120,.42) !important;
  border-radius: 50% !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__coupon-copy strong,
body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__coupon-copy small {
  display: block !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__coupon-copy strong {
  color: var(--checkout-text) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__coupon-copy small {
  margin-top: 4px !important;
  color: var(--checkout-muted) !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__coupon-form,
body.woocommerce-checkout #lgb-checkout-v2 .checkout_coupon {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .woocommerce-form-coupon-toggle {
  display: none !important;
}

body.woocommerce-checkout #lgb-checkout-v2 form.checkout_coupon {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 10px !important;
  align-items: center !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.woocommerce-checkout #lgb-checkout-v2 form.checkout_coupon p {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.woocommerce-checkout #lgb-checkout-v2 form.checkout_coupon input {
  width: 100% !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 0 16px !important;
  color: var(--checkout-text) !important;
  background: var(--checkout-input) !important;
  border: 1px solid rgba(255,255,255,.11) !important;
  border-radius: 12px !important;
  box-shadow: none !important;
}

body.woocommerce-checkout #lgb-checkout-v2 form.checkout_coupon button {
  min-height: 48px !important;
  margin: 0 !important;
  padding: 0 22px !important;
  color: var(--checkout-gold-2) !important;
  background: transparent !important;
  border: 1px solid rgba(215,191,120,.70) !important;
  border-radius: 12px !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .05em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 420px !important;
  gap: 18px !important;
  align-items: start !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__customer {
  display: grid !important;
  gap: 16px !important;
  min-width: 0 !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__card,
body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__order-card {
  min-width: 0 !important;
  border: 1px solid rgba(215,191,120,.18) !important;
  border-radius: 20px !important;
  background: radial-gradient(circle at top right, rgba(215,191,120,.06), transparent 34%), linear-gradient(145deg, rgba(20,27,38,.98), rgba(10,14,20,.99)) !important;
  box-shadow: 0 22px 60px rgba(0,0,0,.18) !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__card {
  padding: 20px !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__order-card {
  position: sticky !important;
  top: 24px !important;
  padding: 20px !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__card-heading,
body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__order-heading {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 0 0 18px !important;
  padding: 0 0 13px !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__card-heading > span,
body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__order-heading > span {
  display: grid !important;
  place-items: center !important;
  width: 28px !important;
  height: 28px !important;
  padding: 3px !important;
  color: var(--checkout-gold) !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__card-heading h2,
body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__order-heading h2 {
  margin: 0 !important;
  color: var(--checkout-text) !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .woocommerce-billing-fields > h3,
body.woocommerce-checkout #lgb-checkout-v2 .woocommerce-additional-fields > h3,
body.woocommerce-checkout #lgb-checkout-v2 .woocommerce-shipping-fields > h3 {
  display: none !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout #lgb-checkout-v2 .woocommerce-shipping-fields__field-wrapper {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px 16px !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .form-row,
body.woocommerce-checkout #lgb-checkout-v2 .woocommerce-billing-fields__field-wrapper .form-row,
body.woocommerce-checkout #lgb-checkout-v2 .woocommerce-shipping-fields__field-wrapper .form-row {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  clear: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .form-row-wide,
body.woocommerce-checkout #lgb-checkout-v2 #billing_company_field,
body.woocommerce-checkout #lgb-checkout-v2 #billing_address_1_field,
body.woocommerce-checkout #lgb-checkout-v2 #billing_address_2_field,
body.woocommerce-checkout #lgb-checkout-v2 #billing_email_field,
body.woocommerce-checkout #lgb-checkout-v2 #order_comments_field {
  grid-column: 1 / -1 !important;
}

body.woocommerce-checkout #lgb-checkout-v2 label {
  display: block !important;
  margin: 0 0 7px !important;
  color: var(--checkout-text) !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
}

body.woocommerce-checkout #lgb-checkout-v2 label .required,
body.woocommerce-checkout #lgb-checkout-v2 abbr.required {
  color: var(--checkout-gold) !important;
  text-decoration: none !important;
}

body.woocommerce-checkout #lgb-checkout-v2 input.input-text,
body.woocommerce-checkout #lgb-checkout-v2 textarea,
body.woocommerce-checkout #lgb-checkout-v2 select,
body.woocommerce-checkout #lgb-checkout-v2 .select2-container .select2-selection--single,
body.woocommerce-checkout #lgb-checkout-v2 .select2-container .select2-selection--multiple {
  width: 100% !important;
  min-height: 46px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  color: var(--checkout-text) !important;
  background: var(--checkout-input) !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  font-size: 13px !important;
}

body.woocommerce-checkout #lgb-checkout-v2 textarea {
  min-height: 100px !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  resize: vertical !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .select2-container {
  width: 100% !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .select2-container .select2-selection__rendered {
  padding: 0 24px 0 0 !important;
  color: var(--checkout-text) !important;
  line-height: 44px !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .select2-container .select2-selection__arrow {
  height: 44px !important;
  right: 9px !important;
}

body.woocommerce-checkout #lgb-checkout-v2 input::placeholder,
body.woocommerce-checkout #lgb-checkout-v2 textarea::placeholder {
  color: #7f8794 !important;
  opacity: 1 !important;
}

body.woocommerce-checkout #lgb-checkout-v2 input:focus,
body.woocommerce-checkout #lgb-checkout-v2 textarea:focus,
body.woocommerce-checkout #lgb-checkout-v2 select:focus,
body.woocommerce-checkout #lgb-checkout-v2 .select2-container--focus .select2-selection {
  border-color: rgba(215,191,120,.72) !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(215,191,120,.08) !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .woocommerce-additional-fields__field-wrapper {
  display: grid !important;
  gap: 14px !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__billing fieldset,
body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__billing .woocommerce-billing-fields__field-wrapper + div,
body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__billing .woocommerce-billing-fields__field-wrapper + section {
  margin-top: 18px !important;
  padding: 16px !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 15px !important;
  background: rgba(255,255,255,.025) !important;
}

body.woocommerce-checkout #lgb-checkout-v2 h1,
body.woocommerce-checkout #lgb-checkout-v2 h2,
body.woocommerce-checkout #lgb-checkout-v2 h3,
body.woocommerce-checkout #lgb-checkout-v2 h4,
body.woocommerce-checkout #lgb-checkout-v2 h5,
body.woocommerce-checkout #lgb-checkout-v2 h6 {
  color: var(--checkout-text) !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__review-table,
body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__review-table tbody,
body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__review-table tfoot {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__review-table tbody {
  display: grid !important;
  gap: 12px !important;
  margin-bottom: 16px !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__order-item {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 12px !important;
  width: 100% !important;
  padding: 12px !important;
  border: 1px solid rgba(255,255,255,.09) !important;
  border-radius: 16px !important;
  background: rgba(255,255,255,.022) !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__order-item td {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__order-item .product-total {
  align-self: start !important;
  padding-top: 4px !important;
  color: var(--checkout-text) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-card {
  display: grid !important;
  grid-template-columns: 82px minmax(0, 1fr) !important;
  gap: 12px !important;
  min-width: 0 !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-media,
body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-media img,
body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-fallback {
  width: 82px !important;
  min-width: 82px !important;
  max-width: 82px !important;
  height: 102px !important;
  min-height: 102px !important;
  max-height: 102px !important;
  border-radius: 12px !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-media {
  overflow: hidden !important;
  border: 1px solid rgba(215,191,120,.36) !important;
  background: #07090d !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-media img {
  display: block !important;
  margin: 0 !important;
  object-fit: cover !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-fallback {
  display: grid !important;
  place-items: center !important;
  padding: 10px !important;
  background: radial-gradient(circle at top, rgba(215,191,120,.15), transparent 55%), #080b10 !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-fallback img {
  width: 64px !important;
  min-width: 0 !important;
  max-width: 64px !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: 70px !important;
  object-fit: contain !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-fallback span {
  display: grid !important;
  place-items: center !important;
  width: 48px !important;
  height: 48px !important;
  border: 1px solid rgba(215,191,120,.55) !important;
  border-radius: 50% !important;
  color: var(--checkout-gold) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-body,
body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-title-row {
  min-width: 0 !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-title-row h3 {
  margin: 1px 0 4px !important;
  color: var(--checkout-text) !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-title-row p {
  margin: 0 !important;
  color: var(--checkout-muted) !important;
  font-size: 10px !important;
  line-height: 1.35 !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-features {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 6px !important;
  margin-top: 10px !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-features > span {
  display: grid !important;
  grid-template-columns: 16px minmax(0, 1fr) !important;
  grid-template-areas: "icon label" "icon value" !important;
  gap: 1px 6px !important;
  min-width: 0 !important;
  min-height: 44px !important;
  padding: 7px !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 9px !important;
  background: rgba(255,255,255,.025) !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-features svg {
  grid-area: icon !important;
  align-self: center !important;
  width: 16px !important;
  height: 16px !important;
  color: var(--checkout-gold) !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-features small,
body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-features strong {
  display: block !important;
  min-width: 0 !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-features small {
  grid-area: label !important;
  color: var(--checkout-muted) !important;
  font-size: 7px !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-features strong {
  grid-area: value !important;
  color: var(--checkout-text) !important;
  font-size: 8px !important;
  line-height: 1.1 !important;
  font-weight: 800 !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-meta {
  display: grid !important;
  gap: 5px !important;
  margin-top: 9px !important;
  color: var(--checkout-muted) !important;
  font-size: 10px !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__review-table tfoot {
  padding-top: 8px !important;
  border-top: 1px solid rgba(255,255,255,.09) !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__review-table tfoot tr {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  width: 100% !important;
  padding: 9px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255,255,255,.07) !important;
  background: transparent !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__review-table tfoot tr:last-child {
  border-bottom: 0 !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__review-table tfoot th,
body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__review-table tfoot td {
  display: block !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: var(--checkout-muted) !important;
  background: transparent !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__review-table tfoot td {
  color: var(--checkout-text) !important;
  text-align: right !important;
  font-weight: 900 !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__review-table tfoot .order-total th,
body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__review-table tfoot .order-total td,
body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__review-table tfoot .order-total strong,
body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__review-table tfoot .order-total .amount {
  color: var(--checkout-gold) !important;
  font-size: 22px !important;
  line-height: 1.05 !important;
  font-weight: 900 !important;
}

body.woocommerce-checkout #lgb-checkout-v2 #payment {
  margin-top: 14px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body.woocommerce-checkout #lgb-checkout-v2 #payment ul.payment_methods {
  margin: 0 0 14px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.woocommerce-checkout #lgb-checkout-v2 #payment ul.payment_methods > li {
  margin: 0 0 8px !important;
  padding: 12px !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 12px !important;
  background: rgba(255,255,255,.025) !important;
}

body.woocommerce-checkout #lgb-checkout-v2 #payment ul.payment_methods > li > label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
}

body.woocommerce-checkout #lgb-checkout-v2 #payment .payment_box {
  margin: 10px 0 0 !important;
  padding: 12px !important;
  color: var(--checkout-muted) !important;
  background: rgba(0,0,0,.22) !important;
  border-radius: 10px !important;
}

body.woocommerce-checkout #lgb-checkout-v2 #payment .payment_box::before {
  display: none !important;
}

body.woocommerce-checkout #lgb-checkout-v2 #payment .place-order {
  margin: 0 !important;
  padding: 0 !important;
}

body.woocommerce-checkout #lgb-checkout-v2 #place_order,
body.woocommerce-checkout #lgb-checkout-v2 .place-order .button,
body.woocommerce-checkout #lgb-checkout-v2 .wc-block-components-checkout-place-order-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 54px !important;
  margin: 0 !important;
  padding: 0 22px !important;
  color: #050505 !important;
  background: linear-gradient(135deg, var(--checkout-gold), var(--checkout-gold-2)) !important;
  border: 1px solid var(--checkout-gold-2) !important;
  border-radius: 13px !important;
  box-shadow: 0 14px 32px rgba(215,191,120,.10) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: .10em !important;
  text-transform: uppercase !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .woocommerce-privacy-policy-text,
body.woocommerce-checkout #lgb-checkout-v2 .woocommerce-terms-and-conditions-wrapper {
  color: var(--checkout-muted) !important;
  font-size: 10px !important;
  line-height: 1.5 !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__security-note {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  margin-top: 13px !important;
  color: var(--checkout-muted) !important;
  font-size: 10px !important;
  line-height: 1.35 !important;
  text-align: center !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__security-note svg {
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 18px !important;
  color: var(--checkout-gold) !important;
}

@media (max-width: 1040px) {
  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__layout {
    grid-template-columns: minmax(0, 1fr) 370px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__coupon-card {
    grid-template-columns: 44px minmax(0, 1fr) !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__coupon-form {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 860px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) .container.content-wrapper,
  body.woocommerce-checkout:not(.woocommerce-order-received) .content-wrapper {
    padding-top: 24px !important;
    padding-bottom: 136px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 {
    width: min(100% - 24px, 720px) !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__hero {
    margin-bottom: 20px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__hero h1 {
    font-size: 42px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__layout {
    grid-template-columns: 1fr !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__order-card {
    position: static !important;
    top: auto !important;
  }
}

@media (max-width: 560px) {
  body.woocommerce-checkout #lgb-checkout-v2 {
    width: min(100% - 18px, 720px) !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__hero h1 {
    font-size: 36px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__hero p {
    font-size: 13px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__coupon-card {
    grid-template-columns: 38px minmax(0, 1fr) !important;
    gap: 11px !important;
    padding: 14px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__coupon-icon {
    width: 38px !important;
    height: 38px !important;
    padding: 7px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 form.checkout_coupon {
    grid-template-columns: minmax(0, 1fr) 46px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 form.checkout_coupon button {
    width: 46px !important;
    min-width: 46px !important;
    max-width: 46px !important;
    padding: 0 !important;
    font-size: 0 !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 form.checkout_coupon button::before {
    content: "✓" !important;
    font-size: 18px !important;
    line-height: 1 !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__card,
  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__order-card {
    padding: 16px !important;
    border-radius: 18px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .woocommerce-billing-fields__field-wrapper,
  body.woocommerce-checkout #lgb-checkout-v2 .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: 1fr !important;
    gap: 13px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .form-row-first,
  body.woocommerce-checkout #lgb-checkout-v2 .form-row-last,
  body.woocommerce-checkout #lgb-checkout-v2 .form-row-wide,
  body.woocommerce-checkout #lgb-checkout-v2 #billing_company_field,
  body.woocommerce-checkout #lgb-checkout-v2 #billing_address_1_field,
  body.woocommerce-checkout #lgb-checkout-v2 #billing_address_2_field,
  body.woocommerce-checkout #lgb-checkout-v2 #billing_email_field {
    grid-column: 1 !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__order-item {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__order-item .product-total {
    justify-self: end !important;
    padding-top: 0 !important;
    color: var(--checkout-gold) !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-card {
    grid-template-columns: 72px minmax(0, 1fr) !important;
    gap: 10px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-media,
  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-media img,
  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-fallback {
    width: 72px !important;
    min-width: 72px !important;
    max-width: 72px !important;
    height: 88px !important;
    min-height: 88px !important;
    max-height: 88px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-features {
    gap: 4px !important;
    margin-top: 8px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-features > span {
    grid-template-columns: 12px minmax(0, 1fr) !important;
    gap: 1px 4px !important;
    min-height: 38px !important;
    padding: 5px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-features svg {
    width: 12px !important;
    height: 12px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-features small {
    font-size: 6px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-features strong {
    font-size: 7px !important;
  }
}

@media (max-width: 360px) {
  body.woocommerce-checkout #lgb-checkout-v2 {
    width: min(100% - 14px, 720px) !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__card,
  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__order-card,
  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__coupon-card {
    padding: 13px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__card-heading h2,
  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__order-heading h2 {
    font-size: 15px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-card {
    grid-template-columns: 64px minmax(0, 1fr) !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-media,
  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-media img,
  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-fallback {
    width: 64px !important;
    min-width: 64px !important;
    max-width: 64px !important;
    height: 80px !important;
    min-height: 80px !important;
    max-height: 80px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-features {
    grid-template-columns: 1fr 1fr !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-features > span:last-child {
    grid-column: 1 / -1 !important;
  }
}


/* =========================================================
   JUMP & TONE - CHECKOUT WIDE / ISOLADO DEL TEMA v2.13.1
   Corrige el ancho real del checkout y evita columnas heredadas.
========================================================= */
body.woocommerce-checkout:not(.woocommerce-order-received) .container,
body.woocommerce-checkout:not(.woocommerce-order-received) .container-fluid,
body.woocommerce-checkout:not(.woocommerce-order-received) .container.content-wrapper,
body.woocommerce-checkout:not(.woocommerce-order-received) .content-wrapper,
body.woocommerce-checkout:not(.woocommerce-order-received) .row,
body.woocommerce-checkout:not(.woocommerce-order-received) .row.main-row,
body.woocommerce-checkout:not(.woocommerce-order-received) #primary,
body.woocommerce-checkout:not(.woocommerce-order-received) main#primary,
body.woocommerce-checkout:not(.woocommerce-order-received) .site-main,
body.woocommerce-checkout:not(.woocommerce-order-received) article,
body.woocommerce-checkout:not(.woocommerce-order-received) .entry-content,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce {
  display: block !important;
  float: none !important;
  clear: both !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  flex: 0 0 100% !important;
  grid-template-columns: 1fr !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #secondary,
body.woocommerce-checkout:not(.woocommerce-order-received) .widget-area,
body.woocommerce-checkout:not(.woocommerce-order-received) aside#secondary {
  display: none !important;
}

body.woocommerce-checkout #lgb-checkout-v2.lgb-checkout-v2--wide {
  width: min(calc(100vw - 48px), 1240px) !important;
  max-width: 1240px !important;
  min-width: 0 !important;
  margin: 0 auto !important;
}

body.woocommerce-checkout #lgb-checkout-v2 form.checkout.woocommerce-checkout.lgb-checkout-v2__form--wide {
  display: block !important;
  float: none !important;
  clear: both !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 470px) !important;
  gap: 22px !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  align-items: start !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__customer,
body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__order-card,
body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__customer-details,
body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__billing-fields,
body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__shipping-fields,
body.woocommerce-checkout #lgb-checkout-v2 .woocommerce-checkout-review-order,
body.woocommerce-checkout #lgb-checkout-v2 .woocommerce-checkout-review-order-table {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  float: none !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__card {
  padding: 24px !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__order-card {
  padding: 22px !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout #lgb-checkout-v2 .woocommerce-shipping-fields__field-wrapper {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px 18px !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-card {
  grid-template-columns: 92px minmax(0, 1fr) !important;
  gap: 14px !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-media,
body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-media img,
body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-fallback {
  width: 92px !important;
  min-width: 92px !important;
  max-width: 92px !important;
  height: 112px !important;
  min-height: 112px !important;
  max-height: 112px !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-title-row h3 {
  font-size: 16px !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-title-row p {
  font-size: 12px !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-features small {
  font-size: 8px !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-features strong {
  font-size: 10px !important;
  line-height: 1.2 !important;
}

/* Si PayPal dibuja su propio CTA, oculta únicamente el botón genérico duplicado. */
body.woocommerce-checkout #lgb-checkout-v2 #place_order.lgb-checkout-v2__place-order--hidden {
  display: none !important;
}

@media (max-width: 1100px) {
  body.woocommerce-checkout #lgb-checkout-v2.lgb-checkout-v2--wide {
    width: min(calc(100vw - 36px), 1040px) !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__layout {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 420px) !important;
    gap: 18px !important;
  }
}

@media (max-width: 900px) {
  body.woocommerce-checkout #lgb-checkout-v2.lgb-checkout-v2--wide {
    width: min(calc(100vw - 24px), 760px) !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__layout {
    grid-template-columns: 1fr !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__order-card {
    position: static !important;
    top: auto !important;
  }
}

@media (max-width: 560px) {
  body.woocommerce-checkout #lgb-checkout-v2.lgb-checkout-v2--wide {
    width: min(calc(100vw - 16px), 720px) !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__card,
  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__order-card {
    padding: 16px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .woocommerce-billing-fields__field-wrapper,
  body.woocommerce-checkout #lgb-checkout-v2 .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: 1fr !important;
    gap: 13px !important;
  }
}


/* =========================================================
   JUMP & TONE - CHECKOUT CUPON INLINE + ITEMS DESCOMPRIMIDOS v2.13.2
========================================================= */
body.woocommerce-checkout #lgb-checkout-v2 form.checkout_coupon {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 52px !important;
  gap: 8px !important;
  align-items: center !important;
  width: 100% !important;
}

body.woocommerce-checkout #lgb-checkout-v2 form.checkout_coupon p.form-row-first,
body.woocommerce-checkout #lgb-checkout-v2 form.checkout_coupon p.form-row-last,
body.woocommerce-checkout #lgb-checkout-v2 form.checkout_coupon p.form-row {
  margin: 0 !important;
  width: 100% !important;
}

body.woocommerce-checkout #lgb-checkout-v2 form.checkout_coupon .form-row-first {
  grid-column: 1 !important;
}

body.woocommerce-checkout #lgb-checkout-v2 form.checkout_coupon .form-row-last {
  grid-column: 2 !important;
}

body.woocommerce-checkout #lgb-checkout-v2 form.checkout_coupon input {
  width: 100% !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 0 16px !important;
  border-radius: 13px !important;
}

body.woocommerce-checkout #lgb-checkout-v2 form.checkout_coupon button {
  display: inline-grid !important;
  place-items: center !important;
  width: 52px !important;
  min-width: 52px !important;
  max-width: 52px !important;
  height: 48px !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(215,191,120,.78) !important;
  border-radius: 13px !important;
  color: #050505 !important;
  background: linear-gradient(135deg,#d7bf78,#f0dc9c) !important;
  box-shadow: none !important;
  font-size: 0 !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

body.woocommerce-checkout #lgb-checkout-v2 form.checkout_coupon button::before {
  content: "✓" !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__order-item {
  display: block !important;
  width: 100% !important;
  padding: 16px !important;
  border: 1px solid rgba(255,255,255,.09) !important;
  border-radius: 18px !important;
  background: rgba(255,255,255,.024) !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__order-item td.product-total {
  display: none !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-card {
  display: grid !important;
  grid-template-columns: 92px minmax(0, 1fr) !important;
  gap: 16px !important;
  align-items: start !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-body {
  display: grid !important;
  gap: 12px !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-title-row {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 16px !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-title-copy {
  min-width: 0 !important;
  flex: 1 1 auto !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-title-row h3 {
  margin: 0 0 5px !important;
  color: var(--checkout-text) !important;
  font-size: 17px !important;
  line-height: 1.18 !important;
  font-weight: 900 !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-title-row p {
  margin: 0 !important;
  color: var(--checkout-muted) !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-price,
body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-price .amount {
  color: var(--checkout-text) !important;
  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-align: right !important;
  white-space: nowrap !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-features {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin-top: 0 !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-features > span {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr) !important;
  grid-template-areas: "icon label" "icon value" !important;
  align-items: start !important;
  gap: 2px 8px !important;
  min-height: 58px !important;
  padding: 10px 10px !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 11px !important;
  background: rgba(255,255,255,.028) !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-features svg {
  width: 16px !important;
  height: 16px !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-features small {
  color: var(--checkout-muted) !important;
  font-size: 9px !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-features strong {
  color: var(--checkout-text) !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
}

@media (max-width: 1100px) {
  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__layout {
    grid-template-columns: 1fr !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__order-card {
    width: 100% !important;
  }
}

@media (max-width: 720px) {
  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-card {
    grid-template-columns: 78px minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-media,
  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-media img,
  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-fallback {
    width: 78px !important;
    min-width: 78px !important;
    max-width: 78px !important;
    height: 96px !important;
    min-height: 96px !important;
    max-height: 96px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-title-row {
    gap: 10px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-title-row h3 {
    font-size: 16px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-price,
  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-price .amount {
    font-size: 17px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-features {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-features > span:last-child {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 560px) {
  body.woocommerce-checkout #lgb-checkout-v2 form.checkout_coupon {
    grid-template-columns: minmax(0, 1fr) 50px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 form.checkout_coupon button {
    width: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__order-item {
    padding: 14px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-card {
    grid-template-columns: 1fr !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-media,
  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-media img,
  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-fallback {
    width: 84px !important;
    min-width: 84px !important;
    max-width: 84px !important;
    height: 104px !important;
    min-height: 104px !important;
    max-height: 104px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-media {
    justify-self: start !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-title-row {
    flex-wrap: wrap !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-price,
  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-price .amount {
    font-size: 18px !important;
    text-align: left !important;
  }
}


/* =========================================================
   JUMP & TONE - CHECKOUT CUPÓN COMO CARRITO + ITEMS 2 FILAS v2.13.3
========================================================= */
body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__coupon-card {
  display: grid !important;
  grid-template-columns: 46px minmax(190px, .85fr) minmax(250px, 1fr) !important;
  gap: 14px !important;
  align-items: center !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__coupon-form {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 52px !important;
  gap: 8px !important;
  align-items: center !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__coupon-form input#lgb_checkout_coupon_code {
  grid-column: 1 !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 48px !important;
  height: 48px !important;
  margin: 0 !important;
  padding: 0 16px !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 13px !important;
  color: #f5f7fb !important;
  background: #080b10 !important;
  box-shadow: none !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__coupon-form input#lgb_checkout_coupon_code::placeholder {
  color: #7d8594 !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__coupon-form .lgb-checkout-v2__coupon-submit {
  display: inline-grid !important;
  place-items: center !important;
  grid-column: 2 !important;
  width: 52px !important;
  min-width: 52px !important;
  max-width: 52px !important;
  height: 48px !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(215,191,120,.78) !important;
  border-radius: 13px !important;
  color: #050505 !important;
  background: linear-gradient(135deg,#d7bf78,#f0dc9c) !important;
  box-shadow: none !important;
  font-size: 0 !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__coupon-form .lgb-checkout-v2__coupon-submit::before,
body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__coupon-form .lgb-checkout-v2__coupon-submit::after {
  display: none !important;
  content: none !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__coupon-form .lgb-checkout-v2__coupon-submit svg {
  display: block !important;
  width: 22px !important;
  height: 22px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__coupon-form .lgb-checkout-v2__coupon-submit:hover,
body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__coupon-form .lgb-checkout-v2__coupon-submit:focus-visible {
  filter: brightness(1.06) !important;
  transform: translateY(-1px) !important;
}

/* Cards de productos: más espacio y características distribuidas en dos filas. */
body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__order-item {
  display: block !important;
  width: 100% !important;
  padding: 18px !important;
  border-radius: 18px !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__order-item td.product-total {
  display: none !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-card {
  display: grid !important;
  grid-template-columns: 94px minmax(0, 1fr) !important;
  gap: 16px !important;
  align-items: start !important;
  width: 100% !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-media,
body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-media img,
body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-fallback {
  width: 94px !important;
  min-width: 94px !important;
  max-width: 94px !important;
  height: 116px !important;
  min-height: 116px !important;
  max-height: 116px !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-body {
  display: grid !important;
  gap: 13px !important;
  min-width: 0 !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-title-row {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 14px !important;
  min-width: 0 !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-title-copy {
  min-width: 0 !important;
  flex: 1 1 auto !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-title-row h3 {
  margin: 0 0 5px !important;
  font-size: 17px !important;
  line-height: 1.18 !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-title-row p {
  margin: 0 !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-price,
body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-price .amount {
  color: var(--checkout-text) !important;
  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-align: right !important;
  white-space: nowrap !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-features {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 9px !important;
  margin-top: 0 !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-features > span {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr) !important;
  grid-template-areas: "icon label" "icon value" !important;
  align-items: start !important;
  gap: 2px 8px !important;
  min-height: 58px !important;
  padding: 10px !important;
  border-radius: 11px !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-features > span:last-child {
  grid-column: 1 / -1 !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-features svg {
  width: 16px !important;
  height: 16px !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-features small {
  font-size: 9px !important;
  line-height: 1.1 !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-features strong {
  font-size: 12px !important;
  line-height: 1.2 !important;
}

@media (max-width: 1120px) {
  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__coupon-card {
    grid-template-columns: 46px minmax(0,1fr) !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__coupon-copy {
    grid-column: 2 !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__coupon-form {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 620px) {
  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__coupon-card {
    grid-template-columns: 44px minmax(0,1fr) !important;
    gap: 12px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__coupon-form {
    grid-template-columns: minmax(0,1fr) 50px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__coupon-form .lgb-checkout-v2__coupon-submit {
    width: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__order-item {
    padding: 14px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-card {
    grid-template-columns: 78px minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-media,
  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-media img,
  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-fallback {
    width: 78px !important;
    min-width: 78px !important;
    max-width: 78px !important;
    height: 96px !important;
    min-height: 96px !important;
    max-height: 96px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-title-row {
    gap: 9px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-title-row h3 {
    font-size: 15px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-price,
  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-price .amount {
    font-size: 16px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-features {
    gap: 7px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-features > span {
    min-height: 54px !important;
    padding: 8px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-features small {
    font-size: 8px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-features strong {
    font-size: 10px !important;
  }
}

@media (max-width: 380px) {
  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-card {
    grid-template-columns: 70px minmax(0, 1fr) !important;
    gap: 10px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-media,
  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-media img,
  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-fallback {
    width: 70px !important;
    min-width: 70px !important;
    max-width: 70px !important;
    height: 88px !important;
    min-height: 88px !important;
    max-height: 88px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-title-row {
    flex-wrap: wrap !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-price,
  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-price .amount {
    text-align: left !important;
  }
}


/* =========================================================
   JUMP & TONE - CHECKOUT PAGAR + MÉTODOS PAYPAL ECUADOR v2.13.4
========================================================= */
body.woocommerce-checkout #lgb-checkout-v2 #payment .place-order {
  display: grid !important;
  gap: 14px !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__supported-payments {
  display: grid !important;
  gap: 10px !important;
  margin-top: 2px !important;
  padding: 14px 16px !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 16px !important;
  background: rgba(255,255,255,.025) !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__supported-payments-label {
  color: #d7bf78 !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: .14em !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__supported-payments-list {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-paychip {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-height: 40px !important;
  padding: 8px 12px !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.03) !important;
  color: #f5f7fb !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-paychip i {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  width: 24px !important;
  height: 24px !important;
  border-radius: 999px !important;
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  color: #050505 !important;
  background: linear-gradient(135deg,#d7bf78,#f0dc9c) !important;
  overflow: hidden !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-paychip.is-mastercard i {
  width: 28px !important;
  background: transparent !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-paychip.is-mastercard i span {
  position: absolute !important;
  top: 3px !important;
  width: 14px !important;
  height: 18px !important;
  border-radius: 999px !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-paychip.is-mastercard i span:first-child {
  left: 2px !important;
  background: #ff5f00 !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-paychip.is-mastercard i span:last-child {
  right: 2px !important;
  background: #eb001b !important;
  mix-blend-mode: screen !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-paychip.is-paypal i {
  color: #ffffff !important;
  background: linear-gradient(135deg,#0070ba,#003087) !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-paychip.is-visa i {
  color: #ffffff !important;
  background: #1a1f71 !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-paychip.is-amex i {
  color: #ffffff !important;
  background: #2e77bc !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-paychip.is-diners i {
  color: #ffffff !important;
  background: #0069aa !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-paychip.is-alia i {
  color: #ffffff !important;
  background: #7b2cbf !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__place-order-button,
body.woocommerce-checkout #lgb-checkout-v2 #place_order.lgb-checkout-v2__place-order-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__place-order-button .lgb-checkout-v2__place-order-icon {
  display: inline-flex !important;
  width: 20px !important;
  height: 20px !important;
  color: currentColor !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__place-order-button .lgb-checkout-v2__place-order-icon svg {
  width: 20px !important;
  height: 20px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

@media (max-width: 640px) {
  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__supported-payments {
    padding: 12px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__supported-payments-list {
    gap: 8px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-paychip {
    min-height: 36px !important;
    padding: 7px 10px !important;
    font-size: 12px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-paychip i {
    width: 22px !important;
    height: 22px !important;
    font-size: 10px !important;
  }
}


/* =========================================================
   JUMP & TONE - CHECKOUT SOLO BOTON PAGAR v2.13.5
========================================================= */
body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__supported-payments {
  display: none !important;
}



/* =========================================================
   LGB 2.14.0 - MÓDULO OPERATIVO MOBILE TIPO APP
========================================================= */
.lgb-owner-mobile-context {
  display: none;
}

@media (max-width: 980px) {
  .lgb-owner-panel {
    width: 100% !important;
    min-width: 0 !important;
  }

  .lgb-owner-mobile-context {
    display: grid;
    gap: 3px;
    margin: 0 0 14px;
  }

  .lgb-owner-mobile-context span {
    color: #d7bf78 !important;
    font-size: 9px !important;
    font-weight: 950 !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
  }

  .lgb-owner-mobile-context strong {
    color: #f5f7fb !important;
    font-size: clamp(25px,8vw,34px) !important;
    line-height: 1.04 !important;
    letter-spacing: -.045em !important;
  }

  .lgb-owner-panel .lgb-tabs {
    display: flex !important;
    width: calc(100% + 28px) !important;
    margin: 0 0 14px -14px !important;
    padding: 0 14px 7px !important;
    gap: 8px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    border: 0 !important;
    background: transparent !important;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .lgb-owner-panel .lgb-tabs::-webkit-scrollbar {
    display: none;
  }

  .lgb-owner-panel .lgb-tabs a {
    min-width: max-content !important;
    min-height: 42px !important;
    flex: 0 0 auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 15px !important;
    border: 1px solid rgba(255,255,255,.085) !important;
    border-radius: 999px !important;
    color: #aeb4c0 !important;
    background: rgba(255,255,255,.025) !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    text-decoration: none !important;
    scroll-snap-align: start;
  }

  .lgb-owner-panel .lgb-tabs a.active {
    border-color: rgba(215,191,120,.52) !important;
    color: #f0dc9c !important;
    background: rgba(215,191,120,.11) !important;
  }

  .lgb-owner-panel .lgb-panel-body,
  .lgb-owner-panel .lgb-card,
  .lgb-owner-panel .lgb-admin-card,
  .lgb-owner-panel .lgb-form,
  .lgb-owner-panel .lgb-form-section {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .lgb-owner-panel .lgb-card {
    margin-bottom: 14px !important;
    padding: 16px !important;
    border-radius: 18px !important;
  }

  .lgb-owner-panel .lgb-card > h3 {
    margin-bottom: 7px !important;
    font-size: 20px !important;
    line-height: 1.15 !important;
  }

  .lgb-owner-panel .lgb-card-intro {
    margin-bottom: 16px !important;
    font-size: 12px !important;
    line-height: 1.55 !important;
  }

  .lgb-owner-panel .lgb-form-section {
    padding: 15px !important;
    border-radius: 16px !important;
  }

  .lgb-owner-panel .lgb-form-section > h4,
  .lgb-owner-panel .lgb-section-head h4 {
    font-size: 15px !important;
  }

  .lgb-owner-panel .lgb-admin-grid,
  .lgb-owner-panel .lgb-admin-grid-2,
  .lgb-owner-panel .lgb-admin-grid-3,
  .lgb-owner-panel .lgb-admin-grid-4,
  .lgb-owner-panel .lgb-instructor-identity,
  .lgb-owner-panel .lgb-instructor-identity-fields,
  .lgb-owner-panel .lgb-gallery-grid,
  .lgb-owner-panel .lgb-shop-grid {
    grid-template-columns: minmax(0,1fr) !important;
    gap: 12px !important;
  }

  .lgb-owner-panel .lgb-col-2,
  .lgb-owner-panel .lgb-col-3 {
    grid-column: auto !important;
  }

  .lgb-owner-panel .lgb-field,
  .lgb-owner-panel label,
  .lgb-owner-panel input,
  .lgb-owner-panel select,
  .lgb-owner-panel textarea,
  .lgb-owner-panel .select2-container {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .lgb-owner-panel input,
  .lgb-owner-panel select,
  .lgb-owner-panel textarea,
  .lgb-owner-panel .select2-container {
    width: 100% !important;
  }

  .lgb-owner-panel .lgb-form-actions {
    display: grid !important;
    grid-template-columns: minmax(0,1fr) !important;
    gap: 9px !important;
  }

  .lgb-owner-panel .lgb-form-actions > button,
  .lgb-owner-panel .lgb-form-actions > a,
  .lgb-owner-panel .lgb-btn {
    min-height: 46px !important;
  }

  .lgb-owner-panel .lgb-form-actions > button,
  .lgb-owner-panel .lgb-form-actions > a {
    width: 100% !important;
  }

  .lgb-owner-panel .lgb-media-field-card,
  .lgb-owner-panel .lgb-gallery-item,
  .lgb-owner-panel .lgb-admin-checks {
    min-width: 0 !important;
  }

  .lgb-owner-panel .lgb-media-actions,
  .lgb-owner-panel .lgb-media-actions-stacked,
  .lgb-owner-panel .lgb-section-head-inline {
    align-items: stretch !important;
    flex-direction: column !important;
  }

  .lgb-owner-panel .lgb-media-actions > *,
  .lgb-owner-panel .lgb-media-actions-stacked > * {
    width: 100% !important;
  }

  .lgb-owner-panel .lgb-kpis,
  .lgb-owner-panel .lgb-kpis-operational {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 10px !important;
  }

  .lgb-owner-panel .lgb-kpis > div {
    min-width: 0 !important;
    padding: 14px !important;
    border-radius: 16px !important;
  }

  .lgb-owner-panel .lgb-kpis span {
    font-size: 9px !important;
  }

  .lgb-owner-panel .lgb-kpis strong {
    font-size: 29px !important;
  }
}

@media (max-width: 760px) {
  .lgb-owner-panel .lgb-table-wrap,
  .lgb-owner-panel .lgb-datatable-wrap {
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .lgb-owner-panel .dataTables_wrapper {
    width: 100% !important;
    overflow: visible !important;
  }

  .lgb-owner-panel .dataTables_wrapper .dataTables_length,
  .lgb-owner-panel .dataTables_wrapper .dataTables_filter {
    width: 100% !important;
    float: none !important;
    display: grid !important;
    gap: 6px !important;
    margin: 0 0 10px !important;
    color: #909aa9 !important;
    font-size: 10px !important;
    font-weight: 850 !important;
    text-align: left !important;
    text-transform: uppercase !important;
  }

  .lgb-owner-panel .dataTables_wrapper .dataTables_length label,
  .lgb-owner-panel .dataTables_wrapper .dataTables_filter label {
    width: 100% !important;
    display: grid !important;
    gap: 6px !important;
  }

  .lgb-owner-panel .dataTables_wrapper .dataTables_length select,
  .lgb-owner-panel .dataTables_wrapper .dataTables_filter input {
    width: 100% !important;
    min-height: 44px !important;
    margin: 0 !important;
    border-radius: 13px !important;
  }

  .lgb-owner-panel .lgb-mobile-card-table,
  .lgb-owner-panel .lgb-mobile-card-table tbody,
  .lgb-owner-panel .lgb-mobile-card-table tr,
  .lgb-owner-panel .lgb-mobile-card-table td {
    display: block !important;
    width: 100% !important;
  }

  .lgb-owner-panel .lgb-mobile-card-table {
    border: 0 !important;
    border-collapse: separate !important;
    background: transparent !important;
  }

  .lgb-owner-panel .lgb-mobile-card-table thead {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
  }

  .lgb-owner-panel .lgb-mobile-card-table tbody {
    display: grid !important;
    gap: 12px !important;
  }

  .lgb-owner-panel .lgb-mobile-card-table tbody tr {
    overflow: hidden !important;
    padding: 6px 12px !important;
    border: 1px solid rgba(255,255,255,.085) !important;
    border-radius: 18px !important;
    background: linear-gradient(180deg,rgba(20,26,36,.98),rgba(12,16,23,.98)) !important;
    box-shadow: 0 14px 34px rgba(0,0,0,.18) !important;
  }

  .lgb-owner-panel .lgb-mobile-card-table tbody td {
    min-height: 42px !important;
    display: grid !important;
    grid-template-columns: minmax(82px,.7fr) minmax(0,1.3fr) !important;
    align-items: center !important;
    gap: 9px !important;
    padding: 10px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.065) !important;
    color: #e8ecf3 !important;
    text-align: right !important;
    overflow-wrap: anywhere;
  }

  .lgb-owner-panel .lgb-mobile-card-table tbody td:last-child {
    border-bottom: 0 !important;
  }

  .lgb-owner-panel .lgb-mobile-card-table tbody td::before {
    content: attr(data-label);
    grid-column: 1;
    grid-row: 1 / span 20;
    align-self: center;
    color: #8791a0;
    font-size: 9px;
    font-weight: 950;
    letter-spacing: .07em;
    line-height: 1.35;
    text-align: left;
    text-transform: uppercase;
  }

  .lgb-owner-panel .lgb-mobile-card-table tbody td > .lgb-mobile-card-value,
  .lgb-owner-panel .lgb-mobile-card-table tbody td > .lbo-mobile-card-value {
    min-width: 0;
    width: 100%;
    grid-column: 2;
    justify-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    text-align: right;
  }

  .lgb-owner-panel .lgb-mobile-card-table tbody td > .lgb-mobile-card-value > *,
  .lgb-owner-panel .lgb-mobile-card-table tbody td > .lbo-mobile-card-value > * {
    max-width: 100%;
  }

  .lgb-owner-panel .lgb-mobile-card-table tbody td[data-label="Acciones"],
  .lgb-owner-panel .lgb-mobile-card-table tbody td[data-label="Ver"],
  .lgb-owner-panel .lgb-mobile-card-table tbody td[data-label="Actualizar"],
  .lgb-owner-panel .lgb-mobile-card-table tbody td.is-actions {
    grid-template-columns: 1fr !important;
  }

  .lgb-owner-panel .lgb-mobile-card-table tbody td[data-label="Acciones"]::before,
  .lgb-owner-panel .lgb-mobile-card-table tbody td[data-label="Ver"]::before,
  .lgb-owner-panel .lgb-mobile-card-table tbody td[data-label="Actualizar"]::before,
  .lgb-owner-panel .lgb-mobile-card-table tbody td.is-actions::before {
    display: none !important;
  }

  .lgb-owner-panel .lgb-mobile-card-table tbody td[data-label="Acciones"] > *,
  .lgb-owner-panel .lgb-mobile-card-table tbody td[data-label="Ver"] > *,
  .lgb-owner-panel .lgb-mobile-card-table tbody td[data-label="Actualizar"] > *,
  .lgb-owner-panel .lgb-mobile-card-table tbody td.is-actions > * {
    grid-column: 1 !important;
  }

  .lgb-owner-panel .lgb-mobile-card-table .lgb-table-actions {
    width: 100% !important;
    display: flex !important;
    justify-content: flex-end !important;
    gap: 9px !important;
  }

  .lgb-owner-panel .lgb-mobile-card-table .lgb-action-icon {
    min-width: 44px !important;
    min-height: 44px !important;
  }

  .lgb-owner-panel .lgb-mobile-card-table td.dataTables_empty,
  .lgb-owner-panel .lgb-mobile-card-table td[colspan] {
    min-height: 90px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0 !important;
    text-align: center !important;
  }

  .lgb-owner-panel .lgb-mobile-card-table td.dataTables_empty::before,
  .lgb-owner-panel .lgb-mobile-card-table td[colspan]::before {
    display: none !important;
  }

  .lgb-owner-panel .dataTables_wrapper .dataTables_info,
  .lgb-owner-panel .dataTables_wrapper .dataTables_paginate {
    width: 100% !important;
    float: none !important;
    text-align: center !important;
  }
}

@media (max-width: 390px) {
  .lgb-owner-panel .lgb-card,
  .lgb-owner-panel .lgb-form-section {
    padding: 13px !important;
  }

  .lgb-owner-panel .lgb-mobile-card-table tbody td {
    grid-template-columns: minmax(72px,.62fr) minmax(0,1.38fr) !important;
  }
}


@media (max-width: 860px) {
  .lgb-owner-panel .lgb-mobile-card-table tbody tr {
    padding: 14px 14px 10px !important;
  }

  .lgb-owner-panel .lgb-mobile-card-table tbody td {
    display: block !important;
    min-height: 0 !important;
    padding: 10px 0 !important;
    text-align: left !important;
  }

  .lgb-owner-panel .lgb-mobile-card-table tbody td::before {
    display: block !important;
    grid-column: auto !important;
    grid-row: auto !important;
    margin: 0 0 6px !important;
  }

  .lgb-owner-panel .lgb-mobile-card-table tbody td > .lgb-mobile-card-value,
  .lgb-owner-panel .lgb-mobile-card-table tbody td > .lbo-mobile-card-value {
    display: block !important;
    width: 100% !important;
    grid-column: auto !important;
    justify-self: auto !important;
    text-align: left !important;
  }

  .lgb-owner-panel .lgb-mobile-card-table tbody td > .lgb-mobile-card-value > *,
  .lgb-owner-panel .lgb-mobile-card-table tbody td > .lbo-mobile-card-value > * {
    display: block;
    max-width: 100%;
    text-align: left !important;
  }

  .lgb-owner-panel .lgb-mobile-card-table tbody td.is-primary {
    padding-top: 0 !important;
    padding-bottom: 12px !important;
  }

  .lgb-owner-panel .lgb-mobile-card-table tbody td.is-primary::before {
    display: none !important;
  }

  .lgb-owner-panel .lgb-mobile-card-table tbody td.is-primary > .lgb-mobile-card-value,
  .lgb-owner-panel .lgb-mobile-card-table tbody td.is-primary > .lbo-mobile-card-value {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 4px !important;
  }

  .lgb-owner-panel .lgb-mobile-card-table tbody td.is-primary strong {
    font-size: 15px !important;
    line-height: 1.3 !important;
    color: #f5f7fb !important;
  }

  .lgb-owner-panel .lgb-mobile-card-table tbody td small {
    margin-top: 2px !important;
    line-height: 1.45 !important;
    color: #9da6b4 !important;
  }

  .lgb-owner-panel .lgb-mobile-card-table .lgb-person-cell,
  .lgb-owner-panel .lgb-mobile-card-table .lbo-person-cell {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    align-items: center !important;
    gap: 12px !important;
  }

  .lgb-owner-panel .lgb-mobile-card-table .lgb-person-cell > div,
  .lgb-owner-panel .lgb-mobile-card-table .lbo-person-cell > div {
    min-width: 0 !important;
    flex: 1 1 auto !important;
  }

  .lgb-owner-panel .lgb-mobile-card-table .lgb-person-cell strong,
  .lgb-owner-panel .lgb-mobile-card-table .lbo-person-cell strong,
  .lgb-owner-panel .lgb-mobile-card-table .lgb-person-cell small,
  .lgb-owner-panel .lgb-mobile-card-table .lbo-person-cell small {
    text-align: left !important;
  }

  .lgb-owner-panel .lgb-mobile-card-table tbody td[data-label="Acciones"],
  .lgb-owner-panel .lgb-mobile-card-table tbody td[data-label="Ver"],
  .lgb-owner-panel .lgb-mobile-card-table tbody td[data-label="Actualizar"],
  .lgb-owner-panel .lgb-mobile-card-table tbody td.is-actions {
    padding-top: 14px !important;
  }

  .lgb-owner-panel .lgb-mobile-card-table tbody td[data-label="Acciones"] > *,
  .lgb-owner-panel .lgb-mobile-card-table tbody td[data-label="Ver"] > *,
  .lgb-owner-panel .lgb-mobile-card-table tbody td[data-label="Actualizar"] > *,
  .lgb-owner-panel .lgb-mobile-card-table tbody td.is-actions > * {
    justify-self: auto !important;
  }

  .lgb-owner-panel .lgb-mobile-card-table .lgb-table-actions,
  .lgb-owner-panel .lgb-mobile-card-table .lbo-table-actions {
    justify-content: flex-start !important;
  }
}


/* Planes: configuración tributaria y precio público (v2.15.0) */
.lgb-plan-tax-section [data-lgb-tax-rate-field].is-hidden{display:none!important}
.lgb-plan-tax-summary{display:flex;flex-direction:column;justify-content:center;gap:5px;min-height:112px;padding:16px 18px;border:1px solid rgba(215,191,120,.25);border-radius:14px;background:rgba(215,191,120,.07)}
.lgb-plan-tax-summary span{color:#aeb4c0;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}
.lgb-plan-tax-summary strong{color:#f0dc9c;font-size:17px;line-height:1.25}
.lgb-plan-tax-summary small{color:#aeb4c0;line-height:1.45}
.lgb-plan-tax-note{display:block;margin:-2px 0 14px;color:#aeb4c0;font-size:12px;line-height:1.35;text-align:center}
.lgb-plan-tax-note.is-modal{margin:2px 0 16px}
.lgb-plan-price .woocommerce-Price-amount,
.lgb-plan-purchase-modal__price .woocommerce-Price-amount{color:inherit;font:inherit}
@media(max-width:780px){.lgb-plan-tax-summary{min-height:0}.lgb-plan-tax-note{font-size:11.5px}}


/* =========================================================
   JUMP & TONE - CHECKOUT: PRECIO CON ETIQUETA TRIBUTARIA v2.15.1
   Evita que textos como “sin impuestos” compriman el nombre del plan.
========================================================= */
body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-title-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(86px, 112px) !important;
  align-items: start !important;
  justify-content: stretch !important;
  gap: 10px !important;
  width: 100% !important;
  min-width: 0 !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-title-copy {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-title-row h3,
body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-title-row p {
  max-width: 100% !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-price {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  justify-content: flex-start !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 112px !important;
  color: var(--checkout-text) !important;
  font-size: 18px !important;
  line-height: 1.05 !important;
  font-weight: 900 !important;
  text-align: right !important;
  white-space: normal !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-price .amount,
body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-price .woocommerce-Price-amount {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  color: inherit !important;
  font: inherit !important;
  line-height: 1.05 !important;
  text-align: right !important;
  white-space: nowrap !important;
}

body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-price small,
body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-price .tax_label,
body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-price .woocommerce-price-suffix {
  display: block !important;
  width: 100% !important;
  max-width: 112px !important;
  margin: 4px 0 0 !important;
  color: var(--checkout-muted) !important;
  font-size: 9px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-align: right !important;
  text-transform: none !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
}

@media (max-width: 430px) {
  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-title-row {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 7px !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-price {
    align-items: flex-start !important;
    max-width: none !important;
    text-align: left !important;
  }

  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-price .amount,
  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-price .woocommerce-Price-amount,
  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-price small,
  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-price .tax_label,
  body.woocommerce-checkout #lgb-checkout-v2 .lgb-checkout-v2__product-price .woocommerce-price-suffix {
    max-width: none !important;
    text-align: left !important;
  }
}

/* LGB 2.15.5 - Ajuste fino de padding en datos del modal QR */
.lgb-account-reservation-actions {
  width: 78px;
  text-align: center;
}

.lgb-reservation-qr-button,
.lgb-mobile-reservation-qr-button {
  appearance: none;
  border: 1px solid rgba(215,191,120,.55) !important;
  background: rgba(215,191,120,.09) !important;
  color: #f0dc9c !important;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.lgb-reservation-qr-button {
  display: inline-grid;
  width: 42px;
  height: 42px;
  padding: 9px !important;
  place-items: center;
  border-radius: 12px !important;
}

.lgb-reservation-qr-button svg,
.lgb-mobile-reservation-qr-button svg {
  width: 22px;
  height: 22px;
  fill: currentColor !important;
  stroke: none !important;
}

.lgb-reservation-qr-button:hover,
.lgb-mobile-reservation-qr-button:hover {
  transform: translateY(-1px);
  border-color: #d7bf78 !important;
  background: rgba(215,191,120,.18) !important;
}

.lgb-reservation-qr-button:focus-visible,
.lgb-mobile-reservation-qr-button:focus-visible,
.lgb-booking-qr-close:focus-visible,
.lgb-booking-qr-done:focus-visible {
  outline: 3px solid rgba(240,220,156,.42) !important;
  outline-offset: 3px;
}

.lgb-mobile-reservation-qr-button {
  width: 100%;
  min-height: 48px;
  margin-top: 16px !important;
  padding: 0 16px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 14px !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  letter-spacing: .01em;
}

body.lgb-booking-qr-open {
  overflow: hidden !important;
}

.lgb-booking-qr-overlay[hidden] {
  display: none !important;
}

.lgb-booking-qr-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0,0,0,.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  transition: opacity .2s ease;
}

.lgb-booking-qr-overlay.is-open {
  opacity: 1;
}

.lgb-booking-qr-dialog {
  position: relative;
  width: min(100%, 520px);
  max-height: min(92vh, 760px);
  overflow: auto;
  padding: 28px;
  border: 1px solid rgba(215,191,120,.35);
  border-radius: 26px;
  background: linear-gradient(145deg,#171d27,#0d1118 72%);
  box-shadow: 0 30px 90px rgba(0,0,0,.58);
  color: #f5f7fb;
  transform: translateY(12px) scale(.985);
  transition: transform .2s ease;
}

.lgb-booking-qr-overlay.is-open .lgb-booking-qr-dialog {
  transform: translateY(0) scale(1);
}

.lgb-booking-qr-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0 !important;
  border: 1px solid rgba(215,191,120,.28) !important;
  border-radius: 50% !important;
  background: #090c11 !important;
  color: #f5f7fb !important;
  font-size: 29px !important;
  line-height: 1 !important;
  cursor: pointer;
}

.lgb-booking-qr-dialog > header {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-right: 52px;
}

.lgb-booking-qr-dialog > header > span {
  width: 48px;
  height: 48px;
  padding: 12px;
  border-radius: 14px;
  background: rgba(215,191,120,.12);
  color: #d7bf78;
}

.lgb-booking-qr-dialog > header svg {
  width: 100%;
  height: 100%;
  fill: currentColor !important;
  stroke: none !important;
}

.lgb-booking-qr-dialog > header small {
  display: block;
  margin-bottom: 3px;
  color: #d7bf78;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.lgb-booking-qr-dialog > header h2 {
  margin: 0 !important;
  color: #f5f7fb !important;
  font-size: clamp(22px,4vw,30px) !important;
  line-height: 1.05 !important;
}

.lgb-booking-qr-intro {
  margin: 18px 0 20px !important;
  color: #aeb4c0 !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.lgb-booking-qr-code-wrap {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 16px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(0,0,0,.3);
}

.lgb-booking-qr-code {
  min-width: 210px;
  min-height: 210px;
  display: grid;
  place-items: center;
}

.lgb-booking-qr-code canvas {
  display: block !important;
  max-width: 100% !important;
  height: auto !important;
}

.lgb-booking-qr-code img {
  display: none !important;
  max-width: 100% !important;
  height: auto !important;
}

.lgb-booking-qr-error {
  width: 220px;
  margin: 0 !important;
  color: #7b2424 !important;
  text-align: center;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

.lgb-booking-qr-data {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 10px;
  margin-top: 20px;
}

.lgb-booking-qr-data > .lgb-booking-qr-data-card {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 12px 14px !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 14px !important;
  background: rgba(255,255,255,.025) !important;
  box-sizing: border-box !important;
}

.lgb-booking-qr-data > .lgb-booking-qr-data-card.is-wide {
  grid-column: 1 / -1;
}

.lgb-booking-qr-data small {
  display: block;
  color: #7d8594;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lgb-booking-qr-data strong {
  display: block;
  margin-top: 5px;
  overflow-wrap: anywhere;
  color: #f5f7fb;
  font-size: 13px;
  line-height: 1.35;
}

.lgb-booking-qr-note {
  margin: 16px 0 0 !important;
  color: #8f97a5 !important;
  text-align: center;
  font-size: 11px !important;
}

.lgb-booking-qr-done {
  width: 100%;
  min-height: 48px;
  margin-top: 18px !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg,#d7bf78,#f0dc9c) !important;
  color: #050505 !important;
  font-weight: 950 !important;
  cursor: pointer;
}

@media (max-width: 560px) {
  .lgb-booking-qr-overlay {
    align-items: end;
    padding: 10px 10px max(10px,env(safe-area-inset-bottom));
  }
  .lgb-booking-qr-dialog {
    width: 100%;
    max-height: 94dvh;
    padding: 22px 16px 18px;
    border-radius: 24px 24px 18px 18px;
  }
  .lgb-booking-qr-close {
    top: 12px;
    right: 12px;
  }
  .lgb-booking-qr-dialog > header {
    padding-right: 46px;
  }
  .lgb-booking-qr-dialog > header > span {
    width: 42px;
    height: 42px;
    padding: 10px;
  }
  .lgb-booking-qr-code-wrap {
    padding: 12px;
    border-radius: 18px;
  }
  .lgb-booking-qr-data {
    gap: 8px;
  }
  .lgb-booking-qr-data > .lgb-booking-qr-data-card {
    padding: 12px 13px !important;
    border-radius: 13px !important;
  }
}


/* LGB 2.16.0 - varios instructores por horario */
.lgb-inline-tags{display:flex;flex-wrap:wrap;gap:6px;min-width:160px}.lgb-inline-tags span{display:inline-flex;align-items:center;padding:5px 9px;border:1px solid rgba(215,191,120,.35);border-radius:999px;background:rgba(215,191,120,.1);color:#f5f7fb;font-size:12px;line-height:1.2}.lgb-field.is-disabled{opacity:.58}.lgb-field.is-disabled input{cursor:not-allowed}.lgb-schedules-datatable td:nth-child(2){white-space:normal!important;min-width:190px}@media(max-width:767px){.lgb-inline-tags{min-width:0}.lgb-inline-tags span{font-size:11px}}

.lgb-schedule-instructor-order{display:grid;gap:7px;margin-top:10px}.lgb-schedule-instructor-order.is-empty{display:none}.lgb-schedule-instructor-order__item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 10px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:rgba(255,255,255,.035)}.lgb-schedule-instructor-order__item>span{color:#e8ecf3;font-size:12px;font-weight:600}.lgb-schedule-instructor-order__actions{display:flex;gap:5px}.lgb-schedule-instructor-order__actions button{width:28px;height:28px;padding:0;border:1px solid rgba(215,191,120,.3);border-radius:8px;background:rgba(215,191,120,.09);color:#f0dc9c;line-height:1}.lgb-schedule-instructor-order__actions button:disabled{opacity:.3;cursor:not-allowed}

/* LGB 2.16.1 - formulario y filtros de horarios */
.lgb-owner-panel .lgb-schedule-form-grid{
  display:grid;
  grid-template-columns:minmax(190px,.85fr) minmax(300px,1.35fr) minmax(160px,.62fr);
  gap:14px 16px;
  align-items:start;
}
.lgb-owner-panel .lgb-schedule-field-class{grid-column:1}
.lgb-owner-panel .lgb-schedule-field-instructors{grid-column:2}
.lgb-owner-panel .lgb-schedule-field-day{grid-column:3}
.lgb-owner-panel .lgb-schedule-field-manual{grid-column:1}
.lgb-owner-panel .lgb-schedule-field-recurrence{
  grid-column:2 / 4;
  align-self:end;
  display:flex;
  align-items:center;
  gap:12px;
  min-height:46px;
  margin:0;
}
.lgb-owner-panel .lgb-schedule-field-recurrence .lgb-check{
  min-height:46px;
  padding:10px 14px;
}
.lgb-owner-panel .select2-container--default .select2-selection--multiple .select2-search--inline{
  display:inline-flex!important;
  align-items:center!important;
  max-width:100%!important;
}
.lgb-owner-panel .select2-container--default .select2-selection--multiple .select2-search__field,
.lgb-owner-panel .select2-container--default .select2-selection--multiple textarea.select2-search__field{
  width:auto!important;
  min-width:150px!important;
  max-width:100%!important;
  height:26px!important;
  min-height:26px!important;
  max-height:26px!important;
  margin:2px 0!important;
  padding:0 4px!important;
  border:0!important;
  border-radius:0!important;
  outline:0!important;
  background:transparent!important;
  color:inherit!important;
  font-size:13px!important;
  line-height:26px!important;
  box-shadow:none!important;
  resize:none!important;
}
.lgb-owner-panel .lgb-schedule-instructors-select + .select2-container .select2-selection--multiple{
  min-height:46px!important;
  padding:4px 8px!important;
}
.lgb-owner-panel .lgb-schedule-instructor-availability{
  display:block;
  min-height:17px;
  margin-top:2px;
  color:#98a2b3;
  font-size:11px;
  font-weight:700;
  line-height:1.45;
}
.lgb-owner-panel .lgb-schedule-instructor-availability.is-warning{
  color:#f0dc9c;
}
.lgb-owner-panel .lgb-schedule-filters{
  display:grid;
  grid-template-columns:minmax(180px,.75fr) minmax(260px,1fr) auto;
  gap:12px;
  align-items:end;
  margin:2px 0 18px;
  padding:14px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:16px;
  background:rgba(255,255,255,.025);
}
.lgb-owner-panel .lgb-schedule-filter-field{
  display:grid;
  gap:7px;
  min-width:0;
}
.lgb-owner-panel .lgb-schedule-filter-field label{
  margin:0;
  color:#aeb4c0;
  font-size:11px;
  font-weight:850;
  letter-spacing:.035em;
  text-transform:uppercase;
}
.lgb-owner-panel .lgb-schedule-filter-field > select{
  width:100%;
  min-height:44px;
  padding:9px 38px 9px 12px;
  border:1px solid #222a35;
  border-radius:12px;
  background:#090d13;
  color:#f5f7fb;
  font-weight:750;
}
.lgb-owner-panel .lgb-schedule-filter-field .select2-container--default .select2-selection--single{
  min-height:44px!important;
  border-radius:12px!important;
}
.lgb-owner-panel .lgb-schedule-filter-field .select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height:42px!important;
  font-size:13px!important;
}
.lgb-owner-panel .lgb-schedule-filter-field .select2-container--default .select2-selection--single .select2-selection__arrow{
  height:42px!important;
}
.lgb-owner-panel .lgb-schedule-filter-clear{
  min-height:44px;
  padding:10px 15px;
  border:1px solid rgba(215,191,120,.32);
  border-radius:12px;
  background:rgba(215,191,120,.09);
  color:#f0dc9c;
  font-size:12px;
  font-weight:850;
  cursor:pointer;
  transition:background .18s ease,border-color .18s ease,color .18s ease,opacity .18s ease;
}
.lgb-owner-panel .lgb-schedule-filter-clear:hover:not(:disabled){
  border-color:#d7bf78;
  background:#d7bf78;
  color:#080b10;
}
.lgb-owner-panel .lgb-schedule-filter-clear:disabled{
  opacity:.42;
  cursor:not-allowed;
}
.lgb-owner-panel .lgb-schedules-list-card .lgb-datatable-wrap{
  margin-top:0;
}
.lgb-select2-dropdown .select2-results__option[aria-disabled="true"]{
  opacity:.42;
}
@media(max-width:980px){
  .lgb-owner-panel .lgb-schedule-form-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .lgb-owner-panel .lgb-schedule-field-class,
  .lgb-owner-panel .lgb-schedule-field-day,
  .lgb-owner-panel .lgb-schedule-field-manual{
    grid-column:auto;
  }
  .lgb-owner-panel .lgb-schedule-field-instructors,
  .lgb-owner-panel .lgb-schedule-field-recurrence{
    grid-column:1 / -1;
  }
}
@media(max-width:700px){
  .lgb-owner-panel .lgb-schedule-form-grid,
  .lgb-owner-panel .lgb-schedule-filters{
    grid-template-columns:minmax(0,1fr)!important;
  }
  .lgb-owner-panel .lgb-schedule-field-class,
  .lgb-owner-panel .lgb-schedule-field-instructors,
  .lgb-owner-panel .lgb-schedule-field-day,
  .lgb-owner-panel .lgb-schedule-field-manual,
  .lgb-owner-panel .lgb-schedule-field-recurrence{
    grid-column:auto!important;
  }
  .lgb-owner-panel .lgb-schedule-field-recurrence{
    align-items:stretch;
    flex-direction:column;
  }
  .lgb-owner-panel .lgb-schedule-filter-clear{
    width:100%;
  }
  .lgb-owner-panel .select2-container--default .select2-selection--multiple .select2-search__field,
  .lgb-owner-panel .select2-container--default .select2-selection--multiple textarea.select2-search__field{
    min-width:110px!important;
  }
}

/* LGB 2.16.2 - Horarios destacados con imagen propia */
.lgb-featured-schedule{overflow:hidden;border:1px solid rgba(255,255,255,.09);border-radius:24px;background:linear-gradient(150deg,#151b24,#0c1118);color:#f5f7fb;box-shadow:0 18px 44px rgba(0,0,0,.22)}
.lgb-featured-schedule--hero{display:grid;grid-template-columns:minmax(280px,.95fr) minmax(320px,1.05fr);min-height:390px}
.lgb-featured-schedule__image{position:relative;min-height:230px;background:#080b10;overflow:hidden}
.lgb-featured-schedule--hero .lgb-featured-schedule__image{min-height:390px}
.lgb-featured-schedule__image:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(5,5,5,.32))}
.lgb-featured-schedule__image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.lgb-featured-schedule:hover .lgb-featured-schedule__image img{transform:scale(1.025)}
.lgb-featured-schedule__body{display:flex;flex-direction:column;gap:14px;padding:24px;min-width:0}
.lgb-featured-schedule--hero .lgb-featured-schedule__body{justify-content:center;padding:34px}
.lgb-featured-schedule__eyebrow{color:#d7bf78;font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.lgb-featured-schedule__body h3{margin:0!important;color:#f5f7fb!important;font-size:clamp(25px,3vw,40px)!important;line-height:1.05!important;letter-spacing:-.035em}
.lgb-featured-schedule--card .lgb-featured-schedule__body h3{font-size:25px!important}
.lgb-featured-schedule__description{margin:0!important;color:#b7bec9!important;font-size:15px!important;line-height:1.65!important}
.lgb-featured-schedule__when{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.lgb-featured-schedule__when span,.lgb-featured-schedule__team{display:flex;flex-direction:column;gap:4px;padding:12px 14px;border:1px solid rgba(215,191,120,.17);border-radius:15px;background:rgba(215,191,120,.055)}
.lgb-featured-schedule__when small,.lgb-featured-schedule__team small{color:#9099a7;font-size:10px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.lgb-featured-schedule__when strong,.lgb-featured-schedule__team strong{color:#f5f7fb;font-size:14px;line-height:1.35}
.lgb-featured-schedule__meta{display:flex;flex-wrap:wrap;gap:8px}
.lgb-featured-schedule__meta span{display:inline-flex;align-items:center;min-height:30px;padding:6px 10px;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:rgba(255,255,255,.035);color:#cbd1da;font-size:12px;font-weight:800}
.lgb-featured-schedule .lgb-shortcode-btn{margin-top:auto!important;background:#d7bf78!important;color:#080b10!important;border:0!important}
.lgb-featured-schedule .lgb-shortcode-btn:hover{background:#f0dc9c!important;color:#050505!important}
.lgb-featured-schedule .lgb-shortcode-btn[disabled]{background:#242b35!important;color:#7f8997!important;cursor:not-allowed!important}
.lgb-featured-schedule-grid{align-items:stretch!important}
.lgb-featured-schedule--card{display:flex;flex-direction:column;min-height:100%}
.lgb-featured-schedule--card .lgb-featured-schedule__image{height:220px;min-height:220px}
.lgb-featured-schedule--card .lgb-featured-schedule__body{flex:1}
.lgb-instructor-public--team,.lgb-mobile-instructor-summary--team{padding:14px 16px!important;background:rgba(215,191,120,.08)!important;border-color:rgba(215,191,120,.22)!important}
.lgb-instructor-public--team strong,.lgb-mobile-instructor-summary--team strong{color:#f5f7fb!important}
.lgb-instructor-public--team small,.lgb-mobile-instructor-summary--team small{color:#d7bf78!important}
@media(max-width:900px){.lgb-featured-schedule--hero{grid-template-columns:1fr;min-height:0}.lgb-featured-schedule--hero .lgb-featured-schedule__image{height:260px;min-height:260px}.lgb-featured-schedule--hero .lgb-featured-schedule__body{padding:24px}.lgb-featured-schedule__body h3{font-size:29px!important}}
@media(max-width:520px){.lgb-featured-schedule{border-radius:20px}.lgb-featured-schedule--hero .lgb-featured-schedule__image,.lgb-featured-schedule--card .lgb-featured-schedule__image{height:210px;min-height:210px}.lgb-featured-schedule__body,.lgb-featured-schedule--hero .lgb-featured-schedule__body{padding:19px}.lgb-featured-schedule__when{grid-template-columns:1fr}.lgb-featured-schedule__body h3,.lgb-featured-schedule--card .lgb-featured-schedule__body h3{font-size:25px!important}}

/* LGB 2.16.4 - Corrección responsive del horario destacado */
.lgb-featured-schedule--hero{
  width:100%;
  max-width:100%;
  min-width:0;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
}
.lgb-featured-schedule--hero .lgb-featured-schedule__image,
.lgb-featured-schedule--hero .lgb-featured-schedule__body,
.lgb-featured-schedule__when,
.lgb-featured-schedule__when span,
.lgb-featured-schedule__team{
  min-width:0;
}
.lgb-featured-schedule--hero .lgb-featured-schedule__body{
  padding:clamp(22px,3vw,34px);
  overflow:visible;
}
.lgb-featured-schedule--hero .lgb-featured-schedule__description,
.lgb-featured-schedule--hero .lgb-featured-schedule__when strong,
.lgb-featured-schedule--hero .lgb-featured-schedule__team strong{
  overflow-wrap:anywhere;
}
.lgb-featured-schedule--hero .lgb-shortcode-btn{
  width:100%;
  max-width:100%;
  white-space:normal;
}
@media (min-width:901px) and (max-width:1180px){
  .lgb-featured-schedule--hero .lgb-featured-schedule__body h3{
    font-size:clamp(28px,3vw,36px)!important;
  }
  .lgb-featured-schedule--hero .lgb-featured-schedule__body{
    gap:12px;
    padding:24px;
  }
}
@media(max-width:900px){
  .lgb-featured-schedule--hero{
    grid-template-columns:1fr;
    min-height:0;
  }
  .lgb-featured-schedule--hero .lgb-featured-schedule__image{
    width:100%;
    height:260px;
    min-height:260px;
    padding:0;
  }
  .lgb-featured-schedule--hero .lgb-featured-schedule__image img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center 18%;
    transform:none!important;
  }
}
@media(max-width:520px){
  .lgb-featured-schedule--hero .lgb-featured-schedule__image{
    height:210px;
    min-height:210px;
  }
}


/* =========================================================
   JUMP & TONE - MODAL RESERVA MOBILE CTA APP NATIVA v2.16.5
   Ajusta el CTA de créditos para verse como botón nativo y
   mejora la legibilidad de la información en mobile.
========================================================= */
@media (max-width: 640px) {
  body.lgb-modal-is-open .lgb-booking-mobile-form .lgb-booking-user-summary,
  .jt-home .lgb-booking-mobile-form .lgb-booking-user-summary {
    margin: 0 0 14px !important;
    padding: 13px 14px !important;
    border-radius: 16px !important;
    background: linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.04)) !important;
    border: 1px solid rgba(255,255,255,.11) !important;
  }

  body.lgb-modal-is-open .lgb-booking-mobile-form .lgb-booking-user-summary strong,
  .jt-home .lgb-booking-mobile-form .lgb-booking-user-summary strong {
    font-size: 13.5px !important;
    line-height: 1.3 !important;
  }

  body.lgb-modal-is-open .lgb-booking-mobile-form .lgb-booking-user-summary small,
  .jt-home .lgb-booking-mobile-form .lgb-booking-user-summary small {
    font-size: 11.5px !important;
    line-height: 1.42 !important;
  }

  body.lgb-modal-is-open .lgb-booking-mobile-form .lgb-booking-user-summary .lgb-booking-credit-balance,
  .jt-home .lgb-booking-mobile-form .lgb-booking-user-summary .lgb-booking-credit-balance {
    margin-top: 8px !important;
    color: #f0dc9c !important;
    font-weight: 800 !important;
  }

  body.lgb-modal-is-open .lgb-booking-mobile-form .lgb-booking-credit-footer,
  .jt-home .lgb-booking-mobile-form .lgb-booking-credit-footer {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 14px 14px calc(16px + env(safe-area-inset-bottom)) !important;
    background: linear-gradient(180deg, rgba(20,25,34,.86), #141922 30%, #141922 100%) !important;
    border-top: 1px solid rgba(215,191,120,.18) !important;
    box-shadow: 0 -12px 30px rgba(0,0,0,.16) !important;
  }

  body.lgb-modal-is-open .lgb-booking-mobile-form .lgb-booking-credit-footer button.lgb-booking-credit-cta-v2,
  .jt-home .lgb-booking-mobile-form .lgb-booking-credit-footer button.lgb-booking-credit-cta-v2 {
    display: grid !important;
    grid-template-columns: minmax(0,1fr) 22px !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
    min-height: 84px !important;
    margin: 0 !important;
    padding: 14px 16px !important;
    border-radius: 20px !important;
    border: 1px solid rgba(215,191,120,.82) !important;
    background: linear-gradient(150deg, rgba(7,10,15,.98), rgba(19,24,33,.98)) !important;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.02), 0 14px 32px rgba(0,0,0,.24) !important;
    text-align: left !important;
    overflow: hidden !important;
    touch-action: manipulation !important;
  }

  body.lgb-modal-is-open .lgb-booking-mobile-form .lgb-booking-credit-footer button.lgb-booking-credit-cta-v2 .lgb-booking-credit-submit__copy,
  .jt-home .lgb-booking-mobile-form .lgb-booking-credit-footer button.lgb-booking-credit-cta-v2 .lgb-booking-credit-submit__copy {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 6px !important;
    min-width: 0 !important;
  }

  body.lgb-modal-is-open .lgb-booking-mobile-form .lgb-booking-credit-footer button.lgb-booking-credit-cta-v2 .lgb-booking-credit-submit__copy strong,
  .jt-home .lgb-booking-mobile-form .lgb-booking-credit-footer button.lgb-booking-credit-cta-v2 .lgb-booking-credit-submit__copy strong {
    color: #f0dc9c !important;
    font-size: 16px !important;
    line-height: 1.15 !important;
    font-weight: 950 !important;
    white-space: normal !important;
  }

  body.lgb-modal-is-open .lgb-booking-mobile-form .lgb-booking-credit-footer button.lgb-booking-credit-cta-v2 .lgb-booking-credit-submit__copy small,
  .jt-home .lgb-booking-mobile-form .lgb-booking-credit-footer button.lgb-booking-credit-cta-v2 .lgb-booking-credit-submit__copy small {
    display: block !important;
    max-width: 100% !important;
    color: #dfe4ec !important;
    font-size: 12px !important;
    line-height: 1.34 !important;
    font-weight: 700 !important;
    white-space: normal !important;
  }

  body.lgb-modal-is-open .lgb-booking-mobile-form .lgb-booking-credit-footer button.lgb-booking-credit-cta-v2 .lgb-booking-credit-submit__arrow,
  .jt-home .lgb-booking-mobile-form .lgb-booking-credit-footer button.lgb-booking-credit-cta-v2 .lgb-booking-credit-submit__arrow {
    width: 22px !important;
    height: 30px !important;
    color: #d7bf78 !important;
    font-size: 30px !important;
    line-height: 1 !important;
    text-align: center !important;
  }

  body.lgb-modal-is-open .lgb-booking-mobile-form .lgb-booking-credit-footer button.lgb-booking-credit-cta-v2:disabled,
  .jt-home .lgb-booking-mobile-form .lgb-booking-credit-footer button.lgb-booking-credit-cta-v2:disabled {
    opacity: 1 !important;
    border-color: rgba(215,191,120,.42) !important;
    background: linear-gradient(150deg, rgba(7,10,15,.96), rgba(15,19,27,.96)) !important;
    box-shadow: none !important;
  }
}


/* =========================================================
   JUMP & TONE - CAMPOS DINÁMICOS POR CLASE v2.17.0
========================================================= */
.lgb-class-fields-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.lgb-class-fields-heading h4{margin:0 0 6px}.lgb-class-fields-heading p{margin:0;color:#aeb4c0}.lgb-class-fields-list{display:grid;gap:14px}.lgb-class-fields-empty{padding:22px;border:1px dashed rgba(215,191,120,.28);border-radius:16px;color:#aeb4c0;text-align:center}.lgb-class-fields-note{display:block;margin-top:14px;color:#8f98a8}.lgb-class-field-card{padding:18px;border:1px solid rgba(255,255,255,.10);border-radius:18px;background:rgba(8,11,16,.62)}.lgb-class-field-card>header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.lgb-class-field-card>header small{display:block;color:#d7bf78;font-size:10px;font-weight:900;letter-spacing:1px;text-transform:uppercase}.lgb-class-field-card>header strong{display:block;margin-top:3px;color:#f5f7fb;font-size:16px}.lgb-class-field-actions{display:flex;gap:7px}.lgb-class-field-actions button{display:grid;place-items:center;width:34px;height:34px;padding:0;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:#111722;color:#f5f7fb}.lgb-class-field-actions button.is-danger{border-color:rgba(255,91,91,.35);color:#ffabab}.lgb-class-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.lgb-class-field-grid .lgb-col-2{grid-column:1/-1}.lgb-class-field-options textarea{min-height:112px}.lgb-class-field-checks{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:16px;padding-top:14px;border-top:1px solid rgba(255,255,255,.08)}.lgb-class-field-checks label{display:flex;align-items:center;gap:8px;color:#dfe4ec;font-size:13px;font-weight:700}.lgb-class-field-checks input{width:18px;height:18px}.lgb-condition-value input:disabled{opacity:.55}.lgb-class-field-options[hidden]{display:none!important}
@media(max-width:760px){.lgb-class-fields-heading{display:grid}.lgb-class-fields-heading .lgb-btn{width:100%}.lgb-class-field-grid{grid-template-columns:1fr}.lgb-class-field-grid .lgb-col-2{grid-column:auto}.lgb-class-field-card{padding:15px}.lgb-class-field-checks{display:grid;gap:12px}}

.lgb-booking-custom-fields{margin:14px 0;padding:15px;border:1px solid rgba(215,191,120,.22);border-radius:18px;background:rgba(8,11,16,.38)}.lgb-booking-custom-fields>header small{display:block;color:#d7bf78;font-size:10px;font-weight:900;letter-spacing:1px;text-transform:uppercase}.lgb-booking-custom-fields>header h4{margin:4px 0 5px;color:#f5f7fb;font-size:16px}.lgb-booking-custom-fields>header p{margin:0;color:#aeb4c0;font-size:12px;line-height:1.45}.lgb-booking-custom-fields__list{display:grid;gap:13px;margin-top:14px}.lgb-booking-custom-field{display:grid;gap:7px}.lgb-booking-custom-field.is-condition-hidden{display:none!important}.lgb-booking-custom-field__label{color:#f5f7fb;font-size:12px;font-weight:900}.lgb-booking-custom-field__label em{margin-left:4px;color:#d7bf78;font-style:normal}.lgb-booking-custom-field>p{margin:0;color:#aeb4c0;font-size:11px;line-height:1.4}.lgb-booking-custom-field input[type=text],.lgb-booking-custom-field input[type=number],.lgb-booking-custom-field select{width:100%;min-height:44px;border:1px solid rgba(255,255,255,.11);border-radius:13px;background:#070b10;color:#f5f7fb;padding:10px 12px}.lgb-booking-choice-row,.lgb-booking-radio-list{display:flex;flex-wrap:wrap;gap:9px}.lgb-booking-choice-row label,.lgb-booking-radio-list label{cursor:pointer}.lgb-booking-choice-row input,.lgb-booking-radio-list input{position:absolute;opacity:0;pointer-events:none}.lgb-booking-choice-row span,.lgb-booking-radio-list span{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:9px 16px;border:1px solid rgba(255,255,255,.12);border-radius:13px;background:#0b1017;color:#dfe4ec;font-size:12px;font-weight:800}.lgb-booking-choice-row input:checked+span,.lgb-booking-radio-list input:checked+span{border-color:#d7bf78;background:rgba(215,191,120,.13);color:#f0dc9c}.lgb-booking-custom-field__readonly{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:44px;padding:10px 12px;border:1px solid rgba(255,255,255,.10);border-radius:13px;background:rgba(255,255,255,.04)}.lgb-booking-custom-field__readonly strong{color:#f5f7fb;font-size:12px}.lgb-booking-custom-field__readonly a{color:#d7bf78;font-size:11px;font-weight:800}.lgb-booking-save-preferences{display:flex;align-items:flex-start;gap:9px;margin-top:14px;padding-top:13px;border-top:1px solid rgba(255,255,255,.08);color:#dfe4ec;font-size:11px;font-weight:700;line-height:1.4}.lgb-booking-save-preferences input{width:17px!important;height:17px!important;min-height:0!important;margin-top:1px}
@media(max-width:640px){.lgb-booking-custom-fields{margin:12px 0;padding:13px;border-radius:16px}.lgb-booking-choice-row,.lgb-booking-radio-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.lgb-booking-choice-row span,.lgb-booking-radio-list span{width:100%}.lgb-booking-custom-field__readonly{align-items:flex-start;flex-direction:column}}

.lgb-account-class-preferences{display:grid;gap:16px}.lgb-account-preferences-form{display:grid;gap:16px}.lgb-account-preference-class{padding:20px;border:1px solid rgba(255,255,255,.10);border-radius:20px;background:#141922}.lgb-account-preference-class>header{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px}.lgb-account-preference-class>header small{display:block;color:#d7bf78;font-size:10px;font-weight:900;letter-spacing:1px;text-transform:uppercase}.lgb-account-preference-class>header h2{margin:4px 0 0;color:#f5f7fb;font-size:20px}.lgb-account-preference-class>header>span{padding:7px 10px;border-radius:999px;background:rgba(215,191,120,.10);color:#f0dc9c;font-size:11px;font-weight:800}.lgb-account-preference-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.lgb-account-preference-field{display:grid;gap:7px}.lgb-account-preference-field.is-condition-hidden{display:none!important}.lgb-account-preference-field>label{color:#f5f7fb;font-size:13px;font-weight:900}.lgb-account-preference-field>label em{color:#d7bf78;font-style:normal}.lgb-account-preference-field>p{margin:0;color:#aeb4c0;font-size:11px;line-height:1.4}.lgb-account-preference-field>input,.lgb-account-preference-field>select{width:100%;min-height:46px;padding:10px 13px;border:1px solid rgba(255,255,255,.11);border-radius:13px;background:#070b10;color:#f5f7fb}.lgb-account-preferences-submit{justify-self:start;min-height:48px;padding:11px 20px;border:0;border-radius:14px;background:#d7bf78;color:#080b10;font-weight:900}.lgb-account-preferences-notice{padding:12px 14px;border-radius:14px;font-weight:800}.lgb-account-preferences-notice.is-success{background:rgba(73,188,120,.13);color:#a8efc4}.lgb-account-preferences-notice.is-error{background:rgba(255,91,91,.12);color:#ffb2b2}.lgb-mobile-account-preferences{display:none}
@media(max-width:782px){.lgb-mobile-account-preferences{display:block}.lgb-mobile-account-preferences__panel{padding:18px 14px 110px;background:#080b10}.lgb-mobile-account-preferences__panel>header{margin-bottom:16px}.lgb-mobile-account-preferences__panel>header h1{margin:0;color:#f5f7fb;font-size:24px}.lgb-mobile-account-preferences__panel>header>span{display:block;width:42px;height:2px;margin:10px 0;background:#d7bf78}.lgb-mobile-account-preferences__panel>header p{margin:0;color:#aeb4c0}.lgb-account-class-preferences.is-mobile .lgb-account-preference-class{padding:16px;border-radius:18px}.lgb-account-preference-grid{grid-template-columns:1fr}.lgb-account-preferences-submit{position:sticky;bottom:76px;width:100%;z-index:5;box-shadow:0 10px 30px rgba(0,0,0,.28)}}
.lgb-reservation-field-summary{display:block;margin-top:5px;color:#d7bf78!important;line-height:1.35}.lgb-mobile-reservation-custom-fields{display:grid;gap:7px;margin:12px 0;padding:12px;border:1px solid rgba(215,191,120,.22);border-radius:14px;background:rgba(215,191,120,.06)}.lgb-mobile-reservation-custom-fields>small{color:#d7bf78;font-size:10px;font-weight:900;letter-spacing:1px;text-transform:uppercase}.lgb-mobile-reservation-custom-fields p{display:flex;justify-content:space-between;gap:12px;margin:0;color:#aeb4c0;font-size:11px}.lgb-mobile-reservation-custom-fields p strong{color:#f5f7fb;text-align:right}.lgb-booking-qr-custom-data strong{line-height:1.45}


/* =========================================================
   JUMP & TONE - CHECKBOX PREFERENCIAS EN RESERVA v2.17.2
   Control personalizado inmune a estilos globales de inputs.
========================================================= */
.lgb-booking-save-preferences {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  margin-top: 14px !important;
  padding-top: 13px !important;
  border-top: 1px solid rgba(255,255,255,.08) !important;
  cursor: pointer !important;
}

html body .lgb-booking-save-preferences > input.lgb-booking-save-preferences__input[type="checkbox"] {
  position: absolute !important;
  left: 0 !important;
  top: 13px !important;
  z-index: -1 !important;
  display: block !important;
  width: 1px !important;
  min-width: 1px !important;
  max-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  max-height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  opacity: 0 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.lgb-booking-save-preferences > .lgb-booking-save-preferences__label {
  position: relative !important;
  display: flex !important;
  align-items: flex-start !important;
  min-height: 22px !important;
  padding: 1px 0 0 31px !important;
  margin: 0 !important;
  color: #f5f7fb !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
}

.lgb-booking-save-preferences > .lgb-booking-save-preferences__label::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 20px !important;
  height: 20px !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(215,191,120,.65) !important;
  border-radius: 6px !important;
  background: #080c12 !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.025) !important;
}

.lgb-booking-save-preferences > input.lgb-booking-save-preferences__input:checked + .lgb-booking-save-preferences__label::before {
  border-color: #d7bf78 !important;
  background: #d7bf78 !important;
}

.lgb-booking-save-preferences > input.lgb-booking-save-preferences__input:checked + .lgb-booking-save-preferences__label::after {
  content: "" !important;
  position: absolute !important;
  left: 7px !important;
  top: 4px !important;
  width: 5px !important;
  height: 9px !important;
  border: solid #080b10 !important;
  border-width: 0 2px 2px 0 !important;
  transform: rotate(45deg) !important;
}

.lgb-booking-save-preferences > input.lgb-booking-save-preferences__input:focus-visible + .lgb-booking-save-preferences__label::before {
  outline: 2px solid rgba(240,220,156,.8) !important;
  outline-offset: 3px !important;
}


/* =========================================================
   JUMP & TONE - EQUIPO DE INSTRUCTORES DESKTOP v2.17.3
   El horario con coinstructores no muestra fotografía dentro
   del resumen; por ello utiliza todo el ancho de la tarjeta.
========================================================= */
@media (min-width: 901px) {
  html body .lgb-booking-modal .lgb-instructor-public--team,
  html body .jt-home .lgb-booking-modal .lgb-instructor-public--team,
  body.lgb-modal-is-open .lgb-instructor-public--team {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    grid-template-columns: minmax(0, 1fr) !important;
    padding: 18px 20px !important;
  }

  html body .lgb-booking-modal .lgb-instructor-public--team > div,
  html body .jt-home .lgb-booking-modal .lgb-instructor-public--team > div,
  body.lgb-modal-is-open .lgb-instructor-public--team > div {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  html body .lgb-booking-modal .lgb-instructor-public--team strong,
  html body .jt-home .lgb-booking-modal .lgb-instructor-public--team strong,
  body.lgb-modal-is-open .lgb-instructor-public--team strong {
    display: block !important;
    width: 100% !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    line-height: 1.35 !important;
  }

  html body .lgb-booking-modal .lgb-instructor-public--team small,
  html body .jt-home .lgb-booking-modal .lgb-instructor-public--team small,
  body.lgb-modal-is-open .lgb-instructor-public--team small {
    display: block !important;
    width: 100% !important;
    margin-top: 5px !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    line-height: 1.4 !important;
  }
}


/* =========================================================
   JUMP & TONE - SCROLL COMPLETO DEL MODAL MOBILE v2.17.4
   Un único scroll en la tarjeta y CTA dentro del flujo para
   que los campos dinámicos siempre puedan verse completos.
========================================================= */
@media (max-width: 640px) {
  html body .lgb-booking-modal.is-open,
  html body .lgb-booking-modal[aria-hidden="false"],
  html body .jt-home .lgb-booking-modal.is-open,
  html body .jt-home .lgb-booking-modal[aria-hidden="false"] {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    padding: 10px !important;
    overflow: hidden !important;
    touch-action: auto !important;
  }

  @supports not (height: 100dvh) {
    html body .lgb-booking-modal.is-open,
    html body .lgb-booking-modal[aria-hidden="false"],
    html body .jt-home .lgb-booking-modal.is-open,
    html body .jt-home .lgb-booking-modal[aria-hidden="false"] {
      height: 100vh !important;
      max-height: 100vh !important;
    }
  }

  html body .lgb-booking-modal .lgb-booking-modal-dialog,
  html body .jt-home .lgb-booking-modal .lgb-booking-modal-dialog {
    display: block !important;
    width: min(100%, 388px) !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: calc(100dvh - 20px) !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior-y: contain !important;
    touch-action: pan-y !important;
    scroll-behavior: smooth !important;
  }

  @supports not (height: 100dvh) {
    html body .lgb-booking-modal .lgb-booking-modal-dialog,
    html body .jt-home .lgb-booking-modal .lgb-booking-modal-dialog {
      max-height: calc(100vh - 20px) !important;
    }
  }

  html body .lgb-booking-modal .lgb-booking-mobile-sheet,
  html body .jt-home .lgb-booking-modal .lgb-booking-mobile-sheet,
  html body .lgb-booking-modal .lgb-booking-mobile-form,
  html body .jt-home .lgb-booking-modal .lgb-booking-mobile-form,
  html body .lgb-booking-modal .lgb-booking-mobile-form .lgb-booking-form-scroll,
  html body .jt-home .lgb-booking-modal .lgb-booking-mobile-form .lgb-booking-form-scroll {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    touch-action: auto !important;
  }

  html body .lgb-booking-modal .lgb-booking-mobile-sheet,
  html body .jt-home .lgb-booking-modal .lgb-booking-mobile-sheet {
    padding-bottom: 0 !important;
  }

  html body .lgb-booking-modal .lgb-booking-mobile-form .lgb-booking-form-scroll,
  html body .jt-home .lgb-booking-modal .lgb-booking-mobile-form .lgb-booking-form-scroll {
    padding-bottom: 14px !important;
  }

  html body .lgb-booking-modal .lgb-booking-mobile-form .lgb-booking-actions-footer,
  html body .jt-home .lgb-booking-modal .lgb-booking-mobile-form .lgb-booking-actions-footer,
  body.lgb-modal-is-open .lgb-booking-mobile-form .lgb-booking-actions-footer {
    position: static !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    z-index: 2 !important;
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 12px 14px calc(16px + env(safe-area-inset-bottom)) !important;
    border-radius: 0 !important;
    background: linear-gradient(180deg, rgba(20,25,34,.84), #141922 24%, #141922 100%) !important;
    border: 0 !important;
    border-top: 1px solid rgba(215,191,120,.20) !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  html body .lgb-booking-modal .lgb-booking-mobile-form .lgb-booking-credit-footer button.lgb-booking-credit-cta-v2,
  html body .jt-home .lgb-booking-modal .lgb-booking-mobile-form .lgb-booking-credit-footer button.lgb-booking-credit-cta-v2 {
    width: 100% !important;
    margin: 0 !important;
  }
}

/* =========================================================
   JUMP & TONE - MIS PREFERENCIAS PERSONALIZADAS v2.17.5
   Vistas independientes para escritorio y mobile.
========================================================= */
.lgb-mobile-account-preferences {
  display: none;
}

@media (min-width: 992px) {
  .lgb-account-preferences-desktop {
    display: grid;
    gap: 18px;
  }

  .lgb-account-preferences-desktop__summary {
    display: grid;
    grid-template-columns: minmax(190px, .7fr) minmax(190px, .7fr) minmax(300px, 1.6fr);
    gap: 14px;
    align-items: stretch;
  }

  .lgb-account-preferences-desktop__summary article,
  .lgb-account-preferences-desktop__summary > p {
    min-height: 96px;
    margin: 0;
    padding: 18px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(23,29,39,.96), rgba(14,19,27,.98));
  }

  .lgb-account-preferences-desktop__summary article {
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .lgb-account-preferences-desktop__summary article > span {
    display: grid;
    place-items: center;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(215,191,120,.34);
    border-radius: 15px;
    background: rgba(215,191,120,.08);
    color: #d7bf78;
  }

  .lgb-account-preferences-desktop__summary svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .lgb-account-preferences-desktop__summary article small {
    display: block;
    color: #aeb4c0;
    font-size: 11px;
    font-weight: 800;
  }

  .lgb-account-preferences-desktop__summary article strong {
    display: block;
    margin-top: 4px;
    color: #f5f7fb;
    font-size: 25px;
    line-height: 1;
  }

  .lgb-account-preferences-desktop__summary > p {
    display: flex;
    align-items: center;
    color: #c5cbd5;
    font-size: 13px;
    line-height: 1.6;
  }

  .lgb-account-preferences-desktop__classes {
    display: grid;
    gap: 16px;
  }

  .lgb-account-preference-class--desktop {
    padding: 22px;
    border: 1px solid rgba(215,191,120,.20);
    border-radius: 22px;
    background:
      radial-gradient(circle at top right, rgba(215,191,120,.055), transparent 30%),
      linear-gradient(145deg, rgba(23,29,39,.98), rgba(13,18,25,.99));
  }

  .lgb-account-preference-class--desktop > header {
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 17px;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  .lgb-account-preference-class--desktop > header h2 {
    font-size: 22px;
  }

  .lgb-account-preference-class--desktop > header p {
    margin: 7px 0 0;
    color: #aeb4c0;
    font-size: 12px;
  }

  .lgb-account-preference-class--desktop .lgb-account-preference-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .lgb-account-preference-class--desktop .lgb-account-preference-field {
    align-content: start;
    min-width: 0;
    padding: 16px;
    border: 1px solid rgba(255,255,255,.075);
    border-radius: 16px;
    background: rgba(255,255,255,.025);
  }

  .lgb-account-preferences-desktop__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 18px;
    background: #111720;
  }

  .lgb-account-preferences-desktop__footer p {
    margin: 0;
    color: #aeb4c0;
    font-size: 12px;
  }

  .lgb-account-preferences-desktop__footer .lgb-account-preferences-submit {
    justify-self: auto;
    min-width: 210px;
    margin: 0;
  }
}

@media (max-width: 991px) {
  body.woocommerce-account.lgb-account-class-preferences-page {
    background: #050505 !important;
    color: #f5f7fb !important;
  }

  body.woocommerce-account.lgb-account-class-preferences-page .lgb-account-desktop-only {
    display: none !important;
  }

  body.woocommerce-account.lgb-account-class-preferences-page .container.content-wrapper,
  body.woocommerce-account.lgb-account-class-preferences-page .content-wrapper,
  body.woocommerce-account.lgb-account-class-preferences-page .row.main-row,
  body.woocommerce-account.lgb-account-class-preferences-page #primary,
  body.woocommerce-account.lgb-account-class-preferences-page .site-main,
  body.woocommerce-account.lgb-account-class-preferences-page article,
  body.woocommerce-account.lgb-account-class-preferences-page .entry-content,
  body.woocommerce-account.lgb-account-class-preferences-page .entry-content > .woocommerce,
  body.woocommerce-account.lgb-account-class-preferences-page .woocommerce {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: transparent !important;
  }

  body.woocommerce-account.lgb-account-class-preferences-page .container.content-wrapper,
  body.woocommerce-account.lgb-account-class-preferences-page .content-wrapper {
    padding-top: 18px !important;
    padding-bottom: 54px !important;
  }

  body.woocommerce-account.lgb-account-class-preferences-page .entry-header,
  body.woocommerce-account.lgb-account-class-preferences-page .woocommerce-MyAccount-navigation,
  body.woocommerce-account.lgb-account-class-preferences-page .woocommerce-MyAccount-content,
  body.woocommerce-account.lgb-account-class-preferences-page .lsmamc-app {
    display: none !important;
  }

  .lgb-mobile-account-preferences,
  .lgb-mobile-account-preferences *,
  .lgb-mobile-account-preferences *::before,
  .lgb-mobile-account-preferences *::after {
    box-sizing: border-box !important;
  }

  .lgb-mobile-account-preferences {
    --lgb-pref-bg: #050505;
    --lgb-pref-panel: #111720;
    --lgb-pref-border: rgba(215,191,120,.28);
    --lgb-pref-soft: rgba(255,255,255,.09);
    --lgb-pref-text: #f5f7fb;
    --lgb-pref-muted: #aeb4c0;
    --lgb-pref-gold: #d7bf78;
    --lgb-pref-gold-2: #f0dc9c;
    display: grid !important;
    gap: 16px !important;
    width: min(100% - 28px, 680px) !important;
    max-width: 680px !important;
    margin: 0 auto !important;
    padding: 0 0 108px !important;
    color: var(--lgb-pref-text) !important;
  }

  .lgb-mobile-account-preferences svg {
    width: 100% !important;
    height: 100% !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.8 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
  }

  .lgb-mobile-account-preferences__panel {
    padding: 24px 18px 20px !important;
    border: 1px solid var(--lgb-pref-border) !important;
    border-radius: 24px !important;
    background:
      radial-gradient(circle at top right, rgba(215,191,120,.075), transparent 34%),
      linear-gradient(145deg, rgba(23,30,41,.98), rgba(12,17,24,.99)) !important;
    box-shadow: 0 24px 60px rgba(0,0,0,.24) !important;
  }

  .lgb-mobile-account-preferences__heading {
    margin: 0 0 20px !important;
  }

  .lgb-mobile-account-preferences__heading h1 {
    margin: 0 !important;
    color: var(--lgb-pref-text) !important;
    font-size: clamp(34px, 10vw, 46px) !important;
    line-height: 1 !important;
    letter-spacing: -.05em !important;
    font-weight: 950 !important;
    text-transform: uppercase !important;
  }

  .lgb-mobile-account-preferences__title-line {
    display: block !important;
    width: 44px !important;
    height: 3px !important;
    margin: 14px 0 0 !important;
    border-radius: 999px !important;
    background: var(--lgb-pref-gold) !important;
  }

  .lgb-mobile-account-preferences__heading p {
    margin: 16px 0 0 !important;
    color: var(--lgb-pref-muted) !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
  }

  .lgb-mobile-account-preferences__form,
  .lgb-mobile-account-preferences__list {
    display: grid !important;
    gap: 14px !important;
  }

  .lgb-mobile-account-preferences__card {
    display: block !important;
    width: 100% !important;
    padding: 17px !important;
    border: 1px solid var(--lgb-pref-soft) !important;
    border-radius: 20px !important;
    background: rgba(255,255,255,.026) !important;
  }

  .lgb-mobile-account-preferences__card > header {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 0 14px !important;
    border-bottom: 1px solid rgba(255,255,255,.08) !important;
  }

  .lgb-mobile-account-preferences__card > header small {
    display: block !important;
    color: var(--lgb-pref-gold) !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    letter-spacing: 1.1px !important;
    text-transform: uppercase !important;
  }

  .lgb-mobile-account-preferences__card > header h2 {
    margin: 4px 0 0 !important;
    color: var(--lgb-pref-text) !important;
    font-size: 22px !important;
    line-height: 1.15 !important;
    font-weight: 900 !important;
  }

  .lgb-mobile-account-preferences__card > header > span {
    flex: 0 0 auto !important;
    padding: 7px 10px !important;
    border-radius: 999px !important;
    background: rgba(215,191,120,.10) !important;
    color: var(--lgb-pref-gold-2) !important;
    font-size: 10px !important;
    font-weight: 800 !important;
  }

  .lgb-mobile-account-preferences__card-copy {
    margin: 13px 0 0 !important;
    color: var(--lgb-pref-muted) !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
  }

  .lgb-mobile-account-preferences__fields {
    display: grid !important;
    gap: 16px !important;
    margin-top: 17px !important;
  }

  .lgb-mobile-account-preferences .lgb-account-preference-field {
    display: grid !important;
    gap: 8px !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 0 16px !important;
    border-bottom: 1px solid rgba(255,255,255,.075) !important;
  }

  .lgb-mobile-account-preferences .lgb-account-preference-field:last-child {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
  }

  .lgb-mobile-account-preferences .lgb-account-preference-field > label {
    color: var(--lgb-pref-text) !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 900 !important;
  }

  .lgb-mobile-account-preferences .lgb-account-preference-field > label em {
    margin-left: 4px !important;
    color: var(--lgb-pref-gold) !important;
  }

  .lgb-mobile-account-preferences .lgb-account-preference-field > p {
    margin: -2px 0 1px !important;
    color: var(--lgb-pref-muted) !important;
    font-size: 11px !important;
    line-height: 1.45 !important;
  }

  .lgb-mobile-account-preferences .lgb-account-preference-field > input[type="text"],
  .lgb-mobile-account-preferences .lgb-account-preference-field > input[type="number"],
  .lgb-mobile-account-preferences .lgb-account-preference-field > select {
    width: 100% !important;
    height: 50px !important;
    min-height: 50px !important;
    margin: 0 !important;
    padding: 10px 14px !important;
    border: 1px solid rgba(255,255,255,.11) !important;
    border-radius: 15px !important;
    background: #070b10 !important;
    color: var(--lgb-pref-text) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
  }

  .lgb-mobile-account-preferences .lgb-booking-choice-row,
  .lgb-mobile-account-preferences .lgb-booking-radio-list {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
  }

  .lgb-mobile-account-preferences .lgb-booking-choice-row label,
  .lgb-mobile-account-preferences .lgb-booking-radio-list label {
    margin: 0 !important;
  }

  .lgb-mobile-account-preferences .lgb-booking-choice-row span,
  .lgb-mobile-account-preferences .lgb-booking-radio-list span {
    min-width: 52px !important;
    min-height: 46px !important;
    padding: 10px 16px !important;
    border-radius: 14px !important;
    font-size: 13px !important;
  }

  .lgb-mobile-account-preferences__save {
    display: grid !important;
    gap: 12px !important;
    margin-top: 2px !important;
    padding-top: 16px !important;
    border-top: 1px solid rgba(215,191,120,.18) !important;
  }

  .lgb-mobile-account-preferences__save p {
    margin: 0 !important;
    color: var(--lgb-pref-muted) !important;
    font-size: 11px !important;
    line-height: 1.45 !important;
    text-align: center !important;
  }

  .lgb-mobile-account-preferences__save button {
    width: 100% !important;
    min-height: 54px !important;
    margin: 0 !important;
    padding: 12px 18px !important;
    border: 0 !important;
    border-radius: 17px !important;
    background: linear-gradient(135deg, #f0dc9c, #d7bf78) !important;
    color: #080b10 !important;
    font-size: 13px !important;
    font-weight: 950 !important;
    letter-spacing: .01em !important;
    text-transform: none !important;
    box-shadow: 0 12px 26px rgba(215,191,120,.14) !important;
  }

  .lgb-mobile-account-preferences__empty {
    padding: 28px 18px !important;
    border: 1px dashed rgba(215,191,120,.25) !important;
    border-radius: 18px !important;
    color: var(--lgb-pref-muted) !important;
    text-align: center !important;
  }

  .lgb-mobile-account-preferences .lgb-account-preferences-notice {
    margin: 0 0 16px !important;
  }
}


/* =========================================================
   JUMP & TONE - PADDING EXCLUSIVO CARD PREFERENCIAS v2.17.6
   Afecta únicamente cada bloque de clase en Mis preferencias.
========================================================= */
@media (max-width: 991px) {
  .lgb-mobile-account-preferences__class-card {
    padding: 23px 21px 22px !important;
  }

  .lgb-mobile-account-preferences__class-card > header {
    padding-bottom: 16px !important;
  }

  .lgb-mobile-account-preferences__class-card .lgb-mobile-account-preferences__card-copy {
    margin-top: 16px !important;
  }

  .lgb-mobile-account-preferences__class-card .lgb-mobile-account-preferences__fields {
    margin-top: 20px !important;
  }
}

@media (max-width: 380px) {
  .lgb-mobile-account-preferences__class-card {
    padding: 20px 17px 19px !important;
  }
}


/* =========================================================
   JUMP & TONE - PADDING CARD PREFERENCIAS PRIORIDAD v2.17.7
   Selector reforzado y propiedades individuales para evitar
   que la regla base de la card anule el espaciado exclusivo.
========================================================= */
@media (max-width: 991px) {
  html body .lgb-mobile-account-preferences article.lgb-mobile-account-preferences__card.lgb-mobile-account-preferences__class-card {
    box-sizing: border-box !important;
    padding-top: 23px !important;
    padding-right: 21px !important;
    padding-bottom: 22px !important;
    padding-left: 21px !important;
  }
}

@media (max-width: 380px) {
  html body .lgb-mobile-account-preferences article.lgb-mobile-account-preferences__card.lgb-mobile-account-preferences__class-card {
    padding-top: 20px !important;
    padding-right: 17px !important;
    padding-bottom: 19px !important;
    padding-left: 17px !important;
  }
}

/* =========================================================
   JUMP & TONE - MI CUENTA INICIO RESPONSIVE v2.17.8
   Ajusta únicamente la portada de Mi cuenta en mobile y
   evita la superposición del menú lateral en desktop.
========================================================= */
@media (min-width: 992px) {
  body.woocommerce-account.lgb-account-report-enabled .lgb-account-desktop-only,
  body.woocommerce-account.lgb-account-report-enabled .lgb-account-report {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.woocommerce-account.lgb-account-report-enabled .lgb-account-report {
    display: grid !important;
    grid-template-columns: minmax(250px, 306px) minmax(0, 1fr) !important;
    grid-template-areas: "sidebar panel" !important;
    gap: 24px !important;
    align-items: start !important;
    overflow: visible !important;
  }

  body.woocommerce-account.lgb-account-report-enabled .lgb-account-report__sidebar {
    grid-area: sidebar !important;
    width: 100% !important;
    max-width: 306px !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  body.woocommerce-account.lgb-account-report-enabled .lgb-account-report__identity,
  body.woocommerce-account.lgb-account-report-enabled .lgb-account-report__menu {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.woocommerce-account.lgb-account-report-enabled .lgb-account-report__identity-text {
    display: block !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  body.woocommerce-account.lgb-account-report-enabled .lgb-account-report__identity-text strong {
    display: block !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body.woocommerce-account.lgb-account-report-enabled .lgb-account-report__panel {
    grid-area: panel !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  body.woocommerce-account.lgb-account-dashboard-page .lgb-account-report__welcome h2 {
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }
}

@media (max-width: 991px) {
  body.woocommerce-account.lgb-account-dashboard-page,
  body.woocommerce-account.lgb-account-dashboard-page .site,
  body.woocommerce-account.lgb-account-dashboard-page .site-content {
    overflow-x: hidden !important;
  }

  body.woocommerce-account.lgb-account-dashboard-page .lgb-mobile-account-home {
    display: grid !important;
    gap: 14px !important;
    width: min(calc(100% - 24px), 680px) !important;
    max-width: 680px !important;
    min-width: 0 !important;
    margin: 0 auto !important;
    padding: 0 0 calc(112px + env(safe-area-inset-bottom)) !important;
    overflow: visible !important;
  }

  body.woocommerce-account.lgb-account-dashboard-page .lgb-mobile-account-home__hero {
    gap: 18px !important;
    padding: 20px 16px 16px !important;
    border-radius: 22px !important;
    overflow: hidden !important;
  }

  body.woocommerce-account.lgb-account-dashboard-page .lgb-mobile-account-home__heading h1 {
    font-size: clamp(31px, 9vw, 40px) !important;
    line-height: 1 !important;
  }

  body.woocommerce-account.lgb-account-dashboard-page .lgb-mobile-account-home__heading p {
    margin-top: 10px !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
  }

  body.woocommerce-account.lgb-account-dashboard-page .lgb-mobile-account-home__profile {
    grid-template-columns: 48px minmax(0, 1fr) 18px !important;
    gap: 12px !important;
    min-height: 78px !important;
    padding: 13px !important;
    border-radius: 18px !important;
    overflow: hidden !important;
  }

  body.woocommerce-account.lgb-account-dashboard-page .lgb-mobile-account-home__avatar {
    width: 48px !important;
    height: 48px !important;
    font-size: 20px !important;
  }

  body.woocommerce-account.lgb-account-dashboard-page .lgb-mobile-account-home__profile-copy strong {
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-size: 13px !important;
  }

  body.woocommerce-account.lgb-account-dashboard-page .lgb-mobile-account-home__profile-copy small {
    font-size: 11px !important;
  }

  body.woocommerce-account.lgb-account-dashboard-page .lgb-mobile-account-home__chevron {
    font-size: 27px !important;
  }

  body.woocommerce-account.lgb-account-dashboard-page .lgb-mobile-account-home__metrics,
  body.woocommerce-account.lgb-account-dashboard-page .lgb-mobile-account-home__metrics--four {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  body.woocommerce-account.lgb-account-dashboard-page .lgb-mobile-account-home__metric,
  body.woocommerce-account.lgb-account-dashboard-page .lgb-mobile-account-home__metrics--four .lgb-mobile-account-home__metric {
    display: grid !important;
    grid-template-columns: 40px minmax(0, 1fr) !important;
    grid-template-areas: "icon copy" "link link" !important;
    gap: 10px !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 126px !important;
    padding: 14px !important;
    border-radius: 19px !important;
    overflow: hidden !important;
  }

  body.woocommerce-account.lgb-account-dashboard-page .lgb-mobile-account-home__metric-icon {
    width: 40px !important;
    height: 40px !important;
  }

  body.woocommerce-account.lgb-account-dashboard-page .lgb-mobile-account-home__metric-icon svg {
    width: 20px !important;
    height: 20px !important;
  }

  body.woocommerce-account.lgb-account-dashboard-page .lgb-mobile-account-home__metric-copy small {
    font-size: 10px !important;
    line-height: 1.25 !important;
  }

  body.woocommerce-account.lgb-account-dashboard-page .lgb-mobile-account-home__metric-copy strong {
    font-size: 27px !important;
  }

  body.woocommerce-account.lgb-account-dashboard-page .lgb-mobile-account-home__metric-link {
    min-width: 0 !important;
    overflow: hidden !important;
    font-size: 10px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
  }

  body.woocommerce-account.lgb-account-dashboard-page .lgb-mobile-account-home__metric-link b {
    margin-left: 5px !important;
    font-size: 18px !important;
  }

  body.woocommerce-account.lgb-account-dashboard-page .lgb-mobile-account-home__welcome {
    min-width: 0 !important;
    padding: 20px 16px 16px !important;
    border-radius: 22px !important;
    overflow: hidden !important;
  }

  body.woocommerce-account.lgb-account-dashboard-page .lgb-mobile-account-home__welcome h2 {
    max-width: 100% !important;
    margin: 0 !important;
    font-size: clamp(24px, 7vw, 31px) !important;
    line-height: 1.12 !important;
    letter-spacing: -.025em !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  body.woocommerce-account.lgb-account-dashboard-page .lgb-mobile-account-home__welcome p {
    margin-top: 11px !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
  }

  body.woocommerce-account.lgb-account-dashboard-page .lgb-mobile-account-home__welcome-actions {
    display: grid !important;
    gap: 9px !important;
    margin-top: 17px !important;
  }

  body.woocommerce-account.lgb-account-dashboard-page .lgb-mobile-account-home__welcome-actions > a {
    display: grid !important;
    grid-template-columns: 21px minmax(0, 1fr) 18px !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 52px !important;
    margin: 0 !important;
    padding: 0 14px !important;
    color: #050505 !important;
    background: linear-gradient(135deg, #d7bf78, #f0dc9c) !important;
    border: 1px solid rgba(240, 220, 156, .9) !important;
    border-radius: 15px !important;
    text-decoration: none !important;
    font-size: 12px !important;
    font-weight: 950 !important;
    overflow: hidden !important;
  }

  body.woocommerce-account.lgb-account-dashboard-page .lgb-mobile-account-home__welcome-actions > a:nth-child(2) {
    color: #f0dc9c !important;
    background: transparent !important;
    border-color: rgba(215,191,120,.65) !important;
  }

  body.woocommerce-account.lgb-account-dashboard-page .lgb-mobile-account-home__welcome-icon {
    display: grid !important;
    place-items: center !important;
    width: 21px !important;
    height: 21px !important;
  }

  body.woocommerce-account.lgb-account-dashboard-page .lgb-mobile-account-home__welcome-icon svg {
    width: 21px !important;
    height: 21px !important;
  }

  body.woocommerce-account.lgb-account-dashboard-page .lgb-mobile-account-home__welcome-actions > a > span:nth-child(2) {
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body.woocommerce-account.lgb-account-dashboard-page .lgb-mobile-account-home__welcome-actions > a > b {
    font-size: 22px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
  }
}

@media (max-width: 350px) {
  body.woocommerce-account.lgb-account-dashboard-page .lgb-mobile-account-home__metrics,
  body.woocommerce-account.lgb-account-dashboard-page .lgb-mobile-account-home__metrics--four {
    grid-template-columns: 1fr !important;
  }
}


/* LGB 2.17.9 - Aviso global cuando las compras están pausadas */
body.lgb-purchase-paused-modal-is-open{overflow:hidden!important}.lgb-purchase-paused-modal{position:fixed;inset:0;z-index:2147483000;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}.lgb-purchase-paused-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}.lgb-purchase-paused-modal__backdrop{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;background:rgba(2,4,7,.78);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);cursor:default}.lgb-purchase-paused-modal__dialog{position:relative;z-index:1;width:min(100%,510px);max-height:calc(100vh - 40px);overflow:auto;padding:34px 34px 30px;border:1px solid rgba(215,191,120,.28);border-radius:24px;color:#f5f7fb;background:radial-gradient(circle at 85% 0,rgba(215,191,120,.13),transparent 36%),linear-gradient(155deg,#181e28,#0b0f16 72%);box-shadow:0 30px 90px rgba(0,0,0,.55);text-align:center;transform:translateY(12px) scale(.985);transition:transform .22s ease}.lgb-purchase-paused-modal.is-open .lgb-purchase-paused-modal__dialog{transform:translateY(0) scale(1)}.lgb-purchase-paused-modal__close{position:absolute;top:14px;right:14px;display:grid;place-items:center;width:36px;height:36px;padding:0;border:1px solid rgba(255,255,255,.09);border-radius:50%;color:#d9dee7;background:rgba(255,255,255,.04);font-size:23px;line-height:1;cursor:pointer}.lgb-purchase-paused-modal__close:hover{border-color:rgba(215,191,120,.35);color:#f0dc9c;background:rgba(215,191,120,.08)}.lgb-purchase-paused-modal__icon{display:grid;place-items:center;width:66px;height:66px;margin:0 auto 18px;border:1px solid rgba(215,191,120,.34);border-radius:21px;color:#080b10;background:linear-gradient(145deg,#f0dc9c,#c7a85a);box-shadow:0 14px 36px rgba(215,191,120,.16)}.lgb-purchase-paused-modal__icon svg{width:32px;height:32px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.lgb-purchase-paused-modal__eyebrow{display:block;color:#d7bf78;font-size:10px;font-weight:900;letter-spacing:1.25px;text-transform:uppercase}.lgb-purchase-paused-modal h2{margin:9px 0 0;color:#f5f7fb;font-size:clamp(23px,4vw,30px);line-height:1.12;letter-spacing:-.45px}.lgb-purchase-paused-modal p{margin:16px auto 24px;max-width:410px;color:#b9c1cd;font-size:14px;line-height:1.7}.lgb-purchase-paused-modal__accept{width:100%;min-height:50px;padding:13px 20px;border:1px solid #d7bf78;border-radius:14px;color:#080b10;background:linear-gradient(135deg,#f0dc9c,#d7bf78);box-shadow:0 12px 28px rgba(215,191,120,.14);font-size:14px;font-weight:950;cursor:pointer}.lgb-purchase-paused-modal__accept:hover{filter:brightness(1.04);transform:translateY(-1px)}.lgb-purchase-paused-modal__accept:focus-visible,.lgb-purchase-paused-modal__close:focus-visible{outline:3px solid rgba(240,220,156,.34);outline-offset:3px}
@media(max-width:540px){.lgb-purchase-paused-modal{align-items:flex-end;padding:12px}.lgb-purchase-paused-modal__dialog{width:100%;max-height:calc(100dvh - 24px);padding:30px 20px calc(20px + env(safe-area-inset-bottom));border-radius:23px 23px 17px 17px}.lgb-purchase-paused-modal__icon{width:58px;height:58px;margin-bottom:15px;border-radius:18px}.lgb-purchase-paused-modal__icon svg{width:28px;height:28px}.lgb-purchase-paused-modal h2{font-size:23px}.lgb-purchase-paused-modal p{margin-top:13px;font-size:13px;line-height:1.62}}

/* LGB 2.17.10 - Refuerzo de contraste del modal de compras pausadas */
.lgb-purchase-paused-modal .lgb-purchase-paused-modal__dialog h2,
.lgb-purchase-paused-modal .lgb-purchase-paused-modal__dialog #lgb-purchase-paused-title{color:#f5f7fb!important;-webkit-text-fill-color:#f5f7fb!important;opacity:1!important;text-shadow:0 1px 0 rgba(0,0,0,.28)!important}
.lgb-purchase-paused-modal .lgb-purchase-paused-modal__dialog p,
.lgb-purchase-paused-modal .lgb-purchase-paused-modal__dialog #lgb-purchase-paused-message{color:#dfe5ee!important;-webkit-text-fill-color:#dfe5ee!important;opacity:1!important}
.lgb-purchase-paused-modal .lgb-purchase-paused-modal__dialog .lgb-purchase-paused-modal__eyebrow{color:#f0dc9c!important}

/* LGB 2.17.11 - Modal dinámico y mensaje configurable */
.lgb-purchase-paused-modal #lgb-purchase-paused-message{white-space:pre-line!important}


/* LGB 2.17.13 - Acceso Galería en la navegación pública mobile */
@media (max-width: 768px) {
  .lgb-mobile-app-nav {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .lgb-mobile-app-nav__item {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .lgb-mobile-app-nav__label {
    font-size: 9px !important;
  }
}
@media (max-width: 350px) {
  .lgb-mobile-app-nav {
    left: 5px !important;
    right: 5px !important;
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
  .lgb-mobile-app-nav__item {
    gap: 4px !important;
    border-radius: 16px !important;
  }
  .lgb-mobile-app-nav__icon {
    width: 22px !important;
    height: 22px !important;
  }
  .lgb-mobile-app-nav__label {
    font-size: 8px !important;
  }
}

/* LGB 2.17.15 - Evita el zoom automático al enfocar campos en mobile */
@media (max-width: 980px) {
  body.lgb-mobile-app-enabled {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }

  body.lgb-mobile-app-enabled input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="color"]):not([type="file"]):not([type="button"]):not([type="submit"]):not([type="reset"]),
  body.lgb-mobile-app-enabled textarea,
  body.lgb-mobile-app-enabled select,
  body.lgb-mobile-app-enabled .select2-search__field,
  body.lgb-mobile-app-enabled .dataTables_filter input,
  body.lgb-mobile-app-enabled .dataTables_length select {
    font-size: 16px !important;
  }
}



/* LGB 2.17.20 - Acción visible para cerrar sesión en Inicio de Mi cuenta */
@media (max-width: 980px) {
  .lgb-mobile-account-home__logout {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    margin-top: 12px;
    padding: 16px;
    border: 1px solid rgba(215, 191, 120, 0.28);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(23, 29, 39, 0.98), rgba(11, 15, 22, 0.98));
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.26);
  }

  .lgb-mobile-account-home__logout-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(215, 191, 120, 0.5);
    border-radius: 50%;
    color: #d7bf78;
    background: rgba(215, 191, 120, 0.08);
  }

  .lgb-mobile-account-home__logout-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .lgb-mobile-account-home__logout-copy {
    min-width: 0;
  }

  .lgb-mobile-account-home__logout-copy strong,
  .lgb-mobile-account-home__logout-copy small {
    display: block;
  }

  .lgb-mobile-account-home__logout-copy strong {
    color: #f5f7fb;
    font-size: 15px;
    line-height: 1.2;
  }

  .lgb-mobile-account-home__logout-copy small {
    margin-top: 4px;
    overflow: hidden;
    color: #aeb4c0;
    font-size: 11px;
    line-height: 1.45;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lgb-mobile-account-home__logout-button {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    margin-top: 2px;
    border: 1px solid #d7bf78;
    border-radius: 14px;
    color: #090b10 !important;
    background: linear-gradient(135deg, #f0dc9c, #d7bf78);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-decoration: none !important;
    text-transform: uppercase;
  }

  .lgb-mobile-account-home__logout-button:active {
    transform: translateY(1px);
  }
}

/* LGB 2.17.21 - Instalación manual de la app desde Inicio de Mi cuenta */
.lgb-pwa-install-modal[hidden],
.lgb-mobile-account-home__install[hidden] {
  display: none !important;
}

@media (max-width: 980px) {
  .lgb-mobile-account-home__install {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    margin-top: 12px;
    padding: 16px;
    border: 1px solid rgba(215, 191, 120, 0.38);
    border-radius: 18px;
    background:
      radial-gradient(circle at 94% 10%, rgba(215, 191, 120, 0.14), transparent 32%),
      linear-gradient(145deg, rgba(23, 29, 39, 0.99), rgba(11, 15, 22, 0.99));
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
  }

  .lgb-mobile-account-home__install-icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    overflow: hidden;
    border: 1px solid rgba(215, 191, 120, 0.58);
    border-radius: 15px;
    color: #d7bf78;
    background: #080b10;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
  }

  .lgb-mobile-account-home__install-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .lgb-mobile-account-home__install-icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .lgb-mobile-account-home__install-copy {
    min-width: 0;
  }

  .lgb-mobile-account-home__install-copy strong,
  .lgb-mobile-account-home__install-copy small {
    display: block;
  }

  .lgb-mobile-account-home__install-copy strong {
    color: #f5f7fb;
    font-size: 15px;
    font-weight: 850;
    line-height: 1.25;
  }

  .lgb-mobile-account-home__install-copy small {
    margin-top: 5px;
    color: #aeb4c0;
    font-size: 11px;
    line-height: 1.5;
  }

  .lgb-mobile-account-home__install-button {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    margin: 2px 0 0;
    padding: 0 18px;
    border: 1px solid #f0dc9c;
    border-radius: 14px;
    color: #090b10;
    background: linear-gradient(135deg, #f0dc9c, #d7bf78);
    box-shadow: none;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
  }

  .lgb-mobile-account-home__install-button:disabled {
    opacity: 0.65;
    cursor: wait;
  }

  .lgb-mobile-account-home__install-button:active {
    transform: translateY(1px);
  }

  body.lgb-pwa-install-open {
    overflow: hidden !important;
    touch-action: none;
  }

  .lgb-pwa-install-modal {
    position: fixed;
    inset: 0;
    z-index: 1000000;
    display: grid;
    place-items: end center;
    padding: 18px 14px calc(18px + env(safe-area-inset-bottom));
  }

  .lgb-pwa-install-modal__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.78);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }

  .lgb-pwa-install-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 440px);
    max-height: min(82vh, 720px);
    overflow: auto;
    padding: 24px 20px 20px;
    border: 1px solid rgba(215, 191, 120, 0.55);
    border-radius: 24px;
    color: #f5f7fb;
    background:
      radial-gradient(circle at 85% 0%, rgba(215, 191, 120, 0.14), transparent 34%),
      linear-gradient(155deg, #171d27, #090c12 74%);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.62);
    -webkit-overflow-scrolling: touch;
  }

  .lgb-pwa-install-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0 0 2px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    color: #f5f7fb;
    background: rgba(255, 255, 255, 0.04);
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
  }

  .lgb-pwa-install-modal__icon {
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    overflow: hidden;
    margin-bottom: 18px;
    border: 1px solid rgba(215, 191, 120, 0.65);
    border-radius: 18px;
    color: #d7bf78;
    background: #080b10;
  }

  .lgb-pwa-install-modal__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .lgb-pwa-install-modal__icon svg {
    width: 29px;
    height: 29px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .lgb-pwa-install-modal__eyebrow {
    display: block;
    margin-bottom: 8px;
    color: #d7bf78;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.2em;
    text-transform: uppercase;
  }

  .lgb-pwa-install-modal__dialog h2 {
    margin: 0;
    color: #f5f7fb;
    font-size: clamp(25px, 7vw, 34px);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -0.035em;
  }

  .lgb-pwa-install-modal__dialog > p {
    margin: 12px 0 0;
    color: #c5cad3;
    font-size: 14px;
    line-height: 1.6;
  }

  .lgb-pwa-install-modal__steps {
    display: grid;
    gap: 10px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
  }

  .lgb-pwa-install-modal__steps[hidden] {
    display: none !important;
  }

  .lgb-pwa-install-modal__steps li {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 11px;
    align-items: center;
    min-height: 54px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.025);
  }

  .lgb-pwa-install-modal__steps li > b {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(215, 191, 120, 0.58);
    border-radius: 50%;
    color: #d7bf78;
    font-size: 12px;
  }

  .lgb-pwa-install-modal__steps li span {
    color: #d9dde5;
    font-size: 13px;
    line-height: 1.45;
  }

  .lgb-pwa-install-modal__steps li strong {
    color: #f0dc9c;
  }

  .lgb-pwa-install-modal__accept {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    margin-top: 20px;
    border: 1px solid #f0dc9c;
    border-radius: 15px;
    color: #090b10;
    background: linear-gradient(135deg, #f0dc9c, #d7bf78);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
}

@media (min-width: 981px) {
  .lgb-mobile-account-home__install,
  .lgb-pwa-install-modal {
    display: none !important;
  }
}



/* LGB 2.17.22 - Contraste del instalador y prioridad del formulario de acceso */
@media (max-width: 980px) {
  .lgb-pwa-install-modal__dialog #lgb-pwa-install-title,
  .lgb-pwa-install-modal__dialog h2#lgb-pwa-install-title {
    color: #f5f7fb !important;
    opacity: 1 !important;
    filter: none !important;
    -webkit-text-fill-color: #f5f7fb !important;
    text-shadow: none !important;
  }

  body.lgb-mobile-login-page .lgb-mobile-auth-primary {
    margin-top: 0 !important;
    margin-bottom: 18px !important;
  }

  body.lgb-mobile-login-page .lgb-mobile-auth-primary:first-child {
    padding-top: 0 !important;
  }
}


/* LGB 2.18.2 - Estado de descarga de comprobantes */
.lgb-customer-invoice-download.is-loading {
  opacity: .68 !important;
  cursor: wait !important;
  pointer-events: none !important;
}
