@media (max-width: 547px) {
  .slides--interior {
    height: 50vh !important;
    margin: 0;
  }
  .cc-window .cc-message {
    line-height: 1.4;
    margin: 0 0 8px;
  }
  .cc-window.cc-floating.cc-type-info.cc-theme-block {
    max-width: 75%;
    bottom: 10px;
    left: 12px;
    right: auto;
    padding: 16px 20px;
    filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.1));
    border-radius: 8px;
  }
  .slides__pictured {
    display: none;
  }
  .slides__caption {
    height: inherit;
    transform: translateY(1rem);
  }
  nav#breadcrumbs {
    border-top: 4px solid white;
    margin-top: -1px;
    position: relative;
    z-index: 2;
  }
  .slides__title {
    max-width: 180px;
    line-height: 1.4;
    width: 100%;
  }

  .saved__link *,
  #p-search-cta,
  .menu-btn js-menu-toggle {
    margin: 0;
    padding: 0;
  }

  .saved__link {
    display: flex;
    flex-direction: column;
    margin: 0;
    align-items: center;
    padding: 0;
  }

  .saved__count {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
  }

  .icon.saved__icon {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    transform: none;
    max-width: 40px;
    display: inline-block;
    vertical-align: inherit;
    height: 40px;
  }

  #p-search-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .icon.search__icon {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    transform: none;
    max-width: 36px;
    display: inline-block;
    vertical-align: inherit;
    margin: 0;
    height: 39px;
  }

  .saved__counter {
    margin: 0;
  }

  .search__cta[aria-expanded="true"]:after {
    top: 100%;
  }

  .menu-btn.js-menu-toggle {
    margin: 0;
    padding: 0;
  }

  form#p-search {
    margin: 0;
  }

  span.menu-btn__label {
    padding: 0;
  }

  .menu-btn__icon {
    max-width: 50px;
    height: 39px;
  }

  .btn-grid {
    display: flex;
    align-items: flex-start;
    gap: 24px;
  }

  span.menu-btn__label span.menu-btn__txt {
    margin: 0;
  }

  .page-header {
    align-items: center;
  }

  div#floating-header {
    padding: 6px 16px;
  }

  button#eb-cta {
    top: 12px;
    left: 14px;
  }

  div#p-search-container {
    top: 100%;
  }

  .dir__map-toggle {
    top: 8rem;
  }

  a#wthr-widget {
    margin: 0;
    padding: 0;
  }

  .wthr__measure {
    margin: 0;
  }
  div#wthr-h-canvas {
    height: 42px;
  }
  .logo--hero {
    top: 16px;
    left: 16px;
  }
}

/* visitwidget.css */

@media (min-width: 548px) {
  .logo--header.has-eb {
    -webkit-transform: translate(10px);
    -ms-transform: translate(10px);
    transform: translate(10px);
  }
}

@media (min-width: 648px) {
  .logo--header.has-eb {
    -webkit-transform: translate(5px);
    -ms-transform: translate(5px);
    transform: translate(5px);
  }
}
@media (min-width: 548px) {
  .eb__toggle {
    display: none;
  }
}
.vw-root {
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

#open-visitwidget {
  position: fixed;
  z-index: 99998;
  right: -225px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #ffffff;
  padding: 0;
  color: #fff;
  cursor: pointer;
  transition: all 450ms ease;
  touch-action: manipulation;
  background-color: rgb(0 0 0 / 50%);
  user-select: none;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.35));
}

#open-visitwidget-text {
  padding-right: 68px;
  font-size: 1.5rem;
  font-weight: 600;
}

#open-visitwidget-icon {
  width: 58px;
  height: 58px;
  background: linear-gradient(225deg, #f7a638, #ea6d2e);
  padding: 10px;
  margin-right: 22px;
  display: inline-block;
}

#vw-close {
  position: absolute;
  top: -20px;
  right: -20px;
  border: 1.5px solid white;
  border-radius: 999px;
  width: 34px;
  height: 34px;
  background: linear-gradient(225deg, #f7a638, #ea6d2e);
  color: #222;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
  transition:
    background 0.15s ease,
    transform 0.15s ease;
  font-weight: bold;
  z-index: 1;
}

#vw-close:hover {
  background: linear-gradient(225deg, #ea6d2e, #ea6d2e);
  transform: scale(1.03);
}

#vw-close:active {
  transform: scale(0.97);
}

#vw-iframe-container {
  position: relative;
  flex: 1 1 auto;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
}

#vw-iframe {
  position: absolute;
  inset: 0;
  border: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 769px) {
  #open-visitwidget:hover {
    right: -40px;
  }
}

/* Mobile: bottom-right FAB style, avoid covering bottom UI too much */
@media (max-width: 768px) {
  #open-visitwidget {
    bottom: calc(env(safe-area-inset-bottom, 0) + 1rem);
    top: auto;
    right: 1rem;
    transform: none;
    padding: 0;
  }

  #open-visitwidget-text {
    display: none;
  }
  #open-visitwidget-icon {
    margin: 0;
    width: 56px;
    height: 56px;
    padding: 8px;
  }

  /* Add breathing room at bottom so content isn't trapped under the button */
  body.vw-has-visitwidget-button {
    padding-bottom: 4.5rem;
  }

  #vw-close {
    right: -10px;
  }
}

#vw-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  z-index: 99999;
  backdrop-filter: blur(3px);
}

#vw-modal-window {
  position: absolute;
  inset: 5%;
  background: transparent;
  display: flex;
  flex-direction: column;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

@media (max-width: 768px) {
  #vw-modal-window {
    inset: 4%;
  }
}
