.archive-main h1 {
  margin-bottom: 1rem;
  animation: var(--fade-in-left);
}

.single-main {
  animation: var(--fade-in-left);
}
.single-main .single-back a {
  border-radius: 9999px;
  border: 1px solid var(--font-primary);
  padding: 0.5rem 1rem;
  transition: all 0.5s ease;
}
.single-main .single-back a:hover {
  border-color: var(--brand);
  background-color: var(--brand);
  color: #fff;
}
.single-main .single-post article header {
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.single-main .single-post article .post-thumbnail {
  margin-bottom: 1rem;
}
.single-main .single-post article .post-thumbnail img {
  max-height: 16rem;
  width: 100%;
  border-radius: var(--border-radius);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}/*# sourceMappingURL=style.news.css.map */