@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');

.ml-ss-wrap * { box-sizing: border-box; margin: 0; padding: 0; }
.ml-ss-wrap {
  font-family: 'Ubuntu', sans-serif;
  color: #001436;
  width: 100%;
  overflow-x: hidden;
  background: #001436;
}
.ml-ss-wrap a { color: inherit; text-decoration: none; }
.ml-ss-wrap h1, .ml-ss-wrap h2, .ml-ss-wrap h3, .ml-ss-wrap h4 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
}

/* Announcement bar */
.ml-ss-bar {
  background: #001436;
  color: #ffffff;
  text-align: center;
  padding: 12px 20px;
  font-size: 13px;
  letter-spacing: 0.03em;
}
.ml-ss-bar strong { color: #d49900; font-weight: 500; }

.ml-ss-wrap { padding-top: 0; }
@media (max-width: 768px) {
    body {
        padding-top: 40px;
    }
}

/* Hero */
.ml-ss-hero {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  background-image: url('https://staging.masterliveaboards.com/wp-content/uploads/2026/02/Indonesia-Goraici-Terembu-Summits-to-Seas.webp');
  background-size: cover;
  background-position: center;
  padding: 100px 24px;
  color: #ffffff;
}
.ml-ss-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,20,54,0.78) 0%, rgba(0,20,54,0.55) 100%);
}
.ml-ss-hero-inner { position: relative; z-index: 2; max-width: 1240px; margin: 0 auto; width: 100%; }
.ml-ss-hero-grid { display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center; }
@media (min-width: 960px) { .ml-ss-hero-grid { grid-template-columns: 1.4fr 1fr; } }

.ml-ss-eyebrow {
  display: inline-block;
  color: #d49900;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 18px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(212,153,0,0.4);
}
.ml-ss-h1 {
  font-size: clamp(36px, 5.5vw, 64px);
  line-height: 1.05;
  margin-bottom: 22px;
  letter-spacing: -0.01em;
}
.ml-ss-h1 em { color: #d49900; font-style: normal; }
.ml-ss-lead {
  font-size: clamp(15px, 1.8vw, 18px);
  font-weight: 300;
  line-height: 1.6;
  color: rgba(255,255,255,0.88);
  margin-bottom: 32px;
  max-width: 560px;
}
.ml-ss-cta-row { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 36px; }
/* Equal-width CTA buttons - desktop caps at 240px, mobile stacks full-width */
.ml-ss-cta-row > .ml-ss-btn { flex: 1 1 0 !important; max-width: 240px !important; min-width: 200px !important; }
@media (max-width: 720px) {
  .ml-ss-cta-row { flex-direction: column; gap: 12px; }
  .ml-ss-cta-row > .ml-ss-btn { flex: 1 1 auto !important; max-width: none !important; min-width: 0 !important; width: 100% !important; }
}

/* ML brand buttons - aggressive reset so <a> and <button> are pixel-identical
   (site theme CSS may inject defaults for button - we override with !important) */
a.ml-ss-btn,
button.ml-ss-btn,
.ml-ss-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: 'Ubuntu', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  padding: 16px 32px !important;
  border: 0 !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  text-decoration: none !important;
  line-height: 1 !important;
  box-sizing: border-box !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  margin: 0 !important;
  text-align: center !important;
  white-space: nowrap !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  box-shadow: none !important;
  text-shadow: none !important;
  background-image: none !important;
  outline: none !important;
  vertical-align: middle !important;
  font-style: normal !important;
  -webkit-font-smoothing: antialiased !important;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease !important;
}
a.ml-ss-btn:focus, button.ml-ss-btn:focus { outline: none !important; box-shadow: none !important; }
/* Button variants - all hover states locked to base state (no hover effect) */
.ml-ss-btn-gold,
.ml-ss-btn-gold:hover,
.ml-ss-btn-gold:focus,
.ml-ss-btn-gold:active { background: #d49900 !important; color: #001436 !important; }

.ml-ss-btn-final,
.ml-ss-btn-final:hover,
.ml-ss-btn-final:focus,
.ml-ss-btn-final:active { background: #d49900 !important; color: #001436 !important; transform: none !important; }

.ml-ss-btn-navy,
.ml-ss-btn-navy:hover,
.ml-ss-btn-navy:focus,
.ml-ss-btn-navy:active { background: #001436 !important; color: #ffffff !important; }

.ml-ss-btn-ghost,
.ml-ss-btn-ghost:hover,
.ml-ss-btn-ghost:focus,
.ml-ss-btn-ghost:active { background: transparent !important; color: #ffffff !important; border: 1px solid rgba(255,255,255,0.5) !important; }

.ml-ss-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.15);
  max-width: 460px;
}
.ml-ss-stat-num { display: block; font-size: 32px; font-weight: 700; color: #d49900; line-height: 1; margin-bottom: 6px; }
.ml-ss-stat-lbl { display: block; font-size: 11px; font-weight: 400; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.7); }

/* Countdown - Hero Number concept (big days + secondary units) */
.ml-ss-countdown-card {
  text-align: center;
  padding: 48px 32px;
  background: linear-gradient(135deg, #001436 0%, #000000 100%);
  border: 1px solid rgba(212,153,0,0.2);
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}
.ml-ss-countdown-title {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #d49900;
  margin-bottom: 14px;
}
.ml-ss-cd-main {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 24px;
}
.ml-ss-cd-big-num {
  font-size: clamp(80px, 11vw, 120px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.05em;
}
.ml-ss-cd-big-lbl {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #d49900;
}
.ml-ss-cd-sub {
  display: inline-flex;
  gap: 0;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
.ml-ss-cd-sub-unit {
  text-align: center;
  padding: 0 20px;
  position: relative;
}
.ml-ss-cd-sub-unit + .ml-ss-cd-sub-unit::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 30px;
  background: rgba(212,153,0,0.3);
}
.ml-ss-cd-sub-num {
  display: block;
  font-size: 32px;
  font-weight: 500;
  color: rgba(255,255,255,0.85);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.ml-ss-cd-sub-lbl {
  display: block;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-top: 6px;
}
.ml-ss-end-text {
  margin-top: 22px;
  font-size: 12px;
  text-align: center;
  color: rgba(255,255,255,0.4);
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media (max-width: 600px) {
  .ml-ss-cd-sub-unit { padding: 0 12px; }
  .ml-ss-cd-sub-num { font-size: 24px; }
}

/* Sections */
.ml-ss-section { padding: 80px 24px; }
.ml-ss-section-light { background: #f5f6f8; }
.ml-ss-section-navy { background: #001436; color: #ffffff; }
.ml-ss-container { max-width: 1240px; margin: 0 auto; }
.ml-ss-section-head { text-align: center; margin-bottom: 40px; }
.ml-ss-section-eyebrow { display: inline-block; color: #d49900; font-size: 12px; font-weight: 500; letter-spacing: 0.25em; text-transform: uppercase; margin-bottom: 14px; }
.ml-ss-h2 { font-size: clamp(28px, 4vw, 44px); line-height: 1.15; letter-spacing: -0.01em; margin-bottom: 14px; }
.ml-ss-section-sub { font-size: 16px; font-weight: 300; line-height: 1.6; color: rgba(0,20,54,0.65); max-width: 620px; margin: 0 auto; }
.ml-ss-section-navy .ml-ss-h2 { color: #ffffff; }
.ml-ss-section-navy .ml-ss-section-sub { color: rgba(255,255,255,0.65); }

/* List-row offers - matches /trips/ plugin view */
/* Filter + sort toolbar above offer list */
.ml-ss-sort-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  padding: 0 2px 16px;
  flex-wrap: wrap;
}
.ml-ss-sort-count {
  margin-right: auto;
  font-size: 13px;
  color: #6b7280;
  font-weight: 400;
}
.ml-ss-sort-count strong { color: #001436; font-weight: 700; }
.ml-ss-filter-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ml-ss-sort-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #6b7280;
  white-space: nowrap;
}
.ml-ss-sort {
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #001436;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  padding: 9px 14px;
  border-radius: 4px;
  cursor: pointer;
  min-height: 40px;
  max-width: 240px;
  -webkit-appearance: menulist;
  appearance: menulist;
}
.ml-ss-sort:focus { outline: none; border-color: #d49900; }
@media (max-width: 720px) {
  .ml-ss-sort-bar { justify-content: space-between; gap: 12px; }
  .ml-ss-sort-count { flex: 1 1 100%; margin-right: 0; margin-bottom: 4px; text-align: center; }
  .ml-ss-filter-group { flex: 1 1 calc(50% - 6px); flex-direction: column; align-items: stretch; gap: 4px; }
  .ml-ss-sort-label { text-align: left; }
  .ml-ss-sort { max-width: none; width: 100%; }
}

.ml-ss-list-wrap {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0,20,54,0.04);
}
.ml-ss-list-head {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 20px;
  background: #001436;
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.ml-ss-list-head .ml-h-info { flex: 1; }
.ml-ss-list-head .ml-h-date { min-width: 160px; flex-shrink: 0; text-align: center; }
.ml-ss-list-head .ml-h-avail { min-width: 100px; flex-shrink: 0; }
.ml-ss-list-head .ml-h-price { min-width: 140px; flex-shrink: 0; text-align: right; }
.ml-ss-list-head .ml-h-cta { min-width: 130px; flex-shrink: 0; }

.ml-ss-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border-bottom: 1px solid #eef0f3;
  cursor: pointer;
  transition: background 0.15s ease;
  color: #001436;
}
.ml-ss-row:last-child { border-bottom: none; }
.ml-ss-row:hover { background: #f5f6f8; }
.ml-ss-row-info { flex: 1; min-width: 0; }
.ml-ss-row-info h3 {
  font-size: 15px;
  font-weight: 700;
  color: #001436;
  line-height: 1.3;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.ml-ss-row:hover .ml-ss-row-info h3 { color: #d49900; }
.ml-ss-row-info p {
  font-size: 12px;
  color: #6b7280;
  font-weight: 300;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.ml-ss-row-badge {
  display: inline-block;
  background: #e63331;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 3px 9px;
  border-radius: 3px;
  letter-spacing: 0.1em;
}
/* Sold-out row treatment: muted but still readable, sold-out badge replaces discount */
.ml-ss-row--soldout {
  background: #f5f6f8;
  cursor: default;
  opacity: 0.72;
}
.ml-ss-row--soldout:hover { background: #f5f6f8; }
.ml-ss-row--soldout .ml-ss-row-info h3,
.ml-ss-row--soldout .ml-ss-row-info p,
.ml-ss-row--soldout .ml-ss-row-date-main,
.ml-ss-row--soldout .ml-ss-row-date-end,
.ml-ss-row--soldout .ml-ss-row-date-nights,
.ml-ss-row--soldout .ml-ss-row-price-main,
.ml-ss-row--soldout .ml-ss-row-price-from,
.ml-ss-row--soldout .ml-ss-row-price-save { color: #6b7280 !important; }
.ml-ss-row--soldout .ml-ss-row-price-main { text-decoration: line-through; }
.ml-ss-row--soldout .ml-ss-row-cta-btn {
  background: #9ca3af;
  color: #ffffff;
  pointer-events: none;
}
.ml-ss-row-soldout-badge {
  display: inline-block;
  background: #6b7280;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 3px 9px;
  border-radius: 3px;
  text-transform: uppercase;
}

.ml-ss-row-date {
  min-width: 160px;
  flex-shrink: 0;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #001436;
}
.ml-ss-row-date-main { display: inline; }
.ml-ss-row-date-main::after { content: ' - '; color: #9ca3af; }
.ml-ss-row-date-end { display: inline; }
.ml-ss-row-date-nights {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: #6b7280;
  margin-top: 3px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ml-ss-row-avail {
  min-width: 100px;
  flex-shrink: 0;
  font-size: 13px;
  color: #001436;
}
.ml-ss-row-avail strong { color: #d49900; font-weight: 700; }
.ml-ss-row-avail-sub {
  display: block;
  font-size: 11px;
  color: #6b7280;
  font-weight: 300;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 2px;
}

.ml-ss-row-price { min-width: 140px; text-align: right; flex-shrink: 0; }
.ml-ss-row-price-from {
  display: block;
  font-size: 10px;
  color: #6b7280;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.ml-ss-row-price-main {
  font-size: 18px;
  font-weight: 700;
  color: #001436;
  display: block;
  line-height: 1.2;
}
.ml-ss-row-price-save {
  display: block;
  font-size: 11px;
  color: #e63331;
  font-weight: 600;
  margin-top: 2px;
}

.ml-ss-row-cta { min-width: 130px; flex-shrink: 0; text-align: center; }
.ml-ss-row-cta-btn {
  display: inline-block;
  background: #001436;
  color: #ffffff;
  font-family: 'Ubuntu', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 10px 18px;
  border: none;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
  border-radius: 3px;
}
.ml-ss-row-cta-btn:hover { background: #d49900; color: #001436; }

/* How it works */
.ml-ss-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 32px; }
.ml-ss-step { text-align: center; }
.ml-ss-step-num { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; background: #d49900; color: #001436; font-size: 18px; font-weight: 700; border-radius: 50%; margin-bottom: 18px; }
.ml-ss-step-title { font-size: 16px; font-weight: 500; margin-bottom: 8px; color: #ffffff; }
.ml-ss-step-desc { font-size: 14px; font-weight: 300; line-height: 1.6; color: rgba(255,255,255,0.65); }

/* Final CTA */
.ml-ss-final { background: #001436; color: #ffffff; padding: 80px 24px; text-align: center; }
.ml-ss-final h2 { font-size: clamp(30px, 4.5vw, 48px); line-height: 1.15; margin-bottom: 18px; }
.ml-ss-final p { font-size: 17px; font-weight: 300; line-height: 1.6; color: rgba(255,255,255,0.7); max-width: 580px; margin: 0 auto 36px; }

/* Trust bar */
.ml-ss-trust { background: #ffffff; padding: 32px 24px; border-top: 1px solid #e5e7eb; }
.ml-ss-trust-grid { max-width: 1240px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: center; gap: 48px; align-items: center; }
.ml-ss-trust-item { font-size: 12px; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: #6b7280; }
.ml-ss-trust-item strong { color: #001436; font-weight: 700; letter-spacing: 0.1em; margin-right: 6px; }

/* Enquiry modal */
.ml-ss-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,20,54,0.6);
  backdrop-filter: blur(4px);
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.ml-ss-modal-overlay.active { display: flex; }
.ml-ss-modal {
  background: #ffffff;
  border-radius: 12px;
  width: 100%;
  max-width: 600px;
  max-height: 95vh;
  overflow-y: auto;
  position: relative;
  animation: mlSsSlideUp 0.3s ease-out;
  display: flex;
  flex-direction: column;
}
@keyframes mlSsSlideUp {
  from { transform: translateY(30px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
.ml-ss-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: #f5f6f8;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  color: #001436;
}
.ml-ss-modal-close:hover { background: #e5e7eb; }
.ml-ss-modal-header {
  background: #001436;
  color: #ffffff;
  padding: 28px 32px;
  border-radius: 12px 12px 0 0;
}
.ml-ss-modal-header h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 6px;
}
.ml-ss-modal-header p {
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  font-weight: 300;
  line-height: 1.5;
}
.ml-ss-modal-body { padding: 32px; }
/* Force popup-type Elementor templates to display inline inside our modal */
.ml-ss-modal-body [data-elementor-type="popup"] {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  animation: none !important;
  pointer-events: auto !important;
  position: static !important;
}
.ml-ss-modal-body .elementor,
.ml-ss-modal-body .elementor-section,
.ml-ss-modal-body .elementor-container { max-width: 100% !important; width: 100% !important; margin: 0 !important; }
.ml-ss-modal-body .elementor-section { padding: 0 !important; min-height: 0 !important; background: transparent !important; }
.ml-ss-modal-body .elementor-widget-wrap { padding: 0 !important; }
.ml-ss-modal-body .elementor-element { padding: 0 !important; margin: 0 !important; }
/* Hide decorative left column - show form column only */
.ml-ss-modal-body .elementor-top-section > .elementor-container { display: flex !important; flex-direction: column !important; }
.ml-ss-modal-body .elementor-top-section > .elementor-container > .elementor-column:first-child { display: none !important; }
.ml-ss-modal-body .elementor-top-section > .elementor-container > .elementor-column:last-child { width: 100% !important; max-width: 100% !important; }
/* Hide decorative widgets we don't need in the modal */
.ml-ss-modal-body .elementor-widget-spacer { display: none !important; }
.ml-ss-modal-body .elementor-widget-heading { display: none !important; }
.ml-ss-modal-body .e-field-step,
.ml-ss-modal-body .elementor-field-type-step { display: none !important; }
.ml-ss-modal-body .elementor-field-group { display: block !important; }
.ml-ss-modal-body .elementor-field-group.elementor-field-type-step { display: none !important; }
.ml-ss-modal-body .elementor-field-group.elementor-hidden { display: block !important; }
.ml-ss-modal-body .elementor-button.e-form__buttons__wrapper__button-previous,
.ml-ss-modal-body [class*="previous"] { display: none !important; }
.ml-ss-modal-body .elementor-field-type-html { display: none !important; }
/* Fix dropdown arrows */
.ml-ss-modal-body .select-caret-down-wrapper { display: none !important; }
.ml-ss-modal-body .elementor-select-wrapper.remove-before::before { display: none !important; }
.ml-ss-modal-body select.elementor-field-textual { appearance: auto !important; -webkit-appearance: menulist !important; }
/* Brand the Elementor submit button to match the rest of the page (gold pill, navy text) */
.ml-ss-modal-body .e-form__buttons,
.ml-ss-modal-body .elementor-button-wrapper { display: block !important; width: 100% !important; margin-top: 8px !important; }
.ml-ss-modal-body .elementor-button[type="submit"],
.ml-ss-modal-body button.elementor-button,
.ml-ss-modal-body .e-form__buttons__wrapper__button-next,
.ml-ss-modal-body .elementor-button.elementor-size-sm,
.ml-ss-modal-body .elementor-button.elementor-size-md,
.ml-ss-modal-body .elementor-button.elementor-size-lg {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  font-family: 'Ubuntu', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  padding: 16px 32px !important;
  border: 0 !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  text-decoration: none !important;
  line-height: 1 !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  background: #d49900 !important;
  background-image: none !important;
  color: #001436 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  transition: background 0.2s ease, color 0.2s ease !important;
}
.ml-ss-modal-body .elementor-button:hover,
.ml-ss-modal-body .elementor-button:focus,
.ml-ss-modal-body .elementor-button:active { background: #c08a00 !important; color: #001436 !important; }
.ml-ss-modal-body .elementor-button > span,
.ml-ss-modal-body .elementor-button .elementor-button-content-wrapper,
.ml-ss-modal-body .elementor-button .elementor-button-text { display: inline-flex !important; align-items: center !important; justify-content: center !important; gap: 6px !important; line-height: 1 !important; }
.ml-ss-modal-body .elementor-button .elementor-button-icon { display: none !important; }

@media (max-width: 600px) {
  .ml-ss-modal-overlay { align-items: flex-end; padding: 0; }
  .ml-ss-modal { max-width: 100%; max-height: 100vh; border-radius: 16px 16px 0 0; }
  .ml-ss-modal-body { padding: 24px; }
}

@media (max-width: 900px) {
  .ml-ss-list-head { display: none; }
  .ml-ss-row {
    flex-wrap: wrap;
    gap: 12px;
    padding: 16px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .ml-ss-row-info { flex: 1 1 100%; text-align: center; }
  .ml-ss-row-info h3 { justify-content: center; }
  .ml-ss-row-date { flex: 1 1 100%; min-width: 0; text-align: center; font-size: 12px; }
  .ml-ss-row-avail { flex: 0 1 auto; min-width: 0; font-size: 12px; text-align: center; }
  .ml-ss-row-price { flex: 0 1 auto; min-width: 0; text-align: center; }
  .ml-ss-row-cta { flex: 1 1 100%; margin-top: 6px; text-align: center; }
  .ml-ss-row-cta-btn { width: 100%; }
}
@media (max-width: 1024px) {
  .ml-ss-hero { padding: 32px 24px 64px; min-height: auto; }
}
@media (max-width: 720px) {
  .ml-ss-section { padding: 56px 16px; }
  .ml-ss-hero { padding: 60px 20px 48px; min-height: auto; background-attachment: scroll; }
  .ml-ss-eyebrow { margin-top: 0; }
  .ml-ss-hero-stats { gap: 12px; }
  .ml-ss-stat-num { font-size: 24px; }
  .ml-ss-trust-grid { gap: 24px; }
  .ml-ss-final { padding: 64px 20px; }
  .ml-ss-row-date { display: none; }
}
