.lip-lounge-details {
  color: #10243e;
}

.lip-lounge-details__summary {
  background: #f6f2e9;
  border-left: 0.3rem solid #c9953f;
  border-radius: 0.85rem;
  margin-bottom: 1.5rem;
  padding: 1.25rem;
}

.lip-lounge-details__status {
  color: #176b45;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin: 0 0 0.25rem;
  text-transform: uppercase;
}

.lip-lounge-details__from {
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 850;
  margin: 0;
}

.lip-lounge-details__quick,
.lip-lounge-facts,
.lip-opening-hours {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  margin: 1rem 0 0;
}

.lip-lounge-details__quick div,
.lip-lounge-facts div,
.lip-opening-hours div {
  border-top: 1px solid #dce3ea;
  padding-top: 0.65rem;
}

.lip-lounge-details dt {
  color: #5f6b78;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.lip-lounge-details dd {
  font-weight: 700;
  margin: 0.15rem 0 0;
}

.lip-lounge-gallery {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 1.5rem 0;
}

.lip-lounge-gallery__item {
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
}

.lip-lounge-gallery__item--main {
  grid-column: span 2;
  grid-row: span 2;
}

.lip-lounge-gallery img,
.lip-similar-lounges img {
  border-radius: 0.8rem;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.lip-lounge-details__section {
  border-top: 1px solid #dce3ea;
  margin-top: 2rem;
  padding-top: 1.5rem;
}

.lip-lounge-prices,
.lip-lounge-policies,
.lip-similar-lounges {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
}

.lip-lounge-prices p,
.lip-lounge-policies article,
.lip-similar-lounges article {
  background: #fff;
  border: 1px solid #dce3ea;
  border-radius: 0.8rem;
  margin: 0;
  padding: 1rem;
}

.lip-lounge-prices span,
.lip-lounge-prices strong {
  display: block;
}

.lip-lounge-prices strong {
  font-size: 1.25rem;
}

.lip-lounge-facilities {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  list-style: none;
  padding: 0;
}

.lip-lounge-facilities li {
  background: #eef3f7;
  border-radius: 999px;
  font-weight: 700;
  padding: 0.55rem 0.85rem;
}

.lip-lounge-details__map {
  font-weight: 800;
}

@media (max-width: 42rem) {
  .lip-lounge-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .lip-lounge-gallery__item--main {
    grid-column: 1 / -1;
    grid-row: auto;
  }
}
