main {
  padding-top: var(--space-8);
}

.private-hero-grid {
  align-items: stretch;
}

.private-hero-text {
  height: 100%;
}

.private-hero-image-wrap {
  display: flex;
  align-items: stretch;
}

.private-hero-figure {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.private-hero-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-lg);
}

.private-hero-caption,
.private-gallery-caption {
  padding: var(--space-3) var(--space-4);
  font-size: var(--font-size-sm);
  color: var(--color-text-soft);
}

.private-bullets,
.private-gallery-points,
.private-hosts-list,
.private-theme-list,
.private-booking-steps {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-left: 0;
}

.private-bullets li,
.private-gallery-points li,
.private-hosts-list li,
.private-theme-list li,
.private-booking-steps li {
  position: relative;
  padding-left: 18px;
  font-size: var(--font-size-sm);
  color: var(--color-text-soft);
}

.private-bullets li::before,
.private-gallery-points li::before,
.private-hosts-list li::before,
.private-theme-list li::before,
.private-booking-steps li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background-image: var(--gradient-primary);
}

.private-gallery-figure {
  padding: 0;
  overflow: hidden;
}

.private-gallery-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-lg);
}

.h3-like {
  font-size: var(--font-size-2xl);
}

.h4-like {
  font-size: var(--font-size-xl);
}

@media (max-width: 767px) {
  main {
    padding-top: var(--space-6);
  }

  .section {
    padding-top: var(--space-8);
    padding-bottom: var(--space-8);
  }

  .private-hero-figure,
  .private-gallery-figure {
    margin-top: var(--space-4);
  }
}
