.resort-hero {
  position: relative;
}

.resort-hero [data-dashboard-hero-logo] {
  position: absolute;
  left: 1.5rem;
  top: 50%;
  width: 7rem;
  height: 7rem;
  transform: translateY(-50%);
  border-radius: 0.5rem;
  background: #fff;
  object-fit: contain;
  padding: 0.5rem;
  box-shadow: 0 4px 12px rgb(0 0 0 / 0.25);
  z-index: 1;
}

.resort-hero > div {
  position: relative;
  z-index: 2;
}

.resort-hero > div > div:first-child {
  padding-left: 7rem;
}

.wet-canteen-hero [data-dashboard-hero-logo] {
  display: none !important;
}

.wet-canteen-hero .wet-canteen-title-icon { display: flex !important; }

@media (max-width: 640px) {
  .resort-hero [data-dashboard-hero-logo] {
    left: 1rem;
    width: 5rem;
    height: 5rem;
  }

  .resort-hero > div > div:first-child {
    padding-left: 6.5rem;
  }
}
