#tenant-single-post {
  margin-top: 180px;
}

#tenant-single-post .single-nav-breadcrumbs-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#tenant-single-post .single-nav-breadcrumbs-wrapper a {
  text-decoration: none;
}

#tenant-single-post .tenant-single-content h1 {
  margin-bottom: 48px;
}

#tenant-single-post .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

#tenant-single-post .tenant-summary {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

#tenant-single-post .tenant-summary .summary-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
}

#tenant-single-post .summary-information {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;

  width: 100%;
  max-width: 400px;
  background: var(--color-green-dark);
  border-radius: 24px;

  flex-shrink: 0;
}

#tenant-single-post .summary-information .booth-category-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#tenant-single-post .summary-image {
  max-height: 560px;
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
}

#tenant-single-post .opening-hours-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#tenant-single-post .opening-hours-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#tenant-single-post .opening-hours-list .opening-day {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

  color: var(--color-green-light);
}

#tenant-single-post .cta-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#tenant-single-post .tenant-description {
  display: flex;
  flex-direction: row;
  gap: 24px;

  width: 100%;
}

#tenant-single-post .image-cover {
  max-height: 560px;
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
}

#tenant-single-post .tenant-description .description-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  width: 100%;
  max-width: 400px;
  padding: 24px;

  background-color: var(--color-brown-medium);
  border-radius: 24px;

  flex-shrink: 0;
}

#tenant-single-post .tenant-image {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

#tenant-single-post .tenant-image .image-cover-2 {
  width: 100%;
  max-width: 400px;
  flex-shrink: 0;
}

#tenant-single-post .tenant-gallery {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#tenant-single-post .tenant-gallery .tenant-gallery-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#tenant-single-post .tenant-gallery .tenant-gallery-items img {
  width: 100%;
  height: auto;
  border-radius: 24px;
}

/* XXL Screens (1800px and up) */
@media (min-width: 1800px) {
}

/* XL Screens (1600px-1799px) */
@media (min-width: 1600px) and (max-width: 1799px) {
}

/* Large Screens (1400px-1599px) */
@media (min-width: 1400px) and (max-width: 1599px) {
}

/* Medium-Large Screens (1200px-1399px) */
@media (min-width: 1200px) and (max-width: 1399px) {
}

/* Small-Medium Screens (max-width: 1199px) */
@media (max-width: 1199px) {
}

/* Small Screens (max-width: 992px) */
@media (max-width: 992px) {
}

/* Mobile Screens (max-width: 768px) */
@media (max-width: 768px) {
  #tenant-single-post {
    margin-top: 120px;
  }

  #tenant-single-post .tenant-single-content h1 {
    margin-bottom: 24px;
  }

  #tenant-single-post .content-wrapper {
    gap: 24px;
  }

  #tenant-single-post .tenant-summary {
    flex-direction: column;
  }

  #tenant-single-post .tenant-summary {
    gap: 24px;
  }

  #tenant-single-post .tenant-summary .summary-information {
    max-width: 100%;
    gap: 24px;
  }

  #tenant-single-post .tenant-description {
    flex-direction: column;
  }

  #tenant-single-post .tenant-description .description-wrapper {
    gap: 24px;
  }

  #tenant-single-post .tenant-image {
    flex-direction: column;
  }
}
