.news-feed {
  position: relative;
  width: 100%;
  padding-block: 4rem 6.7rem;
}
@media (min-width: 768px) {
  .news-feed {
    padding-block: 5rem 6rem;
  }
}
.news-feed__container {
  display: flex;
  flex-direction: column;
  gap: 3.1rem;
  overflow-x: visible;
}
@media (min-width: 768px) {
  .news-feed__container {
    gap: 4rem;
  }
}
.news-feed__title {
  color: #033324;
  font-family: "Nohemi", sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.12rem;
  color: #033324;
  text-align: flex-start;
}
@media (min-width: 768px) {
  .news-feed__title {
    color: #033324;
    font-family: "Nohemi", sans-serif;
    font-size: 4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.16rem;
  }
}
.news-feed__swiper {
  position: relative;
  overflow: visible;
  width: calc(100vw - 2rem);
  margin-inline-start: 0;
  margin-inline-end: calc(-50vw + 50%);
  padding-inline-end: 0;
}
@media (min-width: 768px) {
  .news-feed__swiper {
    width: calc(100vw - 8rem);
    margin-inline-end: calc(-50vw + 50%);
  }
}
.news-feed__swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.news-feed__swiper .swiper-slide {
  width: auto;
  height: auto;
  flex-shrink: 0;
  margin-inline-end: 1.5rem;
}
@media (min-width: 768px) {
  .news-feed__swiper .swiper-slide {
    margin-inline-end: 2rem;
  }
}
.news-feed__item {
  display: flex;
  flex-direction: column;
  background-color: #f8f6f2;
  border-radius: 1.5rem;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (min-width: 768px) {
  .news-feed__item {
    border-radius: 2rem;
  }
  .news-feed__item:hover {
    transform: translateY(-0.4rem);
    box-shadow: 0 0.8rem 2.4rem rgba(0, 0, 0, 0.1);
  }
}
.news-feed__thumbnail {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #dcf2c9;
}
.news-feed__thumbnail-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-feed__content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  flex: 1;
}
@media (min-width: 768px) {
  .news-feed__content {
    padding: 2.4rem;
    gap: 1.6rem;
  }
}
.news-feed__headline {
  color: #033324;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: 0;
  color: #033324;
  margin: 0;
}
@media (min-width: 768px) and (min-width: 768px) {
  .news-feed__headline {
    font-size: 1.9rem;
  }
}
.news-feed__meta {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-block-start: auto;
}
@media (min-width: 768px) {
  .news-feed__meta {
    flex-direction: row;
    gap: 1.6rem;
  }
}
.news-feed__date, .news-feed__publisher {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: -0.014rem;
  color: #033324;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .news-feed__date, .news-feed__publisher {
    font-family: "Montserrat", sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .news-feed__date, .news-feed__publisher {
    letter-spacing: 0;
  }
}
.news-feed__archive {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.7rem;
}
@media (min-width: 768px) {
  .news-feed__archive {
    justify-content: space-between;
    gap: 0.7rem;
    margin-inline-start: 0;
    margin-inline-end: calc(-50vw + 50%);
    width: calc(100vw - 8rem);
    max-width: none;
    padding-inline-end: 8rem;
  }
}
.news-feed__archive-nav {
  display: none;
}
@media (min-width: 768px) {
  .news-feed__archive-nav {
    display: flex;
    gap: 0.7rem;
    align-items: center;
    margin-inline-start: auto;
  }
}
.news-feed__archive-nav-button {
  display: flex;
  width: 3.1rem;
  height: 3.1rem;
  padding: 0.9455rem 1.0636rem 0.9455rem 1.4182rem;
  justify-content: center;
  align-items: center;
  gap: 1.1818rem;
  background-color: #033324;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  position: static;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0;
  background-image: none;
  background: #033324;
}
.news-feed__archive-nav-button::after, .news-feed__archive-nav-button::before {
  display: none;
  content: none;
}
.news-feed__archive-nav-button svg {
  display: none;
}
.news-feed__archive-nav-button.swiper-button-disabled {
  background-color: #cdcdcd;
  background: #cdcdcd;
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
}
.news-feed__archive-nav-button--prev {
  padding: 0.9455rem 1.4182rem 0.9455rem 1.0636rem;
}
.news-feed__archive-nav-button--prev .news-feed__archive-nav-icon {
  transform: scaleX(-1);
}
.rtl .news-feed__archive-nav-button--prev .news-feed__archive-nav-icon {
  transform: scaleX(1);
}
.rtl .news-feed__archive-nav-button--next .news-feed__archive-nav-icon {
  transform: scaleX(-1);
}
.news-feed__archive-nav-icon {
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
}
.news-feed__nav-button-next {
  background-image: none;
  background: #00852c;
  border: none;
  margin: 0;
  padding: 0;
  width: 3.7rem;
  height: 3.7rem;
  min-width: 3.7rem;
  min-height: 3.7rem;
  background-color: #00852c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: opacity 0.3s ease, transform 0.3s ease;
  inset-block-end: 0;
  inset-inline-end: 0;
  flex-shrink: 0;
  align-self: flex-end;
}
.news-feed__nav-button-next::after, .news-feed__nav-button-next::before {
  display: none;
  content: none;
}
.news-feed__nav-button-next svg {
  display: none;
}
.news-feed__nav-button-next:hover {
  opacity: 0.9;
  transform: scale(1.05);
}
.news-feed__nav-button-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.news-feed__nav-button-icon {
  width: 1.2rem;
  height: 1.2rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
  margin-inline-start: 0.3rem;
}
@media (min-width: 768px) {
  .news-feed__nav-button-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.rtl .news-feed__nav-button-icon {
  transform: scaleX(-1);
}
