.yunce-news-module .load_more_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}
.yunce-news-module .load_more_box .ajax_load_post {
  border: 1px solid #9e192f !important;
  background: #fff !important;
  color: #281d1f !important;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 230px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
  font-size: 15px;
  cursor: pointer;
}
.yunce-news-module .load_more_box .ajax_load_post:hover {
  background: #9e192f !important;
  color: #fff !important;
}
.yunce-news-module .aa-article-cards__filter select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' fill='none'%3E%3Cpath fill='%2359B896' d='M.204.214a.75.75 0 0 0-.08.928l.08.101 6.3 6.545a.68.68 0 0 0 .893.083l.098-.083 6.299-6.545a.746.746 0 0 0 .044-.981.68.68 0 0 0-.937-.131l-.098.083-5.804 6.03L1.196.215A.7.7 0 0 0 .7 0a.68.68 0 0 0-.496.214'/%3E%3C/svg%3E");
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  background-size: 10px auto;
  border: 1px solid #cdc8c8;
  color: #59b896;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  height: 50px;
  line-height: 17px;
  margin-right: 0;
  margin-top: 15px;
  width: 300px;
  padding-left: 18px;
  text-transform: uppercase;
  border-radius: 0;
}
@media (min-width: 768px) {
  .yunce-news-module .aa-article-cards__filter select {
    margin-right: 20px;
    margin-top: 0;
  }
}
.yunce-news-module .aa-article-cards__filter select:active,
.yunce-news-module .aa-article-cards__filter select:focus {
  border: 1px solid #cdc8c8;
  outline: 0;
}
.yunce-news-module .aa-article-cards__filter select:last-of-type {
  margin-right: 0;
}
.yunce-news-module .posts-list {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  grid-column-gap: 115px;
  -webkit-column-gap: 115px;
  -moz-column-gap: 115px;
  column-gap: 115px;
  grid-row-gap: 115px;
  row-gap: 115px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.yunce-news-module .post-item {
  background: transparent;
  margin-left: auto;
  margin-right: auto;
  max-width: 430px;
  width: 100%;
}
.yunce-news-module .post-item .a_box {
  display: block;
  position: relative;
  -webkit-text-fill-color: #333;
}
.yunce-news-module .post-item .post-thumbnail {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.yunce-news-module .post-item .post-thumbnail img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  -webkit-transition: all var(--image-hover-transition, 0.3s) ease;
  transition: all var(--image-hover-transition, 0.3s) ease;
}
.yunce-news-module .post-item .post-title {
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 119%;
  -webkit-background-clip: unset;
  background-position: 0 0;
  color: #333;
  -webkit-text-fill-color: #333;
  margin-bottom: 20px;
  margin-top: 0;
}
.yunce-news-module .post-item .post-date {
  font-size: 1.1875rem;
  font-weight: 600;
}
.yunce-news-module .post-item .post-excerpt {
  font-size: 14px;
  line-height: 1.6;
}
.yunce-news-module .posts-loading {
  text-align: center;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.yunce-news-module .posts-loading span {
  background: url(./img/loading-buffering.gif) no-repeat center center;
  display: block;
  width: 48px;
  height: 48px;
  background-size: cover;
}
.yunce-news-module .no-posts {
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.yunce-news-module .posts-error {
  text-align: center;
  padding: 40px 0;
  color: #ff4444;
}
.yunce-news-module .categories-list {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.yunce-news-module .image-hover-zoom .post-thumbnail img:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.yunce-news-module .image-hover-slide-up .post-thumbnail img:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
.yunce-news-module .image-hover-slide-down .post-thumbnail img:hover {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}

@media screen and (max-width: 1024px) {
  .yunce-posts-module .categories-list {
    margin-bottom: 20px;
    gap: 5px;
  }
}