/*
Theme Name: Walabu Travel
Theme URI: https://walabu.example
Author: Walabu Travel
Author URI: https://walabu.example
Description: A modern travel booking theme for flight-first discovery and bundled trip planning.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: walabu-travel
*/

:root {
  --walabu-ink: #12213f;
  --walabu-ink-soft: #2c4470;
  --walabu-surface: #f7f9fc;
  --walabu-card: #ffffff;
  --walabu-line: rgba(11, 35, 95, 0.12);
  --walabu-primary: #0f5faf;
  --walabu-primary-deep: #0b235f;
  --walabu-accent: #7fc84a;
  --walabu-accent-deep: #269445;
  --walabu-gold: #f5cd2b;
  --walabu-alert-bg: #fff0eb;
  --walabu-alert-border: #ea6d52;
  --walabu-shadow: 0 26px 70px rgba(8, 25, 68, 0.18);
  --walabu-shadow-soft: 0 14px 38px rgba(8, 25, 68, 0.1);
  --walabu-radius-xl: 30px;
  --walabu-radius-lg: 22px;
  --walabu-radius-md: 16px;
  --walabu-radius-sm: 12px;
  --walabu-max: 1200px;
  --walabu-font: "DM Sans", "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--walabu-font);
  color: var(--walabu-ink);
  background: var(--walabu-surface);
  line-height: 1.5;
}

body.has-overlay-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button,
input,
select,
textarea {
  font: inherit;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-shell {
  min-height: 100vh;
}

.walabu-container {
  width: min(calc(100% - 32px), var(--walabu-max));
  margin: 0 auto;
}

.site-masthead {
  position: relative;
  z-index: 20;
}

.site-masthead--solid {
  padding: 18px 0;
  color: #fff;
  background:
    radial-gradient(circle at 18% 12%, rgba(245, 205, 43, 0.18), transparent 24%),
    radial-gradient(circle at 84% 24%, rgba(127, 200, 74, 0.14), transparent 20%),
    linear-gradient(120deg, rgba(11, 35, 95, 0.98) 0%, rgba(15, 95, 175, 0.94) 52%, rgba(9, 24, 68, 0.98) 100%);
  box-shadow: 0 12px 34px rgba(8, 25, 68, 0.16);
}

.site-masthead--floating {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 22px;
}

.site-masthead__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.site-brand-wrap {
  display: flex;
  align-items: center;
}

.site-brand__text {
  white-space: nowrap;
}

.site-brand__asset {
  display: block;
  line-height: 0;
}

.site-brand__asset img {
  display: block;
  width: auto;
  object-fit: contain;
}

.site-brand__asset--header img,
.site-masthead--floating .site-brand,
.site-masthead--floating .site-nav a,
.site-masthead--floating .site-user,
.site-masthead--floating .site-currency {
  color: #fff;
}

.site-brand__mark {
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(145deg, #4a86ff, #163888);
  box-shadow: 0 10px 24px rgba(29, 68, 155, 0.28);
  font-size: 1rem;
}

.custom-logo-link {
  display: block;
  line-height: 0;
}

.site-brand__asset--header img,
.custom-logo {
  width: auto;
  height: 68px;
  object-fit: contain;
}

.site-brand__asset--footer img {
  height: 48px;
}

.site-brand__asset--header img,
.site-masthead--floating .custom-logo {
  filter: drop-shadow(0 12px 24px rgba(8, 19, 43, 0.26));
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.site-nav a {
  font-weight: 600;
  color: var(--walabu-ink-soft);
}

.site-masthead--solid .site-nav a,
.site-masthead--solid .site-brand,
.site-masthead--solid .site-user,
.site-masthead--solid .site-currency {
  color: #fff;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--walabu-primary);
}

.site-masthead--solid .site-nav a:hover,
.site-masthead--solid .site-nav a:focus-visible {
  color: #ffe99d;
}

.site-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.site-currency,
.site-user {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  font-weight: 700;
  cursor: pointer;
}

.site-currency {
  cursor: pointer;
}

.site-currency__value {
  line-height: 1;
}

.site-masthead--solid .site-currency,
.site-masthead--solid .site-user {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.site-masthead--solid .site-brand__asset--header img,
.site-masthead--solid .custom-logo {
  filter: drop-shadow(0 12px 24px rgba(8, 19, 43, 0.28));
}

.site-preferences {
  position: fixed;
  inset: 0;
  z-index: 110;
}

.site-preferences__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 16, 39, 0.34);
}

.site-preferences__dialog {
  position: relative;
  width: min(calc(100% - 28px), 780px);
  margin: 42px auto;
  padding: 26px 28px 28px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(7, 16, 39, 0.28);
}

.site-preferences__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 30px;
}

.site-preferences__title {
  margin: 0;
  color: #17243d;
  font-size: clamp(1.9rem, 3vw, 2.4rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.site-preferences__dismiss {
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #6c778e;
  cursor: pointer;
}

.site-preferences__section + .site-preferences__section {
  margin-top: 26px;
}

.site-preferences__label {
  display: block;
  margin-bottom: 10px;
  color: #394760;
  font-size: 1rem;
  font-weight: 700;
}

.site-preferences__select {
  position: relative;
}

.site-preferences__select-trigger {
  width: 100%;
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 24px;
  border: 1px solid #cfd7e5;
  border-radius: 20px;
  background: #fff;
  color: #1a2741;
  text-align: left;
  cursor: pointer;
}

.site-preferences__select-text {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 1.12rem;
  font-weight: 700;
}

.site-preferences__option-icon,
.site-preferences__option-flag,
.site-preferences__menu-flag {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
}

.site-preferences__option-icon {
  color: #65738d;
}

.site-preferences__option-flag,
.site-preferences__menu-flag {
  width: 34px;
  font-size: 1.7rem;
  line-height: 1;
}

.site-preferences__chevron {
  color: #66738b;
}

.site-preferences__menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  right: 0;
  max-height: 318px;
  padding: 10px;
  overflow: auto;
  border: 1px solid #e2e7f1;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 22px 54px rgba(17, 34, 69, 0.14);
}

.site-preferences__menu--region {
  max-height: 410px;
}

.site-preferences__menu-item {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  min-height: 62px;
  padding: 0 16px;
  border: 0;
  border-radius: 16px;
  background: transparent;
  color: #3c4a64;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
}

.site-preferences__menu-item.is-selected {
  background: #f3f5fa;
  color: #20304f;
}

.site-preferences__check {
  color: #667692;
  opacity: 0;
}

.site-preferences__menu-item.is-selected .site-preferences__check {
  opacity: 1;
}

.site-auth {
  position: fixed;
  inset: 0;
  z-index: 120;
}

.site-auth__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 27, 49, 0.56);
}

.site-auth__dialog {
  position: relative;
  width: min(calc(100% - 24px), 790px);
  margin: 16px auto;
  padding: 30px 34px 34px;
  border-radius: 38px;
  background: #fff;
  box-shadow: 0 32px 90px rgba(7, 16, 39, 0.3);
}

.site-auth__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.site-auth__title,
.site-auth__signed-in-name {
  margin: 0;
  color: #45484f;
  letter-spacing: -0.04em;
}

.site-auth__title {
  width: 100%;
  text-align: center;
  font-size: clamp(2rem, 3.2vw, 3rem);
}

.site-auth__dismiss,
.site-auth__back,
.site-auth__signout {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.site-auth__dismiss {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  color: #75819a;
}

.site-auth__intro {
  max-width: 620px;
  margin: 0 auto 30px;
  color: #3f4d69;
  text-align: center;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.28;
}

.site-auth__providers {
  display: grid;
  gap: 18px;
}

.site-auth__provider {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  min-height: 86px;
  padding: 0 26px;
  border: 0;
  border-radius: 999px;
  background: #f2f2f4;
  color: #4b4d54;
  text-align: left;
  cursor: pointer;
}

.site-auth__provider-icon {
  width: 44px;
  display: inline-grid;
  place-items: center;
  color: #4f5055;
}

.site-auth__provider-icon--google {
  font-size: 2.4rem;
  font-weight: 800;
  color: #4285f4;
}

.site-auth__provider-copy {
  position: relative;
  min-width: 0;
  padding-left: 30px;
}

.site-auth__provider-copy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 44px;
  background: #c8ccd6;
  transform: translateY(-50%);
}

.site-auth__provider-copy strong {
  display: block;
  font-size: clamp(1.8rem, 2.3vw, 2.4rem);
  letter-spacing: -0.03em;
}

.site-auth__provider-arrow {
  color: #c4c8d2;
}

.site-auth__back {
  margin-bottom: 14px;
  color: var(--walabu-primary);
  font-weight: 700;
}

.site-auth__chip {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  margin: 0 0 18px;
  padding: 0 14px;
  border-radius: 999px;
  background: #eef4ff;
  color: var(--walabu-primary-deep);
  font-size: 0.94rem;
  font-weight: 700;
}

.site-auth__form {
  display: grid;
  gap: 16px;
}

.site-auth__field {
  display: grid;
  gap: 8px;
}

.site-auth__field span,
.site-auth__signed-in-label,
.site-auth__signed-in-email {
  color: #58647e;
}

.site-auth__field span {
  font-weight: 700;
}

.site-auth__field input {
  min-height: 62px;
  padding: 0 18px;
  border: 1px solid #d4dbe8;
  border-radius: 18px;
  background: #fff;
  color: #1f2940;
}

.site-auth__submit,
.site-auth__signout {
  min-height: 58px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
}

.site-auth__submit {
  border: 0;
  background: linear-gradient(135deg, var(--walabu-primary), var(--walabu-primary-deep));
  color: #fff;
  cursor: pointer;
}

.site-auth__signed-in-label {
  margin: 0 0 8px;
  font-size: 0.96rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.site-auth__signed-in-name {
  font-size: clamp(2rem, 3vw, 2.7rem);
}

.site-auth__signed-in-email {
  margin: 10px 0 0;
  font-size: 1.05rem;
}

.site-auth__profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.site-auth__signout {
  border: 1px solid #d4dbe8;
  color: #34425f;
}

.travel-home {
  overflow: clip;
  background:
    radial-gradient(circle at top left, rgba(15, 95, 175, 0.07), transparent 18%),
    radial-gradient(circle at 88% 22%, rgba(38, 148, 69, 0.08), transparent 16%),
    linear-gradient(180deg, #f9fbff, #f4f8fb 52%, #ffffff 100%);
}

.hero {
  position: relative;
  padding: 132px 0 78px;
  color: #fff;
  background:
    radial-gradient(circle at 84% 18%, rgba(245, 205, 43, 0.26), transparent 16%),
    radial-gradient(circle at 70% 76%, rgba(38, 148, 69, 0.22), transparent 18%),
    linear-gradient(120deg, rgba(11, 35, 95, 0.99) 0%, rgba(15, 95, 175, 0.95) 48%, rgba(9, 24, 68, 0.94) 100%);
}

.hero .walabu-container {
  width: min(calc(100% - 28px), 1680px);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  pointer-events: none;
}

.hero::before {
  top: -6%;
  right: -6%;
  width: 58%;
  height: 92%;
  border-radius: 48% 0 0 52%;
  background:
    radial-gradient(circle at 68% 22%, rgba(255, 255, 255, 0.28), transparent 12%),
    radial-gradient(circle at 38% 82%, rgba(255, 255, 255, 0.12), transparent 16%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(106, 205, 111, 0.08)),
    linear-gradient(205deg, rgba(11, 35, 95, 0), rgba(245, 205, 43, 0.18));
  opacity: 0.9;
}

.hero::after {
  right: 6%;
  bottom: 3%;
  width: 420px;
  height: 420px;
  border-radius: 56% 44% 46% 54%;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.1), transparent 48%),
    radial-gradient(circle at center, rgba(38, 148, 69, 0.12), transparent 62%);
  border: 2px solid rgba(255, 255, 255, 0.16);
  filter: blur(1px);
}

.hero__layout::before,
.hero__layout::after {
  content: "";
  position: absolute;
  right: 7%;
  border-radius: 999px;
  pointer-events: none;
}

.hero__layout::before {
  top: 66px;
  width: 360px;
  height: 360px;
  border: 2px solid rgba(255, 255, 255, 0.16);
  transform: rotate(-17deg);
}

.hero__layout::after {
  top: 118px;
  width: 454px;
  height: 454px;
  border: 1px solid rgba(245, 205, 43, 0.26);
  transform: rotate(-20deg);
}

.hero__layout {
  position: relative;
  z-index: 1;
}

.hero__search {
  width: 100%;
}

.hero__brand-chip {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
  padding: 12px 18px 12px 14px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
}

.site-brand__asset--hero img {
  height: 66px;
  filter: drop-shadow(0 10px 22px rgba(9, 24, 68, 0.22));
}

.hero__brand-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hero__brand-copy strong {
  font-size: 0.98rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero__brand-copy span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.96rem;
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(245, 205, 43, 0.14);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  color: #ffe99d;
}

.hero__title {
  margin: 0 0 18px;
  font-size: clamp(2.8rem, 5vw, 4.9rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.hero__text {
  max-width: 580px;
  margin: 0 0 26px;
  font-size: clamp(1rem, 1.8vw, 1.32rem);
  color: rgba(255, 255, 255, 0.8);
}

.hero__metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero__metric {
  min-width: 158px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
}

.hero__metric strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1.28rem;
  color: #fff4c7;
}

.hero__route-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.hero__route-pill {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.92rem;
  font-weight: 700;
}

.booking-widget {
  position: relative;
  margin-top: 26px;
  color: var(--walabu-ink);
}

.booking-results .booking-widget {
  margin-top: 0;
}

.booking-results .booking-widget__panel {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.booking-results .booking-widget__panel::before,
.booking-results .booking-widget__service-tabs,
.booking-results .booking-widget__help,
.booking-results .booking-widget__bundle,
.booking-results .booking-widget__bundle--hero {
  display: none;
}

.walabu-booking-page .entry-title,
.walabu-booking-page .booking-widget__notice {
  display: none;
}

.walabu-booking-page .booking-widget {
  margin-top: 0;
}

.walabu-booking-page .booking-widget__panel {
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  overflow: visible;
}

.walabu-booking-page .booking-widget__panel::before,
.walabu-booking-page .booking-widget__service-tabs,
.walabu-booking-page .booking-widget__topline,
.walabu-booking-page .booking-widget__topline--hero,
.walabu-booking-page .booking-widget__utility-row,
.walabu-booking-page .booking-widget__help,
.walabu-booking-page .booking-widget__bundle,
.walabu-booking-page .booking-widget__bundle--hero {
  display: none;
}

.walabu-booking-page .booking-widget__form-shell {
  padding: 10px 0 22px;
  border-radius: 0;
  background: transparent;
}

.walabu-booking-page .booking-widget__grid {
  grid-template-columns:
    minmax(320px, 1.6fr)
    48px
    minmax(320px, 1.6fr)
    minmax(190px, 0.9fr)
    minmax(160px, 0.8fr)
    minmax(180px, 0.92fr);
  gap: 14px;
  align-items: center;
}

.walabu-booking-page .booking-widget__swap {
  width: 44px;
  min-height: 44px;
  height: 44px;
  margin-inline: 0;
  border: 0;
  border-radius: 999px;
  background: #eef3fb;
  box-shadow: 0 8px 18px rgba(10, 32, 84, 0.12);
}

.walabu-booking-page .booking-field,
.walabu-booking-page .booking-widget__submit {
  min-height: 78px;
  border-radius: 18px;
}

.walabu-booking-page .booking-field {
  padding: 14px 16px;
  border-color: #d7dee9;
  box-shadow: 0 2px 10px rgba(8, 25, 68, 0.04);
}

.walabu-booking-page .booking-field__icon {
  width: 28px;
  height: 28px;
  border-radius: 0;
  background: transparent;
  color: #3a4761;
}

.walabu-booking-page .booking-field__label {
  margin-bottom: 2px;
  color: #6d788f;
  font-size: 0.82rem;
  line-height: 1.15;
  white-space: nowrap;
}

.walabu-booking-page .booking-field input,
.walabu-booking-page .booking-field select,
.walabu-booking-page .booking-field__trigger {
  overflow: hidden;
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.25;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.walabu-booking-page .booking-field--autocomplete input {
  min-height: 0;
  padding-right: 0;
}

.walabu-booking-page .booking-field__nearby-button {
  display: none;
}

.walabu-booking-page .booking-field__clear {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #7a859c;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
}

.walabu-booking-page .booking-field--dates .booking-field__date-split {
  grid-template-columns: 1fr;
  gap: 0;
}

.walabu-booking-page .booking-field__date-divider {
  display: none;
}

.walabu-booking-page .booking-field__date-item--trigger {
  min-height: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
}

.walabu-booking-page .booking-field__date-item--trigger .booking-field__date-value {
  font-size: 1.08rem;
  font-weight: 800;
}

.walabu-booking-page .booking-widget__submit {
  min-width: 0;
  border: 2px solid #5a6785;
  background: #fff;
  color: #4a587e;
  font-size: 1.05rem;
  box-shadow: none;
}

.walabu-booking-page .booking-widget__submit:hover {
  background: #f8faff;
}

.booking-results .booking-widget__form-shell {
  padding: 10px 0 22px;
  border-radius: 0;
  background: transparent;
}

.booking-results .booking-widget__topline,
.booking-results .booking-widget__topline--hero {
  align-items: center;
  justify-content: flex-start;
  gap: 28px;
  margin-bottom: 16px;
}

.booking-results .booking-widget__trip-types {
  gap: 8px;
  padding: 0;
  background: transparent;
}

.booking-results .booking-widget__trip-button,
.booking-results .booking-widget__utility {
  min-height: 42px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #505d7c;
  font-size: 1.02rem;
}

.booking-results .booking-widget__trip-button.is-active,
.booking-results .booking-widget__trip-button:hover,
.booking-results .booking-widget__utility:hover {
  color: #1e2c4d;
  box-shadow: none;
}

.booking-results .booking-widget__utility-row {
  gap: 22px;
}

.booking-results .booking-widget__grid {
  grid-template-columns:
    minmax(320px, 1.6fr)
    34px
    minmax(320px, 1.6fr)
    minmax(170px, 0.86fr)
    minmax(160px, 0.8fr)
    minmax(180px, 0.9fr);
  gap: 16px;
}

.booking-results .booking-widget__swap {
  width: 34px;
  min-height: 34px;
  height: 34px;
  margin-inline: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
}

.booking-results .booking-field,
.booking-results .booking-widget__submit {
  min-height: 64px;
  border-radius: 16px;
}

.booking-results .booking-field {
  padding: 12px 14px;
  border-color: #cfd6e2;
  box-shadow: none;
}

.booking-results .booking-field__icon {
  width: 24px;
  height: 24px;
  border-radius: 0;
  background: transparent;
  color: #4b556f;
}

.booking-results .booking-field__label {
  margin-bottom: 2px;
  color: #7c8599;
  font-size: 0.78rem;
}

.booking-results .booking-field input,
.booking-results .booking-field select,
.booking-results .booking-field__trigger {
  font-size: 1.03rem;
}

.booking-results .booking-field--autocomplete input {
  padding-right: 0;
}

.booking-results .booking-field__nearby-button {
  display: none;
}

.booking-results .booking-field--dates .booking-field__date-split {
  grid-template-columns: 1fr;
  gap: 0;
}

.booking-results .booking-field__date-divider {
  display: none;
}

.booking-results .booking-field__date-item--trigger {
  min-height: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
}

.booking-results .booking-field__date-item--trigger .booking-field__date-value {
  font-size: 1.08rem;
  font-weight: 800;
}

.booking-results .booking-widget__submit {
  min-width: 0;
  border: 2px solid #5a6785;
  background: #fff;
  color: #4a587e;
  font-size: 1.05rem;
  box-shadow: none;
}

.booking-results .booking-widget__submit:hover {
  background: #f8faff;
}

.booking-results .booking-date-picker {
  position: fixed;
  top: 188px;
  left: 50%;
  width: min(1120px, calc(100vw - 40px));
  transform: translateX(-50%);
  z-index: 100;
}

.booking-results .booking-date-picker__months {
  gap: 28px;
}

.hero__search .booking-widget,
.hero__search .booking-widget__panel {
  width: 100%;
}

.hero__search .booking-widget {
  margin-top: 0;
}

.hero__search .booking-widget__panel {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 44px rgba(8, 25, 68, 0.16);
  overflow: visible;
}

.hero__search .booking-widget__panel::before {
  display: none;
}

.hero__search .booking-widget__service-tabs {
  gap: 18px;
  padding: 10px 16px;
  background: #fff;
  border-bottom: 1px solid #e6ecf4;
}

.hero__search .booking-widget__service-tab {
  min-height: 70px;
  padding: 0 16px;
  color: #223658;
}

.hero__search .booking-widget__service-tab.is-active {
  min-width: 124px;
  border-radius: 14px;
  background: #1b3364;
}

.hero__search .booking-widget__service-badge {
  background: #ffcc43;
  color: #604500;
}

.hero__search .booking-widget__help {
  display: none;
}

.hero__search .booking-widget__form-shell {
  position: relative;
  padding: 18px 20px 20px;
  background: #fff;
  overflow: visible;
}

.hero__search .booking-widget__topline--hero {
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
}

.hero__search .booking-widget__utility-row--hero {
  flex: 1 1 auto;
  justify-content: space-between;
}

.hero__search .booking-widget__trip-types {
  flex-wrap: nowrap;
  gap: 0;
  padding: 4px;
  border-radius: 16px;
  background: #eef2f7;
}

.hero__search .booking-widget__trip-button {
  min-height: 50px;
  padding: 0 24px;
  border: 0;
  border-radius: 12px;
  box-shadow: none;
}

.hero__search .booking-widget__trip-button.is-active {
  background: #fff;
  box-shadow: 0 6px 16px rgba(9, 30, 66, 0.12);
}

.hero__search .booking-widget__utility {
  min-height: 54px;
  border: 0;
  box-shadow: none;
}

.hero__search .booking-widget__bundle--hero {
  flex: 1 1 auto;
  justify-content: flex-start;
  gap: 16px;
  min-height: 60px;
  padding: 6px;
  border-radius: 14px;
  background: linear-gradient(90deg, #d7f3a6, #e9fbcb);
  color: #34502a;
}

.hero__search .booking-widget__bundle-pill {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 10px;
  background: #69b528;
  color: #fff;
  font-weight: 800;
}

.hero__search .booking-widget__bundle-note {
  color: #3f4f6b;
  font-size: 0.95rem;
  font-weight: 700;
}

.hero__search .booking-widget__grid {
  grid-template-columns:
    minmax(290px, 1.5fr)
    44px
    minmax(290px, 1.5fr)
    minmax(240px, 0.95fr)
    minmax(190px, 0.75fr)
    minmax(220px, 0.95fr);
  gap: 18px;
  align-items: center;
}

.hero__search .booking-widget__swap {
  width: 48px;
  min-height: 48px;
  height: 48px;
  margin-inline: -20px;
  border: 0;
  border-radius: 999px;
  background: #eef3fb;
  box-shadow: 0 8px 18px rgba(10, 32, 84, 0.12);
  position: relative;
  z-index: 2;
}

.hero__search .booking-field,
.hero__search .booking-widget__submit {
  min-height: 90px;
  border-radius: 18px;
}

.hero__search .booking-field {
  padding: 16px 20px;
  border-color: #d7dee9;
  box-shadow: 0 2px 10px rgba(8, 25, 68, 0.04);
}

.hero__search .booking-field__icon {
  width: 34px;
  height: 34px;
  border-radius: 0;
  background: transparent;
  color: #3a4761;
}

.hero__search .booking-field__meta {
  display: block;
  position: relative;
}

.hero__search .booking-field__label {
  margin-bottom: 2px;
  color: #6d788f;
  font-size: 0.82rem;
  line-height: 1.15;
  white-space: nowrap;
}

.hero__search .booking-field input,
.hero__search .booking-field select,
.hero__search .booking-field__trigger {
  overflow: hidden;
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.25;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero__search .booking-field--autocomplete input {
  min-height: 0;
  padding-right: 26px;
}

.hero__search .booking-field__nearby-button {
  display: none;
}

.hero__search .booking-field__clear {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #7a859c;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
}

.hero__search .booking-field--dates .booking-field__date-split {
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
}

.hero__search .booking-date-picker {
  left: 50%;
  right: auto;
  width: min(1120px, calc(100vw - 32px));
  transform: translateX(-50%);
}

.hero__search .booking-date-picker__months {
  gap: 28px;
}

.hero__search .booking-field__trigger {
  padding-right: 18px;
}

.hero__search .booking-widget__submit {
  min-width: 0;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: clamp(1.15rem, 1.4vw, 1.35rem);
  box-shadow: 0 14px 30px rgba(29, 74, 164, 0.22);
}

.hero__search .booking-widget__submit-icon {
  line-height: 0;
}

.booking-widget__notice {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 880px;
  margin: 0 auto 18px;
  padding: 18px 22px;
  border: 2px solid var(--walabu-alert-border);
  border-radius: 18px;
  background: var(--walabu-alert-bg);
  color: #c84f37;
  font-size: 1.08rem;
  font-weight: 700;
}

.booking-widget__notice--success {
  border-color: #79b74a;
  background: #efffe3;
  color: #437724;
}

.booking-widget__notice-icon {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  border: 2px solid currentColor;
  font-size: 0.95rem;
  flex: 0 0 auto;
}

.booking-widget__panel {
  position: relative;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08));
  box-shadow: var(--walabu-shadow);
  overflow: hidden;
}

.hero__search .booking-widget__panel,
.hero__search .booking-widget__form-shell,
.hero__search .booking-widget__grid {
  overflow: visible;
}

.booking-widget__panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--walabu-primary), var(--walabu-accent-deep), var(--walabu-gold));
}

.booking-widget__service-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 10px;
  margin: 0;
  list-style: none;
  border-radius: 28px 28px 0 0;
  background: rgba(246, 249, 255, 0.9);
}

.booking-widget__service-tab {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 68px;
  padding: 0 18px;
  border: 0;
  border-radius: 22px;
  background: transparent;
  color: var(--walabu-ink-soft);
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}

.booking-widget__service-tab.is-active {
  color: #fff;
  background: linear-gradient(180deg, var(--walabu-primary), var(--walabu-primary-deep));
}

.booking-widget__service-badge {
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--walabu-gold);
  color: #654800;
  font-size: 0.88rem;
}

.booking-widget__form-shell {
  padding: 20px;
  border-radius: 0 0 28px 28px;
  background: #fff;
}

.booking-widget__topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.booking-widget__trip-types {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
}

.booking-widget__trip-button,
.booking-widget__utility {
  min-height: 50px;
  padding: 0 18px;
  border: 1px solid var(--walabu-line);
  border-radius: 16px;
  background: #fff;
  color: #7d879c;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s ease;
}

.booking-widget__trip-button.is-active,
.booking-widget__trip-button:hover,
.booking-widget__utility:hover {
  color: var(--walabu-ink);
  border-color: rgba(15, 95, 175, 0.24);
  box-shadow: var(--walabu-shadow-soft);
}

.booking-widget__trip-button.is-active {
  background: linear-gradient(180deg, #f8fbff, #eef5ff);
}

.booking-widget__utility-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.booking-widget__bundle {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 0 18px;
  border-radius: 18px;
  background: linear-gradient(90deg, #7ac748, #d6ef8f);
  color: #143f1f;
  font-weight: 800;
}

.booking-widget__bundle input {
  width: 24px;
  height: 24px;
  accent-color: #23440b;
}

.booking-widget__grid {
  display: grid;
  grid-template-columns: 1.2fr auto 1.2fr 1.45fr 1fr auto;
  gap: 14px;
  align-items: stretch;
}

.booking-field {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 92px;
  padding: 20px 18px;
  border: 1px solid var(--walabu-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24);
}

.booking-field__icon {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(145deg, #eef5ff, #e3f1ff);
  color: var(--walabu-primary-deep);
}

.booking-field__meta {
  flex: 1 1 auto;
  min-width: 0;
}

.booking-field__label {
  display: block;
  margin-bottom: 4px;
  color: #7e8799;
  font-size: 0.88rem;
  font-weight: 700;
}

.booking-field input,
.booking-field select {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--walabu-ink);
  font-size: 1.02rem;
  font-weight: 700;
  outline: 0;
}

.booking-field input::placeholder {
  color: #96a0b4;
}

.booking-field--compact input,
.booking-field--compact select {
  font-size: 0.98rem;
}

.booking-field--date-range {
  gap: 18px;
}

.booking-field__date-split {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 14px;
  width: 100%;
}

.booking-field__date-item {
  display: grid;
  align-content: center;
  justify-items: start;
  min-width: 0;
  text-align: left;
}

.booking-field__date-item--trigger {
  min-height: 92px;
  padding: 18px 18px 16px;
  border: 1px solid var(--walabu-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.booking-field__date-item--trigger:hover,
.booking-field__date-item--trigger:focus-visible {
  border-color: rgba(52, 103, 234, 0.38);
  outline: 0;
}

.booking-field__date-item--trigger .booking-field__label {
  margin-bottom: 2px;
}

.booking-field__date-item--trigger .booking-field__date-value {
  font-size: 1.14rem;
  font-weight: 800;
  line-height: 1.15;
}

.booking-field__date-divider {
  align-self: center;
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  border-radius: 12px;
  background: #f3f6fd;
  color: #7c88a5;
  font-weight: 900;
}

.booking-widget__swap {
  width: 56px;
  min-height: 92px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--walabu-line);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff, #f3f8ff);
  color: var(--walabu-primary-deep);
  cursor: pointer;
}

.booking-widget__submit {
  min-width: 236px;
  min-height: 92px;
  border: 0;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--walabu-primary), #184aa4 56%, var(--walabu-accent-deep) 120%);
  color: #fff;
  font-size: 1.18rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 18px 32px rgba(12, 54, 127, 0.32);
}

.booking-widget__submit:hover {
  filter: brightness(1.04);
}

.booking-widget__help {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
  color: #6f7a90;
  font-size: 0.94rem;
}

.booking-pill {
  padding: 8px 12px;
  border-radius: 999px;
  background: #f2f5fb;
  font-weight: 700;
}

.is-hidden {
  display: none !important;
}

.section {
  padding: 78px 0;
}

.section--tight {
  padding-top: 46px;
}

.section__header {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 30px;
}

.section__eyebrow {
  display: block;
  margin-bottom: 8px;
  color: var(--walabu-accent-deep);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
}

.section__title {
  margin: 0;
  font-size: clamp(2rem, 3.6vw, 3rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.section__text {
  max-width: 560px;
  margin: 0;
  color: #60708e;
  font-size: 1.02rem;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.trip-card,
.value-card,
.spotlight-card {
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--walabu-shadow-soft);
}

.trip-card {
  padding: 24px;
  border: 1px solid rgba(15, 95, 175, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.98)),
    #fff;
}

.trip-card__icon {
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(145deg, #eef5ff, #dcf0ff);
  color: var(--walabu-primary-deep);
  margin-bottom: 20px;
}

.trip-card__route {
  margin: 0 0 12px;
  font-size: 1.34rem;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.trip-card__date,
.trip-card__meta {
  margin: 0;
  color: #687791;
}

.trip-card__meta {
  margin-top: 18px;
  font-weight: 700;
}

.spotlight-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 22px;
}

.spotlight-card {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  padding: 28px;
}

.spotlight-card--feature {
  background:
    radial-gradient(circle at 78% 24%, rgba(245, 205, 43, 0.22), transparent 16%),
    radial-gradient(circle at 88% 80%, rgba(38, 148, 69, 0.24), transparent 20%),
    linear-gradient(140deg, rgba(11, 35, 95, 0.96), rgba(15, 95, 175, 0.84));
  color: #fff;
}

.spotlight-card--feature::after {
  content: "";
  position: absolute;
  inset: auto -12% -40% auto;
  width: 320px;
  height: 320px;
  border-radius: 40% 0 0 0;
  background: rgba(255, 244, 204, 0.12);
  transform: rotate(-18deg);
}

.spotlight-card--warm {
  background:
    linear-gradient(180deg, rgba(255, 249, 229, 0.98), rgba(252, 241, 191, 0.95)),
    linear-gradient(120deg, rgba(38, 148, 69, 0.12), rgba(255, 255, 255, 0));
}

.spotlight-card__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.spotlight-card--warm .spotlight-card__label {
  background: rgba(255, 255, 255, 0.72);
}

.spotlight-card__title {
  max-width: 440px;
  margin: 0 0 12px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.spotlight-card__text {
  max-width: 380px;
  margin: 0 0 24px;
  font-size: 1rem;
  color: inherit;
  opacity: 0.86;
}

.spotlight-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 999px;
  background: #fff;
  color: var(--walabu-ink);
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(8, 25, 68, 0.12);
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.value-card {
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.98)),
    #fff;
}

.value-card__icon {
  width: 54px;
  height: 54px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 18px;
  background: linear-gradient(145deg, #edf6ff, #e6fff0);
  color: var(--walabu-primary-deep);
}

.value-card__title {
  margin: 0 0 10px;
  font-size: 1.34rem;
  letter-spacing: -0.03em;
}

.value-card__text {
  margin: 0;
  color: #697791;
}

.content-shell {
  padding: 120px 0 80px;
}

.booking-shell {
  padding: 0;
  background: #f7f9fc;
}

.booking-shell__content {
  width: 100%;
}

.booking-shell__intro {
  display: grid;
  gap: 10px;
  margin: 0 0 28px;
}

.booking-shell__eyebrow {
  color: var(--walabu-primary);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.booking-shell__title {
  margin: 0;
  color: #10131a;
  font-size: clamp(2.2rem, 3.8vw, 4.1rem);
  line-height: 1.03;
  letter-spacing: -0.05em;
  max-width: 14ch;
}

.booking-shell__text {
  max-width: 760px;
  margin: 0;
  color: #54637f;
  font-size: 1.08rem;
  line-height: 1.7;
}

.content-card {
  padding: 36px;
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--walabu-shadow-soft);
}

.entry-title {
  margin-top: 0;
  font-size: clamp(2rem, 3vw, 3rem);
  letter-spacing: -0.04em;
}

.legal-page__eyebrow {
  margin: 0 0 14px;
  color: var(--walabu-primary);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.legal-page__lead {
  max-width: 760px;
  margin: 0 0 30px;
  color: #54637f;
  font-size: 1.08rem;
}

.legal-page__toc {
  margin: 0 0 34px;
  padding: 24px;
  border: 1px solid rgba(11, 35, 95, 0.09);
  border-radius: 22px;
  background: linear-gradient(180deg, #fbfdff, #f4f8fd);
}

.legal-page__toc-title {
  margin: 0 0 16px;
  color: var(--walabu-primary-deep);
  font-size: 1.18rem;
}

.legal-page__toc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
}

.legal-page__toc-grid a {
  color: var(--walabu-ink-soft);
  font-weight: 600;
}

.legal-page__toc-grid a:hover,
.legal-page__toc-grid a:focus-visible {
  color: var(--walabu-primary);
}

.legal-page__content {
  color: #34425f;
}

.legal-page__document {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
  overflow-wrap: anywhere;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.75;
}

.legal-page__section {
  scroll-margin-top: 120px;
}

.legal-page__section + .legal-page__section {
  margin-top: 34px;
  padding-top: 34px;
  border-top: 1px solid rgba(11, 35, 95, 0.08);
}

.legal-page__section-title {
  margin: 0 0 16px;
  color: var(--walabu-primary-deep);
  font-size: clamp(1.45rem, 2vw, 1.95rem);
  letter-spacing: -0.03em;
}

.legal-page__document p {
  margin: 0;
}

.legal-page__document p + p {
  margin-top: 14px;
}

.legal-page__document a {
  color: var(--walabu-primary);
  text-decoration: underline;
}

.legal-page__spacer {
  height: 16px;
}

.legal-page__back-to-top {
  position: fixed;
  right: 28px;
  bottom: 88px;
  z-index: 40;
  width: 58px;
  height: 58px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--walabu-primary), var(--walabu-primary-deep));
  color: #fff;
  font-weight: 700;
  box-shadow: 0 16px 34px rgba(15, 95, 175, 0.28);
}

.legal-page__back-to-top:hover,
.legal-page__back-to-top:focus-visible {
  color: #fff;
  transform: translateY(-1px);
}

.support-page {
  background: linear-gradient(180deg, #f7f8fb 0%, #f3f5f9 100%);
}

.support-hero {
  margin-bottom: 28px;
}

.support-hero__title,
.support-section__title,
.support-trip-card__title,
.support-card__title {
  margin: 0;
  color: #24272e;
  letter-spacing: -0.04em;
}

.support-hero__title {
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1;
}

.support-trip-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 52px;
  padding: 34px 46px;
  border: 1px solid rgba(16, 28, 48, 0.12);
  border-top: 7px solid #252525;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(16, 28, 48, 0.1);
}

.support-trip-card__copy {
  max-width: 720px;
}

.support-trip-card__title {
  font-size: clamp(2rem, 3.4vw, 2.9rem);
}

.support-trip-card__text {
  margin: 10px 0 0;
  color: #555a66;
  font-size: clamp(1.1rem, 1.8vw, 1.55rem);
}

.support-trip-card__cta {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  min-height: 74px;
  padding: 0 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #8ab94c, #6f9f34);
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(111, 159, 52, 0.24);
}

.support-section__title {
  margin-bottom: 28px;
  font-size: clamp(2rem, 3.5vw, 3rem);
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.support-card {
  min-height: 278px;
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 34px 26px;
  border: 1px solid rgba(16, 28, 48, 0.1);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(16, 28, 48, 0.08);
}

.support-card__icon {
  color: #4d4f55;
  flex: 0 0 auto;
}

.support-card__icon--whatsapp {
  color: #65b84d;
}

.support-card__content {
  min-width: 0;
}

.support-card__title {
  font-size: clamp(1.8rem, 2.4vw, 2.45rem);
  line-height: 1.05;
}

.support-card__link,
.support-card__meta {
  font-size: clamp(1rem, 1.5vw, 1.18rem);
}

.support-card__meta {
  margin: 12px 0 4px;
  color: #555a66;
}

.support-card__link {
  display: inline-block;
  margin-top: 12px;
  color: #436cd7;
}

.support-card__link:hover,
.support-card__link:focus-visible {
  color: #284fb6;
}

.my-trips-page {
  background: #f5f7fb;
}

.my-trips-hero {
  margin-bottom: 28px;
}

.my-trips-hero__eyebrow,
.my-trips-sidebar__eyebrow {
  margin: 0 0 10px;
  color: var(--walabu-primary);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.my-trips-hero__title,
.my-trips-gate__title,
.my-trips-sidebar__name,
.my-trips-booking__title {
  margin: 0;
  color: #2d3442;
  letter-spacing: -0.04em;
}

.my-trips-hero__title {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
}

.my-trips-hero__text,
.my-trips-gate__text,
.my-trips-sidebar__email {
  color: #59657d;
}

.my-trips-hero__text {
  max-width: 760px;
  margin: 14px 0 0;
  font-size: 1.08rem;
}

.my-trips-gate__card {
  padding: 30px 32px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(17, 34, 69, 0.08);
}

.my-trips-gate__title {
  font-size: clamp(1.8rem, 2.6vw, 2.5rem);
}

.my-trips-gate__text {
  max-width: 680px;
  margin: 12px 0 0;
  line-height: 1.7;
}

.my-trips-gate__button,
.my-trips-welcome__button {
  min-height: 56px;
  margin-top: 20px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--walabu-primary), var(--walabu-primary-deep));
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.my-trips-shell {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 32px;
}

.my-trips-sidebar {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.my-trips-sidebar__header,
.my-trips-sidebar__promo {
  padding: 24px;
  border: 1px solid rgba(17, 34, 69, 0.08);
  border-radius: 18px;
  background: #fff;
}

.my-trips-sidebar__email {
  margin: 10px 0 0;
  word-break: break-word;
}

.my-trips-sidebar__nav {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(17, 34, 69, 0.08);
  border-radius: 18px;
  background: #fff;
}

.my-trips-sidebar__item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 66px;
  padding: 0 20px;
  border: 0;
  border-bottom: 1px solid rgba(17, 34, 69, 0.08);
  background: #fff;
  color: #4a5366;
  text-align: left;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
}

.my-trips-sidebar__item:last-child {
  border-bottom: 0;
}

.my-trips-sidebar__item.is-active {
  background: #53658e;
  color: #fff;
}

.my-trips-sidebar__promo h3,
.my-trips-sidebar__promo p {
  margin: 0;
}

.my-trips-sidebar__promo h3 {
  color: #546791;
  font-size: 1.7rem;
  line-height: 1.08;
}

.my-trips-sidebar__promo p {
  margin-top: 12px;
  color: #5b6478;
  line-height: 1.6;
}

.my-trips-main {
  min-width: 0;
}

.my-trips-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-bottom: 1px solid rgba(17, 34, 69, 0.1);
}

.my-trips-tab {
  min-height: 62px;
  padding: 0 28px;
  border: 1px solid rgba(17, 34, 69, 0.1);
  border-bottom: 0;
  background: #fff;
  color: #4d5568;
  font-weight: 700;
  cursor: pointer;
}

.my-trips-tab.is-active {
  color: #3b4d76;
  box-shadow: inset 0 3px 0 #53658e;
}

.my-trips-panel {
  padding-top: 22px;
}

.my-trips-booking + .my-trips-booking {
  margin-top: 30px;
}

.my-trips-booking__title {
  margin-bottom: 12px;
  font-size: 1.22rem;
}

.my-trips-booking__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  border: 1px solid rgba(17, 34, 69, 0.12);
  background: #fff;
}

.my-trips-booking__summary {
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 20px 26px;
}

.my-trips-booking__plane {
  width: 60px;
  height: 60px;
  display: inline-grid;
  place-items: center;
  border: 2px solid #5a6d97;
  border-radius: 50%;
  color: #5a6d97;
  font-size: 1.6rem;
}

.my-trips-booking__info p {
  margin: 0;
  color: #576075;
  font-size: 1rem;
  line-height: 1.45;
}

.my-trips-booking__info p + p {
  margin-top: 4px;
}

.my-trips-booking__info strong {
  color: #7aa24f;
}

.my-trips-booking__actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(96px, auto));
}

.my-trips-booking__actions a {
  min-width: 96px;
  display: grid;
  place-items: center;
  padding: 16px 14px;
  border-left: 1px solid rgba(17, 34, 69, 0.1);
  color: #53658e;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.25;
}

.my-trips-booking__actions a.is-primary {
  min-width: 176px;
  background: #53658e;
  color: #fff;
}

.site-footer {
  margin-top: 32px;
}

.site-footer__signup {
  background: #f5f6f8;
  border-top: 1px solid rgba(11, 35, 95, 0.08);
}

.site-footer__signup-inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 28px;
  align-items: center;
  padding: 34px 0;
}

.site-footer__signup-copy {
  display: flex;
  align-items: center;
  gap: 22px;
}

.site-footer__signup-icon {
  width: 88px;
  height: 88px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  border: 1px dashed rgba(11, 35, 95, 0.18);
  color: #2a2a2a;
  background: #fff;
  box-shadow: 0 8px 22px rgba(11, 35, 95, 0.08);
  flex: 0 0 auto;
}

.site-footer__signup-title,
.site-footer__signup-text,
.site-footer__copyright {
  margin: 0;
}

.site-footer__signup-title {
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: #3a3a3f;
}

.site-footer__signup-text {
  margin-top: 6px;
  font-size: 1.1rem;
  color: #4d5563;
}

.site-footer__signup-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.site-footer__signup-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
}

.site-footer__signup-row input {
  min-height: 72px;
  padding: 0 26px;
  border: 1px solid rgba(11, 35, 95, 0.12);
  border-radius: 999px;
  background: #fff;
  color: #2f3440;
  box-shadow: inset 0 -2px 0 rgba(11, 35, 95, 0.05);
}

.site-footer__signup-row input::placeholder {
  color: #a1a7b2;
}

.site-footer__signup-row button {
  min-width: 166px;
  min-height: 62px;
  padding: 0 26px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #69b9e0, #3d96cb);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
}

.site-footer__signup-links {
  display: flex;
  justify-content: flex-end;
  gap: 34px;
  font-size: 0.95rem;
}

.site-footer__signup-links a {
  color: #7d7d7d;
  text-decoration: underline;
  font-weight: 600;
}

.site-footer__main {
  padding: 54px 0 36px;
  color: rgba(255, 255, 255, 0.76);
  background: #04070d;
}

.site-footer__top,
.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.site-footer__logo-block {
  display: flex;
  align-items: center;
}

.site-footer__logo .custom-logo,
.site-footer__logo .site-brand__asset--footer img {
  height: 56px;
  filter: brightness(0) invert(1);
}

.site-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.site-footer__social a {
  color: rgba(255, 255, 255, 0.8);
}

.site-footer__divider {
  height: 1px;
  margin: 38px 0;
  background: rgba(255, 255, 255, 0.16);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 34px;
}

.site-footer__column-title {
  margin: 0 0 18px;
  font-size: 1rem;
  color: #fff;
}

.site-footer__links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__links li + li {
  margin-top: 14px;
}

.site-footer__links a,
.site-footer__legal a {
  color: rgba(255, 255, 255, 0.74);
}

.site-footer__links a:hover,
.site-footer__legal a:hover,
.site-footer__social a:hover {
  color: #fff;
}

.site-footer__bottom {
  align-items: flex-start;
}

.site-footer__copyright {
  color: rgba(255, 255, 255, 0.72);
}

.site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 34px;
}

@media (max-width: 1180px) {
  .hero__search .booking-widget__grid {
    grid-template-columns: minmax(0, 1fr) 44px minmax(0, 1fr);
    gap: 16px;
  }

  .hero__search .booking-widget__swap {
    width: 48px;
    min-height: 48px;
    height: 48px;
  }

  .hero__search .booking-field--dates,
  .hero__search .booking-field--passengers,
  .hero__search .booking-widget__submit {
    grid-column: span 3;
  }

  .hero__search .booking-field,
  .hero__search .booking-widget__submit {
    min-height: 86px;
  }

  .hero__search .booking-widget__topline--hero,
  .hero__search .booking-widget__utility-row--hero {
    align-items: stretch;
    flex-direction: column;
  }

  .hero__search .booking-widget__trip-types {
    width: fit-content;
  }

  .hero__search .booking-widget__bundle--hero {
    width: 100%;
  }

  .booking-widget__grid {
    grid-template-columns: 1fr 56px 1fr;
  }

  .my-trips-shell {
    grid-template-columns: 1fr;
  }

  .support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .booking-field--dates,
  .booking-field--passengers,
  .booking-widget__submit {
    grid-column: span 3;
  }

  .booking-widget__submit {
    min-width: 0;
  }

  .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .site-masthead--floating {
    padding-top: 16px;
  }

  .site-masthead--solid {
    padding: 16px 0;
  }

  .site-masthead__inner,
  .site-nav,
  .site-actions {
    flex-wrap: wrap;
  }

  .site-masthead__inner {
    row-gap: 14px;
  }

  .site-nav {
    width: 100%;
    gap: 14px 20px;
    justify-content: center;
  }

  .site-actions {
    width: 100%;
    justify-content: flex-end;
  }

  .support-trip-card {
    padding: 28px 28px 30px;
  }

  .walabu-booking-page .booking-widget__grid {
    grid-template-columns: 1fr;
  }

  .walabu-booking-page .booking-widget__swap,
  .walabu-booking-page .booking-field--dates,
  .walabu-booking-page .booking-field--passengers,
  .walabu-booking-page .booking-widget__submit {
    grid-column: auto;
  }

  .walabu-booking-page .booking-widget__submit {
    min-height: 72px;
  }

  .hero {
    padding-top: 184px;
  }

  .hero__layout::before,
  .hero__layout::after {
    display: none;
  }

  .spotlight-grid,
  .value-grid {
    grid-template-columns: 1fr;
  }

  .site-preferences__dialog {
    width: min(calc(100% - 22px), 760px);
    margin-top: 22px;
  }

  .site-auth__dialog {
    width: min(calc(100% - 18px), 760px);
    margin-top: 12px;
  }

  .my-trips-booking__row {
    grid-template-columns: 1fr;
  }

  .my-trips-booking__actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .site-footer__signup-inner {
    grid-template-columns: 1fr;
  }

  .site-footer__top,
  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer__signup-form,
  .site-footer__signup-links,
  .site-footer__legal {
    width: 100%;
    justify-content: flex-start;
  }

  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .walabu-booking-page .booking-widget__grid {
    grid-template-columns: 1fr;
  }

  .walabu-booking-page .booking-field,
  .walabu-booking-page .booking-widget__submit {
    min-height: 66px;
  }

  .booking-results .booking-widget__topline,
  .booking-results .booking-widget__topline--hero {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .booking-results .booking-widget__utility-row {
    flex-wrap: wrap;
  }

  .booking-results .booking-widget__grid {
    grid-template-columns: 1fr;
  }

  .booking-results .booking-widget__swap,
  .booking-results .booking-field--dates,
  .booking-results .booking-field--passengers,
  .booking-results .booking-widget__submit {
    grid-column: auto;
  }

  .booking-results .booking-field,
  .booking-results .booking-widget__submit {
    min-height: 66px;
  }

  .booking-results .booking-date-picker {
    top: 144px;
    width: calc(100vw - 16px);
  }

  .site-brand {
    font-size: 1.6rem;
  }

  .custom-logo {
    height: 54px;
  }

  .site-brand__asset--header img {
    height: 54px;
  }

  .site-nav {
    gap: 16px;
  }

  .site-preferences__dialog {
    width: calc(100% - 16px);
    margin: 8px auto;
    padding: 18px 16px 20px;
    border-radius: 22px;
  }

  .site-auth__dialog {
    width: calc(100% - 16px);
    margin: 8px auto;
    padding: 20px 16px 22px;
    border-radius: 28px;
  }

  .site-auth__provider {
    gap: 16px;
    min-height: 78px;
    padding: 0 18px;
  }

  .site-auth__provider-copy {
    padding-left: 18px;
  }

  .site-auth__provider-copy strong {
    font-size: 1.85rem;
  }

  .site-preferences__select-trigger {
    min-height: 78px;
    padding: 0 18px;
  }

  .site-preferences__select-text {
    font-size: 1rem;
  }

  .hero {
    padding-bottom: 72px;
  }

  .hero__metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .booking-widget__service-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .hero__search .booking-widget__grid {
    grid-template-columns: 1fr;
  }

  .hero__search .booking-field--dates,
  .hero__search .booking-field--passengers,
  .hero__search .booking-widget__submit {
    grid-column: auto;
  }

  .hero__search .booking-field,
  .hero__search .booking-widget__submit {
    min-height: 78px;
    border-radius: 16px;
  }

  .hero__search .booking-field {
    padding: 14px 16px;
  }

  .hero__search .booking-field__icon {
    width: 28px;
    height: 28px;
  }

  .hero__search .booking-widget__service-tabs {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px 12px;
  }

  .hero__search .booking-widget__service-tab {
    min-height: 54px;
    justify-content: center;
    text-align: center;
  }

  .hero__search .booking-widget__trip-types {
    width: 100%;
    overflow: auto;
  }

  .hero__search .booking-widget__trip-button {
    flex: 1 0 auto;
    padding: 0 18px;
  }

  .hero__search .booking-widget__bundle--hero {
    flex-wrap: wrap;
  }

  .hero__search .booking-widget__bundle-note {
    width: 100%;
  }

  .hero__search .booking-widget__swap {
    margin-inline: 0;
  }

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

  .booking-widget__swap,
  .booking-field--dates,
  .booking-field--passengers,
  .booking-widget__submit {
    grid-column: auto;
  }

  .booking-widget__swap,
  .booking-widget__submit {
    min-height: 74px;
  }

  .booking-field__date-split {
    grid-template-columns: 1fr;
  }

  .booking-field__date-divider {
    display: none;
  }

  .booking-date-picker {
    left: 50%;
    right: auto;
    width: calc(100vw - 24px);
    transform: translateX(-50%);
    padding: 18px 16px 16px;
  }

  .booking-date-picker__chrome {
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    gap: 12px;
  }

  .booking-date-picker__nav {
    width: 38px;
    height: 38px;
    margin-top: 50px;
    border-width: 3px;
    font-size: 1.7rem;
  }

  .booking-date-picker__months {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .card-grid {
    grid-template-columns: 1fr;
  }

  .content-card {
    padding: 24px;
  }

  .content-shell {
    padding: 32px 0 56px;
  }

  .support-hero {
    margin-bottom: 20px;
  }

  .my-trips-hero {
    margin-bottom: 20px;
  }

  .my-trips-gate__card {
    padding: 22px 20px;
  }

  .my-trips-sidebar__header,
  .my-trips-sidebar__promo {
    padding: 20px;
  }

  .my-trips-sidebar__item {
    min-height: 58px;
  }

  .my-trips-tab {
    flex: 1 1 auto;
    min-height: 56px;
    padding: 0 18px;
  }

  .my-trips-booking__summary {
    gap: 18px;
    padding: 18px;
  }

  .my-trips-booking__actions a.is-primary {
    min-width: 0;
  }

  .support-trip-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 36px;
    padding: 22px 20px 24px;
  }

  .support-trip-card__cta {
    min-width: 0;
    width: 100%;
    min-height: 60px;
  }

  .support-section__title {
    margin-bottom: 20px;
  }

  .support-grid {
    grid-template-columns: 1fr;
  }

  .support-card {
    min-height: 0;
    align-items: flex-start;
    padding: 24px 20px;
  }

  .legal-page__lead {
    margin-bottom: 22px;
    font-size: 1rem;
  }

  .legal-page__toc-grid {
    grid-template-columns: 1fr;
  }

  .legal-page__toc {
    margin-bottom: 24px;
    padding: 18px;
  }

  .legal-page__toc-title {
    font-size: 1.05rem;
  }

  .legal-page__document {
    font-size: 0.96rem;
    line-height: 1.68;
  }

  .legal-page__section + .legal-page__section {
    margin-top: 24px;
    padding-top: 24px;
  }

  .legal-page__section-title {
    margin-bottom: 12px;
    font-size: 1.25rem;
  }

  .legal-page__back-to-top {
    right: 16px;
    bottom: 72px;
    width: 52px;
    height: 52px;
  }

  .site-footer__signup-copy {
    align-items: flex-start;
  }

  .site-footer__signup-icon {
    width: 72px;
    height: 72px;
  }

  .site-footer__signup-row {
    grid-template-columns: 1fr;
  }

  .site-footer__signup-row button {
    width: 100%;
  }

  .site-footer__signup-links,
  .site-footer__legal {
    gap: 16px 24px;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .walabu-container {
    width: min(calc(100% - 20px), var(--walabu-max));
  }

  .site-masthead--solid {
    padding: 14px 0;
  }

  .site-masthead__inner {
    gap: 12px;
  }

  .site-brand-wrap,
  .site-actions {
    width: 100%;
  }

  .site-brand-wrap {
    justify-content: center;
  }

  .site-nav {
    justify-content: center;
    gap: 12px 16px;
    font-size: 0.95rem;
  }

  .site-actions {
    justify-content: center;
    gap: 10px;
  }

  .site-currency,
  .site-user {
    min-height: 48px;
    padding: 0 14px;
    font-size: 0.95rem;
  }

  .site-auth__title {
    font-size: 1.9rem;
    text-align: left;
  }

  .site-auth__intro {
    margin-bottom: 22px;
    text-align: left;
    font-size: 1.08rem;
  }

  .site-auth__provider {
    grid-template-columns: auto 1fr auto;
    min-height: 72px;
  }

  .site-auth__provider-icon {
    width: 38px;
  }

  .site-auth__provider-copy::before {
    height: 34px;
  }

  .site-auth__provider-copy strong {
    font-size: 1.55rem;
  }

  .site-auth__profile-actions {
    flex-direction: column;
  }

  .content-card {
    padding: 18px;
    border-radius: 20px;
  }

  .support-card {
    gap: 18px;
  }

  .my-trips-booking__summary {
    flex-direction: column;
    align-items: flex-start;
  }

  .my-trips-booking__plane {
    width: 52px;
    height: 52px;
    font-size: 1.35rem;
  }

  .my-trips-booking__actions {
    grid-template-columns: 1fr;
  }

  .my-trips-booking__actions a {
    min-width: 0;
    border-left: 0;
    border-top: 1px solid rgba(17, 34, 69, 0.1);
  }

  .support-card__icon svg {
    width: 52px;
    height: 52px;
  }

  .entry-title {
    font-size: 1.75rem;
  }

  .legal-page__eyebrow {
    margin-bottom: 10px;
    font-size: 0.78rem;
  }

  .legal-page__document {
    font-size: 0.93rem;
  }

  .legal-page__document p + p {
    margin-top: 12px;
  }

  .legal-page__back-to-top {
    right: 12px;
    bottom: 68px;
    width: 48px;
    height: 48px;
  }
}
