/* London Baby 2026 — Website Buttons Style Guide Exact Pass
   Scope: website/external-site buttons ONLY. Pure presentation. Does not change hrefs, targets, rel, tel links, maps links, TripAdvisor links, or handlers. */

:root {
  --lb-web-btn-deep: #06183f;
  --lb-web-btn-base: #123f8f;
  --lb-web-btn-mid: #1c4fa2;
  --lb-web-btn-light: #6f94d8;
  --lb-web-btn-ring: rgba(122, 154, 214, .66);
  --lb-web-btn-shadow: rgba(7, 30, 78, .23);
}

.lb-website-sg,
a.lb-website-sg,
button.lb-website-sg {
  appearance: none !important;
  -webkit-appearance: none !important;
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  box-sizing: border-box !important;
  min-height: 56px !important;
  height: 56px !important;
  min-width: 214px !important;
  max-width: 100% !important;
  width: auto !important;
  padding: 8px 16px 8px 9px !important;
  gap: 13px !important;
  border-radius: 999px !important;
  border: 1px solid var(--lb-web-btn-ring) !important;
  outline: 0 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  isolation: isolate !important;
  color: #fff !important;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", system-ui, sans-serif !important;
  font-size: 20px !important;
  font-weight: 760 !important;
  letter-spacing: -0.026em !important;
  line-height: 1 !important;
  text-shadow: 0 1px 1px rgba(0,0,0,.22) !important;
  background:
    radial-gradient(circle at 18% 14%, rgba(255,255,255,.36) 0%, rgba(255,255,255,.16) 24%, rgba(255,255,255,0) 43%),
    linear-gradient(145deg, #234f9a 0%, var(--lb-web-btn-base) 48%, var(--lb-web-btn-deep) 100%) !important;
  box-shadow:
    0 16px 28px var(--lb-web-btn-shadow),
    0 3px 8px rgba(7,21,44,.10),
    inset 0 1px 0 rgba(255,255,255,.38),
    inset 0 0 0 1px rgba(255,255,255,.10),
    inset 0 -1px 0 rgba(0,0,0,.34) !important;
  backdrop-filter: blur(18px) saturate(150%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(150%) !important;
  -webkit-tap-highlight-color: transparent !important;
}

/* Kill all legacy arrow/emoji/shine pseudo-elements attached to existing website classes. */
a.lb-website-sg::before,
button.lb-website-sg::before {
  content: "" !important;
  position: absolute !important;
  inset: 1px !important;
  border-radius: inherit !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.30), rgba(255,255,255,.10) 38%, rgba(255,255,255,0) 72%),
    radial-gradient(ellipse at 10% 18%, rgba(255,255,255,.22), rgba(255,255,255,0) 34%) !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

a.lb-website-sg::after,
button.lb-website-sg::after,
.website-button.lb-website-sg::after,
.action-link.lb-website-sg::after,
.trip-map-card-button.lb-website-sg::after {
  content: none !important;
  display: none !important;
}

.lb-website-sg * {
  box-sizing: border-box !important;
}

.lb-website-sg .lb-web-icon {
  position: relative !important;
  z-index: 2 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  border-radius: 50% !important;
  color: #fff !important;
  background:
    radial-gradient(circle at 34% 23%, rgba(255,255,255,.44), rgba(255,255,255,.20) 42%, rgba(255,255,255,.09) 100%) !important;
  border: 1px solid rgba(255,255,255,.27) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.38),
    inset 0 -1px 0 rgba(0,0,0,.14),
    0 6px 14px rgba(0,0,0,.14) !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-shadow: none !important;
}

.lb-website-sg .lb-web-icon svg {
  width: 22px !important;
  height: 22px !important;
  display: block !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.05 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.lb-website-sg .lb-web-label {
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  color: #fff !important;
}

.lb-website-sg .lb-web-chevron {
  position: relative !important;
  z-index: 2 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-left: auto !important;
  width: 16px !important;
  min-width: 16px !important;
  height: 24px !important;
  color: rgba(255,255,255,.96) !important;
  font-size: 30px !important;
  font-weight: 420 !important;
  line-height: .8 !important;
  transform: translateY(-1px) !important;
  text-shadow: 0 1px 1px rgba(0,0,0,.18) !important;
}

.lb-website-sg:active {
  transform: translateY(1px) scale(.99) !important;
  filter: brightness(.97) saturate(1.04) !important;
  box-shadow:
    0 9px 18px rgba(7, 30, 78, .19),
    inset 0 1px 0 rgba(255,255,255,.28),
    inset 0 -1px 0 rgba(0,0,0,.28) !important;
}

@media (max-width: 720px) {
  .lb-website-sg,
  a.lb-website-sg,
  button.lb-website-sg {
    min-height: 50px !important;
    height: 50px !important;
    min-width: min(100%, 192px) !important;
    padding: 7px 14px 7px 8px !important;
    gap: 10px !important;
    font-size: clamp(17px, 5vw, 20px) !important;
  }

  .lb-website-sg .lb-web-icon {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
  }

  .lb-website-sg .lb-web-icon svg {
    width: 20px !important;
    height: 20px !important;
  }

  .lb-website-sg .lb-web-chevron {
    font-size: 27px !important;
    width: 14px !important;
    min-width: 14px !important;
  }
}

@media (max-width: 410px) {
  .lb-website-sg,
  a.lb-website-sg,
  button.lb-website-sg {
    min-width: min(100%, 178px) !important;
    font-size: 17px !important;
  }
}
