.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.gtp-page{width:100%;max-width:75rem;margin:0 auto;padding:clamp(1rem,3vw,1.5rem) clamp(1rem,4vw,2rem) clamp(2.5rem,6vw,4rem)}.gtp-card{display:flex;flex-direction:column;gap:12px;width:100%;padding:24px 0;background:#fff;border-radius:16px}.gtp-alert{display:flex;align-items:flex-start;gap:12px;margin:0 24px;padding:12px;background:#fce8e8;border:1px solid #f1a1a1;border-radius:8px;color:#420606;font-size:14px;line-height:18px;letter-spacing:-.15px}.gtp-alert[hidden]{display:none!important}.gtp-alert__text{margin:0;flex:1;min-width:0}.gtp-alert__link{color:#0039b2;text-decoration:underline;text-decoration-skip-ink:none;font-weight:400}.gtp-alert__link:hover{color:#00257a}.gtp-alert__icon{flex-shrink:0;margin-top:1px}.gtp-card__body{display:flex;flex-direction:column;gap:12px;width:100%}.gtp-row{display:grid;gap:8px;width:100%;padding:0 24px}.gtp-row--locations{grid-template-columns:1fr}@media (min-width:640px){.gtp-row--locations{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:900px){.gtp-row--locations{grid-template-columns:repeat(3,minmax(0,1fr))}}.gtp-row--2{grid-template-columns:1fr}@media (min-width:640px){.gtp-row--2{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}.gtp-row--1{grid-template-columns:1fr}.gtp-field{min-width:0;position:relative}.gtp-input-wrap{display:flex;align-items:center;gap:8px;min-height:48px;padding:0 12px;border:1px solid #afbdd5;border-radius:8px;background:#fff;transition:border-color .15s,box-shadow .15s}.gtp-input-wrap:focus-within{border-color:#5d6f98;box-shadow:0 0 0 1px rgba(93,111,152,.25)}.gtp-input-wrap--textarea{align-items:flex-start;padding-top:10px;padding-bottom:10px;min-height:84px}.gtp-field--error .gtp-input-wrap--travelers{border-width:2px;border-color:#c61212;padding-right:8px}.gtp-input{flex:1;min-width:0;width:100%;border:0;margin:0;padding:12px 0;font-family:inherit;font-size:16px;line-height:20px;letter-spacing:-.31px;color:#00133d;background:0 0;outline:0}.gtp-input::placeholder{color:#5d6f98}.gtp-input--travelers{padding-right:4px;appearance:textfield}.gtp-input--travelers::-webkit-inner-spin-button,.gtp-input--travelers::-webkit-outer-spin-button{appearance:none;margin:0}.gtp-input-wrap--travelers{gap:6px}.gtp-input__warn{display:none;flex-shrink:0}.gtp-field--error .gtp-input__warn{display:block}.gtp-input__chevron{flex-shrink:0;display:flex;align-items:center;justify-content:center;opacity:.85}.gtp-input-wrap--phone{gap:12px}.gtp-phone-prefix{flex-shrink:0;width:4.25rem;font-size:16px;line-height:20px;letter-spacing:-.31px;color:#00133d;white-space:nowrap}.gtp-phone-divider{width:1px;align-self:stretch;min-height:1.5rem;background:#afbdd5}.gtp-input--phone{padding-left:0}.gtp-textarea{resize:vertical;min-height:3.75rem;padding:2px 0}input.gtp-input[type=date]{min-height:44px;color-scheme:light}.gtp-autosuggest-mount{position:relative;width:100%;min-width:0}.gtp-autosuggest-mount .location-autosuggest__list{position:absolute;left:0;right:0;top:calc(100% + 4px);z-index:20;max-height:280px;overflow-y:auto;margin:0;padding:4px 0;list-style:none;background:#fff;border:1px solid #afbdd5;border-radius:8px;box-shadow:0 10px 28px rgba(0,19,61,.12)}.gtp-autosuggest-mount .location-autosuggest__list[hidden]{display:none!important}.gtp-autosuggest-mount .location-autosuggest__option{padding:10px 12px;font-size:15px;line-height:1.35;color:#00133d;cursor:pointer}.gtp-autosuggest-mount .location-autosuggest__option--active,.gtp-autosuggest-mount .location-autosuggest__option:hover{background:#f0f4fa;outline:0}.gtp-autosuggest-mount .location-autosuggest__row--empty{padding:10px 12px;font-size:15px;line-height:1.35;color:#5d6f98;cursor:default}.gtp-actions{display:flex;justify-content:flex-end;padding:0 24px;width:100%}.gtp-btn{display:flex;align-items:center;justify-content:center;width:100%;max-width:280px;min-width:152px;min-height:48px;padding:8px 24px;border:0;border-radius:1000px;cursor:pointer;font-family:inherit;font-size:18px;font-weight:700;line-height:22px;letter-spacing:-.44px;color:#fff;background-image:linear-gradient(264deg,#d13100 0,#fb5313 100%);transition:transform .12s,filter .12s}.gtp-btn:hover{filter:brightness(1.03)}.gtp-btn:active{transform:scale(.99)}@media (max-width:639px){.gtp-actions{justify-content:stretch}.gtp-btn{max-width:none}}.gtp-trip-summary{padding:0 24px 4px;font-size:14px;line-height:1.45;color:#00133d}.gtp-trip-summary[hidden]{display:none!important}.gtp-trip-summary__type{margin:0 0 6px;font-weight:600}.gtp-trip-summary__params{margin:0;color:#5d6f98}.gtp-o-n-d{font-weight:600;color:#00133d}.gtp-modal[hidden]{display:none!important}.gtp-modal:not([hidden]){position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.gtp-modal__backdrop{position:absolute;inset:0;background:rgba(0,19,61,.45)}.gtp-modal__panel{position:relative;z-index:1;width:100%;max-width:22rem;padding:1.25rem 1.5rem;background:#fff;border-radius:12px;box-shadow:0 16px 48px rgba(0,19,61,.2)}.gtp-modal__title{margin:0 0 .75rem;font-size:1.125rem;font-weight:700;color:#00133d}.gtp-modal__list{margin:0 0 1rem;padding-left:1.25rem;color:#420606;font-size:14px}.gtp-modal__text{margin:0 0 1rem;font-size:15px;color:#00133d}.gtp-modal__btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 1.25rem;border:0;border-radius:8px;font:inherit;font-weight:600;cursor:pointer;color:#fff;background-image:linear-gradient(264deg,#d13100 0,#fb5313 100%)}

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

.gtp-page {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: clamp(1rem, 3vw, 1.5rem) clamp(1rem, 4vw, 2rem) clamp(2.5rem, 6vw, 4rem);
}

.gtp-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  padding: 24px 0;
  background: #fff;
  border-radius: 16px;
    border: 1px solid #cad3e3;
}

.gtp-alert {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0 24px;
  padding: 12px;
  background: #fce8e8;
  border: 1px solid #f1a1a1;
  border-radius: 8px;
  color: #420606;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.15px;
}

.gtp-alert[hidden] {
  display: none !important;
}

.gtp-alert__text {
  margin: 0;
  flex: 1;
  min-width: 0;
}

.gtp-alert__link {
  color: #0039b2;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  font-weight: 400;
}

.gtp-alert__link:hover {
  color: #00257a;
}

.gtp-alert__icon {
  flex-shrink: 0;
  margin-top: 1px;
}
.gtp-alert__icon svg, .gtp-input__warn svg {
  fill: none;
}
.gtp-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.gtp-row {
  display: grid;
  gap: 8px;
  width: 100%;
  padding: 0 24px;
}

.gtp-row--locations {
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .gtp-row--locations {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .gtp-row--locations {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.gtp-row--2 {
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .gtp-row--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}

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

.gtp-field {
  min-width: 0;
  position: relative;
}

.gtp-input-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 12px;
  border: 1px solid #afbdd5;
  border-radius: 8px;
  background: #fff;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.gtp-input-wrap:focus-within {
  border-color: #5d6f98;
  box-shadow: 0 0 0 1px rgba(93, 111, 152, 0.25);
}

.gtp-input-wrap--textarea {
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 84px;
}

.gtp-field--error .gtp-input-wrap--travelers {
  border-width: 2px;
  border-color: #c61212;
  padding-right: 8px;
}

.gtp-input {
  flex: 1;
  min-width: 0;
  width: 100%;
  border: 0;
  margin: 0;
  padding: 12px 0;
  font-family: inherit;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.31px;
  color: #00133d;
  background: transparent;
  outline: none;
}

.gtp-input::placeholder {
  color: #5d6f98;
}

.gtp-input--travelers {
  padding-right: 4px;
  appearance: textfield;
}

.gtp-input--travelers::-webkit-outer-spin-button,
.gtp-input--travelers::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

.gtp-input-wrap--travelers {
  gap: 6px;
}

.gtp-input-wrap--location {
  gap: 6px;
  padding-right: 8px;
}

.gtp-input__clear {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #5d6f98;
  cursor: pointer;
  transition: color 0.15s ease, background-color 0.15s ease;
}

.gtp-input__clear[hidden] {
  display: none;
}

.gtp-input__clear:hover {
  color: #00133d;
  background: rgba(93, 111, 152, 0.12);
}

.gtp-input__clear:focus-visible {
  outline: 2px solid #5d6f98;
  outline-offset: 1px;
}

.gtp-input__warn {
  display: none;
  flex-shrink: 0;
}

.gtp-field--error .gtp-input__warn {
  display: block;
}

.gtp-input__chevron {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.85;
}

.gtp-input-wrap--phone {
  gap: 12px;
  position: relative;
}

.gtp-phone-prefix-wrap {
  position: relative;
  flex-shrink: 0;
}

.gtp-phone-prefix {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  min-width: 4.25rem;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.31px;
  color: #00133d;
  white-space: nowrap;
  background: transparent;
  cursor: pointer;
}

.gtp-phone-prefix:hover {
  color: #002066;
}

.gtp-phone-prefix:focus-visible {
  outline: 2px solid #5d6f98;
  outline-offset: 2px;
  border-radius: 4px;
}

.gtp-phone-prefix__chevron {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  opacity: 0.85;
}

.gtp-country-code-list {
  position: absolute;
  left: -13px;
  top: calc(100% + 8px);
  z-index: 60;
  min-width: min(16rem, 85vw);
  max-width: min(20rem, 92vw);
  max-height: 255px;
  margin: 0;
  padding: 4px 0;
  list-style: none;
  overflow-y: auto;
  border: 1px solid #afbdd5;
  border-radius: 0 0 8px 8px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(24, 26, 37, 0.12);
}

.gtp-country-code-list[hidden] {
  display: none !important;
}

.gtp-country-code-list__option {
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.35;
  color: #00133d;
  cursor: pointer;
}

.gtp-country-code-list__option:hover,
.gtp-country-code-list__option--active {
  background: #eef1f6;
}

.gtp-country-code-list__option--selected {
  font-weight: 600;
  background: #f5f6fa;
}

.gtp-country-code-list__option[aria-selected="true"] {
  font-weight: 600;
}

.gtp-phone-divider {
  width: 1px;
  align-self: stretch;
  min-height: 1.5rem;
  background: #afbdd5;
}

.gtp-input--phone {
  padding-left: 0;
}

.gtp-textarea {
  resize: vertical;
  min-height: 3.75rem;
  padding: 2px 0;
}

/* LocationAutosuggest mount: list is appended here (position under input row) */
.gtp-autosuggest-mount {
  position: relative;
  width: 100%;
  min-width: 0;
}

.gtp-autosuggest-mount .location-autosuggest__list {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  z-index: 20;
  max-height: 280px;
  overflow-y: auto;
  margin: 0;
  padding: 4px 0;
  list-style: none;
  background: #fff;
  border: 1px solid #afbdd5;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(0, 19, 61, 0.12);
}

.gtp-autosuggest-mount .location-autosuggest__list[hidden] {
  display: none !important;
}

.gtp-autosuggest-mount .location-autosuggest__option {
  padding: 10px 12px;
  font-size: 15px;
  line-height: 1.35;
  color: #00133d;
  cursor: pointer;
}

.gtp-autosuggest-mount .location-autosuggest__option:hover,
.gtp-autosuggest-mount .location-autosuggest__option--active {
  background: #f0f4fa;
  outline: none;
}

.gtp-autosuggest-mount .location-autosuggest__row--empty {
  padding: 10px 12px;
  font-size: 15px;
  line-height: 1.35;
  color: #5d6f98;
  cursor: default;
}

.gtp-actions {
  display: flex;
  justify-content: flex-end;
  padding: 0 24px;
  width: 100%;
}

.gtp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 280px;
  min-width: 152px;
  min-height: 48px;
  padding: 8px 24px;
  border: 0;
  border-radius: 1000px;
  cursor: pointer;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.44px;
  color: #fff;
  background-image: linear-gradient(264deg, #d13100 0%, #fb5313 100%);
  transition: transform 0.12s ease, filter 0.12s ease;
}

.gtp-btn:hover {
  filter: brightness(1.03);
}

.gtp-btn:active {
  transform: scale(0.99);
}

@media (max-width: 639px) {
  .gtp-actions {
    justify-content: stretch;
  }

  .gtp-btn {
    max-width: none;
  }
}

/* Trip summary (URL query params) */
.gtp-trip-summary {
  padding: 0 24px 4px;
  font-size: 14px;
  line-height: 1.45;
  color: #00133d;
}

.gtp-trip-summary[hidden] {
  display: none !important;
}

.gtp-trip-summary__type {
  margin: 0 0 6px;
  font-weight: 600;
}

.gtp-trip-summary__params {
  margin: 0;
  color: #5d6f98;
}

.gtp-o-n-d {
  font-weight: 600;
  color: #00133d;
}

/* Modals (success / validation errors) */
.gtp-modal[hidden] {
  display: none !important;
}

.gtp-modal:not([hidden]) {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.gtp-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 19, 61, 0.45);
}

.gtp-modal__panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 22rem;
  padding: 1.25rem 1.5rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 16px 48px rgba(0, 19, 61, 0.2);
}

.gtp-modal__title {
  margin: 0 0 0.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #00133d;
}

.gtp-modal__list {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
  color: #420606;
  font-size: 14px;
}

.gtp-modal__text {
  margin: 0 0 1rem;
  font-size: 15px;
  color: #00133d;
}

.gtp-modal__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 1.25rem;
  border: 0;
  border-radius: 8px;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  color: #fff;
    background-image: linear-gradient(264deg, #d13100 0, #fb5313 100%)
}

.gt-wheading-wrapper {
    margin-top: 3rem;
    margin-bottom: 2.5rem
}

.gt-subheading {
    font-size: 1rem;
    color: #4c5b7b;
    line-height: 1.25rem
}

.gt-heading a,
.gt-heading a:hover {
    color: var(--deep-blue, #002066) !important
}

.gt-heading a:hover {
    text-decoration: underline
}

@media (max-width:767px) {

    .gtp-actions,
    .gtp-card,
    .gtp-row {
        width: auto
    }

    .gt-heading {
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: 700;
        color: #002066 !important;
        padding-bottom: .5rem
    }

    .gt-heading a {
        color: var(--deep-blue) !important
    }

    .gt-wheading-wrapper {
        margin: 2.5rem .75rem 1rem
    }

    .gtp-card {
        border: 1px solid #cad3e3;
        margin: 0 .75rem;
        box-shadow: none;
        padding: 1rem 0
    }

    .gtp-row {
        padding: 0 1rem
    }
}

@media (max-width:991px) and (orientation:landscape) {

    .gtp-actions,
    .gtp-card,
    .gtp-row {
        width: auto
    }

    .gt-heading {
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: 700;
        color: #002066 !important;
        padding-bottom: .5rem
    }

    .gt-heading a {
        color: var(--deep-blue) !important
    }

    .gt-wheading-wrapper {
        margin: 2.5rem .75rem 1rem
    }

    .gtp-card {
        border: 1px solid #cad3e3;
        margin: 0 .75rem;
        box-shadow: none;
        padding: 1rem 0
    }

    .gtp-row {
        padding: 0 1rem
    }
}
/* Date-range calendar (GrpTravelPage) */

.gtp-row--dates {
  position: relative;
}

.calendar-field {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 12px;
  border: 1px solid #afbdd5;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.calendar-field:focus-within {
  border-color: #5d6f98;
  box-shadow: 0 0 0 1px rgba(93, 111, 152, 0.25);
}

.calendar-field__icon {
  flex-shrink: 0;
  display: flex;
  color: #5d6f98;
  position: relative;
  top: -2px;
}

.calendar-field__input {
  flex: 1;
  min-width: 0;
  border: 0;
  margin: 0;
  padding: 12px 0;
  font-family: inherit;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.31px;
  color: #00133d;
  background: transparent;
  cursor: pointer;
  outline: none;
}

.calendar-field__input::placeholder {
  color: #5d6f98;
}

.calendar-field__label {
  flex-shrink: 0;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.15px;
  color: #5d6f98;
  text-transform: uppercase;
  display: none;
}

/* Shared popup */
.calendar {
  position: absolute;
  left: 24px;
  right: 24px;
  top: calc(100% + 8px);
  z-index: 30;
  max-width: 42rem;
  background: #fff;
  border: 1px solid #afbdd5;
  border-radius: 12px;
  box-shadow: 0 16px 48px rgba(0, 19, 61, 0.16);
}
.calendar.return-cal{margin-left: auto;}
.calendar[hidden] {
  display: none !important;
}

.calendar__wrapper {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.calendar__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  padding: 16px 16px 12px;
  border-bottom: 1px solid #e8edf5;
}
.searchWidgetV2 #widgetcalendar .calendar__header{
  padding: 16px 16px 12px;
}

.calendar__mobile-title {
  width: 100%;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  color: #00133d;
  text-align: left;
}

.calendar__tabs {
  display: flex;
  gap: 4px;
}

.calendar__tab {
  margin: 0;
  padding: 8px 14px;
  border: 1px solid #afbdd5;
  border-radius: 1000px;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  color: #5d6f98;
  background: #fff;
  cursor: pointer;
  transition: background 0.12s ease, color 0.12s ease, border-color 0.12s ease;
}

.calendar__tab--active,
.calendar__tab[aria-selected="true"] {
  color: #fff;
  background: #0039b2;
  border-color: #0039b2;
}

.calendar__header-date {
  flex: 1;
  min-width: 0;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #00133d;
  text-align: right;
}

.calendar-content {
  position: relative;
  padding: 8px 12px 12px;
}

.calendar__nav {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 2;
}

.calendar-nav__pre,
.calendar-nav__next {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 1px solid #afbdd5;
  border-radius: 8px;
  font-size: 18px;
  line-height: 1;
  color: #00133d;
  background: #fff;
  cursor: pointer;
}

.calendar-nav__pre:hover,
.calendar-nav__next:hover {
  background: #f0f4fa;
}

.calendar-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-height: 320px;
  overflow-y: auto;
  padding-top: 44px;
}

@media (min-width: 640px) {
  .calendar-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: none;
    overflow: visible;
  }
}

.calendar-month__title {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #00133d;
}

.calendar-month__weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
  margin-bottom: 4px;
}

.calendar-month__weekday {
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  color: #5d6f98;
  padding: 4px 0;
}

.calendar-month__days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
}

.calendar-day {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 8px;
  font: inherit;
  font-size: 14px;
  color: #00133d;
  background: transparent;
  cursor: pointer;
}

.calendar-day:hover:not(:disabled):not(.calendar-day--empty) {
  background: #f0f4fa;
}

.calendar-day--empty {
  pointer-events: none;
  visibility: hidden;
}

.calendar-day--disabled {
  color: #afbdd5;
  cursor: not-allowed;
}

.calendar-day--depart,
.calendar-day--return {
  color: #fff;
  background: #0039b2;
  font-weight: 700;
}

.calendar-day--in-range {
  background: #e8f0ff;
  border-radius: 0;
}

.calendar-day--depart.calendar-day--in-range,
.calendar-day--return.calendar-day--in-range {
  border-radius: 8px;
}

.calendar__footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px 16px;
  border-top: 1px solid #e8edf5;
}

.calendar__btn-reset,
.calendar__btn-done {
  min-height: 44px;
  padding: 0 20px;
  border-radius: 8px;
  font: inherit;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.calendar__btn-reset {
  border: 1px solid #afbdd5;
  color: #00133d;
  background: #fff;
}

.calendar__btn-done {
  border: 0;
  color: #fff;
  background-image: linear-gradient(264deg, #d13100 0%, #fb5313 100%);
}

/* Mobile full-screen drawer */
@media (max-width: 767px) {
  body.popup-opened-1 {
    overflow: hidden;
  }

  .calendar {
    position: fixed;
    inset: 0;
    left: 0;
    right: 0;
    top: 0;
    max-width: none;
    margin: 0;
    border: 0;
    border-radius: 0;
    z-index: 1100;
    display: flex;
    flex-direction: column;
  }

  .calendar:not(.calendar--open) {
    display: none;
  }

  .calendar.calendar--open {
    display: flex;
  }

  .calendar__mobile-title {
    display: block;
  }

  .calendar__header-date {
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    color: #5d6f98;
  }

  .calendar-inner {
    grid-template-columns: 1fr;
    max-height: none;
    flex: 1;
    overflow-y: auto;
    padding-bottom: 24px;
  }

  .calendar__wrapper {
    flex: 1;
    min-height: 0;
  }

  .calendar-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
  }

  .calendar__nav {
    position: sticky;
    top: 0;
    background: #fff;
    padding-bottom: 8px;
  }
}
.gt-calendar-wrapper.calendar__wrapper .calendar-inner{margin-bottom: 0}