.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.wp-pagenavi span {
  border: none !important;
}
.wp-pagenavi .pages, .wp-pagenavi .last, .wp-pagenavi .first {
  display: none;
}
.wp-pagenavi .page {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  color: #000000;
  border: none;
}
.wp-pagenavi .page:hover, .wp-pagenavi .page:focus-visible, .wp-pagenavi .page:active {
  color: #F96161;
  font-weight: 600;
}
.wp-pagenavi .current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  color: #F96161;
  border: none;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  position: relative;
  width: 36px;
  height: 36px;
  border: 1px solid #FF0D19;
}
.wp-pagenavi .nextpostslink::after,
.wp-pagenavi .previouspostslink::after {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3cpath d='M9.70688 6L8.29688 7.41L12.8769 12L8.29688 16.59L9.70688 18L15.7069 12L9.70688 6Z' fill='%23FF0D19'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #FFFFFF;
  content: "";
  left: 0;
  top: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-pagenavi .previouspostslink {
  transform: rotate(180deg);
}

.news-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-card__date {
  font-size: 18px;
  line-height: 24px;
  display: block;
  margin-bottom: 8px;
}
.news-card__title {
  font-size: 20px !important;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: auto !important;
  line-height: 110%;
}
.news-card__title a {
  color: #00A196;
}
.news-card__title a:hover,
.news-card__title a:focus-visible {
  color: #D7121C;
}
.news-card__link {
  position: relative;
  max-width: -moz-min-content;
  max-width: min-content;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-top: 16px;
  transition: transition 0.2s;
}
.news-card__link:hover, .news-card__link:focus-visible {
  color: #D7121C;
}
.news-card__link:hover span, .news-card__link:focus-visible span {
  fill: #D7121C;
}
.news-card__link:hover, .news-card__link:focus {
  fill: #D7121C;
}
.news-card__link:hover::after, .news-card__link:focus::after {
  background: #D7121C;
}
.news-card__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000000;
}
.news-card__link span {
  position: absolute;
  bottom: -3px;
  right: -20px;
}
.news-card img {
  margin-bottom: 24px;
}

@media screen and (max-width: 1200px) {
  .ast-separate-container #primary {
    padding: 0 !important;
  }
}
@media screen and (max-width: 544px) {
  .ast-separate-container #content .ast-container {
    padding: 0 20px !important;
  }
}
.news {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .news {
    margin-bottom: 60px;
  }
}
.news__title {
  padding-bottom: 16px;
}
.news__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 48px;
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 992px) {
  .news__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .news__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 36px;
  }
}

.ast-archive-entry-banner .cat__head {
  display: none;
}/*# sourceMappingURL=newslist.css.map */

.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 24px;
    margin-top: 20px;
    padding: 10px;
}

.category-card {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: #333;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    display: block;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
    border-color: #0073aa;
}

.category-card__image {
    width: 100%;
    height: 160px;
    overflow: hidden;
    background: #f5f5f5;
}

.category-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.category-card:hover .category-card__image img {
    transform: scale(1.05);
}

.category-card__title {
    padding: 16px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #222;
    flex-grow: 1;
    border-top: 1px solid #eee;
}

.category-card__title span {
    display: block;
    font-size: 14px;
    color: #777;
    margin-top: 6px;
    font-weight: 400;
}

.page-title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
    color: #111;
}

.no-subcategories,
.error {
    text-align: center;
    font-size: 16px;
    color: #666;
    padding: 20px;
}