main section {
  max-width: 1440px;
  width: 90%;
  padding: 20px 30px;
  background: #fff;
  margin: 0 auto;
}
main .article-container .page-title {
  color: #1e232d;
}
main .article-container .archive-description {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 0;
  color: #a0a0a0;
  padding-top: 10px;
  padding-bottom: 20px;
}
main .article-container .type-post {
  position: relative;
  margin-bottom: 30px;
}
main .article-container .type-post > .row .thumbnail {
  width: 100%;
  height: 100%;
  aspect-ratio: 360/275;
  background-position: center;
  background-size: cover;
}
main .article-container .type-post > .row h2 {
  font-size: 22px;
  padding-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
main .article-container .type-post > .row .excerpt {
  font-size: 14px;
  line-height: 1.6;
  color: #5b6170;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
main .article-container .type-post > .row .meta-container {
  display: flex;
  gap: 8px;
  font-size: 14px;
  color: #a0a0a0;
}
main .article-container .type-post > .row .meta-container .author span {
  color: #58a4b0;
}
main .article-container .type-post > .row .category {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ff856e;
  color: #fff;
  font-size: 12px;
  padding: 0 5px;
}
main .article-container .type-post > .row .read-more-container {
  margin-top: 15px;
  cursor: pointer;
}
main .article-container .type-post > .row .read-more-container > span {
  display: inline-flex;
  border: 1px solid #e0e0e0;
  padding: 5px 10px;
  font-size: 12px;
  color: #000;
  transition: all 0.3s ease-in-out;
}
main .article-container .type-post > .row .read-more-container > span:hover {
  background: #58a4b0;
  border: 1px solid #58a4b0;
  color: #fff;
}
main .article-container .type-post > .row .read-more-container > span:hover a {
  color: #fff;
}
main .article-container .page-container > div {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
main .article-container .page-container > div span.page-numbers.current {
  display: inline-flex;
  background: rgb(88, 164, 176);
  color: #fff;
}
main .article-container .page-container > div .page-numbers {
  display: inline-flex;
  border: 1px solid rgb(88, 164, 176);
  padding: 5px 10px;
  font-weight: 300;
  min-height: 35px;
  align-items: center;
  transition: background 0.3s ease-in-out;
}
main .article-container .page-container > div .page-numbers:hover {
  background: rgb(245, 245, 245);
}
main .article-container .page-container > div .page-numbers svg {
  height: 8px;
}

@media (max-width: 992px) {
  main section {
    width: 100%;
    padding: 10px;
  }
  .sidebar.index > div {
    padding: 0;
    padding-top: 10px;
  }
  article h2 {
    padding-top: 10px;
  }
}

/*# sourceMappingURL=category.css.map */
