.stay-card ul {
  margin: 1rem 0 1.5rem;
}

.stay-card > a {
  margin-top: auto;
}

.stay-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 1.25rem 0;
  background: rgba(13, 81, 88, 0.16);
  border: 1px solid rgba(13, 81, 88, 0.16);
}

.stay-facts span {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 0.8rem;
  background: rgba(255, 255, 255, 0.78);
}

.stay-card.together .stay-facts span {
  background: #183536;
}

.stay-facts strong {
  font-family: "Manrope", sans-serif;
  font-size: 0.98rem;
}

.stay-facts small {
  font-size: 0.72rem;
  opacity: 0.7;
}

.amenity-details {
  margin: 0 0 1.5rem;
  border-top: 1px solid rgba(13, 81, 88, 0.2);
  border-bottom: 1px solid rgba(13, 81, 88, 0.2);
}

.stay-card.together .amenity-details {
  border-color: rgba(255, 255, 255, 0.22);
}

.amenity-details summary {
  padding: 0.8rem 0;
  cursor: pointer;
  font-weight: 600;
  color: var(--ocean);
  list-style-position: inside;
}

.stay-card.together .amenity-details summary {
  color: #b8e2e4;
}

.amenity-content {
  padding: 0 0 0.85rem;
}

.amenity-content h4 {
  margin: 0.85rem 0 0.25rem;
  font: 600 0.72rem/1.3 "Manrope", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.amenity-content p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.5;
  opacity: 0.78;
}
