.site-main {
  max-width: 720px;
  margin: auto;
  padding: 44px 0;
}
@media screen and (max-width: 720px) {
  .site-main {
    padding: 44px 24px;
  }
}

.entry-meta {
  font-size: 16px;
  font-weight: 500;
  color: #666;
}

.entry-title a {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  line-height: 24px;
  margin-top: 24px;
}

.entry-title {
  font-size: 32px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  margin-bottom: 32px;
  line-height: 175%;
}
@media screen and (max-width: 720px) {
  .entry-title {
    font-size: 16px;
    line-height: 24px;
  }
}

.post-thumbnail img {
  border-radius: 8px;
  max-width: 240px;
}
@media screen and (max-width: 720px) {
  .post-thumbnail img {
    width: 100%;
    max-width: none;
    border-radius: 0px;
  }
}

.entry-content {
  margin-top: 40px;
}
.entry-content p {
  margin: 1em 0;
}
.entry-content img {
  width: 600px;
  margin: 1em auto;
}

article {
  display: flex;
  flex-direction: row-reverse;
  gap: 32px;
}
@media screen and (max-width: 720px) {
  article {
    display: block;
  }
}

.entry-header {
  margin: auto;
}

.post-1.post.type-post.status-publish.format-standard.hentry.category-uncategorized {
  display: none;
}

.single article {
  display: block;
}
.single .entry-meta {
  display: flex;
  justify-content: left;
}
.single .post-thumbnail img {
  border-radius: 0px;
  width: 100%;
  max-width: none;
  margin: 0 auto;
}
.single .nav-previous, .single .comment-respond {
  display: none;
}

.archive {
  margin: 80px auto;
}
.archive article + article {
  margin-top: 32px !important;
}
.archive .entry-header {
  margin-top: 0;
  width: 100%;
}
.archive .entry-title {
  line-height: 100%;
}/*# sourceMappingURL=news_topics.css.map */