@import url(../../../wp-includes/css/dist/block-library/style.min.css);
.main-post {
  background-color: #FFFFFF;
  padding-top: 16px;
  padding-left: 8px; }

.post {
  max-width: 856px;
  margin: auto; }

.post.type-post {
  padding: 8px 12px 32px 8px; }

.post-header {
  margin-top: 32px; }

.post__title {
  font-size: 56px;
  font-weight: 500;
  line-height: 67px; }

.post__meta {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #666666;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px; }

.post_time {
  margin-left: 16px;
  display: flex;
  align-items: center;
  gap: 8px; }

.post__title {
  margin: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 67px; }

.post__thumbnail {
  margin-top: 32px; }
  .post__thumbnail img {
    border-radius: 8px;
    max-width: none; }

.post__content {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin-top: 38px; }
  .post__content p:first-child {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px; }
  .post__content h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    margin: 48px 0 24px 0; }
  .post__content h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%; }
  .post__content p, .post__content ul, .post__content ol {
    max-width: 86%; }
  .post__content h1, .post__content h2, .post__content h3, .post__content h4, .post__content h5, .post__content h6 {
    max-width: 90%; }
  .post__content ul, .post__content ol {
    margin: 0 0 16px 0;
    padding: 0 0 0 28px; }
  .post__content li {
    padding-bottom: 7px; }
  .post__content figcaption {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left; }
  .post__content .wp-block-image {
    margin-top: 48px; }
  .post__content .wp-block-group {
    margin: 48px 0 48px 0;
    padding: 24px;
    max-width: 86%; }
    .post__content .wp-block-group h4 {
      margin-top: 0;
      margin-bottom: 16px; }
    .post__content .wp-block-group p {
      max-width: 100%; }
  .post__content .wp-block-quote p {
    font-size: 28px;
    font-weight: 500;
    line-height: 34px;
    color: #B38344; }
  .post__content .wp-block-quote cite {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px; }
  .post__content .wp-block-quote img {
    border-radius: 8px; }
  .post__content table {
    max-width: 100%;
    overflow: scroll; }
  .post__content thead {
    background-color: #F5F5F5; }
  .post__content th {
    padding: 10px 24px 10px 0;
    text-align: left; }
  .post__content a, .post__content a:visited {
    color: #007AFF; }
  .post__content a {
    text-decoration: none;
    border-bottom: 1px solid #007AFF; }

.tags-links {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px; }
  .tags-links a {
    color: #666666;
    text-transform: capitalize; }

@media only screen and (max-width: 768px) {
  .post__title {
    font-size: 32px;
    font-weight: 500;
    line-height: 38px; }
  .post__content p, .post__content ul, .post__content ol {
    max-width: 100%; }
  .post__thumbnail img {
    max-width: 100%; } }

.related-news {
  margin-top: 16px;
  display: block; }

.related-news__header {
  grid-area: header;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px; }

.related-news__body {
  display: flex;
  gap: 16px; }

.related-news__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px; }

.related-news__item {
  width: 33%;
  background-color: #FAFAFA;
  height: auto !important;
  position: relative; }

.related-news__thumbnail img {
  max-height: 240px;
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px; }

.related-news__item__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  padding: 0 24px;
  margin: 24px 0 0 0; }

.related-news__date {
  padding-left: 24px;
  margin-top: 8px;
  padding-bottom: 16px; }

.related-news__overlay {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

@media only screen and (max-width: 768px) {
  .related-news__body {
    flex-direction: column; }
  .related-news__item {
    height: auto;
    padding-bottom: 24px;
    width: 100%; } }
