@import url("https://client.well-travel.net/static/vendor/fonts/nunito-multi.css");

.wt-public-shell-wrap {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Nunito', sans-serif !important;
  font-size: 16px !important;
  line-height: 1.3;
  color: #2d241c;
}

.wt-public-shell-wrap *,
.wt-public-shell-wrap *::before,
.wt-public-shell-wrap *::after {
  box-sizing: border-box;
  font-family: inherit !important;
}

.wt-public-shell-wrap a,
.wt-public-shell-wrap button {
  font-family: inherit !important;
}

.wt-public-header {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.85rem 1.25rem;
  border-radius: 18px;
  background: #f3b04d;
  border: 1px solid rgba(241, 138, 47, 0.22);
  box-shadow: 0 18px 36px rgba(24, 40, 72, 0.12);
  position: sticky;
  top: 1rem;
  z-index: 40;
  width: 100%;
  box-sizing: border-box;
}

.wt-public-header__row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  width: auto;
  flex: 0 0 auto;
}

.wt-public-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: #2d241c !important;
}

.wt-public-brand__logo-wrap {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.35);
}

.wt-public-brand__logo {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  object-fit: contain;
}

.wt-public-brand__logo-fallback {
  display: none;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #2d241c;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  text-transform: lowercase;
}

.wt-public-brand__text {
  font-weight: 700;
  font-size: 1.05rem;
  color: #2d241c !important;
}

.wt-public-header__menu-toggle {
  display: none;
  border: none;
  background: #ffffff;
  color: #2d241c;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
}

.wt-public-nav {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: nowrap;
  justify-content: flex-end;
  min-width: 0;
}

.wt-public-nav a {
  text-decoration: none;
  font-weight: 600;
  color: #3b3f49 !important;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: #ffffff !important;
  border: 1px solid rgba(241, 138, 47, 0.12);
}

.wt-public-nav a.wt-public-nav__placeholder {
  opacity: 0.7;
  cursor: default;
  pointer-events: none;
}

.wt-public-nav a.wt-public-nav__cta {
  background: #2d241c !important;
  color: #ffffff !important;
  border: none;
}

.wt-public-nav__lang {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(241, 138, 47, 0.22);
}

.wt-public-nav__lang a {
  border: none;
  background: transparent !important;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  color: #6b5b4d !important;
}

.wt-public-nav__lang a.is-active {
  background: rgba(241, 138, 47, 0.18) !important;
  color: #2d241c !important;
}

.wt-public-footer {
  margin: 0 auto;
  border-top: 1px solid rgba(45, 36, 28, 0.12);
  padding: 1.4rem 0 1rem;
}

.wt-public-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.wt-public-footer__legal {
  display: grid;
  gap: 0.28rem;
  color: #5f503f;
  font-size: 0.86rem;
}

.wt-public-footer__legal a {
  color: #8b5a24;
  text-decoration: none;
}

.wt-public-footer__social {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.wt-public-footer__social a {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: 1px solid rgba(241, 138, 47, 0.22);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #5f503f;
  background: #fff;
  text-decoration: none;
  font-size: 1rem;
}

@media (max-width: 860px) {
  .wt-public-header {
    flex-direction: column;
    align-items: stretch;
    gap: 0.8rem;
    padding: 0.7rem 0.8rem;
    border-radius: 14px;
    top: 0.45rem;
  }

  .wt-public-header__row {
    width: 100%;
    justify-content: space-between;
  }

  .wt-public-header__menu-toggle {
    display: inline-flex;
  }

  .wt-public-nav {
    width: 100%;
    justify-content: stretch;
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }

  .wt-public-header.is-menu-open .wt-public-nav {
    display: grid;
  }

  .wt-public-nav a {
    text-align: center;
    width: 100%;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 0.6rem;
  }

  .wt-public-nav__lang {
    grid-column: 1 / -1;
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .wt-public-footer__inner {
    flex-direction: column;
    gap: 0.9rem;
    align-items: flex-start;
  }

  .wt-public-footer__social {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 520px) {
  .wt-public-nav {
    grid-template-columns: 1fr;
  }

  .wt-public-nav a.wt-public-nav__cta {
    order: 4;
  }

  .wt-public-nav__lang {
    order: 5;
  }
}
