* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: #1f1f1f;
  font-family: "Outfit", Arial, Helvetica, sans-serif;
}

body.locked {
  overflow: hidden;
}

.legacy-document {
  min-height: 100vh;
}

/* Match the compact desktop rendering used by the current .com website. */
.legacy-document .top-bar {
  padding: 6px 0 !important;
  font-size: 14px !important;
  line-height: 25px !important;
}

.legacy-document .top-bar .container {
  max-width: 960px !important;
}

.legacy-document .top-bar a {
  font-size: 16px !important;
}

.legacy-document .navbar-custom {
  min-height: 93px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.legacy-document .navbar-custom .navbar-brand {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.legacy-document .navbar-custom .navbar-brand img {
  height: 72px !important;
}

.legacy-document .navbar-nav .nav-link {
  font-size: 15px !important;
}

.legacy-document .main-slider-one .slider-image {
  height: 471px !important;
  min-height: 471px !important;
}

.legacy-document .sidebar-links li a {
  padding: 8px 5px !important;
  font-size: 14px !important;
  line-height: 24px !important;
}

.legacy-document .carousel-item {
  display: none;
}

.legacy-document .carousel-item.active {
  display: block;
}

.legacy-document .mobile-nav__wrapper.expanded {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.local-form-message {
  margin-top: 14px;
  border-radius: 6px;
  background: #fff7e6;
  color: #6e4a00;
  padding: 10px 12px;
  font-size: 14px;
}

.directory-search-result {
  margin: 10px 0 0;
  color: #6e4a00;
  font-weight: 600;
  text-align: center;
}

.legacy-status {
  min-height: 100vh;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 16px;
  padding: 24px;
  text-align: center;
}

.legacy-status img {
  width: 96px;
  height: 96px;
  object-fit: contain;
}

.legacy-status a {
  color: #8f6312;
  font-weight: 600;
}
