/* =========================================================
   MOBILE HEADER — SAFE VERSION
   ========================================================= */
@media (max-width: 768px) {

  .wp-block-group.has-background:first-of-type .wp-block-columns.is-layout-flex {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    gap: 20px !important;
  }

  .wp-block-group.has-background:first-of-type .wp-block-column {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
  }

  .wp-block-group.has-background:first-of-type .wp-block-image {
    margin: 0 !important;
  }

  .wp-block-group.has-background:first-of-type img {
    width: 150px !important;
    height: auto !important;
    display: block !important;
  }

  .wp-block-group.has-background:first-of-type .wp-block-search {
    display: none !important;
  }

  .wp-block-group.has-background:first-of-type {
    padding-top: 24px !important;
  }

  .mobile-search-icon {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
  }

  .mobile-search-icon svg {
    width: 24px !important;
    height: 24px !important;
    fill: #243b55 !important;
  }
}

@media (min-width: 769px) {
  .mobile-search-icon {
    display: none !important;
  }
}

/* =========================================================
   LOGIN LINK COLOR (SAFE)
   ========================================================= */
.c9-login-text a {
  color: #243b55 !important;
}

/* =========================================================
   SWIPEABLE PRICING CARDS (MOBILE)
   ========================================================= */
@media (max-width: 768px) {

  .c9-pricing-columns.wp-block-columns {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    gap: 16px !important;
    padding: 0 16px 24px !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .c9-pricing-columns::-webkit-scrollbar {
    height: 6px;
  }

  .c9-pricing-columns::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.18);
    border-radius: 999px;
  }

  .c9-pricing-columns .wp-block-column {
    scroll-snap-align: start;
    min-width: 78%;
    max-width: 78%;
    background: #f2e5d8;
    border-radius: 16px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.08);
  }

  .c9-pricing-columns .wp-block-group {
    padding: 20px 18px;
  }

  .c9-pricing-columns h3.is-pricing-tier-name {
    font-size: 16px !important;
  }

  .c9-pricing-columns .is-pricing-tier-price {
    font-size: 24px !important;
  }

  .c9-pricing-columns p {
    font-size: 14px;
    line-height: 1.5;
  }
}
/* =========================================================
   SWIPEABLE PRICING CARDS (MOBILE) — match desktop colors
   ========================================================= */
@media (max-width: 768px) {

  .c9-pricing-columns.wp-block-columns {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    gap: 16px !important;
    padding: 0 16px 24px !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .c9-pricing-columns::-webkit-scrollbar { height: 6px; }
  .c9-pricing-columns::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.18);
    border-radius: 999px;
  }

  /* Base card */
  .c9-pricing-columns .wp-block-column {
    scroll-snap-align: start;
    min-width: 78%;
    max-width: 78%;
    border-radius: 16px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.08);
    border: 1px solid rgba(36,59,85,0.14);
    overflow: hidden;
    background: #f6efe7; /* neutral default */
  }

  /* Card 2 = Frequent Flyer (blue) */
  .c9-pricing-columns .wp-block-column:nth-child(2) {
    background: linear-gradient(180deg, #e8f1fb 0%, #dce9f7 100%) !important;
    border: 2px solid rgba(36,59,85,0.30) !important;
    box-shadow: 0 10px 22px rgba(36,59,85,0.14) !important;
  }

  /* Card 3 = First Class (gold) */
  .c9-pricing-columns .wp-block-column:nth-child(3) {
    background: linear-gradient(180deg, #fbf4e8 0%, #f3e6cf 100%) !important;
    border: 1px solid rgba(180,145,80,0.45) !important;
    box-shadow: 0 10px 22px rgba(180,145,80,0.14) !important;
  }

  /* Inside padding */
  .c9-pricing-columns .wp-block-group {
    padding: 20px 18px;
  }

  /* Type sizing */
  .c9-pricing-columns h3.is-pricing-tier-name { font-size: 16px !important; }
  .c9-pricing-columns .is-pricing-tier-price { font-size: 24px !important; }
  .c9-pricing-columns p { font-size: 14px; line-height: 1.5; }
}



/* =========================================================
   MONTHLY ORDER — FF → FC → FREE
   ========================================================= */
@media (max-width: 768px) {
  .c9-pricing-columns:not(.c9-annual-columns) .wp-block-column:nth-child(1) { order: 3; }
  .c9-pricing-columns:not(.c9-annual-columns) .wp-block-column:nth-child(2) { order: 1; }
  .c9-pricing-columns:not(.c9-annual-columns) .wp-block-column:nth-child(3) { order: 2; }
}



/* =========================================================
   SWIPE HINT — MOBILE ONLY
   ========================================================= */
.c9-swipe-hint {
  display: none;
}

@media (max-width: 768px) {
  .c9-swipe-hint {
    display: block !important;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #243b55;
    margin: 8px 16px 6px;
  }
}


/* =========================================================
   MOBILE — First Class gold buttons
   ========================================================= */
@media (max-width: 768px) {

  /* Target buttons inside the 3rd (First Class) card */
  .c9-pricing-columns .wp-block-column:nth-child(3)
  .wp-block-button__link {
    background: linear-gradient(
      135deg,
      #b89b5e 0%,
      #8f6f3e 100%
    ) !important;
    color: #ffffff !important;
  }
}
/* =========================================================
   MOBILE — let cards end where content ends
   ========================================================= */
@media (max-width: 768px) {

  /* Prevent columns from stretching */
  .c9-pricing-columns.wp-block-columns {
    align-items: flex-start !important;
  }

  .c9-pricing-columns .wp-block-column {
    height: auto !important;
    align-self: flex-start !important;
  }

  /* Ensure inner groups don’t force extra height */
  .c9-pricing-columns .wp-block-group {
    height: auto !important;
  }
}
/* =========================================================
   C9C PRICING TABLE — match First Class landing page vibe
   Targets your existing classes:
   .c9-pricing-hero
   .c9-pricing-columns
   .c9-tier-cards-desktop
   ========================================================= */

/* --- Page section backdrop polish (subtle, clean) --- */
.wp-block-group.alignfull.is-style-default {
  background: #EEE3D8; /* soft sand */
}

/* --- Hero copy (top two lines) --- */
.c9-pricing-hero {
  text-align: center;
  max-width: 980px;
}

.c9-pricing-hero p {
  color: #1B2A3A;
}

.c9-pricing-hero p strong {
  color: #0F2236;
}

/* =========================================================
   Cards (all tiers)
   ========================================================= */
.c9-pricing-columns.wp-block-columns > .wp-block-column {
  border-radius: 22px !important;
  overflow: hidden;
  background: #F7F1EA;
  border: 1px solid rgba(36,59,85,0.18);
  box-shadow: 0 16px 40px rgba(15,23,42,0.10);
  position: relative;
}

/* Slight “ticket” top bar accent */
.c9-pricing-columns.wp-block-columns > .wp-block-column::before {
  content: "";
  display: block;
  height: 8px;
  width: 100%;
  background: linear-gradient(135deg, #243B55 0%, #2C4D6E 100%);
  opacity: 0.25;
}

/* Tighten inner spacing a bit (keeps it luxe) */
.c9-pricing-columns .wp-block-group {
  gap: 18px !important;
}

/* Tier title styling */
.c9-pricing-columns .is-pricing-tier-name {
  letter-spacing: 0.10em;
  text-transform: uppercase;
  font-weight: 800;
  color: #0F2236;
}

/* Tier “service line” */
.c9-pricing-columns .is-pricing-tier-service strong {
  color: #0F2236;
}

/* Body copy inside cards */
.c9-pricing-columns p {
  color: rgba(15,23,42,0.82);
  line-height: 1.65;
}

/* =========================================================
   Buttons (all)
   ========================================================= */
.c9-pricing-columns .wp-block-button__link {
  border-radius: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em;
  padding: 14px 18px !important;
  box-shadow: 0 10px 22px rgba(15,23,42,0.14);
  border: 1px solid rgba(255,255,255,0.16);
  white-space: nowrap;
}

/* Hover polish */
.c9-pricing-columns .wp-block-button__link:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(15,23,42,0.18);
}

/* =========================================================
   Featured middle tier (Frequent Flyer)
   Your markup uses: .is-style-section-3 on column 2
   ========================================================= */
.c9-pricing-columns.wp-block-columns > .wp-block-column.is-style-section-3 {
  background: linear-gradient(180deg, #EAF2FB 0%, #DCE9F7 100%) !important;
  border: 2px solid rgba(36,59,85,0.28) !important;
  box-shadow: 0 22px 52px rgba(36,59,85,0.18) !important;
  transform: translateY(-8px);
}

.c9-pricing-columns.wp-block-columns > .wp-block-column.is-style-section-3::before {
  opacity: 0.55;
}

/* “3-day free trial” kicker */
.c9-pricing-columns.wp-block-columns > .wp-block-column.is-style-section-3
.has-x-small-font-size {
  letter-spacing: 0.18em;
}

/* =========================================================
   First Class tier (3rd card) — premium gold treatment
   ========================================================= */
.c9-pricing-columns.wp-block-columns > .wp-block-column:nth-child(3) {
  background: linear-gradient(180deg, #FFF7EA 0%, #F2E3C9 100%) !important;
  border: 1px solid rgba(184,155,94,0.45) !important;
  box-shadow: 0 22px 52px rgba(184,155,94,0.18) !important;
}

.c9-pricing-columns.wp-block-columns > .wp-block-column:nth-child(3)::before {
  background: linear-gradient(135deg, #D6B46F 0%, #B0894A 100%);
  opacity: 0.40;
}

/* First Class buttons become gold */
.c9-pricing-columns.wp-block-columns > .wp-block-column:nth-child(3)
.wp-block-button__link {
  background: linear-gradient(135deg, #D6B46F 0%, #B0894A 100%) !important;
  color: #0F2236 !important;
  border: 1px solid rgba(15,34,54,0.14) !important;
}

/* =========================================================
   Boarding Pass (left card) — keep clean but elevated
   ========================================================= */
.c9-pricing-columns.wp-block-columns > .wp-block-column:nth-child(1) {
  background: #F7F1EA !important;
}

/* =========================================================
   Desktop layout: spacing + align
   ========================================================= */
@media (min-width: 769px) {
  .c9-pricing-columns.wp-block-columns {
    gap: 28px !important;
    align-items: flex-start !important;
  }
  .c9-pricing-columns.wp-block-columns > .wp-block-column {
    height: auto !important;
  }
}
/* REMOVE the weird top bar on pricing cards */
.c9-pricing-columns.wp-block-columns > .wp-block-column::before {
  content: none !important;
  display: none !important;
}

/* =========================================================
   Mobile: keep swipe-friendly, prevent awkward scaling
   ========================================================= */
@media (max-width: 768px) {
  .c9-pricing-columns.wp-block-columns > .wp-block-column.is-style-section-3 {
    transform: none !important;
  }

  .c9-pricing-columns .wp-block-button__link {
    width: 100%;
    text-align: center;
  }
}

/* =========================================================
   MEMBERPRESS LOGIN — center logo above form
   ========================================================= */

/* Center the logo container */
.c9-login-logo{
  width: 100%;
  text-align: center !important;
  margin: 0 0 28px !important;
}

/* Make the image itself behave like a centered block */
.c9-login-logo img{
  display: block !important;
  margin: 0 auto !important;
  max-width: 260px;   /* tweak if you want bigger */
  width: 100%;
  height: auto;
}


/* ✅ Stop mid-word breaking in the MAIN MENU */
header nav a,
header nav .wp-block-navigation-item__content,
header nav .wp-block-navigation-item__label,
.wp-block-navigation a,
.wp-block-navigation-item a {
  white-space: nowrap !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

/* If you WANT wrapping, make it wrap only between words (not inside) */
@media (max-width: 1024px){
  header nav a,
  .wp-block-navigation a,
  .wp-block-navigation-item a{
    white-space: normal !important;
    overflow-wrap: normal !important;  /* key: not "anywhere" */
    word-break: keep-all !important;
  }
}

/* ✅ No mid-word breaks, and let menu wrap nicely (no overlap) */
.wp-block-navigation__container{
  display: flex !important;
  flex-wrap: wrap !important;      /* key: allows wrapping */
  row-gap: 10px !important;
  column-gap: 26px !important;
  align-items: center !important;
}

/* Prevent ugly mid-word breaks */
.wp-block-navigation a,
.wp-block-navigation-item__content{
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
  white-space: normal !important;  /* allow wrap */
}

/* If you want each menu item to stay on one line (Award Deals stays 1 line) */
.wp-block-navigation-item__content{
  white-space: nowrap !important;
}


.airport-board {
    background: #1a2332;
    padding: 40px 20px;
    font-family: 'Courier New', monospace;
    max-width: 1200px;
    margin: 0 auto;
}

.board-logo {
    text-align: center;
    margin-bottom: 30px;
    padding: 20px;
}

.board-logo img {
    max-width: 400px;
    height: auto;
}

.board-header {
    background: #243b55;
    color: #fff;
    padding: 15px 20px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 20px;
    border: 3px solid #2f4b68;
}

.board-labels {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 10px;
    padding: 10px 20px;
    background: #243b55;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 2px solid #2f4b68;
}

.flight-row {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 10px;
    padding: 15px 20px;
    background: #0f1821;
    margin-bottom: 2px;
    align-items: center;
    border-left: 4px solid #243b55;
    transition: all 0.3s ease;
    position: relative;
    pointer-events: none;
    cursor: default;
}

.flight-row:hover {
    background: #1a2332;
    border-left-color: #3d5a7f;
}

.flight-row a {
    pointer-events: none;
    text-decoration: none;
    color: inherit;
}

.flight-row::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    pointer-events: none;
}

.destination {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Courier New', monospace;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.destination span {
    display: inline-block;
    animation: flipLetter 0.6s ease-in-out;
    animation-fill-mode: both;
    opacity: 0;
}

.destination span:nth-child(1) { animation-delay: 0.05s; }
.destination span:nth-child(2) { animation-delay: 0.1s; }
.destination span:nth-child(3) { animation-delay: 0.15s; }
.destination span:nth-child(4) { animation-delay: 0.2s; }
.destination span:nth-child(5) { animation-delay: 0.25s; }
.destination span:nth-child(6) { animation-delay: 0.3s; }
.destination span:nth-child(7) { animation-delay: 0.35s; }
.destination span:nth-child(8) { animation-delay: 0.4s; }
.destination span:nth-child(9) { animation-delay: 0.45s; }
.destination span:nth-child(10) { animation-delay: 0.5s; }
.destination span:nth-child(n+11) { animation-delay: calc(0.5s + (var(--nth) * 0.05s)); }

.flight-row.animate .destination span {
    animation-play-state: running;
}

.flight-row:not(.animate) .destination span {
    animation-play-state: paused;
    opacity: 0;
}

.time {
    color: #ffd700;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    font-family: 'Courier New', monospace;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

@keyframes flipLetter {
    0% {
        transform: rotateX(0deg);
        opacity: 1;
    }
    45% {
        transform: rotateX(90deg);
        opacity: 0.3;
    }
    55% {
        transform: rotateX(-90deg);
        opacity: 0.3;
    }
    100% {
        transform: rotateX(0deg);
        opacity: 1;
    }
}
/* =========================================================
   MENU FONT FIX — Lock to Newsreader everywhere
   ========================================================= */
.wp-block-navigation,
.wp-block-navigation *,
.wp-block-navigation a,
.wp-block-navigation-item,
.wp-block-navigation-item__content,
.wp-block-navigation-item__label,
header nav,
header nav *,
header nav a {
  font-family: "Newsreader", serif !important;
  font-style: normal !important;
}
/* Hide header and footer on landing page */
.page-id-2668 .site-header,
.page-id-2668 header,
.page-id-2668 #masthead,
.page-id-2668 .wp-site-header,
.page-id-2668 header.site-header,
.page-id-2668 .site-footer,
.page-id-2668 footer,
.page-id-2668 #colophon,
.page-id-2668 footer.site-footer {
    display: none !important;
}

/* Remove spacing left by header/footer */
.page-id-2668 .site-content,
.page-id-2668 main,
.page-id-2668 #content,
.page-id-2668 .entry-content {
    padding-top: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

/* Make page full width */
.page-id-2668 body {
    margin: 0 !important;
    padding: 0 !important;
}
/* FC BADGE FOR AWARD DEALS */
.wp-block-post.category-fcdeals,
.wp-block-post-template li.category-fcdeals,
.wp-block-query .wp-block-post.category-fcdeals,
.wp-block-query li.category-fcdeals {
  position: relative !important;
}

/* 2) The badge - Responsive Scaling */
.wp-block-post.category-fcdeals::before,
.wp-block-post-template li.category-fcdeals::before,
.wp-block-query .wp-block-post.category-fcdeals::before,
.wp-block-query li.category-fcdeals::before {
  content: "First Class Members Exclusive" !important;
  position: absolute !important;
  top: clamp(10px, 2vw, 16px) !important;
  right: clamp(10px, 2vw, 16px) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: linear-gradient(135deg, #F7E7C6 0%, #E6C88E 45%, #B89B5E 100%) !important;
  color: #243B55 !important;
  font-weight: 800 !important;
  font-size: clamp(9px, 1.2vw, 12px) !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  padding: clamp(6px, 0.8vw, 8px) clamp(12px, 1.5vw, 16px) !important;
  border-radius: 999px !important;
  border: 1px solid #B89B5E !important;
  box-shadow: 0 6px 14px rgba(184,155,94,0.35), inset 0 1px 0 rgba(255,255,255,0.6) !important;
  z-index: 999 !important;
  pointer-events: none !important;
  white-space: nowrap !important;
  max-width: calc(100% - 24px) !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/* Prevent badge from getting too small on mobile */
@media (max-width: 768px) {
  .wp-block-post.category-fcdeals::before,
  .wp-block-post-template li.category-fcdeals::before,
  .wp-block-query .wp-block-post.category-fcdeals::before,
  .wp-block-query li.category-fcdeals::before {
    font-size: 10px !important;
    padding: 6px 12px !important;
    top: 10px !important;
    right: 10px !important;
  }
}

/* Fix for mid-range screens (tablets/small laptops) - IMPORTANT */
@media (min-width: 769px) and (max-width: 1199px) {
  .wp-block-post.category-fcdeals::before,
  .wp-block-post-template li.category-fcdeals::before,
  .wp-block-query .wp-block-post.category-fcdeals::before,
  .wp-block-query li.category-fcdeals::before {
    font-size: 10px !important;
    padding: 6px 12px !important;
    top: 12px !important;
    right: 12px !important;
  }
}

/* Cap the size on large screens to prevent overflow */
@media (min-width: 1200px) {
  .wp-block-post.category-fcdeals::before,
  .wp-block-post-template li.category-fcdeals::before,
  .wp-block-query .wp-block-post.category-fcdeals::before,
  .wp-block-query li.category-fcdeals::before {
    font-size: 12px !important;
    padding: 8px 16px !important;
    top: 14px !important;
    right: 14px !important;
  }
}
/* =========================================================
   SINGLE POST — Lighter, modern fonts on mobile ONLY
   ========================================================= */
@media (max-width: 768px) {
  
  /* Post title - lighter weight */
  .single .entry-title,
  .single h1.entry-title,
  .single .wp-block-post-title,
  .single h1 {
    font-weight: 600 !important;
    font-size: 1.75rem !important;
    line-height: 1.3 !important;
  }
  
  /* Body text - lighter and more readable */
  .single .entry-content p,
  .single .wp-block-post-content p,
  .single article p {
    font-weight: 400 !important;
    font-size: 1rem !important;
    line-height: 1.65 !important;
  }
  
  /* Headings inside content - lighter */
  .single .entry-content h2,
  .single .entry-content h3,
  .single .wp-block-post-content h2,
  .single .wp-block-post-content h3 {
    font-weight: 600 !important;
  }
  
  /* Meta info (date, author) - smaller and lighter */
  .single .entry-meta,
  .single .post-meta,
  .single .wp-block-post-date,
  .single .wp-block-post-author {
    font-size: 0.875rem !important;
    font-weight: 400 !important;
  }
  
  /* Reduce body text margins on mobile */
  .single .wp-block-post-content,
  .single .entry-content {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  
  .single .wp-block-columns.alignwide {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
}

/* =========================================================
   REMOVE WHITE MARGINS on single blog posts
   ========================================================= */
/* Target the constrained content area in single posts */
.single .wp-block-group.alignwide,
.single .wp-block-group {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Make the columns section full width */
.single .wp-block-columns.alignwide {
  max-width: 100% !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

/* Override the 1078px constraint */
.single main .wp-block-group {
  max-width: 100% !important;
}

/* Make sure content inside columns isn't constrained */
.single .wp-block-column {
  max-width: 100% !important;
}

/* Keep text readable with some padding */
.single .wp-block-post-content,
.single .entry-content {
  padding-left: 0.05rem !important;
  padding-right: 0.05rem !important;
}


/* === BOARDING PASS PAGE - SIDE BY SIDE LAYOUT === */

/* Add spacing and create grid layout */
body.postid-116 {
    padding-top: 60px;
}

/* Create grid container for side-by-side layout */
body.postid-116 #mepr-account-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    max-width: 1200px;
    margin: 40px auto 0 auto !important;
    padding: 0 20px;
    align-items: start;
}

/* Container for the boarding pass - LEFT SIDE */
body.postid-116 .boarding-pass-container {
    margin: 0 !important;
    padding: 0;
    max-width: 100%;
}

/* Hero section with gradient */
body.postid-116 .boarding-pass-hero {
    background: linear-gradient(135deg, #243b55 0%, #2c4a66 100%);
    padding: 45px 40px 35px 40px;
    border-radius: 12px 12px 0 0;
    text-align: center;
    color: white;
}

body.postid-116 .boarding-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

body.postid-116 .boarding-pass-hero h1 {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 12px 0;
    color: white;
    line-height: 1.2;
}

body.postid-116 .hero-subtitle {
    font-size: 16px;
    opacity: 0.95;
    margin: 0 auto;
    max-width: 550px;
    line-height: 1.5;
}

/* Benefits section */
body.postid-116 .boarding-pass-benefits {
    background: white;
    padding: 30px 40px 35px 40px;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    text-align: center;
}

body.postid-116 .boarding-pass-benefits h3 {
    font-size: 17px;
    font-weight: 700;
    color: #243b55;
    margin: 0 0 16px 0;
}

body.postid-116 .benefits-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
    align-items: center;
}

body.postid-116 .benefit-item {
    font-size: 15px;
    line-height: 1.4;
    color: #333;
    text-align: center;
}

/* No commitment badge */
body.postid-116 .no-commitment-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #fef7ed;
    color: #92400e;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #fed7aa;
    line-height: 1.4;
}

body.postid-116 .no-commitment-badge svg {
    display: none !important;
}

/* === FORM STYLING - RIGHT SIDE === */

/* Hide payment summary */
body.postid-116 .invoice-wrapper {
    display: none !important;
}

/* Form container - RIGHT SIDE */
body.postid-116 .mepr-checkout-container.mp_wrapper {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
}

body.postid-116 .form-wrapper {
    background: white;
    padding: 35px 40px 40px 40px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

/* Form rows */
body.postid-116 .mp-form-row {
    margin-bottom: 18px;
}

/* Labels */
body.postid-116 .mp-form-label {
    text-align: left !important;
    display: block !important;
}

body.postid-116 .mp-form-label label {
    font-weight: 600 !important;
    color: #243b55 !important;
    font-size: 14px !important;
    margin-bottom: 8px !important;
    display: block !important;
}

/* Input fields */
body.postid-116 .mepr-form-input {
    width: 100% !important;
    padding: 12px 16px !important;
    border: 2px solid #e5e5e5 !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
}

body.postid-116 .mepr-form-input:focus {
    border-color: #243b55 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(36, 59, 85, 0.1) !important;
}

/* Name fields */
body.postid-116 .mp-form-row-group {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    column-gap: 12px !important;
    align-items: start !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 18px !important;
}

body.postid-116 .mp-form-row-group-wrapper {
    margin-bottom: 0 !important;
    width: 100% !important;
    padding: 0 !important;
}

body.postid-116 .mp-form-row-group-wrapper .mp-form-label {
    display: block !important;
    text-align: left !important;
    margin-bottom: 8px !important;
}

body.postid-116 .mp-form-row-group-wrapper .mp-form-label label {
    font-weight: 600 !important;
    color: #243b55 !important;
    font-size: 14px !important;
    display: block !important;
}

body.postid-116 .mp-form-row-group-wrapper .mepr-form-input {
    width: 100% !important;
}

body.postid-116 .mp-form-row-group legend {
    display: none !important;
}

body.postid-116 .mp-form-row-group-wrapper input.mepr-form-input {
    width: 100% !important;
    padding: 12px 16px !important;
    border: 2px solid #e5e5e5 !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
    background: white !important;
}

body.postid-116 .mp-form-row-group-wrapper input.mepr-form-input:focus {
    border-color: #243b55 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(36, 59, 85, 0.1) !important;
}

body.postid-116 .mp-form-row-group-wrapper .mp-form-label label.placeholder-text {
    position: static !important;
    clip: auto !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    white-space: normal !important;
    font-weight: 600 !important;
    color: #243b55 !important;
    font-size: 14px !important;
    margin-bottom: 8px !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Submit button */
body.postid-116 .mepr-submit {
    background: linear-gradient(135deg, #243b55 0%, #2c4a66 100%) !important;
    color: white !important;
    padding: 16px 40px !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    width: 100%;
    text-transform: none !important;
    letter-spacing: 0.5px !important;
    position: relative !important;
    overflow: hidden !important;
}

body.postid-116 .mepr-submit::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.6s ease;
}

body.postid-116 .mepr-submit:hover::before {
    left: 100%;
}

body.postid-116 .mepr-submit:hover {
    background: linear-gradient(135deg, #1a2d42 0%, #243b55 100%) !important;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 25px rgba(36, 59, 85, 0.4) !important;
}

body.postid-116 .mepr-submit:active {
    transform: translateY(-1px) scale(1.01);
}

body.postid-116 .cc-error {
    color: #d32f2f;
    font-size: 13px;
    margin-top: 5px;
}

/* Mobile responsive */
@media (max-width: 968px) {
    body.postid-116 {
        padding-top: 40px;
    }
    
    body.postid-116 #mepr-account-content {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 20px !important;
    }
    
    body.postid-116 .boarding-pass-hero {
        padding: 35px 25px 28px 25px;
    }
    
    body.postid-116 .boarding-pass-hero h1 {
        font-size: 28px;
    }
    
    body.postid-116 .hero-subtitle {
        font-size: 15px;
    }
    
    body.postid-116 .boarding-pass-benefits {
        padding: 25px 25px 28px 25px;
    }
    
    body.postid-116 .form-wrapper {
        padding: 28px 20px 32px 20px;
    }
    
    body.postid-116 .mp-form-row-group {
        grid-template-columns: 1fr !important;
    }
    
    body.postid-116 .mepr-submit {
        padding: 14px 30px !important;
    }
}
/* Mobile responsive - BETTER ALIGNMENT */
@media (max-width: 968px) {
    body.postid-116 {
        padding-top: 40px;
    }
    
    body.postid-116 #mepr-account-content {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 20px !important;
        padding: 0 20px;
    }
    
    /* Make containers match width on mobile */
    body.postid-116 .boarding-pass-container {
        width: 100%;
        padding: 0 !important;
    }
    
    body.postid-116 .boarding-pass-hero {
        padding: 35px 25px 28px 25px;
        border-radius: 12px 12px 0 0;
    }
    
    body.postid-116 .boarding-pass-hero h1 {
        font-size: 28px;
    }
    
    body.postid-116 .hero-subtitle {
        font-size: 15px;
    }
    
    body.postid-116 .boarding-pass-benefits {
        padding: 25px 25px 28px 25px;
        border-radius: 0 0 12px 12px;
    }
    
    /* Form alignment on mobile */
    body.postid-116 .mepr-checkout-container.mp_wrapper {
        width: 100% !important;
        padding: 0 !important;
    }
    
    body.postid-116 .form-wrapper {
        padding: 28px 25px 32px 25px;
        width: 100%;
        box-sizing: border-box;
    }
    
    body.postid-116 .mp-form-row-group {
        grid-template-columns: 1fr !important;
    }
    
    body.postid-116 .mepr-submit {
        padding: 14px 30px !important;
    }
}
/* Hero section with gradient - NO ROUNDED CORNERS */
body.postid-116 .boarding-pass-hero {
    background: linear-gradient(135deg, #1e3a5f 0%, #243b55 50%, #2c4a66 100%);
    padding: 45px 40px 35px 40px;
    border-radius: 0; /* Remove rounded corners */
    text-align: center;
    color: white;
}


/* Mobile responsive - FIX NAME FIELD SPACING WHEN STACKED */
@media (max-width: 968px) {
    body.postid-116 {
        padding-top: 40px;
    }
    
    body.postid-116 #mepr-account-content {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 20px !important;
        padding: 0 20px;
    }
    
    body.postid-116 .boarding-pass-container {
        width: 100%;
        padding: 0 !important;
    }
    
    body.postid-116 .boarding-pass-hero {
        padding: 35px 25px 28px 25px;
        border-radius: 0;
    }
    
    body.postid-116 .boarding-pass-hero h1 {
        font-size: 28px;
    }
    
    body.postid-116 .hero-subtitle {
        font-size: 15px;
    }
    
    body.postid-116 .boarding-pass-benefits {
        padding: 25px 25px 28px 25px;
        border-radius: 0 0 12px 12px;
    }
    
    body.postid-116 .mepr-checkout-container.mp_wrapper {
        width: 100% !important;
        padding: 0 !important;
    }
    
    body.postid-116 .form-wrapper {
        padding: 28px 25px 32px 25px;
        width: 100%;
        box-sizing: border-box;
    }
    
    /* Stack name fields and fix spacing */
    body.postid-116 .mp-form-row-group {
        grid-template-columns: 1fr !important;
        row-gap: 18px !important;
    }
    
    body.postid-116 .mp-form-row-group-wrapper {
        margin-bottom: 0 !important;
    }
    
    body.postid-116 .mepr-submit {
        padding: 14px 30px !important;
    }
}