.mhs-flight-shell {
  width: 100%;
  max-width: 1190px;
  margin: 6px auto 0;
  border: 1px solid #b8cde6;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(22, 36, 57, 0.2);
  padding: 10px 12px 10px;
  position: relative;
}

body.mhs-airport-sheet-open {
  overflow: hidden;
}

.mhs-flight-alert {
  border: 1px solid #efb9b4;
  border-radius: 10px;
  background: #fff6f5;
  color: #832f26;
  font-size: 14px;
  line-height: 1.4;
  padding: 10px 12px;
  margin-bottom: 12px;
}

.mhs-flight-form {
  display: grid;
  gap: 8px;
}

.mhs-chip-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  position: relative;
  z-index: 20;
}

.mhs-chip-wrap {
  position: relative;
}

.mhs-chip-wrap-passenger {
  min-width: 116px;
}

.mhs-chip-btn {
  min-height: 44px;
  border: 1px solid #b8c9df;
  border-radius: 6px;
  background: #ffffff;
  color: #000000;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 3px 10px rgba(24, 44, 74, 0.12);
  transition: box-shadow 0.15s ease, transform 0.15s ease, background-color 0.15s ease;
}

.mhs-chip-btn:hover {
  background: #eef3fb;
  box-shadow: 0 6px 14px rgba(24, 44, 74, 0.16);
  transform: translateY(-1px);
}

.mhs-chip-btn[aria-expanded="true"] {
  background: #cad9ee;
  border-color: #8fb1ea;
  box-shadow: inset 0 -2px 0 #2e74ef;
}

.mhs-chip-btn-trip {
  min-width: 176px;
}

.mhs-chip-btn-passenger {
  min-width: 94px;
}

.mhs-chip-btn-cabin {
  min-width: 192px;
}

.mhs-chip-text {
  font-size: 20px;
  color: #3f444b;
  line-height: 1;
}

.mhs-chip-icon {
  color: #5f6774;
  font-size: 16px;
}

.mhs-chip-caret {
  color: #637187;
  font-size: 12px;
}

.mhs-chip-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 206px;
  border: 1px solid #b6c3d6;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(33, 49, 74, 0.2);
  overflow: hidden;
  z-index: 50;
}

.mhs-menu-item {
  width: 100%;
  min-height: 44px;
  border: 0;
  background: #ffffff;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 8px;
  text-align: left;
  padding: 0 2px;
  font-size: 21px;
  cursor: pointer;
}

.mhs-menu-item:hover {
  background: #eef4ff;
}

.mhs-menu-item.is-active {
  background: #c7d6ea;
}

.mhs-menu-check {
  width: 14px;
  color: #49586d;
  opacity: 0;
}

.mhs-menu-item.is-active .mhs-menu-check {
  opacity: 1;
}

.mhs-pax-panel {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  width: 300px;
  border: 1px solid #b6c3d6;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(33, 49, 74, 0.2);
  padding: 10px 10px 8px;
  z-index: 55;
}

.mhs-pax-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 6px 0;
}

.mhs-pax-meta {
  min-width: 126px;
}

.mhs-pax-title {
  color: #454b53;
  font-size: 14px;
  line-height: 1.1;
}

.mhs-pax-sub {
  color: #7a808a;
  font-size: 11px;
  margin-top: 2px;
}

.mhs-pax-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mhs-pax-step {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 5px;
  background: #e3e4e7;
  color: #9aa0a7;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.mhs-pax-step.is-plus {
  background: #e5edf9;
  color: #1e66de;
}

.mhs-pax-step[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
}

.mhs-pax-value {
  width: 26px;
  text-align: center;
  color: #49515a;
  font-size: 26px;
  font-weight: 500;
}

.mhs-pax-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  padding: 0 10px;
}

.mhs-pax-action {
  border: 0;
  background: transparent;
  color: #1e66de;
  font-size: 31px;
  font-weight: 500;
  cursor: pointer;
}

.mhs-mobile-pax-trigger,
.mhs-pax-cabin-mobile {
  display: none;
}

.mhs-main-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.mhs-route-wrap {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.mhs-origin-helper {
  grid-column: 1 / -1;
  min-height: 16px;
  padding: 0 4px;
  color: #5a6678;
  font-size: 12px;
  line-height: 1.2;
}

.mhs-destination-helper {
  grid-column: 1 / -1;
  min-height: 16px;
  padding: 0 4px;
  color: #35557a;
  font-size: 12px;
  line-height: 1.2;
}

.mhs-destination-helper-link {
  color: #1d4e9f;
  text-decoration: underline;
  font-weight: 600;
}

.mhs-destination-helper-link:hover,
.mhs-destination-helper-link:focus-visible {
  color: #123a7a;
}

.mhs-place-field {
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  border: 1px solid #b8c9df;
  border-radius: 7px;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(24, 44, 74, 0.1);
  position: relative;
}

.mhs-place-field + .mhs-place-field {
  border-left: 0;
}

.mhs-place-icon {
  color: #6d82a3;
  font-size: 22px;
  flex-shrink: 0;
}

.mhs-origin-icon {
  font-size: 19px;
}

.mhs-place-input {
  width: 100%;
  border: 0;
  background: transparent;
  color: #000000;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.1;
  outline: none;
  padding-right: 36px;
}

.mhs-place-input::placeholder {
  color: #0f325d;
  opacity: 1;
}

.mhs-place-field.is-airport-open {
  border-color: #8eb2f2;
  box-shadow: 0 2px 8px rgba(24, 44, 74, 0.1), 0 0 0 2px rgba(28, 100, 242, 0.14);
  z-index: 22;
}

.mhs-airport-dropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  border: 1px solid #c9ced6;
  border-radius: 10px;
  background: #f1f3f4;
  box-shadow: 0 10px 20px rgba(17, 37, 66, 0.18);
  overflow: hidden;
  z-index: 90;
}

.mhs-airport-list {
  max-height: 320px;
  overflow: auto;
}

.mhs-airport-option {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #d2d7df;
  background: #f1f3f4;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  text-align: left;
  padding: 10px 12px;
  cursor: pointer;
}

.mhs-airport-option:last-child {
  border-bottom: 0;
}

.mhs-airport-option:hover,
.mhs-airport-option.is-active {
  background: #e6eaee;
}

.mhs-airport-option-left {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
  flex: 1 1 auto;
}

.mhs-airport-option-icon {
  width: 22px;
  color: #666c75;
  font-size: 14px;
  flex-shrink: 0;
  padding-top: 2px;
}

.mhs-airport-option-content {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.mhs-airport-option-main {
  color: #262b30;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mhs-airport-option-sub {
  color: #666d76;
  font-size: 13px;
  line-height: 1.2;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mhs-airport-option-country {
  color: #7c848f;
  font-size: 12px;
  line-height: 1.2;
  flex: 0 0 auto;
  padding-top: 2px;
}

.mhs-airport-empty {
  color: #59616d;
  font-size: 14px;
  padding: 11px 12px;
}

.mhs-airport-clear {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 50%;
  background: #d0d5dc;
  color: #4b535d;
  font-size: 18px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}

.mhs-airport-clear:hover {
  background: #bcc4ce;
}

.mhs-airport-clear[hidden] {
  display: none;
}

.mhs-route-btn {
  position: absolute;
  top: 29%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 38px;
  height: 38px;
  border: 1px solid #b8c9df;
  border-radius: 50%;
  background: #edf1f6;
  color: #475c79;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  z-index: 2;
}

.mhs-date-wrap {
  position: relative;
  border: 1px solid #c8d0de;
  border-radius: 7px;
  background: #ffffff;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: 68px;
  box-shadow: 0 2px 8px rgba(24, 44, 74, 0.1);
  overflow: hidden;
}

.mhs-date-wrap.is-oneway {
  grid-template-columns: 1fr;
}

.mhs-date-wrap.is-oneway [data-return-wrap] {
  display: none;
}

.mhs-date-cell {
  min-height: 68px;
  background: #ffffff;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 0;
  min-width: 0;
}

.mhs-main-grid > * {
  min-width: 0;
}

.mhs-place-input,
.mhs-date-value {
  font-size: 25px;
  line-height: 1.1;
}

.mhs-date-cell + .mhs-date-cell {
  border-left: 1px solid #d3dae6;
}

.mhs-date-main {
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 8px 0 14px;
  text-align: left;
  cursor: pointer;
  color: #1b365d;
  overflow: hidden;
}

.mhs-date-main:hover {
  background: #f7faff;
}

.mhs-date-main:focus-visible {
  outline: 2px solid #356fcc;
  outline-offset: -2px;
}

.mhs-date-shift-wrap {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding-right: 8px;
  background: #ffffff;
}

.mhs-date-shift-btn {
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #64748b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.mhs-date-shift-btn:hover {
  background: #e6edf9;
  color: #264d88;
}

.mhs-date-shift-btn:focus-visible {
  outline: 2px solid #356fcc;
  outline-offset: 1px;
}

.mhs-date-shift-btn[disabled] {
  opacity: 0.35;
  cursor: not-allowed;
}

.mhs-date-trigger[disabled] {
  cursor: not-allowed;
  opacity: 0.55;
}

.mhs-flight-form.mhs-cal-open .mhs-date-trigger.is-active {
  background: #edf3ff;
}

.mhs-date-input-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mhs-date-icon {
  color: #6a7482;
  font-size: 21px;
  flex-shrink: 0;
}

.mhs-date-value {
  color: #1d3557;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
}

.mhs-date-value:empty {
  display: inline;
}

.mhs-date-value.is-empty {
  color: #6d7482;
  font-weight: 500;
}

.mhs-calendar-popover {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: auto;
  width: min(860px, 100%);
  border: 1px solid #c8ced8;
  border-radius: 8px;
  background: #f4f5f7;
  box-shadow: 0 10px 24px rgba(28, 43, 68, 0.22);
  z-index: 9999;
  overflow: visible;
}

.mhs-cal-picked-row {
  min-height: 68px;
  border-bottom: 1px solid #d7dbe2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #f8f9fb;
}

.mhs-cal-picked {
  min-height: 68px;
  border: 0;
  border-right: 1px solid #d7dbe2;
  background: #f8f9fb;
  color: #243444;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 0 14px;
  text-align: left;
  cursor: pointer;
}

.mhs-cal-picked:last-child {
  border-right: 0;
}

.mhs-cal-picked i {
  color: #5f6773;
  font-size: 18px;
  flex-shrink: 0;
}

.mhs-cal-picked-text {
  color: #243444;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.1;
}

.mhs-cal-picked.is-active {
  background: #f2f6ff;
  box-shadow: inset 0 -2px 0 #3f7df3;
}

.mhs-cal-picked[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
}

.mhs-cal-top {
  min-height: 68px;
  border-bottom: 1px solid #d7dbe2;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
}

.mhs-cal-triptype {
  color: #3f434b;
  font-size: 14px;
  font-weight: 500;
  min-width: 96px;
}

.mhs-cal-reset {
  border: 0;
  background: transparent;
  color: #a0a5ae;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.mhs-cal-tabs {
  margin-left: auto;
  border: 1px solid #cfd5df;
  border-radius: 6px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  min-width: 340px;
  max-width: 100%;
}

.mhs-cal-tab {
  min-height: 50px;
  border: 0;
  border-right: 1px solid #d6dbe3;
  background: #f4f5f7;
  color: #666e79;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 0 12px;
  cursor: pointer;
}

.mhs-cal-tab:last-child {
  border-right: 0;
}

.mhs-cal-tab.is-active {
  box-shadow: inset 0 0 0 2px #4385f4;
  background: #f8fbff;
}

.mhs-cal-tab[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
}

.mhs-cal-months {
  position: relative;
  min-height: 310px;
}

.mhs-cal-months-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 14px 12px 12px;
}

.mhs-cal-month-title {
  text-align: center;
  color: #30353d;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}

.mhs-cal-weekdays,
.mhs-cal-days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 2px;
}

.mhs-cal-weekday {
  text-align: center;
  color: #5a6069;
  font-size: 13px;
  font-weight: 500;
  padding: 2px 0;
}

.mhs-cal-day-slot {
  min-height: 40px;
}

.mhs-cal-day {
  width: 100%;
  min-height: 36px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #343a43;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  cursor: pointer;
}

.mhs-cal-day-number {
  font-size: 14px;
  font-weight: 500;
}

.mhs-cal-day:hover:not([disabled]) {
  background: #e8ecf4;
}

.mhs-cal-day[disabled] {
  opacity: 0.35;
  cursor: not-allowed;
}

.mhs-cal-day.is-start,
.mhs-cal-day.is-end {
  background: #4c86f7;
  color: #fff;
}

.mhs-cal-day.is-range {
  background: #dde8ff;
  color: #2a4d85;
}

.mhs-cal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: 1px solid #cad0db;
  border-radius: 50%;
  background: #fff;
  color: #4671c7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
}

.mhs-cal-nav-prev {
  left: -12px;
}

.mhs-cal-nav-next {
  right: -12px;
}

.mhs-cal-bottom {
  min-height: 56px;
  border-top: 1px solid #d7dbe2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 12px;
}

.mhs-cal-note {
  color: #636a75;
  font-size: 13px;
}

.mhs-cal-done {
  min-width: 90px;
  min-height: 34px;
  border: 0;
  border-radius: 999px;
  background: #1f6ff0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 0 12px;
  cursor: pointer;
}

.mhs-return-disabled {
  opacity: 0.55;
}

.mhs-flight-form.mhs-cal-open .mhs-submit-row {
  opacity: 0;
  pointer-events: none;
}

.hero .hero-carousel .carousel-inner,
.hero .hero-carousel .carousel-item,
.hero .hero-carousel .hero-item,
.hero .hero-carousel .hero-caption {
  overflow: visible;
}

.mhs-submit-row {
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
}

.mhs-search-btn {
  min-width: 168px;
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #1f6ff0 0%, #1455ba 100%);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  box-shadow: 0 8px 16px rgba(23, 83, 184, 0.28);
  cursor: pointer;
}

.mhs-search-btn i {
  font-size: 21px;
}

.mhs-search-btn span {
  font-size: 22px;
}

.mhs-search-btn:hover {
  filter: brightness(1.05);
}

.mhs-support-services-grid > [class*="col-"] {
  display: flex;
}

.mhs-support-services-grid .mhs-support-card {
  width: 100%;
  height: 100%;
  min-height: 126px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.mhs-support-services-grid .mhs-support-card .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}

.mhs-support-services-grid .mhs-support-card .card-title {
  margin-bottom: 4px;
}

.mhs-support-services-grid .mhs-support-card .card-desc {
  margin: 0;
}

.mhs-discovery-title {
  color: var(--bs-dark-blue);
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 8px;
}

.mhs-discovery-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.mhs-discovery-subtitle {
  margin: 0;
  color: #3e536d;
  font-size: 16px;
  line-height: 1.4;
}

.mhs-discovery-meta {
  margin: 6px 0 0;
  color: #4f6178;
  font-size: 14px;
}

.mhs-discovery-country {
  min-width: 210px;
}

.mhs-discovery-country-label {
  display: block;
  margin-bottom: 5px;
  color: #2a3d58;
  font-size: 13px;
  font-weight: 600;
}

.mhs-discovery-country-select {
  width: 100%;
  min-height: 40px;
  border: 1px solid #b6c3d9;
  border-radius: 8px;
  background: #fff;
  color: #1f3658;
  font-size: 15px;
  padding: 0 12px;
}

.mhs-discovery-lists {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.mhs-discovery-list-block {
  border: 1px solid #d8e0ec;
  border-radius: 10px;
  background: #f7f9fc;
  padding: 12px 14px;
}

.mhs-discovery-list-title {
  margin: 0 0 8px;
  color: #173a67;
  font-size: 17px;
  font-weight: 700;
}

.mhs-discovery-list {
  margin: 0;
  padding-left: 16px;
  color: #314a67;
  font-size: 14px;
  line-height: 1.45;
}

.mhs-discovery-list li + li {
  margin-top: 6px;
}

.mhs-destination-shell {
  position: relative;
}

.mhs-destination-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 2px 4px 6px 2px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.mhs-destination-track::-webkit-scrollbar {
  display: none;
}

.mhs-destination-card {
  --mhs-card-tint: rgba(10, 62, 89, 0.28);
  --mhs-destination-image: url("/assets/img/background/journeyvacation.jpg");
  flex: 0 0 164px;
  height: 118px;
  border-radius: 12px;
  background-image:
    linear-gradient(180deg, rgba(8, 15, 31, 0.08) 45%, rgba(8, 15, 31, 0.65) 100%),
    linear-gradient(130deg, var(--mhs-card-tint), rgba(10, 62, 89, 0.1)),
    var(--mhs-destination-image);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  padding: 10px 12px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 16px rgba(10, 37, 56, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mhs-destination-card span {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.1;
}

.mhs-destination-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 11px 20px rgba(10, 37, 56, 0.27);
}

.mhs-card-tone-1 {
  --mhs-card-tint: rgba(31, 120, 173, 0.38);
  background-position: 12% 58%;
}

.mhs-card-tone-2 {
  --mhs-card-tint: rgba(16, 116, 208, 0.34);
  background-position: 22% 46%;
}

.mhs-card-tone-3 {
  --mhs-card-tint: rgba(53, 129, 174, 0.32);
  background-position: 34% 42%;
}

.mhs-card-tone-4 {
  --mhs-card-tint: rgba(16, 141, 188, 0.34);
  background-position: 47% 52%;
}

.mhs-card-tone-5 {
  --mhs-card-tint: rgba(61, 111, 137, 0.38);
  background-position: 58% 40%;
}

.mhs-card-tone-6 {
  --mhs-card-tint: rgba(92, 122, 63, 0.35);
  background-position: 74% 56%;
}

.mhs-card-tone-7 {
  --mhs-card-tint: rgba(141, 95, 72, 0.34);
  background-position: 86% 56%;
}

.mhs-destination-next {
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: 1px solid #cad2df;
  border-radius: 50%;
  background: #f6f8fc;
  color: var(--bs-dark-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 12px rgba(15, 41, 70, 0.14);
  cursor: pointer;
}

.mhs-destination-next:hover {
  background: #eef3fc;
}

.mhs-faq-lite-title {
  color: var(--bs-dark-blue);
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 12px;
}

.mhs-faq-accordion {
  border-top: 1px solid #d4dde9;
}

.mhs-faq-accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid #d4dde9;
  background: transparent;
}

.mhs-faq-accordion .accordion-button {
  background: transparent;
  color: #0f2e4d;
  font-size: 17px;
  font-weight: 600;
  padding: 17px 8px 17px 0;
  box-shadow: none;
}

.mhs-faq-accordion .accordion-button:not(.collapsed) {
  color: var(--bs-dark-blue);
}

.mhs-faq-accordion .accordion-button::after {
  width: 18px;
  height: 18px;
  background-size: 18px;
  filter: saturate(0.1);
}

.mhs-faq-accordion .accordion-body {
  color: #425266;
  font-size: 15px;
  line-height: 1.55;
  padding: 0 4px 16px 0;
}

.mhs-destination-page-hero .hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mhs-destination-page-hero .hero-caption {
  padding-top: 26px;
  padding-bottom: 34px;
}

.mhs-destination-hero-copy {
  max-width: 860px;
  margin-bottom: 14px;
}

.mhs-destination-hero-kicker {
  margin: 0 0 6px;
  color: #ffe68a;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.mhs-destination-hero-title {
  margin: 0;
  color: #ffffff;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 800;
}

.mhs-destination-hero-subtitle {
  margin: 8px 0 0;
  color: #edf4ff;
  font-size: 16px;
  line-height: 1.45;
  max-width: 760px;
}

.mhs-destination-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.8fr);
  gap: 18px;
  align-items: start;
}

.mhs-destination-primary,
.mhs-destination-side-card {
  border: 1px solid #d8e0ec;
  border-radius: 12px;
  background: #f7f9fc;
  padding: 14px 16px;
}

.mhs-destination-section-title {
  margin: 0 0 8px;
  color: #123761;
  font-size: 30px;
  font-weight: 800;
}

.mhs-destination-overview {
  margin: 0;
  color: #2d4664;
  font-size: 16px;
  line-height: 1.6;
}

.mhs-destination-facts {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.mhs-destination-fact-card {
  border: 1px solid #d4dceb;
  border-radius: 10px;
  background: #ffffff;
  padding: 10px 12px;
  display: grid;
  gap: 4px;
}

.mhs-destination-fact-label {
  color: #5a6b82;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.mhs-destination-fact-card strong {
  color: #13385f;
  font-size: 15px;
  line-height: 1.35;
}

.mhs-destination-subtitle {
  margin: 14px 0 8px;
  color: #15416f;
  font-size: 20px;
  font-weight: 700;
}

.mhs-destination-points {
  margin: 0;
  padding-left: 18px;
  color: #314a67;
  font-size: 15px;
  line-height: 1.55;
}

.mhs-destination-points li + li {
  margin-top: 6px;
}

.mhs-destination-sidebar {
  display: grid;
  gap: 12px;
}

.mhs-destination-airport-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.mhs-destination-airport-list li {
  border: 1px solid #d6deec;
  border-radius: 10px;
  background: #ffffff;
  padding: 10px 12px;
  display: grid;
  gap: 2px;
}

.mhs-destination-airport-link {
  display: grid;
  gap: 2px;
  text-decoration: none;
}

.mhs-destination-airport-list strong {
  color: #0f3259;
  font-size: 15px;
}

.mhs-destination-airport-list span {
  color: #40566f;
  font-size: 14px;
  line-height: 1.45;
}

.mhs-destination-nearby {
  display: grid;
  gap: 8px;
}

.mhs-destination-nearby-item {
  border: 1px solid #d4dceb;
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
  text-decoration: none;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  align-items: center;
}

.mhs-destination-nearby-item img {
  width: 88px;
  height: 64px;
  object-fit: cover;
}

.mhs-destination-nearby-item span {
  padding: 0 10px;
  color: #163f69;
  font-size: 15px;
  font-weight: 600;
}

.mhs-destination-nearby-copy {
  padding: 0 10px;
  display: grid;
  gap: 2px;
}

.mhs-destination-nearby-city {
  color: #163f69;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}

.mhs-destination-nearby-meta {
  color: #4a617f;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

.mhs-airport-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.85fr);
  gap: 18px;
  align-items: start;
}

.mhs-travel-search {
  margin-top: 14px;
  width: min(760px, 100%);
  position: relative;
}

.mhs-travel-search-label {
  display: inline-block;
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mhs-travel-search-field {
  position: relative;
}

.mhs-travel-search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #5a6f8f;
  font-size: 14px;
}

.mhs-travel-search-input {
  width: 100%;
  min-height: 52px;
  border: 1px solid #c7d4e8;
  border-radius: 12px;
  background: #ffffff;
  color: #132742;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 44px 12px 40px;
}

.mhs-travel-search-input:focus {
  outline: 0;
  border-color: #4e79b8;
  box-shadow: 0 0 0 3px rgba(78, 121, 184, 0.2);
}

.mhs-travel-search-clear {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: #e8eef8;
  color: #3b4f6c;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.mhs-travel-search-hint {
  margin: 8px 0 0;
  color: #dce8f9;
  font-size: 13px;
}

.mhs-travel-search-light {
  margin-top: 0;
  margin-bottom: 16px;
  width: 100%;
  max-width: 100%;
}

.mhs-travel-search-light .mhs-travel-search-label {
  color: #153d67;
}

.mhs-travel-search-light .mhs-travel-search-hint {
  color: #4f6581;
}

.mhs-travel-search-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  border: 1px solid #c7d4e8;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 18px 30px rgba(8, 18, 35, 0.25);
  max-height: 360px;
  overflow: auto;
  z-index: 90;
}

.mhs-travel-result-item {
  width: 100%;
  border: 0;
  background: #ffffff;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  text-align: left;
  padding: 10px 12px;
  border-bottom: 1px solid #e4ebf6;
  cursor: pointer;
}

.mhs-travel-result-item:last-child {
  border-bottom: 0;
}

.mhs-travel-result-item.is-active,
.mhs-travel-result-item:hover {
  background: #f0f5fd;
}

.mhs-travel-result-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #224a79;
  font-size: 13px;
}

.mhs-travel-result-media {
  width: 22px;
  height: 22px;
  border-radius: 4px;
  overflow: hidden;
  background: #edf3fc;
}

.mhs-travel-result-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mhs-travel-result-copy {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.mhs-travel-result-copy strong {
  color: #183a63;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.mhs-travel-result-copy small {
  color: #526b8a;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
}

.mhs-travel-result-empty {
  padding: 12px;
  color: #4e6280;
  font-size: 13px;
}

.mhs-airline-list {
  display: grid;
  gap: 8px;
}

.mhs-airline-item {
  border: 1px solid #d4dceb;
  border-radius: 10px;
  background: #ffffff;
  text-decoration: none;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
}

.mhs-airline-logo-wrap {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #eef4fd;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.mhs-airline-logo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mhs-airline-logo-wrap i {
  color: #264f80;
  font-size: 14px;
}

.mhs-airline-copy {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.mhs-airline-copy strong {
  color: #173d69;
  font-size: 14px;
  line-height: 1.25;
}

.mhs-airline-copy small {
  color: #4f6682;
  font-size: 12px;
  font-weight: 700;
}

.mhs-destination-nearby-empty {
  border: 1px dashed #cbd7ea;
  border-radius: 10px;
  background: #ffffff;
  color: #476081;
  font-size: 14px;
  line-height: 1.5;
  padding: 12px;
}

.mhs-airlink-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.mhs-airlink-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

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

.mhs-airlink-card {
  border: 1px solid #d4dceb;
  border-radius: 10px;
  background: #ffffff;
  text-decoration: none;
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  align-items: center;
  min-height: 72px;
  overflow: hidden;
}

.mhs-airlink-thumb {
  display: inline-flex;
  width: 84px;
  height: 72px;
}

.mhs-airlink-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mhs-airlink-copy {
  min-width: 0;
  display: grid;
  gap: 2px;
  padding: 0 10px;
}

.mhs-airlink-copy strong {
  color: #163f69;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
}

.mhs-airlink-copy small {
  color: #4f6682;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 600;
}

.mhs-airlink-card-airline {
  grid-template-columns: 56px minmax(0, 1fr);
  padding-right: 6px;
}

.mhs-airlink-logo {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #eef4fd;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-left: 8px;
}

.mhs-airlink-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mhs-airlink-logo i {
  color: #264f80;
  font-size: 14px;
}

.mhs-destination-mini-title {
  margin: 12px 0 8px;
  color: #214f80;
  font-size: 15px;
  font-weight: 700;
}

.mhs-airlines-search {
  margin-bottom: 18px;
}

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

.mhs-airline-directory-card {
  border: 1px solid #d8e0ec;
  border-radius: 12px;
  background: #ffffff;
  padding: 14px;
  display: grid;
  gap: 8px;
}

.mhs-airline-directory-logo {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  border: 1px solid #dbe5f3;
  background: #eef4fd;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.mhs-airline-directory-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mhs-airline-directory-name {
  margin: 0;
  color: #173d69;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
}

.mhs-airline-directory-codes,
.mhs-airline-directory-country,
.mhs-airline-directory-description {
  margin: 0;
  color: #3f5570;
  font-size: 14px;
  line-height: 1.45;
}

.mhs-airline-directory-description {
  color: #2f4662;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mhs-airline-directory-actions {
  margin-top: 4px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.mhs-airline-btn {
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid #aec2dd;
  background: #f4f8ff;
  color: #123761;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mhs-airline-btn-primary {
  border-color: #1f59a3;
  background: #1f59a3;
  color: #ffffff;
}

.mhs-airline-pagination {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.mhs-airline-page-link {
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid #b7c8df;
  background: #ffffff;
  color: #11345b;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mhs-airline-page-link.is-disabled {
  opacity: 0.45;
  pointer-events: none;
}

.mhs-airline-page-status {
  color: #274869;
  font-size: 14px;
  font-weight: 700;
}

.mhs-airline-page-cta {
  margin-top: 14px;
}

.mhs-page-flight-form-wrap {
  margin-top: 14px;
}

.mhs-page-flight-form-wrap .mhs-flight-shell {
  margin: 0;
}

.mhs-airlines-form-wrap .mhs-flight-shell {
  padding-bottom: 18px;
}

.mhs-destination-gallery-block {
  margin-top: 16px;
}

.mhs-destination-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.mhs-destination-gallery-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  min-height: 132px;
  border: 1px solid #d3ddec;
}

.mhs-destination-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mhs-destination-gallery-item span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px 10px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  background: linear-gradient(180deg, rgba(6, 17, 34, 0) 0%, rgba(6, 17, 34, 0.78) 100%);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.mhs-destination-detail-read {
  margin-top: 16px;
  border-top: 1px solid #d8e1ee;
  padding-top: 14px;
}

.mhs-destination-word-count {
  margin: 0 0 8px;
  color: #496184;
  font-size: 13px;
}

.mhs-destination-detail-section + .mhs-destination-detail-section {
  margin-top: 12px;
}

.mhs-destination-detail-title {
  margin: 0 0 6px;
  color: #143f6b;
  font-size: 20px;
  font-weight: 700;
}

.mhs-destination-detail-text {
  margin: 0 0 10px;
  color: #2a4464;
  font-size: 15px;
  line-height: 1.72;
}

.mhs-site-footer {
  margin-top: 36px;
  background: #020202;
  color: #ffffff;
  border-top: 1px solid #212121;
}

.mhs-site-footer a {
  color: #ffffff;
  text-decoration: none;
}

.mhs-site-footer a:hover {
  color: #ffd200;
}

.mhs-site-footer-main {
  padding: 44px 0 30px;
}

.mhs-site-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, minmax(0, 1fr));
  gap: 26px;
}

.mhs-footer-brand-title {
  margin: 0 0 12px;
  color: #ffd200;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.mhs-footer-brand-text {
  margin: 0 0 16px;
  color: #f1f1f1;
  font-size: 18px;
  line-height: 1.45;
}

.mhs-footer-contact-line {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.35;
}

.mhs-footer-contact-line strong {
  color: #ffd200;
  margin-right: 6px;
}

.mhs-footer-heading {
  margin: 0 0 14px;
  color: #ffd200;
  font-size: 22px;
  font-weight: 700;
}

.mhs-footer-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mhs-footer-list li + li {
  margin-top: 10px;
}

.mhs-footer-list a {
  font-size: 18px;
  line-height: 1.35;
}

.mhs-footer-address {
  color: #f8f8f8;
  font-size: 18px;
  line-height: 1.45;
}

.mhs-footer-social {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.mhs-footer-social a {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  background: #ffd200;
  color: #0a0a0a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.mhs-site-footer-mid {
  border-top: 1px solid #2b2b2b;
  border-bottom: 1px solid #2b2b2b;
  padding: 18px 0;
  background: #090909;
}

.mhs-site-footer-mid-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.mhs-footer-disclaimer {
  margin: 0;
  color: #b6bcc4;
  font-size: 16px;
  line-height: 1.45;
  max-width: 860px;
}

.mhs-footer-payments {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.mhs-payment-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid #3a3a3a;
  background: #f4f5f8;
  color: #0c2a5f;
  font-size: 11px;
  font-weight: 700;
  padding: 0 8px;
}

.mhs-site-footer-bottom {
  padding: 14px 0;
  background: #030303;
  text-align: center;
}

.mhs-site-footer-bottom p {
  margin: 0;
  color: #c4cad1;
  font-size: 15px;
}

.mhs-site-footer-bottom span {
  color: #ffd200;
  font-weight: 700;
}

@media (max-width: 991px) {
  .mhs-flight-shell {
    padding: 10px 10px 42px;
  }

  .mhs-main-grid {
    grid-template-columns: 1fr;
  }

  .mhs-place-field,
  .mhs-date-cell {
    min-height: 62px;
  }

  .mhs-place-input,
  .mhs-date-value {
    font-size: 20px;
  }

  .mhs-airport-option-main {
    font-size: 16px;
  }

  .mhs-airport-option-sub {
    font-size: 13px;
  }

  .mhs-date-label,
  .mhs-chip-text {
    font-size: 17px;
  }

  .mhs-chip-btn {
    min-height: 40px;
    padding: 0 10px;
  }

  .mhs-chip-btn-trip {
    min-width: 150px;
  }



  .mhs-pax-panel {
    width: 270px;
  }

  .mhs-calendar-popover {
    width: min(760px, calc(100vw - 24px));
  }

  .mhs-cal-top {
    min-height: 74px;
    padding: 10px 12px;
  }

  .mhs-cal-picked {
    min-height: 62px;
    padding: 0 12px;
  }

  .mhs-cal-picked-text {
    font-size: 20px;
  }

  .mhs-cal-triptype {
    font-size: 16px;
    min-width: 105px;
  }

  .mhs-cal-reset {
    font-size: 14px;
  }

  .mhs-cal-tabs {
    min-width: 300px;
  }

  .mhs-cal-tab {
    min-height: 56px;
    font-size: 14px;
    padding: 0 12px;
  }

  .mhs-cal-months {
    min-height: 390px;
  }

  .mhs-cal-months-grid {
    padding: 16px 12px 14px;
    gap: 14px;
  }

  .mhs-cal-month-title {
    font-size: 28px;
  }

  .mhs-cal-weekday {
    font-size: 15px;
  }

  .mhs-cal-day-slot,
  .mhs-cal-day {
    min-height: 42px;
  }

  .mhs-cal-day-number {
    font-size: 16px;
  }

  .mhs-cal-note {
    font-size: 14px;
  }

  .mhs-cal-done {
    min-height: 36px;
    font-size: 18px;
  }

  .mhs-search-btn {
    min-width: 158px;
    min-height: 40px;
    font-size: 18px;
  }

  .mhs-search-btn span {
    font-size: 18px;
  }

  .mhs-discovery-title,
  .mhs-faq-lite-title {
    font-size: 30px;
  }

  .mhs-destination-hero-title {
    font-size: 30px;
  }

  .mhs-destination-layout {
    grid-template-columns: 1fr;
  }

  .mhs-airport-layout {
    grid-template-columns: 1fr;
  }

  .mhs-destination-facts {
    grid-template-columns: 1fr 1fr;
  }

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

  .mhs-discovery-head {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .mhs-discovery-country {
    min-width: 0;
    max-width: 320px;
  }

  .mhs-discovery-lists {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .mhs-airlink-columns {
    grid-template-columns: 1fr;
  }

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

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

  .mhs-destination-card {
    flex-basis: 150px;
    height: 104px;
  }

  .mhs-destination-card span {
    font-size: 17px;
  }

  .mhs-destination-next {
    width: 36px;
    height: 36px;
    right: -10px;
  }

  .mhs-faq-accordion .accordion-button {
    font-size: 16px;
  }

  .mhs-site-footer-main {
    padding: 32px 0 22px;
  }

  .mhs-site-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .mhs-footer-brand {
    grid-column: 1 / -1;
  }

  .mhs-footer-brand-title {
    font-size: 34px;
  }

  .mhs-footer-brand-text {
    font-size: 17px;
  }

  .mhs-footer-contact-line {
    font-size: 18px;
  }

  .mhs-footer-heading {
    font-size: 24px;
  }

  .mhs-footer-list a {
    font-size: 18px;
  }

  .mhs-footer-address {
    font-size: 18px;
  }

  .mhs-footer-social a {
    width: 42px;
    height: 42px;
    font-size: 17px;
  }

  .mhs-site-footer-mid-grid {
    flex-direction: column;
    align-items: flex-start;
  }

  .mhs-footer-payments {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .mhs-chip-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .mhs-support-services-grid .mhs-support-card {
    min-height: 108px;
  }

  .mhs-chip-wrap:last-of-type {
    grid-column: 1 / -1;
  }

  .mhs-chip-btn {
    width: 100%;
  }

  .mhs-chip-btn-trip,
  .mhs-chip-btn-cabin,
  .mhs-chip-btn-passenger {
    min-width: 0;
  }

  .mhs-route-wrap {
    grid-template-columns: 1fr;
  }

  .mhs-route-wrap {
    gap: 8px;
  }

  .mhs-date-wrap {
    border: 1px solid #b8c9df;
    grid-template-columns: 1fr 1fr;
  }

  .mhs-date-cell + .mhs-date-cell {
    border-left: 1px solid #c8d0de;
    border-top: 0;
  }

  .mhs-date-main {
    padding: 0 8px 0 10px;
  }

  .mhs-date-shift-wrap {
    padding-right: 4px;
  }

  .mhs-date-shift-btn {
    width: 24px;
    height: 24px;
  }

  .mhs-route-btn {
    position: static;
    transform: none;
    justify-self: center;
    margin: -2px 0;
    width: 34px;
    height: 34px;
  }

  .mhs-place-input,
  .mhs-date-value {
    font-size: 18px;
  }

  .mhs-airport-dropdown {
    left: -1px;
    right: -1px;
  }

  .mhs-airport-list {
    max-height: 280px;
  }

  .mhs-airport-clear {
    width: 22px;
    height: 22px;
    right: 9px;
    font-size: 16px;
  }

  .mhs-chip-text {
    font-size: 15px;
  }

  .mhs-chip-menu,
  .mhs-pax-panel {
    width: 100%;
    min-width: 0;
  }

  .mhs-calendar-popover {
    position: fixed;
    left: 12px;
    right: 12px;
    top: 70px;
    width: auto;
    max-height: calc(100vh - 90px);
    overflow: auto;
  }

  .mhs-cal-top {
    flex-wrap: wrap;
    gap: 8px;
  }

  .mhs-cal-picked-row {
    grid-template-columns: 1fr;
  }

  .mhs-cal-picked {
    min-height: 54px;
    border-right: 0;
    border-bottom: 1px solid #d7dbe2;
  }

  .mhs-cal-picked:last-child {
    border-bottom: 0;
  }

  .mhs-cal-picked-text {
    font-size: 16px;
  }

  .mhs-cal-tabs {
    min-width: 0;
    width: 100%;
  }

  .mhs-cal-months {
    min-height: 0;
  }

  .mhs-cal-months-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mhs-cal-nav-prev,
  .mhs-cal-nav-next {
    display: none;
  }

  .mhs-submit-row {
    position: static;
    transform: none;
    margin-top: 6px;
  }

  .mhs-search-btn {
    width: 100%;
    min-width: 0;
  }

  .mhs-discovery-title,
  .mhs-faq-lite-title {
    font-size: 24px;
  }

  .mhs-destination-hero-title {
    font-size: 24px;
  }

  .mhs-destination-hero-subtitle {
    font-size: 14px;
  }

  .mhs-destination-section-title {
    font-size: 24px;
  }

  .mhs-destination-subtitle {
    font-size: 18px;
  }

  .mhs-destination-facts {
    grid-template-columns: 1fr;
  }

  .mhs-travel-search-input {
    min-height: 48px;
    font-size: 14px;
  }

  .mhs-travel-search-label {
    font-size: 12px;
  }

  .mhs-travel-search-hint {
    font-size: 12px;
  }

  .mhs-destination-gallery-grid {
    grid-template-columns: 1fr;
  }

  .mhs-discovery-subtitle {
    font-size: 14px;
  }

  .mhs-discovery-meta {
    font-size: 13px;
  }

  .mhs-discovery-country-select {
    min-height: 38px;
    font-size: 14px;
  }

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

  .mhs-airlines-grid {
    grid-template-columns: 1fr;
  }

  .mhs-airline-directory-name {
    font-size: 18px;
  }

  .mhs-destination-card {
    flex-basis: 132px;
    height: 92px;
    border-radius: 10px;
  }

  .mhs-destination-card span {
    font-size: 15px;
  }

  .mhs-destination-next {
    display: none;
  }

  .mhs-faq-accordion .accordion-button {
    font-size: 15px;
    padding-right: 0;
  }

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

  .mhs-footer-heading {
    margin-bottom: 10px;
  }

  .mhs-footer-list li + li {
    margin-top: 7px;
  }

  .mhs-footer-list a {
    font-size: 16px;
  }

  .mhs-footer-address {
    font-size: 16px;
  }

  .mhs-footer-disclaimer {
    font-size: 13px;
  }

  .mhs-site-footer-bottom p {
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  .mhs-flight-shell {
    border-radius: 18px;
    border: 1px solid #cfd4dd;
    background: #f1f3f4;
    box-shadow: 0 6px 16px rgba(39, 44, 52, 0.16);
    padding: 8px 10px 56px;
  }

  .mhs-flight-form {
    gap: 10px;
  }

  .mhs-chip-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .mhs-chip-row::-webkit-scrollbar {
    display: none;
  }

  .mhs-chip-wrap {
    flex: 0 0 auto;
  }

  .mhs-chip-wrap:last-of-type {
    grid-column: auto;
  }

  .mhs-chip-btn {
    min-height: 32px;
    border: 0;
    border-radius: 16px;
    box-shadow: none;
    background: transparent;
    padding: 0 6px;
    gap: 6px;
  }

  .mhs-chip-btn:hover {
    background: #e5e9ee;
    box-shadow: none;
    transform: none;
  }

  .mhs-chip-btn[aria-expanded="true"] {
    background: #dde3ea;
    border: 0;
    box-shadow: none;
  }

  .mhs-chip-icon {
    font-size: 14px;
    color: #6b727c;
  }

  .mhs-chip-text {
    font-size: 13px;
    color: #565d66;
    white-space: nowrap;
  }

  .mhs-chip-caret {
    font-size: 11px;
    color: #7a818a;
  }

  .mhs-main-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .mhs-route-wrap {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0;
  }

  .mhs-origin-helper,
  .mhs-destination-helper {
    display: none;
  }

  .mhs-route-wrap .mhs-place-field:first-of-type {
    border-radius: 8px 0 0 8px;
  }

  .mhs-route-wrap .mhs-place-field:last-of-type {
    border-radius: 0 8px 8px 0;
  }

  .mhs-place-field {
    min-height: 58px;
    padding: 0 14px;
    border: 1px solid #c7ccd5;
    background: #ffffff;
    box-shadow: none;
  }

  .mhs-place-field + .mhs-place-field {
    border-left: 0;
    border-top: 1px solid #c7ccd5;
  }

  .mhs-place-icon {
    display: none;
  }

  .mhs-place-input {
    padding-right: 8px;
    font-size: 18px;
    font-weight: 500;
    color: #4a5057;
  }

  .mhs-place-input::placeholder {
    color: #4f555d;
  }

  .mhs-route-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    margin: 0;
    border: 1px solid #c7ccd5;
    background: #edf0f3;
    color: #7a818a;
    z-index: 4;
  }

  .mhs-date-wrap {
    min-height: 56px;
    border: 1px solid #c7ccd5;
    border-radius: 8px;
    box-shadow: none;
  }

  .mhs-date-cell {
    min-height: 56px;
  }

  .mhs-date-main {
    justify-content: center;
    padding: 0 12px;
  }

  .mhs-date-icon,
  .mhs-date-shift-wrap {
    display: none;
  }

  .mhs-date-value {
    font-size: 18px;
    color: #5a6067;
  }

  .mhs-submit-row {
    position: absolute;
    left: 50%;
    bottom: -22px;
    transform: translateX(-50%);
    margin: 0;
    z-index: 5;
  }

  .hero .mhs-search-btn {
    width: auto;
    min-width: 138px;
    min-height: 44px;
    border-radius: 999px;
    background: linear-gradient(135deg, #2f7de8 0%, #1f69d4 100%);
    box-shadow: 0 8px 16px rgba(33, 96, 191, 0.35);
    padding: 0 18px;
  }

  .hero .mhs-search-btn i,
  .hero .mhs-search-btn span {
    color: #ffffff !important;
  }

  .hero .mhs-search-btn i {
    font-size: 18px;
  }

  .hero .mhs-search-btn span {
    font-size: 17px;
    font-weight: 700;
  }

  .mhs-flight-shell {
    border-radius: 20px;
    border: 1px solid #d3dae4;
    background: #f3f4f6;
    box-shadow: 0 8px 20px rgba(33, 44, 64, 0.16);
    padding: 12px 12px 1px;
  }

  .mhs-flight-form {
    gap: 12px;
  }

  .mhs-chip-row {
    display: block;
    overflow: visible;
  }

  .mhs-chip-wrap-trip .mhs-chip-btn-trip {
    display: none;
  }

  .mhs-chip-wrap-trip .mhs-chip-menu {
    position: static;
    top: auto;
    left: auto;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    min-width: 0;
    border: 1px solid #cfd5df;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: none;
    padding: 6px;
    gap: 6px;
  }

  .mhs-chip-wrap-trip .mhs-chip-menu[hidden] {
    display: grid !important;
  }

  .mhs-chip-wrap-trip .mhs-menu-item {
    min-height: 46px;
    border-radius: 999px;
    justify-content: center;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 700;
    border: 0;
  }

  .mhs-chip-wrap-trip .mhs-menu-item.is-active {
    background:#ffd200 ;
    color: #000000;
  }

  .mhs-chip-wrap-trip .mhs-menu-check {
    display: none;
  }

  .mhs-chip-wrap-passenger .mhs-chip-btn-passenger {
    display: none;
  }

  .mhs-chip-row > .mhs-chip-wrap:last-of-type {
    display: none;
  }

  .mhs-main-grid {
    gap: 12px;
  }

  .mhs-route-wrap {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .mhs-route-wrap .mhs-place-field:first-of-type,
  .mhs-route-wrap .mhs-place-field:last-of-type {
    border-radius: 12px;
  }

  .mhs-place-field {
    /* min-height: 86px; */
    border: 1px solid #cfd5dd;
    border-radius: 12px;
    padding: 0 16px;
    box-shadow: none;
  }

  .mhs-place-field + .mhs-place-field {
    border-left: 1px solid #cfd5dd;
    border-top: 1px solid #cfd5dd;
  }

  .mhs-place-input {
    font-size: 17px;
    font-weight: 700;
    color: #111827;
    padding-right: 12px;
  }

  .mhs-route-btn {
    left: auto;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid #cdd4de;
    background: #ffd200;
    color: #000000;
    box-shadow: 0 4px 10px rgba(20, 31, 49, 0.12);
  }

  .mhs-route-btn i {
    color: #000000 !important;
    background-color: #ffd200;
  }

  .mhs-date-wrap {
    min-height: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
    gap: 8px;
  }

  .mhs-date-cell {
    /* min-height: 86px; */
    border: 1px solid #cfd5dd;
    border-radius: 12px;
    background: #ffffff;
  }

  .mhs-date-cell + .mhs-date-cell {
    border: 1px solid #cfd5dd;
    border-left: 1px solid #cfd5dd;
  }

  .mhs-date-main {
    justify-content: flex-start;
    padding: 0 14px;
  }

  .mhs-date-icon {
    display: inline-flex;
    color: #6b7280 !important;
    font-size: 20px;
  }

  .mhs-date-value {
    font-size: 16px;
    color: #0f172a;
    font-weight: 700;
    line-height: 1.2;
  }

  .mhs-mobile-pax-trigger {
    width: 100%;
    /* min-height: 86px; */
    border: 1px solid #cfd5dd;
    border-radius: 12px;
    background: #ffffff;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    text-align: left;
  }

  .mhs-mobile-pax-icon {
    width: 30px;
    color: #7b8491;
    font-size: 20px;
    text-align: center;
    flex: 0 0 auto;
  }

  .mhs-mobile-pax-icon i {
    color: #7b8491 !important;
  }

  .mhs-mobile-pax-copy {
    display: grid;
    gap: 2px;
    min-width: 0;
  }

  .mhs-mobile-pax-label {
    color: #5e6570;
    font-size: 14px;
    line-height: 1.1;
  }

  .mhs-mobile-pax-main {
    color: #111827;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.1;
  }

  .mhs-mobile-pax-sub {
    color: #4b5563;
    font-size: 14px;
    line-height: 1.1;
  }

  .mhs-submit-row {
    position: static;
    left: auto;
    bottom: auto;
    transform: none;
    margin-top: 4px;
    z-index: auto;
  }

  .hero .mhs-search-btn,
  .mhs-search-btn {
    width: 100%;
    min-width: 0;
    min-height: 54px;
    border-radius: 999px;
    background: #ffd200;
    box-shadow: 0 9px 18px rgba(223, 93, 15, 0.28) !important;
    padding: 0 16px;
    justify-content: center;
    color: #000000 !important;
  }

  .mhs-submit-row .mhs-search-btn i {
    display: none !important;
  }

  .mhs-submit-row .mhs-search-btn span {
    font-size: 24px;
    font-weight: 800;
    color: #000000 !important;
  }

  .mhs-pax-panel {
    position: fixed;
    left: 12px;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    max-height: calc(100dvh - 32px);
    border-radius: 18px;
    border: 1px solid #d2d9e2;
    background: #f4f5f7;
    box-shadow: 0 20px 36px rgba(20, 31, 49, 0.32);
    padding: 14px 14px 12px;
    overflow: auto;
    z-index: 10040;
  }

  .mhs-pax-row {
    padding: 10px 0;
    border-bottom: 1px solid #d9dfe7;
  }

  .mhs-pax-title {
    font-size: 17px;
    font-weight: 700;
    color: #4b5563;
  }

  .mhs-pax-sub {
    font-size: 14px;
    color: #8b93a0;
  }

  .mhs-pax-step {
    width: 36px;
    height: 36px;
    border: 1px solid #9ea7b5;
    border-radius: 8px;
    background: #ffffff;
    color: #1f2937;
    font-size: 22px;
    font-weight: 700;
  }

  .mhs-pax-step.is-plus {
    border-color: #9ea7b5;
    background: #ffffff;
    color: #0f325d;
  }

  .mhs-pax-value {
    width: 24px;
    font-size: 24px;
    font-weight: 700;
    color: #0f325d;
  }

  .mhs-pax-cabin-mobile {
    display: block;
    margin-top: 10px;
    padding-top: 12px;
    border-top: 1px solid #d9dfe7;
  }

  .mhs-pax-cabin-mobile-title {
    color: #111827;
    font-size: 17px;
    font-weight: 700;
  }

  .mhs-pax-cabin-mobile-grid {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .mhs-pax-cabin-mobile-option {
    min-height: 54px;
    border: 0;
    border-radius: 8px;
    background: #d9d9dc;
    color: #111827;
    font-size: 14px;
    font-weight: 700;
    padding: 0 10px;
    text-align: center;
  }

  .mhs-pax-cabin-mobile-option.is-active {
    background: linear-gradient(135deg, #f24f21 0%, #f58a00 100%);
    color: #ffffff;
  }

  .mhs-pax-footer {
    justify-content: center;
    padding: 12px 0 0;
    margin-top: 12px;
  }

  .mhs-pax-cancel {
    display: none;
  }

  .mhs-pax-done {
    min-width: 140px;
    min-height: 48px;
    border-radius: 10px;
    background: linear-gradient(135deg, #f24f21 0%, #f58a00 100%);
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
  }

  .mhs-calendar-popover {
    position: fixed;
    left: 8px;
    right: 8px;
    top: 8px;
    bottom: 8px;
    width: auto;
    max-height: none;
    border-radius: 16px;
    z-index: 10030;
    overflow: auto;
    background: #f4f5f7;
  }

  .mhs-cal-top {
    min-height: 0;
    padding: 8px 12px;
  }

  .mhs-cal-tabs {
    display: none;
  }

  .mhs-cal-months-grid {
    padding: 12px 10px 10px;
    gap: 16px;
  }

  .mhs-cal-month-title {
    font-size: 22px;
    font-weight: 700;
    color: #374151;
  }

  .mhs-cal-day {
    border-radius: 8px;
    min-height: 38px;
  }

  .mhs-cal-day.is-start,
  .mhs-cal-day.is-end {
    background: #f58a00;
    color: #ffffff;
  }

  .mhs-cal-day.is-range {
    background: #ffe8d6;
    color: #9a4c1d;
  }

  .mhs-cal-done {
    min-height: 40px;
    background: linear-gradient(135deg, #f24f21 0%, #f58a00 100%);
  }

  .mhs-place-field.is-airport-sheet-open {
    position: fixed;
    inset: 0;
    z-index: 10060;
    border: 0;
    border-radius: 0;
    background: #f3f4f6;
    box-shadow: none;
    display: block;
    padding: 12px 8px 0;
    margin-top: 68px;
  }

  .mhs-place-field.is-airport-sheet-open .mhs-place-icon {
    display: none !important;
  }

  .mhs-place-field.is-airport-sheet-open .mhs-place-input {
    width: calc(100% - 56px);
    min-height: 52px;
    border: 1px solid #7f8791;
    border-radius: 0;
    background: #ffffff;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 700;
    color: #3f3f46;
  }

  .mhs-place-field.is-airport-sheet-open .mhs-place-input::placeholder {
    color: #666d76;
    opacity: 1;
  }

  .mhs-place-field.is-airport-sheet-open .mhs-airport-dropdown {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    max-height: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    margin-top: 10px;
    overflow: visible;
  }

  .mhs-place-field.is-airport-sheet-open .mhs-airport-list {
    max-height: calc(100dvh - 104px);
  }

  .mhs-place-field.is-airport-sheet-open .mhs-airport-option {
    background: transparent;
    border-bottom: 1px solid #d6dbe2;
    padding: 12px 6px;
  }

  .mhs-place-field.is-airport-sheet-open .mhs-airport-option:hover,
  .mhs-place-field.is-airport-sheet-open .mhs-airport-option.is-active {
    background: #eceff3;
  }

  .mhs-place-field.is-airport-sheet-open .mhs-airport-option-main {
    font-size: 18px;
    font-weight: 700;
    color: #3f3f46;
  }

  .mhs-place-field.is-airport-sheet-open .mhs-airport-option-sub {
    font-size: 13px;
    color: #777f89;
    margin-top: 3px;
  }

  .mhs-place-field.is-airport-sheet-open .mhs-airport-option-country {
    font-size: 12px;
    color: #777f89;
    margin-top: 2px;
  }

  .mhs-place-field.is-airport-sheet-open .mhs-airport-option-icon i {
    color: #6b7280 !important;
  }

  .mhs-place-field.is-airport-sheet-open .mhs-airport-clear {
    right: 8px;
    top: 15px;
    transform: none;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: transparent;
    color: #7c7c7c;
    font-size: 56px;
    font-weight: 300;
    line-height: 0.4;
  }

  .mhs-place-field.is-airport-sheet-open .mhs-airport-clear:hover {
    background: #e6e9ee;
  }
}
