/* Accommodation campaign: scoped to the homepage card and anchored detail. */
.ely-home-now__teaser {
  margin-block: 0.9rem 0;
  font-size: 0.9rem;
  line-height: 1.65;
}

.ely-home-now__card[data-offer-status="ACCOMMODATION_BOOKING"] .ely-home-now__image {
  object-position: 80% 50%;
}

.ely-health-stay {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  width: min(calc(100% - (2 * var(--ely-gutter))), 1320px);
  margin: 0 auto clamp(4rem, 8vw, 7rem);
  padding: clamp(1.5rem, 4vw, 3.5rem);
  color: #252525;
  background: #f5f5f5;
  border-block-start: 1px solid #c6c6c6;
  scroll-margin-top: 8rem;
}

.ely-health-stay h2 {
  margin-block: 0 1.25rem;
  font-size: clamp(1.7rem, 2.7vw, 2.7rem);
  font-weight: 500;
  line-height: 1.22;
  overflow-wrap: anywhere;
}

.ely-health-stay h3 {
  margin-block: 0 1rem;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.5;
}

.ely-health-stay p {
  max-width: 70ch;
  font-size: 0.95rem;
  line-height: 1.75;
}

.ely-health-stay .ely-kicker {
  color: #484848;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.ely-health-stay__rooms {
  padding: 0;
  margin: 0;
  list-style: none;
}

.ely-health-stay__room a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 3.25rem;
  padding-block: 0.9rem;
  color: #252525;
  border-block-end: 1px solid #d0d0d0;
  font-size: 0.9rem;
  line-height: 1.5;
  text-decoration: none;
}

.ely-health-stay__area {
  flex-shrink: 0;
  color: #484848;
  font-weight: 600;
  white-space: nowrap;
}

.ely-health-stay__details {
  grid-column: 1 / -1;
  padding-block-start: 1rem;
  border-block-start: 1px solid #d0d0d0;
}

.ely-health-stay__details p {
  margin-block: 0 0.75rem;
  font-size: 0.85rem;
}

.ely-health-stay__contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  margin-block-start: 0.75rem;
  padding: 0.8rem 1.25rem;
  color: #fff;
  background: #303030;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.ely-health-stay__contact:visited {
  color: #fff;
}

.ely-health-stay__contact:hover {
  color: #fff;
  background: #171717;
}

.ely-health-stay__room a:hover {
  color: #171717;
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.ely-health-stay a:focus-visible {
  outline: 3px solid #484848;
  outline-offset: 4px;
}

@media (max-width: 760px) {
  .ely-health-stay {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
    scroll-margin-top: 6rem;
  }
}
