.blog-hero {
  background-color: var(--main-red);
}

.latest-news__slider__item {
  border-radius: 30px;
  border: 4px solid #fff;
  background: #f8f0da;
  display: flex !important;
  margin-right: 20px;
  margin-left: 20px;
}

.latest-news__slider__item .vesti-upper {
  width: 100%;
  max-width: 70%;
  padding-left: 10px;
}
.latest-news__slider__item .vesti-upper img {
  border-radius: 19px;
  /* height: 536px; */
  /* object-fit: cover; */
}
.latest-news__slider__item .vesti-content {
  width: 100%;
  max-width: 30%;
  padding-top: 40px;
  padding-bottom: 30px;
}
.latest-news__slider__item .vesti-upper a {
  margin-bottom: 0;
}

.latest-news {
  background: #faf4e5;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  margin-top: -25px;
}
.latest-news-arrows svg rect {
  fill: transparent;
  transition: 0.3s;
}
.latest-news-arrows .latest-arrow-left,
.latest-news-arrows .latest-arrow-right {
  cursor: pointer;
}
.latest-news-arrows .latest-arrow-left:hover svg rect,
.latest-news-arrows .latest-arrow-right:hover svg rect {
  fill: #fff;
}
.news {
  background: #faf4e5;
  border-radius: 30px 30px 0 0;
  margin-top: -25px;
}
.news__filters {
  gap: 20px;
}
.text_serach,
.select-box {
  position: relative;
  border-radius: 699px;
  border: 1px solid rgba(237, 28, 36, 0.5);
  background: #fff;
  padding: 9px 18px;
  font-family: "DIN Pro Cond";
  font-size: clamp(16px, 0.9375vw, 18px);
}
.select-box span {
  /* opacity: 0.5; */
}
.text_serach input {
  border: none;
  border-radius: 699px;
  outline: none;
}
.text_serach input::placeholder {
  opacity: 0.5;
  color: #2b2b2b;
  font-family: "DIN Pro Cond";
  font-size: clamp(16px, 0.9375vw, 18px);
  font-weight: 500;
}
.search-icon {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding: 0;
}
#search-filter,
#status-filter,
#posts-search-filter {
  cursor: pointer;
}
#search-filter,
#status-filter,
#posts-search-filter,
#posts-search-filter option,
#search-filter option,
#status-filter option {
  color: var(--main-red);
  font-family: "DIN Pro Cond";
  font-size: clamp(16px, 0.9375vw, 18px);
  font-weight: 500;
  outline: none;
  border: none;
}
.filled__button.load__more {
  background-color: var(--main-red);
  color: #fff;
  transition: 0.3s;
  font-family: "DIN Pro Cond";
}
.filled__button.load__more:hover {
  background-color: #fff;
  color: var(--main-red);
}
.text_serach input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
#vesti-counter {
  font-size: clamp(14px, 0.8333333333333333vw, 16px);
  color: #2b2b2b;
  font-family: "DIN Pro";
  letter-spacing: -0.24px;
}

@media only screen and (max-width: 991px) {
  .latest-news__slider__item {
    flex-direction: column;
  }
  .latest-news__slider__item .vesti-upper {
    max-width: 100%;
  }
  .latest-news__slider__item .vesti-content {
    max-width: 100%;
    height: 100%;
    padding-top: 20px;
  }
  .latest-news__slider__item .vesti-title.h4__size {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
  }
  .latest-news__slider__item .vesti-upper {
    padding-right: 10px;
  }
  .vesti-upper img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .news-title-box {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 567px) {
  .latest-news__slider__item {
    margin-right: 10px;
    margin-left: 10px;
  }
  .news__filters {
    flex-direction: column;
    width: 100%;
  }
  .news {
    border-radius: 20px 20px 0 0;
  }
  .latest-news {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
  }
}
