.at-a-glance-launch {
  background: linear-gradient(135deg, rgba(255,255,255,.22), rgba(255,255,255,.10));
  border: 1px solid rgba(255,255,255,.34);
}

.at-a-glance-backdrop[hidden] { display: none !important; }
.at-a-glance-backdrop {
  position: fixed;
  inset: 0;
  z-index: 10010;
  background: rgba(3, 5, 18, .72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: max(14px, env(safe-area-inset-top)) 12px max(14px, env(safe-area-inset-bottom));
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.at-a-glance-panel {
  width: min(720px, 100%);
  max-height: 100%;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.22);
  background: linear-gradient(180deg, rgba(12,16,38,.98), rgba(8,10,28,.98));
  box-shadow: 0 28px 70px rgba(0,0,0,.55);
  color: #fff;
  display: flex;
  flex-direction: column;
}
.at-a-glance-header {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 18px 12px;
  background: linear-gradient(180deg, rgba(12,16,38,1), rgba(12,16,38,.92));
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.at-a-glance-header h2 {
  margin: 0;
  font-size: 1.45rem;
  letter-spacing: -.02em;
}
.at-a-glance-close {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.26);
  background: rgba(255,255,255,.14);
  color: #fff;
  font-size: 32px;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
  flex: 0 0 auto;
}
.at-a-glance-content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 14px 16px 22px;
}
.at-a-glance-day {
  margin: 0 0 18px;
  padding: 0 0 2px;
}
.at-a-glance-day-title {
  margin: 0 0 9px;
  font-size: 1rem;
  font-weight: 900;
  color: #fff;
}
.at-a-glance-day-theme {
  margin: -3px 0 12px;
  color: rgba(255,255,255,.68);
  font-size: .84rem;
  line-height: 1.3;
}
.at-a-glance-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.at-a-glance-item {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 10px;
  padding: 10px 11px;
  border-radius: 16px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
}
.at-a-glance-time {
  color: #ffd95c;
  font-weight: 900;
  font-size: .83rem;
  line-height: 1.25;
}
.at-a-glance-title {
  color: #fff;
  font-weight: 850;
  font-size: .93rem;
  line-height: 1.25;
}
.at-a-glance-meta {
  margin-top: 3px;
  color: rgba(255,255,255,.68);
  font-size: .76rem;
  line-height: 1.2;
}
@media (max-width: 430px) {
  .at-a-glance-backdrop { padding-left: 10px; padding-right: 10px; }
  .at-a-glance-header { padding: 16px 14px 10px; }
  .at-a-glance-content { padding: 12px 12px 18px; }
  .at-a-glance-item { grid-template-columns: 74px 1fr; padding: 9px 10px; }
  .at-a-glance-time { font-size: .78rem; }
  .at-a-glance-title { font-size: .9rem; }
}

/* Deep purple neon treatment for At a Glance button and modal */
.trip-map-launch-wrap.launch-glass-nav {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.trip-map-launch.at-a-glance-launch.launch-glass-button {
  appearance: none !important;
  -webkit-appearance: none !important;
  position: relative !important;
  isolation: isolate !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(12px, 1.8vw, 22px) !important;
  width: 100% !important;
  min-height: clamp(64px, 8vw, 86px) !important;
  padding: 0.75rem clamp(16px, 3vw, 34px) !important;
  border: 2px solid transparent !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  font-family: inherit !important;
  font-size: clamp(22px, 2.8vw, 34px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: -0.045em !important;
  text-shadow: 0 2px 16px rgba(0,0,0,.44) !important;
  cursor: pointer !important;
  overflow: hidden !important;
  backdrop-filter: blur(14px) saturate(1.2) !important;
  -webkit-backdrop-filter: blur(14px) saturate(1.2) !important;
  transform: translateZ(0) !important;
  background:
    radial-gradient(circle at 20% 50%, rgba(168, 85, 247, .28), transparent 24%) padding-box,
    radial-gradient(circle at 84% 38%, rgba(217, 70, 239, .20), transparent 31%) padding-box,
    linear-gradient(180deg, rgba(48, 18, 92, .93), rgba(17, 7, 43, .97)) padding-box,
    linear-gradient(95deg, rgba(168, 85, 247, .98), rgba(217, 70, 239, .9)) border-box !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.18),
    inset 0 -22px 34px rgba(0,0,0,.27),
    0 0 0 1px rgba(255,255,255,.06),
    0 0 24px rgba(168, 85, 247, .28),
    0 0 34px rgba(217, 70, 239, .18),
    0 18px 34px rgba(0, 8, 32, .34) !important;
}

.trip-map-launch.at-a-glance-launch.launch-glass-button .launch-icon {
  color: #c084fc !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.16),
    inset 0 -12px 22px rgba(0,0,0,.22),
    0 0 20px rgba(192,132,252,.22),
    0 8px 18px rgba(0,0,0,.24) !important;
}

.at-a-glance-backdrop {
  background:
    radial-gradient(circle at 16% 14%, rgba(168, 85, 247, .28), transparent 35%),
    radial-gradient(circle at 90% 10%, rgba(217, 70, 239, .22), transparent 38%),
    rgba(9, 4, 27, .86) !important;
  backdrop-filter: blur(20px) saturate(1.14) !important;
  -webkit-backdrop-filter: blur(20px) saturate(1.14) !important;
}

.at-a-glance-panel {
  border: 1px solid rgba(192, 132, 252, .38) !important;
  background:
    linear-gradient(180deg, rgba(28, 14, 55, .98), rgba(10, 6, 30, .98)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 0 44px rgba(168, 85, 247, .20),
    0 0 62px rgba(217, 70, 239, .12),
    0 28px 70px rgba(0,0,0,.48) !important;
}

.at-a-glance-header {
  background:
    radial-gradient(circle at 18% 42%, rgba(168, 85, 247, .34), transparent 36%),
    linear-gradient(90deg, rgba(57, 24, 103, .96), rgba(24, 12, 54, .98), rgba(88, 28, 135, .88)) !important;
  border-bottom: 1px solid rgba(192, 132, 252, .36) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.16),
    inset 0 -18px 30px rgba(0,0,0,.20),
    0 0 28px rgba(168, 85, 247, .22) !important;
}

.at-a-glance-header h2,
.at-a-glance-header .eyebrow {
  color: #fff !important;
  text-shadow: 0 2px 16px rgba(192, 132, 252, .30) !important;
}

.at-a-glance-close {
  color: #ffffff !important;
  background: rgba(255,255,255,.11) !important;
  border: 1px solid rgba(255,255,255,.20) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.16),
    0 0 20px rgba(192, 132, 252, .26) !important;
}

.at-a-glance-day-title {
  color: #f5f3ff !important;
  text-shadow: 0 0 14px rgba(192, 132, 252, .18) !important;
}

.at-a-glance-day-theme {
  color: rgba(237, 233, 254, .78) !important;
}

.at-a-glance-item {
  background:
    linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.045)),
    rgba(32, 16, 64, .70) !important;
  border: 1px solid rgba(192, 132, 252, .22) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.10),
    0 0 13px rgba(168, 85, 247, .08),
    0 8px 16px rgba(0,0,0,.16) !important;
}

.at-a-glance-time {
  color: #f0abfc !important;
  text-shadow: 0 0 10px rgba(217, 70, 239, .18) !important;
}

.at-a-glance-meta {
  color: rgba(237, 233, 254, .72) !important;
}

@media (max-width: 560px) {
  .trip-map-launch-wrap.launch-glass-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }
  .trip-map-launch.at-a-glance-launch.launch-glass-button {
    min-height: 58px !important;
    gap: 7px !important;
    padding: .62rem .7rem !important;
    font-size: clamp(16px, 4.6vw, 20px) !important;
    letter-spacing: -0.035em !important;
  }
  .trip-map-launch.at-a-glance-launch.launch-glass-button .launch-icon {
    width: 36px !important;
    height: 36px !important;
    flex-basis: 36px !important;
  }
}

/* At a Glance mobile fit + complementary ombre treatment */
.trip-map-launch.at-a-glance-launch.launch-glass-button {
  background:
    radial-gradient(circle at 18% 48%, rgba(251, 191, 36, .28), transparent 24%) padding-box,
    radial-gradient(circle at 82% 38%, rgba(139, 92, 246, .24), transparent 32%) padding-box,
    linear-gradient(180deg, rgba(45, 28, 58, .93), rgba(13, 8, 35, .97)) padding-box,
    linear-gradient(95deg, rgba(251, 191, 36, .98), rgba(251, 113, 133, .94), rgba(139, 92, 246, .96)) border-box !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.20),
    inset 0 -22px 34px rgba(0,0,0,.27),
    0 0 0 1px rgba(255,255,255,.06),
    0 0 24px rgba(251, 191, 36, .18),
    0 0 34px rgba(139, 92, 246, .20),
    0 18px 34px rgba(0, 8, 32, .34) !important;
}

.trip-map-launch.at-a-glance-launch.launch-glass-button .launch-icon {
  color: #fbbf24 !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.16),
    inset 0 -12px 22px rgba(0,0,0,.22),
    0 0 20px rgba(251,191,36,.22),
    0 8px 18px rgba(0,0,0,.24) !important;
}

@media (max-width: 560px) {
  .trip-map-launch-wrap.launch-glass-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 6px !important;
    width: calc(100% - 18px) !important;
    max-width: calc(100% - 18px) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: visible !important;
  }

  .trip-map-launch.launch-glass-button,
  .trip-map-launch.nearby-concierge-launch.launch-glass-button,
  .trip-map-launch.at-a-glance-launch.launch-glass-button {
    min-width: 0 !important;
    width: 100% !important;
    min-height: 56px !important;
    gap: 4px !important;
    padding: .54rem .38rem !important;
    font-size: clamp(13px, 3.45vw, 15px) !important;
    letter-spacing: -0.04em !important;
    justify-content: center !important;
  }

  .trip-map-launch.launch-glass-button .launch-icon,
  .trip-map-launch.at-a-glance-launch.launch-glass-button .launch-icon {
    width: 25px !important;
    height: 25px !important;
    flex: 0 0 25px !important;
    flex-basis: 25px !important;
  }

  .trip-map-launch.launch-glass-button .launch-label,
  .trip-map-launch.at-a-glance-launch.launch-glass-button .launch-label {
    display: inline-block !important;
    min-width: 0 !important;
    max-width: calc(100% - 29px) !important;
    overflow: visible !important;
    white-space: nowrap !important;
    font-size: inherit !important;
    line-height: 1 !important;
  }
}

@media (max-width: 390px) {
  .trip-map-launch.launch-glass-button,
  .trip-map-launch.nearby-concierge-launch.launch-glass-button,
  .trip-map-launch.at-a-glance-launch.launch-glass-button {
    font-size: clamp(12px, 3.25vw, 14px) !important;
    gap: 3px !important;
    padding-left: .28rem !important;
    padding-right: .28rem !important;
  }

  .trip-map-launch.launch-glass-button .launch-icon,
  .trip-map-launch.at-a-glance-launch.launch-glass-button .launch-icon {
    width: 22px !important;
    height: 22px !important;
    flex-basis: 22px !important;
  }

  .trip-map-launch.launch-glass-button .launch-label,
  .trip-map-launch.at-a-glance-launch.launch-glass-button .launch-label {
    max-width: calc(100% - 25px) !important;
  }
}

/* Launch button text placement refinement - 2026-05-16
   Tightens mobile label alignment so Trip Map, Concierge, and At a Glance
   remain centered and fully visible without changing button functionality. */
@media (max-width: 760px) {
  .trip-map-launch-wrap.launch-glass-nav {
    display: grid !important;
    grid-template-columns: minmax(0, .96fr) minmax(0, 1fr) minmax(0, 1.16fr) !important;
    gap: clamp(7px, 1.7vw, 10px) !important;
    width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: visible !important;
  }

  .trip-map-launch.launch-glass-button,
  .trip-map-launch.nearby-concierge-launch.launch-glass-button,
  .trip-map-launch.at-a-glance-launch.launch-glass-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 0 !important;
    width: 100% !important;
    min-height: 58px !important;
    padding: .56rem .56rem !important;
    gap: clamp(5px, 1.25vw, 8px) !important;
    font-size: clamp(14px, 3.45vw, 17px) !important;
    letter-spacing: -0.045em !important;
    line-height: 1 !important;
  }

  .trip-map-launch.launch-glass-button .launch-icon,
  .trip-map-launch.nearby-concierge-launch.launch-glass-button .launch-icon,
  .trip-map-launch.at-a-glance-launch.launch-glass-button .launch-icon {
    width: 28px !important;
    height: 28px !important;
    flex: 0 0 28px !important;
    margin: 0 !important;
  }

  .trip-map-launch.launch-glass-button .launch-label,
  .trip-map-launch.nearby-concierge-launch.launch-glass-button .launch-label,
  .trip-map-launch.at-a-glance-launch.launch-glass-button .launch-label {
    display: block !important;
    flex: 0 1 auto !important;
    min-width: 0 !important;
    max-width: none !important;
    overflow: visible !important;
    white-space: nowrap !important;
    text-align: center !important;
    line-height: 1 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .trip-map-launch.at-a-glance-launch.launch-glass-button {
    padding-left: .48rem !important;
    padding-right: .48rem !important;
  }
}

@media (max-width: 390px) {
  .trip-map-launch-wrap.launch-glass-nav {
    grid-template-columns: minmax(0, .92fr) minmax(0, .98fr) minmax(0, 1.2fr) !important;
    gap: 6px !important;
    width: calc(100% - 16px) !important;
    max-width: calc(100% - 16px) !important;
  }

  .trip-map-launch.launch-glass-button,
  .trip-map-launch.nearby-concierge-launch.launch-glass-button,
  .trip-map-launch.at-a-glance-launch.launch-glass-button {
    min-height: 56px !important;
    font-size: clamp(12.5px, 3.3vw, 14px) !important;
    gap: 4px !important;
    padding-left: .34rem !important;
    padding-right: .34rem !important;
  }

  .trip-map-launch.launch-glass-button .launch-icon,
  .trip-map-launch.nearby-concierge-launch.launch-glass-button .launch-icon,
  .trip-map-launch.at-a-glance-launch.launch-glass-button .launch-icon {
    width: 23px !important;
    height: 23px !important;
    flex-basis: 23px !important;
  }
}

/* Launch button mobile text placement correction - 2026-05-16
   Fixes label clipping created by the prior tightening pass. Keeps all button
   functionality and neon styling intact while giving longer labels more space. */
@media (max-width: 760px) {
  .trip-map-launch-wrap.launch-glass-nav {
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr) minmax(0, 1.36fr) !important;
    gap: clamp(6px, 1.45vw, 9px) !important;
    width: calc(100% - 18px) !important;
    max-width: calc(100% - 18px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: visible !important;
  }

  .trip-map-launch.launch-glass-button,
  .trip-map-launch.nearby-concierge-launch.launch-glass-button,
  .trip-map-launch.at-a-glance-launch.launch-glass-button {
    min-width: 0 !important;
    width: 100% !important;
    min-height: 56px !important;
    padding: .52rem .44rem !important;
    gap: 4px !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: clamp(13px, 3.15vw, 15px) !important;
    letter-spacing: -0.035em !important;
    box-sizing: border-box !important;
  }

  .trip-map-launch.launch-glass-button .launch-icon,
  .trip-map-launch.nearby-concierge-launch.launch-glass-button .launch-icon,
  .trip-map-launch.at-a-glance-launch.launch-glass-button .launch-icon {
    width: 22px !important;
    height: 22px !important;
    flex: 0 0 22px !important;
    margin: 0 !important;
  }

  .trip-map-launch.launch-glass-button .launch-label,
  .trip-map-launch.nearby-concierge-launch.launch-glass-button .launch-label,
  .trip-map-launch.at-a-glance-launch.launch-glass-button .launch-label {
    display: inline-block !important;
    flex: 0 1 auto !important;
    min-width: 0 !important;
    max-width: calc(100% - 26px) !important;
    overflow: visible !important;
    white-space: nowrap !important;
    text-align: center !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
  }
}

@media (max-width: 430px) {
  .trip-map-launch-wrap.launch-glass-nav {
    grid-template-columns: minmax(0, .88fr) minmax(0, 1.08fr) minmax(0, 1.42fr) !important;
    gap: 5px !important;
    width: calc(100% - 16px) !important;
    max-width: calc(100% - 16px) !important;
  }

  .trip-map-launch.launch-glass-button,
  .trip-map-launch.nearby-concierge-launch.launch-glass-button,
  .trip-map-launch.at-a-glance-launch.launch-glass-button {
    min-height: 54px !important;
    padding-left: .34rem !important;
    padding-right: .34rem !important;
    gap: 3px !important;
    font-size: clamp(12px, 3.05vw, 13.5px) !important;
  }

  .trip-map-launch.launch-glass-button .launch-icon,
  .trip-map-launch.nearby-concierge-launch.launch-glass-button .launch-icon,
  .trip-map-launch.at-a-glance-launch.launch-glass-button .launch-icon {
    width: 20px !important;
    height: 20px !important;
    flex-basis: 20px !important;
  }

  .trip-map-launch.launch-glass-button .launch-label,
  .trip-map-launch.nearby-concierge-launch.launch-glass-button .launch-label,
  .trip-map-launch.at-a-glance-launch.launch-glass-button .launch-label {
    max-width: calc(100% - 23px) !important;
  }
}

/* Unified launch button sizing - REAL fix 2026-05-16
   Makes Trip Map, Concierge, and At a Glance equal-sized launch buttons
   while keeping their existing neon color treatments and click handlers. */
.trip-map-launch-wrap.launch-glass-nav {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(8px, 1.6vw, 14px) !important;
  width: min(100%, 1120px) !important;
  max-width: 1120px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  align-items: stretch !important;
  overflow: visible !important;
}

.trip-map-launch.launch-glass-button,
.trip-map-launch.nearby-concierge-launch.launch-glass-button,
.trip-map-launch.at-a-glance-launch.launch-glass-button {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 72px !important;
  min-height: 72px !important;
  padding: 0 .72rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: .55rem !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

.trip-map-launch.launch-glass-button .launch-icon,
.trip-map-launch.nearby-concierge-launch.launch-glass-button .launch-icon,
.trip-map-launch.at-a-glance-launch.launch-glass-button .launch-icon {
  width: 30px !important;
  height: 30px !important;
  flex: 0 0 30px !important;
  margin: 0 !important;
}

.trip-map-launch.launch-glass-button .launch-label,
.trip-map-launch.nearby-concierge-launch.launch-glass-button .launch-label,
.trip-map-launch.at-a-glance-launch.launch-glass-button .launch-label {
  display: block !important;
  flex: 0 1 auto !important;
  min-width: 0 !important;
  max-width: calc(100% - 38px) !important;
  overflow: visible !important;
  white-space: nowrap !important;
  text-align: center !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  letter-spacing: -0.035em !important;
  font-size: clamp(18px, 2.2vw, 26px) !important;
}

@media (max-width: 760px) {
  .trip-map-launch-wrap.launch-glass-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 7px !important;
    width: calc(100% - 18px) !important;
    max-width: calc(100% - 18px) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .trip-map-launch.launch-glass-button,
  .trip-map-launch.nearby-concierge-launch.launch-glass-button,
  .trip-map-launch.at-a-glance-launch.launch-glass-button {
    height: 56px !important;
    min-height: 56px !important;
    padding: 0 .38rem !important;
    gap: 5px !important;
  }

  .trip-map-launch.launch-glass-button .launch-icon,
  .trip-map-launch.nearby-concierge-launch.launch-glass-button .launch-icon,
  .trip-map-launch.at-a-glance-launch.launch-glass-button .launch-icon {
    width: 21px !important;
    height: 21px !important;
    flex-basis: 21px !important;
  }

  .trip-map-launch.launch-glass-button .launch-label,
  .trip-map-launch.nearby-concierge-launch.launch-glass-button .launch-label,
  .trip-map-launch.at-a-glance-launch.launch-glass-button .launch-label {
    max-width: calc(100% - 26px) !important;
    font-size: clamp(12.5px, 3.35vw, 15px) !important;
    letter-spacing: -0.05em !important;
  }
}

@media (max-width: 390px) {
  .trip-map-launch-wrap.launch-glass-nav {
    gap: 6px !important;
    width: calc(100% - 14px) !important;
    max-width: calc(100% - 14px) !important;
  }

  .trip-map-launch.launch-glass-button,
  .trip-map-launch.nearby-concierge-launch.launch-glass-button,
  .trip-map-launch.at-a-glance-launch.launch-glass-button {
    height: 54px !important;
    min-height: 54px !important;
    padding-left: .28rem !important;
    padding-right: .28rem !important;
    gap: 4px !important;
  }

  .trip-map-launch.launch-glass-button .launch-icon,
  .trip-map-launch.nearby-concierge-launch.launch-glass-button .launch-icon,
  .trip-map-launch.at-a-glance-launch.launch-glass-button .launch-icon {
    width: 18px !important;
    height: 18px !important;
    flex-basis: 18px !important;
  }

  .trip-map-launch.launch-glass-button .launch-label,
  .trip-map-launch.nearby-concierge-launch.launch-glass-button .launch-label,
  .trip-map-launch.at-a-glance-launch.launch-glass-button .launch-label {
    max-width: calc(100% - 22px) !important;
    font-size: clamp(11.5px, 3.25vw, 13px) !important;
    letter-spacing: -0.055em !important;
  }
}


/* At a Glance confirmed pill placement - 2026-05-19
   Adds the existing confirmed tag language beneath confirmed item times only.
   Scoped to At a Glance so no main card/button styling is affected. */
.at-a-glance-time {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.at-a-glance-time-text {
  display: block;
}

.at-a-glance-confirmed-pill.tag.confirmed {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 3px 7px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
  background: #d1fae5;
  color: #065f46;
  box-shadow: 0 1px 4px rgba(6, 95, 70, .12);
  text-shadow: none;
}

@media (max-width: 430px) {
  .at-a-glance-confirmed-pill.tag.confirmed {
    padding: 3px 6px;
    font-size: 8px;
  }
}
