.ast-separate-container {
  background: var(--color-white);
}

.post-content .entry-header .entry-title > a {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: var(--color-dark-gray);
}

.post-content .entry-header .entry-meta .posted-on > span {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  color: var(--color-gray);
}

.entry-content > p:nth-child(1) {
  display: none;
}

.entry-content .read-more {
  text-align: right;
}

.entry-content .read-more a::after {
  content: url("../../assets/img/icon-red-arrow.png");
  margin-left: 12px;
}

.entry-content .read-more a {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-red);
}

.entry-content .read-more a:hover::after {
  content: url("../../assets/img/icon-dark-arrow.png");
}

.entry-content .read-more a:hover {
  color: var(--color-dark-gray);
}

.blog-layout-1 .post-content.ast-grid-common-col {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

#page .page-intro {
  margin-top: 3.5rem;
  width: 95ch;
  font-weight: 400;
  font-size: 1rem;
  line-height: 23px;
  color: var(--color-dark-gray);
}

.site-content.category-buttons .ast-container {
  display: flex !important;
  gap: 1rem;
}

.category-buttons .button:hover {
  background-color: var(--color-dark-gray);
}

@media (max-width: 1150px) {
  #page .page-intro {
    width: 75ch;
  }
}
@media (max-width: 1050px) {
  #page .page-intro {
    width: 65ch;
  }
}
@media (max-width: 922px) {
  #page .page-intro {
    width: 45ch;
  }
}
@media (max-width: 550px) {
  #page .page-intro {
    width: 100%;
  }
}

/*# sourceMappingURL=news-page.css.map */
