.single {
  padding-bottom: 30px;
}

.single__hero {
  padding: 100px 0 30px 0;
  display: flex;
  flex-direction: column;
}

.single__hero .single__hero__container {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
  padding: 0 16px;
}

.single__hero__title {
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 800;
  /* line-height: 32px; */
  color: oklch(14.5% 0 0);
  text-align: center;
  margin-bottom: 12px;
}

.single__hero__categories {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.single__hero__categories span {
  border: 1px solid #c2c2c2;
  border-radius: 12px;
  padding: 6px 12px;
  margin: 0 12px 12px 0;
  font-size: 12px;
  line-height: 18px;
}

.single__hero .wp-post-image {
  width: 100%;
  height: 100%;
  margin-top: 12px;
  max-height: 600px;
  object-fit: cover;
}

.entry-content p {
  font-size: 16px;
  line-height: 22px;
  margin-top: 12px;
}

.entry-content p:first-child {
  margin-top: 0;
}

.entry-content blockquote {
  margin-top: 12px;
  position: relative;
  padding: 16px;
  background-color: oklch(98.5% 0 0);
  border-left: 2px solid #c2c2c2;
}

.entry-content blockquote:first-child {
  margin-top: 0;
}

.entry-content .wp-block-gallery {
  margin-top: 12px;
}

.entry-content .wp-block-gallery:first-child {
  margin-top: 0;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-top: 12px;
}

.entry-content h1:first-child, .entry-content h2:first-child, .entry-content h3:first-child, .entry-content h4:first-child, .entry-content h5:first-child, .entry-content h6:first-child {
  margin-top: 0;
}

/* Medium (md) */
@media (min-width: 768px) {
  .single__hero__title {
    font-size: 70px;
  }
}

/* Large (lg) */
@media (min-width: 1024px) {
  .single {
    padding-bottom: 60px;
  }
  
  .single__hero {
    padding: 150px 0 60px 0;
  }
  
  .single__content {
    display: flex;
    gap: 24px;
  }

  .single__content .single__related__panel {
    width: 324px;
    flex-shrink: 0;
    border-left: 1px solid #c2c2c2;
    padding-left: 24px;
  }
}

/* Extra Large (xl) */
@media (min-width: 1280px) {
  .single__hero .wp-post-image {
    max-width: 1280px;
    margin: 0 auto;
  }
}
