.travel-body {
  background: #fffaf3;
  color: #182b2b;
  --travel-copy: "Avenir Next", Avenir, "Nunito Sans", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.travel-body p,
.travel-body .lead,
.travel-body .text-muted,
.travel-body .travel-meta,
.travel-body .travel-detail-grid span,
.travel-body .travel-service-grid span,
.travel-body .travel-empty p {
  font-family: var(--travel-copy);
  letter-spacing: 0;
}

.travel-body p {
  font-weight: 400;
}

.travel-body .travel-eyebrow,
.travel-body h1,
.travel-body h2,
.travel-body h3,
.travel-body h4,
.travel-body h5,
.travel-body h6,
.travel-body a,
.travel-body button,
.travel-body input,
.travel-body select,
.travel-body textarea,
.travel-body label,
.travel-body .btn,
.travel-body .travel-badge,
.travel-body .travel-chip-row,
.travel-body .travel-card__footer strong,
.travel-body .travel-search {
  font-family: var(--font-family-sans, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
}

.travel-body h2 {
  font-size: clamp(0.95rem, 2vw, 1.5rem);
}

.travel-shell {
  background:
    radial-gradient(circle at top left, rgba(255, 186, 73, .18), transparent 34rem),
    linear-gradient(180deg, #fffaf3 0%, #ffffff 52%, #f7fbf8 100%);
}

.travel-customer-preview-bar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #102f2d;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.travel-customer-preview-bar .container {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding-top: .7rem;
  padding-bottom: .7rem;
}

.travel-customer-preview-bar span {
  font-weight: 800;
}

.travel-hero,
.travel-page-hero,
.travel-profile-hero {
  min-height: 72vh;
  display: flex;
  align-items: end;
  color: #fff;
  background-size: cover;
  background-position: center;
  padding: clamp(6rem, 13vw, 10rem) 0 clamp(3rem, 8vw, 6rem);
  position: relative;
}

.travel-hero::before,
.travel-page-hero::before,
.travel-profile-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(2, 11, 12, .58) 0%, rgba(2, 11, 12, .36) 42%, rgba(2, 11, 12, .08) 100%),
    linear-gradient(180deg, rgba(2, 11, 12, .12) 0%, rgba(2, 11, 12, .22) 58%, rgba(2, 11, 12, .44) 100%);
}

.travel-hero > .container,
.travel-page-hero > .container,
.travel-profile-hero > .container {
  position: relative;
  z-index: 1;
}

.travel-page-hero {
  min-height: 44vh;
}

.travel-profile-hero {
  min-height: 58vh;
}

.travel-hero h1,
.travel-page-hero h1,
.travel-profile-hero h1 {
  max-width: 920px;
  font-size: clamp(2.6rem, 9vw, 6.4rem);
  line-height: .92;
  letter-spacing: 0;
  margin: .4rem 0 1rem;
  text-wrap: balance;
}

.travel-page-hero h1,
.travel-profile-hero h1 {
  font-size: clamp(2.35rem, 7vw, 5.2rem);
}

.travel-hero p,
.travel-page-hero p,
.travel-profile-hero p {
  max-width: 720px;
  font-size: clamp(1.05rem, 2.5vw, 1.35rem);
  line-height: 1.6;
  color: #ffffff;
  font-weight: 800;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .58);
}

.travel-hero__actions {
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.travel-eyebrow {
  color: #c97a16;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.travel-hero .travel-eyebrow,
.travel-page-hero .travel-eyebrow,
.travel-profile-hero .travel-eyebrow {
  color: #ffd48a;
}

.travel-section {
  padding-top: clamp(2.5rem, 7vw, 5rem);
  padding-bottom: clamp(2.5rem, 7vw, 5rem);
}

.travel-section-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
  margin-bottom: 1.4rem;
}

.travel-section-head h2 {
  font-size: clamp(1.7rem, 4vw, 3rem);
  margin: 0;
}

.travel-grid,
.travel-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.travel-card,
.travel-category-grid a,
.travel-panel,
.travel-booking-box,
.travel-confirmation,
.travel-form {
  border: 1px solid rgba(24, 43, 43, .1);
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 50px rgba(20, 50, 45, .10);
  border-radius: 1.25rem;
}

.travel-admin-homepage-form > [class*="col-"],
.travel-admin-homepage-form .row > [class*="col-"] {
  min-width: 0;
}

.travel-admin-field {
  display: grid;
  gap: .45rem;
  width: 100%;
}

.travel-admin-field > span {
  display: block;
}

.travel-admin-homepage-form .form-control,
.travel-admin-homepage-form .form-select,
.travel-admin-homepage-form textarea {
  width: 100%;
  min-width: 0;
}

.travel-admin-homepage-form textarea.form-control {
  min-height: 7rem;
  resize: vertical;
}

.travel-admin-homepage-panel {
  background: rgba(255, 255, 255, .72);
}

.travel-card {
  overflow: hidden;
}

.travel-card__image {
  min-height: 245px;
  background-size: cover;
  background-position: center;
}

.travel-driver-card .travel-card__image {
  min-height: 300px;
}

.travel-photo-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
}

.travel-photo-gallery__item {
  display: block;
  aspect-ratio: 4 / 3;
  min-height: 12rem;
  border-radius: 1rem;
  border: 1px solid rgba(24, 43, 43, .1);
  background-size: cover;
  background-position: center;
  cursor: zoom-in;
  appearance: none;
  padding: 0;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.travel-photo-gallery__item:hover,
.travel-photo-gallery__item:focus-visible {
  border-color: rgba(242, 184, 75, .88);
  box-shadow: 0 18px 40px rgba(10, 24, 24, .2);
  transform: translateY(-2px);
  outline: none;
}

.travel-gallery-lightbox-open {
  overflow: hidden;
}

.travel-gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 3vw, 2rem);
  background: rgba(2, 9, 10, .9);
}

.travel-gallery-lightbox.is-open {
  display: flex;
}

.travel-gallery-lightbox__dialog {
  position: relative;
  display: grid;
  width: min(1100px, 100%);
  max-height: 92vh;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
}

.travel-gallery-lightbox__dialog img {
  display: block;
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border-radius: 1rem;
  background: #061314;
  box-shadow: 0 26px 80px rgba(0, 0, 0, .45);
}

.travel-gallery-lightbox__close,
.travel-gallery-lightbox__nav {
  display: inline-grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .13);
  color: #fff;
  font-size: 1.25rem;
}

.travel-gallery-lightbox__close {
  position: absolute;
  top: -3.75rem;
  right: 0;
}

.travel-gallery-lightbox__nav:hover,
.travel-gallery-lightbox__nav:focus-visible,
.travel-gallery-lightbox__close:hover,
.travel-gallery-lightbox__close:focus-visible {
  background: #fff;
  color: #0b1b1d;
}

.travel-gallery-lightbox__footer {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: #fff;
  font-weight: 800;
}

.travel-card__body {
  padding: 1.1rem;
}

.travel-meta {
  display: grid;
  gap: .45rem;
  color: #566765;
  font-size: .92rem;
}

.travel-meta span {
  display: inline-flex;
  gap: .45rem;
  align-items: center;
}

.travel-meta i,
.travel-category-grid i,
.travel-trust i {
  color: #0b8f74;
}

.travel-badge {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .34rem .58rem;
  border-radius: 999px;
  background: #e9fbf5;
  color: #08745f;
  font-size: .78rem;
  font-weight: 800;
  white-space: nowrap;
}

.travel-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-top: 1rem;
}

.travel-chip-row span {
  border-radius: 999px;
  background: #fff4df;
  color: #604015;
  padding: .38rem .68rem;
  font-size: .86rem;
  font-weight: 700;
}

.travel-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  margin-top: 1.1rem;
}

.travel-category-grid a {
  display: grid;
  gap: .55rem;
  padding: 1.25rem;
  color: inherit;
  text-decoration: none;
  min-height: 160px;
}

.travel-category-grid i {
  font-size: 1.8rem;
}

.travel-category-grid strong {
  font-size: 1.25rem;
}

.travel-category-grid span {
  color: #647472;
}

.travel-trust {
  background: #102f2d;
  color: #fff;
  padding: 2rem 0;
}

.travel-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.travel-trust span {
  display: flex;
  align-items: center;
  gap: .6rem;
  font-weight: 700;
}

.travel-panel,
.travel-booking-box,
.travel-confirmation,
.travel-form {
  padding: clamp(1.2rem, 4vw, 2rem);
}

.travel-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem;
}

.travel-detail-grid span {
  display: grid;
  gap: .2rem;
  padding: .9rem;
  border-radius: .85rem;
  background: #f7fbf8;
  color: #1e3432;
}

.travel-detail-grid strong {
  color: #73807e;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.travel-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
}

.travel-service-grid div {
  display: grid;
  gap: .35rem;
  padding: 1rem;
  border-radius: 1rem;
  background: #fff8ea;
  border: 1px solid rgba(201, 122, 22, .16);
}

.travel-service-grid i {
  color: #0b8f74;
  font-size: 1.35rem;
}

.travel-service-grid strong {
  color: #1e3432;
}

.travel-service-grid span {
  color: #65726f;
  line-height: 1.55;
}

.travel-booking-box {
  position: sticky;
  top: 1rem;
}

.travel-booking-box > strong {
  display: block;
  font-size: 2rem;
  margin-bottom: .25rem;
}

.travel-video-embed {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: .85rem;
  background: #071211;
}

.travel-video-embed iframe,
.travel-video-embed video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.travel-booking-calendar {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  border: 1px solid rgba(24, 43, 43, .12);
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
}

.travel-booking-calendar__weekday,
.travel-booking-calendar__day {
  min-width: 0;
  border-right: 1px solid rgba(24, 43, 43, .1);
  border-bottom: 1px solid rgba(24, 43, 43, .1);
}

.travel-booking-calendar__weekday:nth-child(7n),
.travel-booking-calendar__day:nth-child(7n) {
  border-right: 0;
}

.travel-booking-calendar__weekday {
  padding: .65rem .5rem;
  background: #f4fbf8;
  color: #65726f;
  font-size: .78rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.travel-booking-calendar__day {
  min-height: 7.75rem;
  padding: .65rem;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: .5rem;
}

.travel-booking-calendar__day--muted {
  background: #f8fbfa;
  color: #9aa5a2;
}

.travel-booking-calendar__events,
.travel-booking-calendar__legend {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
}

.travel-booking-calendar__event--pending,
.travel-booking-calendar__event--confirmed,
.travel-booking-calendar__event--declined,
.travel-booking-calendar__event--cancelled,
.travel-booking-calendar__event--completed,
.travel-booking-calendar__event-more {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: .18rem .48rem;
  font-size: .72rem;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  border: 0;
}

a.travel-booking-calendar__event--pending:hover,
a.travel-booking-calendar__event--confirmed:hover,
a.travel-booking-calendar__event--declined:hover,
a.travel-booking-calendar__event--cancelled:hover,
a.travel-booking-calendar__event--completed:hover,
a.travel-booking-calendar__event--pending:focus-visible,
a.travel-booking-calendar__event--confirmed:focus-visible,
a.travel-booking-calendar__event--declined:focus-visible,
a.travel-booking-calendar__event--cancelled:focus-visible,
a.travel-booking-calendar__event--completed:focus-visible {
  filter: brightness(.96);
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.travel-booking-calendar__event--pending {
  background: #fff4df;
  color: #7d4b08;
}

.travel-booking-calendar__event--confirmed {
  background: #e4f8ee;
  color: #11633b;
}

.travel-booking-calendar__event--declined {
  background: #ffe9e6;
  color: #9f2f23;
}

.travel-booking-calendar__event--cancelled {
  background: #eceff3;
  color: #4d5965;
}

.travel-booking-calendar__event--completed {
  background: #e7efff;
  color: #244f9f;
}

.travel-booking-calendar__event-more {
  background: #f3f5f4;
  color: #65726f;
}

.travel-book-page {
  max-width: 980px;
}

.travel-form label {
  display: grid;
  gap: .35rem;
  width: 100%;
  color: #344442;
  font-weight: 700;
}

.travel-provider-login-panel {
  width: min(100%, 470px);
  margin: 0 auto;
  padding: clamp(1.4rem, 4vw, 2rem);
}

.travel-provider-login-panel h1 {
  margin: 0;
  font-size: clamp(1.75rem, 5vw, 2.25rem);
  line-height: 1.08;
}

.travel-provider-login-shell {
  min-height: calc(100vh - 235px);
  display: flex;
  align-items: center;
}

.travel-provider-login-section {
  width: 100%;
  padding-top: clamp(2rem, 6vw, 4.5rem);
  padding-bottom: clamp(2rem, 6vw, 4.5rem);
}

.travel-provider-login-brand {
  margin-bottom: .7rem;
}

.travel-provider-login-intro {
  max-width: 40ch;
  margin: .65rem 0 1rem;
  color: #536764;
  line-height: 1.55;
}

.travel-provider-login-notice {
  display: grid;
  gap: .25rem;
  margin-bottom: 1.15rem;
  padding: .85rem .95rem;
  border: 1px solid rgba(174, 116, 14, .22);
  border-radius: .9rem;
  background: rgba(255, 186, 73, .1);
  color: #344442;
}

.travel-provider-login-notice strong {
  color: #2a3e3b;
  font-size: .9rem;
}

.travel-provider-login-notice span {
  color: #536764;
  font-size: .86rem;
  line-height: 1.45;
}

.travel-provider-login-fields {
  display: grid;
  gap: .9rem;
}

.travel-provider-login-fields .form-control {
  min-height: 48px;
  border-radius: .85rem;
}

.travel-provider-login-panel .btn {
  width: 100%;
}

.travel-provider-login-submit {
  min-height: 48px;
  border: 1px solid rgba(174, 116, 14, .36);
  border-radius: .9rem;
  background: linear-gradient(180deg, #365e3f, #244d34);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(17, 49, 38, .16);
}

.travel-provider-login-submit:hover,
.travel-provider-login-submit:focus-visible {
  border-color: rgba(255, 205, 111, .62);
  background: linear-gradient(180deg, #406b49, #2a573a);
  color: #fff;
}

.travel-login-route {
  display: grid;
  gap: .55rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(15, 88, 75, .16);
  color: #344442;
}

.travel-login-route span {
  color: #65726f;
  font-size: .92rem;
  line-height: 1.45;
}

.travel-credential-box {
  border: 1px solid rgba(11, 143, 116, .16);
  border-radius: 1rem;
  background: #f4fbf8;
  padding: 1rem;
}

.travel-vehicle-editor {
  display: grid;
  gap: 1rem;
  border: 1px solid rgba(11, 143, 116, .16);
  border-radius: 1rem;
  background: #f4fbf8;
  padding: 1rem;
  width: 100%;
}

.travel-vehicle-editor [data-vehicle-list] {
  display: grid;
  gap: 1rem;
  width: 100%;
}

.travel-vehicle-row {
  display: grid;
  gap: .8rem;
  width: 100%;
  padding: 1rem;
  border-radius: .95rem;
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(24, 43, 43, .1);
}

.travel-vehicle-row__head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}

.travel-inline-check {
  display: inline-flex !important;
  flex-direction: row;
  align-items: center;
  gap: .4rem;
  width: auto !important;
  margin: 0;
}

.travel-license-status {
  display: flex;
  justify-content: space-between;
  gap: .75rem;
  flex-wrap: wrap;
  margin-top: 1rem;
  padding: .75rem .9rem;
  border-radius: .85rem;
  background: #e9fbf5;
  color: #0b6f5f;
}

.travel-license-status--expired,
.travel-license-status--invalid {
  background: #ffe9e6;
  color: #9f2f23;
}

.travel-license-status--expiring_soon,
.travel-license-status--renewal_window,
.travel-license-status--missing {
  background: #fff4df;
  color: #7d4b08;
}

.travel-current-photo {
  display: grid;
  gap: .5rem;
}

.travel-current-photo__frame,
.travel-current-photo__empty {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 1rem;
  border: 1px solid rgba(24, 43, 43, .12);
  background: #f8fcfa;
  overflow: hidden;
}

.travel-current-photo__frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: object-position .15s ease, transform .15s ease;
}

.travel-current-photo__empty {
  display: grid;
  place-items: center;
  color: #667572;
  font-weight: 800;
  text-align: center;
  padding: 1rem;
}

.travel-photo-position-controls {
  display: grid;
  gap: .65rem;
}

.travel-photo-position-controls label {
  display: grid;
  gap: .35rem;
  color: #596966;
  font-size: .84rem;
  font-weight: 800;
}

.travel-gallery-admin-card {
  height: 100%;
  padding: .65rem;
  border: 1px solid rgba(24, 43, 43, .1);
  border-radius: .95rem;
  background: rgba(255, 255, 255, .86);
}

.travel-gallery-admin-card__image {
  aspect-ratio: 4 / 3;
  border-radius: .75rem;
  background-color: #eef4f1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.travel-photo-position-controls input[type="range"] {
  width: 100%;
}

.travel-field-hint {
  margin-top: .35rem;
  color: #667572;
  font-size: .84rem;
  font-weight: 700;
  text-align: right;
}

.travel-weekly-availability {
  display: grid;
  gap: .85rem;
}

.travel-weekly-availability__row {
  display: grid;
  grid-template-columns: minmax(130px, 1.1fr) minmax(110px, .8fr) minmax(110px, .75fr) minmax(110px, .75fr) minmax(160px, 1.2fr);
  gap: .75rem;
  align-items: end;
  padding: .9rem;
  border: 1px solid rgba(24, 43, 43, .1);
  border-radius: 1rem;
  background: #f8fcfa;
}

.travel-weekly-availability__day {
  display: grid;
  gap: .15rem;
}

.travel-weekly-availability__day strong {
  color: #1e3432;
}

.travel-weekly-availability__day span {
  color: #667572;
  font-size: .9rem;
}

.travel-weekly-availability label {
  display: grid;
  gap: .35rem;
  color: #596966;
  font-size: .84rem;
  font-weight: 800;
}

.travel-weekly-availability__toggle {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: .55rem;
  min-height: 2.4rem;
  color: #1e3432 !important;
}

.travel-weekly-availability__toggle input {
  width: 1.15rem;
  height: 1.15rem;
}

.travel-confirmation {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.travel-empty {
  grid-column: 1 / -1;
  padding: 2rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid rgba(24, 43, 43, .1);
  display: grid;
  gap: .85rem;
  align-content: start;
  max-width: 42rem;
  box-shadow: 0 18px 50px rgba(20, 50, 45, .08);
}

.travel-empty__icon {
  display: inline-grid;
  width: 3.25rem;
  height: 3.25rem;
  place-items: center;
  border-radius: 999px;
  background: #fff4df;
  color: #8a5a12;
  font-size: 1.3rem;
}

.travel-empty h3 {
  margin: 0;
  font-size: 1.35rem;
}

.travel-empty p {
  margin: 0;
  color: #566765;
  max-width: 40rem;
}

.travel-empty .btn {
  justify-self: start;
}

.travel-fallback-hero {
  background-image:
    linear-gradient(180deg, rgba(6, 32, 32, .18), rgba(6, 32, 32, .78)),
    linear-gradient(135deg, #0d6b63 0%, #28a17d 42%, #f2b84b 100%);
}

.travel-fallback-villa {
  background-image:
    linear-gradient(180deg, rgba(8, 28, 30, .1), rgba(8, 28, 30, .46)),
    linear-gradient(135deg, #2b8c84 0%, #f3c46b 100%);
}

.travel-fallback-driver {
  background-image:
    linear-gradient(180deg, rgba(8, 28, 30, .1), rgba(8, 28, 30, .48)),
    linear-gradient(135deg, #143d3b 0%, #4d9f8f 48%, #f2b84b 100%);
}

.travel-fallback-tour {
  background-image:
    linear-gradient(180deg, rgba(8, 28, 30, .1), rgba(8, 28, 30, .48)),
    linear-gradient(135deg, #0c4b65 0%, #1aa184 48%, #ffcf70 100%);
}

@media (max-width: 991px) {
  .travel-grid,
  .travel-category-grid,
  .travel-trust__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 640px) {
  .travel-hero,
  .travel-page-hero,
  .travel-profile-hero {
    min-height: 66vh;
  }

  .travel-grid,
  .travel-category-grid,
  .travel-trust__grid,
  .travel-detail-grid,
  .travel-photo-gallery,
  .travel-service-grid {
    grid-template-columns: 1fr;
  }

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

  .travel-booking-calendar__weekday {
    display: none;
  }

  .travel-booking-calendar__day {
    min-height: auto;
    border-right: 0;
  }

  .travel-gallery-lightbox__dialog {
    grid-template-columns: 1fr 1fr;
    gap: .75rem;
  }

  .travel-gallery-lightbox__dialog img {
    grid-column: 1 / -1;
    grid-row: 1;
    max-height: 70vh;
  }

  .travel-gallery-lightbox__nav {
    width: 100%;
  }

  .travel-gallery-lightbox__nav--prev {
    grid-column: 1;
    grid-row: 2;
  }

  .travel-gallery-lightbox__nav--next {
    grid-column: 2;
    grid-row: 2;
  }

  .travel-gallery-lightbox__footer {
    grid-row: 3;
  }

  .travel-gallery-lightbox__close {
    top: -3.4rem;
  }

  .travel-card__footer,
  .travel-section-head {
    align-items: stretch;
    flex-direction: column;
  }

  .travel-card__footer .btn {
    width: 100%;
  }

  .travel-weekly-availability__row {
    grid-template-columns: 1fr;
  }
}

[data-bs-theme="dark"] .travel-body,
[data-theme="dark"] .travel-body {
  background: #081514;
  color: #eef7f3;
}

[data-bs-theme="dark"] .travel-shell,
[data-theme="dark"] .travel-shell {
  background: linear-gradient(180deg, #081514 0%, #10201f 100%);
}

[data-bs-theme="dark"] .travel-section-head h2,
[data-bs-theme="dark"] .travel-card__footer strong,
[data-bs-theme="dark"] .travel-booking-box > strong,
[data-bs-theme="dark"] .travel-empty h3,
[data-theme="dark"] .travel-section-head h2,
[data-theme="dark"] .travel-card__footer strong,
[data-theme="dark"] .travel-booking-box > strong,
[data-theme="dark"] .travel-empty h3 {
  color: #f3fbf7;
}

[data-bs-theme="dark"] .travel-card,
[data-bs-theme="dark"] .travel-category-grid a,
[data-bs-theme="dark"] .travel-panel,
[data-bs-theme="dark"] .travel-booking-box,
[data-bs-theme="dark"] .travel-confirmation,
[data-bs-theme="dark"] .travel-form,
[data-theme="dark"] .travel-card,
[data-theme="dark"] .travel-category-grid a,
[data-theme="dark"] .travel-panel,
[data-theme="dark"] .travel-booking-box,
[data-theme="dark"] .travel-confirmation,
[data-theme="dark"] .travel-form {
  background: rgba(16, 32, 31, .94);
  border-color: rgba(255, 255, 255, .12);
}

[data-bs-theme="dark"] .travel-detail-grid span,
[data-theme="dark"] .travel-detail-grid span {
  background: rgba(255, 255, 255, .08);
  color: #f3fbf7;
}

[data-bs-theme="dark"] .travel-detail-grid strong,
[data-theme="dark"] .travel-detail-grid strong {
  color: #b7c8c3;
}

[data-bs-theme="dark"] .travel-meta,
[data-bs-theme="dark"] .travel-category-grid span,
[data-bs-theme="dark"] .travel-empty p,
[data-theme="dark"] .travel-meta,
[data-theme="dark"] .travel-category-grid span,
[data-theme="dark"] .travel-empty p {
  color: #c7d5d1;
}

[data-bs-theme="dark"] .travel-meta i,
[data-bs-theme="dark"] .travel-category-grid i,
[data-bs-theme="dark"] .travel-trust i,
[data-theme="dark"] .travel-meta i,
[data-theme="dark"] .travel-category-grid i,
[data-theme="dark"] .travel-trust i {
  color: #66d1bb;
}

[data-bs-theme="dark"] .travel-booking-calendar,
[data-theme="dark"] .travel-booking-calendar {
  background: #10201f;
  border-color: rgba(255, 255, 255, .14);
}

[data-bs-theme="dark"] .travel-booking-calendar__weekday,
[data-theme="dark"] .travel-booking-calendar__weekday {
  background: #132927;
  color: #bdd2cc;
}

[data-bs-theme="dark"] .travel-booking-calendar__day,
[data-theme="dark"] .travel-booking-calendar__day {
  border-color: rgba(255, 255, 255, .12);
}

[data-bs-theme="dark"] .travel-booking-calendar__day--muted,
[data-theme="dark"] .travel-booking-calendar__day--muted {
  background: #0c1a19;
  color: #71847f;
}

[data-bs-theme="dark"] .travel-booking-calendar__event--pending,
[data-theme="dark"] .travel-booking-calendar__event--pending {
  background: #3d2d12;
  color: #ffd88a;
}

[data-bs-theme="dark"] .travel-booking-calendar__event--confirmed,
[data-theme="dark"] .travel-booking-calendar__event--confirmed {
  background: #123524;
  color: #9ee6bd;
}

[data-bs-theme="dark"] .travel-booking-calendar__event--declined,
[data-theme="dark"] .travel-booking-calendar__event--declined {
  background: #3b1714;
  color: #ffb3a9;
}

[data-bs-theme="dark"] .travel-booking-calendar__event--cancelled,
[data-theme="dark"] .travel-booking-calendar__event--cancelled {
  background: #27313a;
  color: #cbd5df;
}

[data-bs-theme="dark"] .travel-booking-calendar__event--completed,
[data-theme="dark"] .travel-booking-calendar__event--completed {
  background: #14284a;
  color: #a9c7ff;
}

[data-bs-theme="dark"] .travel-booking-calendar__event-more,
[data-theme="dark"] .travel-booking-calendar__event-more {
  background: #203331;
  color: #bdd2cc;
}

[data-bs-theme="dark"] .travel-service-grid div,
[data-bs-theme="dark"] .travel-photo-gallery__item,
[data-theme="dark"] .travel-service-grid div {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .12);
}

[data-theme="dark"] .travel-photo-gallery__item {
  border-color: rgba(255, 255, 255, .12);
}

[data-bs-theme="dark"] .travel-service-grid strong,
[data-theme="dark"] .travel-service-grid strong {
  color: #f3fbf7;
}

[data-bs-theme="dark"] .travel-service-grid span,
[data-theme="dark"] .travel-service-grid span {
  color: #b7c8c3;
}

[data-bs-theme="dark"] .travel-panel,
[data-bs-theme="dark"] .travel-booking-box,
[data-bs-theme="dark"] .travel-card,
[data-bs-theme="dark"] .travel-form,
[data-bs-theme="dark"] .travel-empty,
[data-theme="dark"] .travel-panel,
[data-theme="dark"] .travel-booking-box,
[data-theme="dark"] .travel-card,
[data-theme="dark"] .travel-form,
[data-theme="dark"] .travel-empty {
  color: #f3fbf7;
}

[data-bs-theme="dark"] .travel-panel .text-muted,
[data-bs-theme="dark"] .travel-booking-box .text-muted,
[data-bs-theme="dark"] .travel-card .text-muted,
[data-bs-theme="dark"] .travel-form .text-muted,
[data-bs-theme="dark"] .travel-empty .text-muted,
[data-theme="dark"] .travel-panel .text-muted,
[data-theme="dark"] .travel-booking-box .text-muted,
[data-theme="dark"] .travel-card .text-muted,
[data-theme="dark"] .travel-form .text-muted,
[data-theme="dark"] .travel-empty .text-muted {
  color: #c4d2ce !important;
}

[data-bs-theme="dark"] .travel-empty,
[data-theme="dark"] .travel-empty {
  background: linear-gradient(180deg, rgba(16, 32, 31, .96), rgba(11, 25, 24, .98));
  border-color: rgba(255, 255, 255, .12);
}

[data-bs-theme="dark"] .travel-empty__icon,
[data-theme="dark"] .travel-empty__icon {
  background: rgba(242, 184, 75, .14);
  color: #ffd88a;
}

[data-bs-theme="dark"] .travel-trust,
[data-theme="dark"] .travel-trust {
  background: #0e2625;
  color: #eef7f3;
}

[data-bs-theme="dark"] .travel-trust span,
[data-theme="dark"] .travel-trust span {
  color: #d7e4e0;
}

[data-bs-theme="dark"] .travel-body .site-footer,
[data-theme="dark"] .travel-body .site-footer {
  background: #081514;
  border-top-color: rgba(255, 255, 255, .12) !important;
}

[data-bs-theme="dark"] .travel-body .site-footer .text-muted,
[data-bs-theme="dark"] .travel-body .site-footer .small.text-muted,
[data-bs-theme="dark"] .travel-body .site-footer a.text-muted,
[data-theme="dark"] .travel-body .site-footer .text-muted,
[data-theme="dark"] .travel-body .site-footer .small.text-muted,
[data-theme="dark"] .travel-body .site-footer a.text-muted {
  color: #c7d5d1 !important;
}

[data-bs-theme="dark"] .travel-body .site-footer strong,
[data-theme="dark"] .travel-body .site-footer strong {
  color: #f3fbf7;
}

[data-bs-theme="dark"] .travel-form label,
[data-bs-theme="dark"] .travel-provider-login-fields label,
[data-bs-theme="dark"] .travel-vehicle-row label,
[data-bs-theme="dark"] .travel-credential-box label,
[data-theme="dark"] .travel-form label,
[data-theme="dark"] .travel-provider-login-fields label,
[data-theme="dark"] .travel-vehicle-row label,
[data-theme="dark"] .travel-credential-box label {
  color: #eef8f4;
}

[data-bs-theme="dark"] .travel-login-route,
[data-theme="dark"] .travel-login-route {
  border-top-color: rgba(255, 255, 255, .2);
  color: #eef8f4;
}

[data-bs-theme="dark"] .travel-login-route span,
[data-theme="dark"] .travel-login-route span {
  color: #c7d5d1;
}

[data-bs-theme="dark"] .travel-provider-login-intro,
[data-theme="dark"] .travel-provider-login-intro {
  color: #c7d5d1;
}

[data-bs-theme="dark"] .travel-provider-login-notice,
[data-theme="dark"] .travel-provider-login-notice {
  border-color: rgba(255, 205, 111, .28);
  background: rgba(255, 186, 73, .09);
  color: #eef8f4;
}

[data-bs-theme="dark"] .travel-provider-login-notice strong,
[data-theme="dark"] .travel-provider-login-notice strong {
  color: #fff4d8;
}

[data-bs-theme="dark"] .travel-provider-login-notice span,
[data-theme="dark"] .travel-provider-login-notice span {
  color: #d7e4e0;
}

[data-bs-theme="dark"] .travel-form .form-control,
[data-bs-theme="dark"] .travel-form .form-select,
[data-theme="dark"] .travel-form .form-control,
[data-theme="dark"] .travel-form .form-select {
  background-color: rgba(3, 12, 14, .78);
  border-color: rgba(255, 255, 255, .22);
  color: #ffffff;
}

[data-bs-theme="dark"] .travel-form .form-control::placeholder,
[data-theme="dark"] .travel-form .form-control::placeholder {
  color: #a9bbb6;
}

[data-bs-theme="dark"] .travel-chip-row span,
[data-theme="dark"] .travel-chip-row span {
  background: rgba(255, 244, 223, .14);
  color: #ffe3ad;
}

[data-bs-theme="dark"] .travel-badge,
[data-theme="dark"] .travel-badge {
  background: rgba(233, 251, 245, .14);
  color: #a9f2df;
}

[data-bs-theme="dark"] .travel-weekly-availability__row,
[data-theme="dark"] .travel-weekly-availability__row {
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .12);
}

[data-bs-theme="dark"] .travel-weekly-availability__day strong,
[data-bs-theme="dark"] .travel-weekly-availability__toggle,
[data-theme="dark"] .travel-weekly-availability__day strong,
[data-theme="dark"] .travel-weekly-availability__toggle {
  color: #f3fbf7 !important;
}

[data-bs-theme="dark"] .travel-weekly-availability__day span,
[data-bs-theme="dark"] .travel-weekly-availability label,
[data-theme="dark"] .travel-weekly-availability__day span,
[data-theme="dark"] .travel-weekly-availability label {
  color: #b7c8c3;
}

[data-bs-theme="dark"] .travel-credential-box,
[data-bs-theme="dark"] .travel-vehicle-editor,
[data-bs-theme="dark"] .travel-vehicle-row,
[data-bs-theme="dark"] .travel-gallery-admin-card,
[data-theme="dark"] .travel-credential-box,
[data-theme="dark"] .travel-vehicle-editor,
[data-theme="dark"] .travel-vehicle-row,
[data-theme="dark"] .travel-gallery-admin-card {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .12);
}

[data-bs-theme="dark"] .travel-vehicle-row__head strong,
[data-theme="dark"] .travel-vehicle-row__head strong {
  color: #ffffff;
}

[data-bs-theme="dark"] .travel-license-status,
[data-theme="dark"] .travel-license-status {
  background: rgba(255, 255, 255, .08);
}

/* Marketplace polish */
.travel-search {
  display: grid;
  grid-template-columns: minmax(150px, 1.4fr) minmax(130px, .9fr) minmax(130px, .9fr) minmax(100px, .7fr) minmax(120px, .8fr) auto;
  gap: .55rem;
  align-items: end;
  width: min(1080px, 100%);
  margin-top: 1.7rem;
  padding: .75rem;
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, .985);
  color: #152827;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .38);
}

.travel-search--compact {
  grid-template-columns: minmax(150px, 1.2fr) repeat(6, minmax(105px, .8fr)) auto;
}

.travel-search__location {
  position: relative;
  min-width: 0;
}

.travel-search__location > label {
  display: grid;
  gap: .22rem;
}

.travel-search label {
  display: grid;
  gap: .22rem;
  margin: 0;
  min-width: 0;
}

.travel-search span {
  color: #485956;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.travel-search input,
.travel-search select {
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  border: 0;
  border-radius: .95rem;
  background: #eef3f1;
  color: #0d1d1d;
  padding: .78rem .85rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: left;
  -webkit-text-fill-color: currentColor;
}

.travel-search input[type="date"] {
  min-height: 3rem;
  color-scheme: light;
}

.travel-search input:focus,
.travel-search select:focus {
  outline: 2px solid rgba(18, 91, 86, .34);
  outline-offset: 2px;
}

.travel-search input::placeholder {
  color: #6f7f87;
  opacity: 1;
}

.travel-search .btn {
  min-height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  white-space: nowrap;
}

.travel-destination-list {
  position: absolute;
  z-index: 60;
  top: calc(100% + .65rem);
  left: 0;
  width: min(28rem, calc(100vw - 2rem));
  max-height: min(28rem, 58vh);
  overflow-y: auto;
  padding: .45rem;
  border: 1px solid rgba(20, 50, 45, .14);
  border-radius: 1rem;
  background: #ffffff;
  color: #132524;
  box-shadow: 0 22px 65px rgba(7, 27, 27, .28);
}

.travel-destination-list[hidden] {
  display: none;
}

.travel-destination-option {
  display: grid;
  grid-template-columns: 2.25rem minmax(0, 1fr);
  gap: .7rem;
  align-items: center;
  width: 100%;
  padding: .72rem .75rem;
  border-radius: .8rem;
  cursor: pointer;
  text-align: left;
}

.travel-destination-option:hover,
.travel-destination-option[aria-selected="true"] {
  background: #eef7f3;
}

.travel-destination-option > i {
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  place-items: center;
  border-radius: 999px;
  background: #e8f6f1;
  color: #0b765f;
  font-size: 1.05rem;
}

.travel-search .travel-destination-option__copy {
  display: grid;
  gap: .08rem;
  min-width: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: 0;
  text-transform: none;
}

.travel-destination-option__copy strong,
.travel-destination-option__copy small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.travel-destination-option__copy strong {
  color: #132524;
  font-size: .94rem;
}

.travel-destination-option__copy small {
  color: #61716e;
  font-size: .78rem;
  font-weight: 700;
}

.travel-destination-list__empty {
  padding: .9rem;
  color: #61716e;
  font-size: .86rem;
  font-weight: 700;
}

.travel-search__date-tools,
.travel-booking-date-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .65rem 1rem;
  flex-wrap: wrap;
}

.travel-search__date-tools {
  grid-column: 1 / -1;
  padding: .05rem .2rem 0;
}

.travel-search .travel-search__date-summary,
.travel-booking-date-tools .travel-search__date-summary {
  color: #36504b;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: none;
}

.travel-search__date-presets {
  display: flex;
  gap: .4rem;
  flex-wrap: wrap;
}

.travel-search__date-presets button {
  min-height: 2.1rem;
  padding: .38rem .68rem;
  border: 1px solid #cddbd6;
  border-radius: 999px;
  background: #f5faf8;
  color: #173d35;
  font-size: .76rem;
  font-weight: 800;
}

.travel-search__date-presets button:hover,
.travel-search__date-presets button:focus-visible {
  border-color: #17755f;
  background: #e9f7f2;
}

.travel-booking-date-tools {
  margin-top: .15rem;
  padding: .8rem 1rem;
  border: 1px solid rgba(24, 43, 43, .12);
  border-radius: .9rem;
  background: #f7fbf9;
}

.travel-card {
  border-radius: 1rem;
  transition: transform .18s ease, box-shadow .18s ease;
}

@media (hover: hover) and (pointer: fine) {
  .travel-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 70px rgba(20, 50, 45, .16);
  }
}

.travel-card__topline {
  display: flex;
  justify-content: space-between;
  gap: .75rem;
  color: #485956;
  font-size: .9rem;
  font-weight: 800;
}

.travel-card__topline span {
  display: inline-flex;
  align-items: center;
  gap: .32rem;
  min-width: 0;
}

.travel-card__topline span:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.travel-card__footer strong {
  display: grid;
  gap: .05rem;
  font-size: 1.1rem;
}

.travel-card__footer strong span {
  color: #6a7774;
  font-size: .82rem;
  font-weight: 800;
}

.travel-hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin: 1rem 0 1.35rem;
}

.travel-hero-facts span {
  display: inline-flex;
  gap: .45rem;
  align-items: center;
  padding: .45rem .75rem;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  color: #fff;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.travel-price-breakdown {
  display: grid;
  gap: .55rem;
  margin: 1rem 0;
  padding: .85rem 0;
  border-top: 1px solid rgba(24, 43, 43, .1);
  border-bottom: 1px solid rgba(24, 43, 43, .1);
}

.travel-price-breakdown span {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: #5f6d6a;
}

.travel-price-breakdown strong {
  color: #1e3432;
  font-size: .9rem;
}

@media (max-width: 991px) {
  .travel-search,
  .travel-search--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .travel-search .btn {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .travel-hero,
  .travel-page-hero,
  .travel-profile-hero {
    padding-top: 8.5rem;
  }

  .travel-search,
  .travel-search--compact {
    grid-template-columns: 1fr;
    gap: .72rem;
    width: 100%;
    margin-top: 1.35rem;
    padding: .9rem;
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, .96);
  }

  .travel-search label {
    gap: .35rem;
  }

  .travel-search span {
    font-size: .7rem;
    letter-spacing: .08em;
  }

  .travel-search input,
  .travel-search select {
    min-height: 3.55rem;
    border-radius: .95rem;
    padding: .9rem 1rem;
    font-size: 1rem;
    white-space: normal;
  }

  .travel-search .btn {
    min-height: 3.65rem;
    border-radius: 999px;
    font-size: 1rem;
  }

  .travel-destination-list {
    width: 100%;
    max-height: 48vh;
  }

  .travel-search__date-tools,
  .travel-booking-date-tools {
    align-items: stretch;
  }

  .travel-search__date-presets {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .travel-search__date-presets button {
    min-height: 2.75rem;
  }

  .travel-hero {
    min-height: 78vh;
  }
}

@media (hover: none), (pointer: coarse) {
  .travel-body a,
  .travel-body button,
  .travel-body .btn,
  .travel-search input,
  .travel-search select {
    -webkit-tap-highlight-color: transparent;
  }

  .travel-card,
  .travel-card:hover {
    transform: none;
    box-shadow: none;
  }
}

[data-bs-theme="dark"] .travel-search,
[data-theme="dark"] .travel-search {
  background: rgba(9, 22, 22, .96);
  border-color: rgba(255, 255, 255, .18);
  color: #f5fbf8;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .48);
}

[data-bs-theme="dark"] .travel-search span,
[data-theme="dark"] .travel-search span {
  color: #c7d7d2;
}

[data-bs-theme="dark"] .travel-search input,
[data-bs-theme="dark"] .travel-search select,
[data-theme="dark"] .travel-search input,
[data-theme="dark"] .travel-search select {
  background: rgba(255, 255, 255, .1);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, .12);
  color-scheme: dark;
}

[data-bs-theme="dark"] .travel-search input::placeholder,
[data-theme="dark"] .travel-search input::placeholder {
  color: #b9c9c4;
}

[data-bs-theme="dark"] .travel-search select option,
[data-theme="dark"] .travel-search select option {
  color: #10201f;
}

[data-bs-theme="dark"] .travel-destination-list,
[data-theme="dark"] .travel-destination-list {
  border-color: rgba(255, 255, 255, .16);
  background: #101f20;
  color: #f4fbf8;
  box-shadow: 0 22px 65px rgba(0, 0, 0, .52);
}

[data-bs-theme="dark"] .travel-destination-option:hover,
[data-bs-theme="dark"] .travel-destination-option[aria-selected="true"],
[data-theme="dark"] .travel-destination-option:hover,
[data-theme="dark"] .travel-destination-option[aria-selected="true"] {
  background: rgba(255, 255, 255, .1);
}

[data-bs-theme="dark"] .travel-destination-option > i,
[data-theme="dark"] .travel-destination-option > i {
  background: rgba(85, 211, 169, .14);
  color: #74e0bd;
}

[data-bs-theme="dark"] .travel-destination-option__copy strong,
[data-theme="dark"] .travel-destination-option__copy strong {
  color: #ffffff;
}

[data-bs-theme="dark"] .travel-destination-option__copy small,
[data-bs-theme="dark"] .travel-destination-list__empty,
[data-theme="dark"] .travel-destination-option__copy small,
[data-theme="dark"] .travel-destination-list__empty {
  color: #bdd0ca;
}

[data-bs-theme="dark"] .travel-search .travel-search__date-summary,
[data-bs-theme="dark"] .travel-booking-date-tools .travel-search__date-summary,
[data-theme="dark"] .travel-search .travel-search__date-summary,
[data-theme="dark"] .travel-booking-date-tools .travel-search__date-summary {
  color: #d7e6e1;
}

[data-bs-theme="dark"] .travel-search__date-presets button,
[data-theme="dark"] .travel-search__date-presets button {
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .08);
  color: #f4fbf8;
}

[data-bs-theme="dark"] .travel-search__date-presets button:hover,
[data-bs-theme="dark"] .travel-search__date-presets button:focus-visible,
[data-theme="dark"] .travel-search__date-presets button:hover,
[data-theme="dark"] .travel-search__date-presets button:focus-visible {
  border-color: #70d5b3;
  background: rgba(112, 213, 179, .14);
}

[data-bs-theme="dark"] .travel-booking-date-tools,
[data-theme="dark"] .travel-booking-date-tools {
  border-color: rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .06);
}

[data-bs-theme="dark"] .travel-card__topline,
[data-theme="dark"] .travel-card__topline {
  color: #d6e3df;
}

[data-bs-theme="dark"] .travel-card__footer strong span,
[data-theme="dark"] .travel-card__footer strong span {
  color: #b9c9c4;
}

[data-bs-theme="dark"] .travel-price-breakdown,
[data-theme="dark"] .travel-price-breakdown {
  border-color: rgba(255, 255, 255, .12);
}

[data-bs-theme="dark"] .travel-price-breakdown span,
[data-theme="dark"] .travel-price-breakdown span {
  color: #c7d7d2;
}

[data-bs-theme="dark"] .travel-price-breakdown strong,
[data-theme="dark"] .travel-price-breakdown strong {
  color: #ffffff;
}

/* Theme contrast pass */
.travel-body {
  --travel-text-strong: #102221;
  --travel-text-body: #233937;
  --travel-text-muted: #536764;
  --travel-text-soft: #667774;
  --travel-surface: rgba(255, 255, 255, .94);
  --travel-surface-soft: #f7fbf8;
}

.travel-body .travel-panel,
.travel-body .travel-booking-box,
.travel-body .travel-card,
.travel-body .travel-form,
.travel-body .travel-empty,
.travel-body .travel-confirmation,
.travel-body .travel-category-grid a {
  color: var(--travel-text-body);
}

.travel-body h1,
.travel-body h2,
.travel-body h3,
.travel-body h4,
.travel-body h5,
.travel-body h6,
.travel-body .travel-card__footer strong,
.travel-body .travel-booking-box > strong,
.travel-body .travel-service-grid strong,
.travel-body .travel-detail-grid strong {
  color: var(--travel-text-strong);
}

.travel-body p,
.travel-body .travel-meta,
.travel-body .travel-card__topline,
.travel-body .travel-detail-grid span,
.travel-body .travel-service-grid span,
.travel-body .travel-price-breakdown span,
.travel-body .travel-category-grid span,
.travel-body .travel-field-hint {
  color: var(--travel-text-muted);
}

.travel-body .text-muted,
.travel-body .small.text-muted {
  color: var(--travel-text-soft) !important;
}

.travel-hero h1,
.travel-page-hero h1,
.travel-profile-hero h1,
.travel-hero p,
.travel-page-hero p,
.travel-profile-hero p {
  color: #ffffff;
}

[data-bs-theme="dark"] .travel-body,
[data-theme="dark"] .travel-body {
  --travel-text-strong: #f6fffb;
  --travel-text-body: #e7f2ee;
  --travel-text-muted: #c8d8d3;
  --travel-text-soft: #b7c9c3;
  --travel-surface: rgba(16, 32, 31, .96);
  --travel-surface-soft: rgba(255, 255, 255, .08);
}

[data-bs-theme="dark"] .travel-body h1,
[data-bs-theme="dark"] .travel-body h2,
[data-bs-theme="dark"] .travel-body h3,
[data-bs-theme="dark"] .travel-body h4,
[data-bs-theme="dark"] .travel-body h5,
[data-bs-theme="dark"] .travel-body h6,
[data-bs-theme="dark"] .travel-body .travel-card__footer strong,
[data-bs-theme="dark"] .travel-body .travel-booking-box > strong,
[data-bs-theme="dark"] .travel-body .travel-service-grid strong,
[data-bs-theme="dark"] .travel-body .travel-detail-grid strong,
[data-theme="dark"] .travel-body h1,
[data-theme="dark"] .travel-body h2,
[data-theme="dark"] .travel-body h3,
[data-theme="dark"] .travel-body h4,
[data-theme="dark"] .travel-body h5,
[data-theme="dark"] .travel-body h6,
[data-theme="dark"] .travel-body .travel-card__footer strong,
[data-theme="dark"] .travel-body .travel-booking-box > strong,
[data-theme="dark"] .travel-body .travel-service-grid strong,
[data-theme="dark"] .travel-body .travel-detail-grid strong {
  color: var(--travel-text-strong);
}

[data-bs-theme="dark"] .travel-body p,
[data-bs-theme="dark"] .travel-body .travel-meta,
[data-bs-theme="dark"] .travel-body .travel-card__topline,
[data-bs-theme="dark"] .travel-body .travel-detail-grid span,
[data-bs-theme="dark"] .travel-body .travel-service-grid span,
[data-bs-theme="dark"] .travel-body .travel-price-breakdown span,
[data-bs-theme="dark"] .travel-body .travel-category-grid span,
[data-bs-theme="dark"] .travel-body .travel-field-hint,
[data-theme="dark"] .travel-body p,
[data-theme="dark"] .travel-body .travel-meta,
[data-theme="dark"] .travel-body .travel-card__topline,
[data-theme="dark"] .travel-body .travel-detail-grid span,
[data-theme="dark"] .travel-body .travel-service-grid span,
[data-theme="dark"] .travel-body .travel-price-breakdown span,
[data-theme="dark"] .travel-body .travel-category-grid span,
[data-theme="dark"] .travel-body .travel-field-hint {
  color: var(--travel-text-muted);
}

[data-bs-theme="dark"] .travel-body .text-muted,
[data-bs-theme="dark"] .travel-body .small.text-muted,
[data-theme="dark"] .travel-body .text-muted,
[data-theme="dark"] .travel-body .small.text-muted {
  color: var(--travel-text-soft) !important;
}
