/* Generated by vite-plugin-svg-spritemap */
.section-news {
  padding: 5rem 0;
  background-color: #212121;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-bottom: 5rem;
}

.news-item {
  flex: 1 1 33%;
  border: 0.0625rem solid #333;
  background-color: #282828;
  border-radius: 0.1875rem;
  overflow: hidden;
}
.news-item__head {
  display: flex;
  justify-content: space-between;
  gap: 0.625rem;
  align-items: center;
  border-bottom: 0.0625rem solid #333;
}
.news-item__date {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: #7C7C7C;
  font-size: 0.875rem;
}
.news-item__date--info {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: transparent;
  -webkit-text-stroke-width: 0.0625rem;
  -webkit-text-stroke-color: #838383;
}
.news-item__image {
  width: 5rem;
  min-width: 5rem;
  height: 5rem;
  border-radius: 6.25rem;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.news-item__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.news-item__image:hover img {
  transform: scale(1.02);
}
.news-item__title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #D2D2D2;
  margin-bottom: 1rem;
  line-height: 1.3;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
.news-item__title:hover {
  color: #a67a3f;
}
.news-item__content {
  margin-bottom: 1.5rem;
  color: #838383;
}
.news-item__content p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.news-item__content p:last-child {
  margin-bottom: 0;
}
.news-item__link {
  color: #D2D2D2;
  text-decoration: none;
  transition: color 0.3s ease;
}
.news-item__link:hover {
  color: #a67a3f;
}
.news-item__read-more {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background-color: #262626;
  border: 0.0625rem solid #404040;
  border-radius: 0.25rem;
  color: #D2D2D2;
  text-decoration: none;
  font-size: 0.875rem;
  transition: all 0.3s ease;
  cursor: pointer;
}
.news-item__read-more:hover {
  background-color: #333333;
  border-color: #505050;
}
.news-item__read-more-arrow {
  width: 0.75rem;
  height: 0.75rem;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23212121"><path d="M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z"/></svg>') no-repeat center;
  background-size: contain;
}

.highlighted-text {
  background-color: rgba(184, 138, 74, 0.2);
  padding: 0.125rem 0.375rem;
  border-radius: 0.1875rem;
  border: 0.0625rem solid rgba(184, 138, 74, 0.3);
}

.news-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.news-pagination__btn {
  padding: 0.5rem 1rem;
  background-color: #262626;
  border: 0.0625rem solid #404040;
  border-radius: 0.25rem;
  color: #D2D2D2;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 2.5rem;
  text-align: center;
}
.news-pagination__btn:hover {
  background-color: #333333;
  border-color: #505050;
}
.news-pagination__btn--active {
  background-color: #b88a4a;
  border-color: #b88a4a;
  font-weight: 500;
}
.news-pagination__btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.news-pagination__btn:disabled:hover {
  background-color: #262626;
  border-color: #404040;
}
.news-pagination__info {
  margin-left: 1rem;
  color: #7C7C7C;
  font-size: 0.875rem;
}

.posts-navigation .screen-reader-text {
  display: none !important;
}
.posts-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.625rem;
  padding-top: 1.875rem;
  border-top: 0.0625rem solid #333;
}
.posts-navigation .nav-links .nav-previous {
  margin-left: auto;
}
.posts-navigation .nav-links .nav-next {
  margin-right: auto;
}
.posts-navigation .nav-links a {
  color: #828282;
  font-weight: 500;
}
.posts-navigation .nav-links a:hover {
  color: #b88a4a;
}
@media (max-width: 62rem) {
  .section-news {
    padding: 3.75rem 0;
  }
  .news-list {
    flex-direction: column;
  }
  .news-item {
    flex: 1 1 100%;
    width: 100%;
  }
  .news-item__date--info {
    font-size: 2.5rem;
  }
  .news-pagination {
    gap: 0.375rem;
  }
  .news-pagination__btn {
    padding: 0.375rem 0.75rem;
    font-size: 0.8125rem;
    min-width: 2.1875rem;
  }
  .news-pagination__info {
    margin-left: 0.75rem;
    font-size: 0.8125rem;
  }
}
@media (max-width: 47.9375rem) {
  .news-item__date--info {
    font-size: 2rem;
  }
  .news-pagination {
    gap: 0.625rem;
  }
  .news-pagination__btn {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    min-width: 3.125rem;
  }
  .news-pagination__info {
    margin-left: 0;
    margin-top: 0.5rem;
  }
}
@media (max-width: 20em) {
  .news-item {
    padding: 0.9375rem;
  }
  .news-item__head {
    margin-bottom: 2.5rem;
  }
  .news-item__head {
    padding-bottom: 1.25rem;
  }
}
@media (max-width: 991.98) {
  .news-item {
    flex: 1 1 100%;
    width: 100%;
  }
}
@media (min-width: 20em) and (max-width: 91.875em) {
  .news-item {
    padding: clamp( 0.9375rem , 0.76358695651875rem  +  0.8695652174vw , 1.5625rem );
  }
  .news-item__head {
    margin-bottom: clamp( 2.5rem , 1.8043478260875rem  +  3.4782608696vw , 5rem );
  }
  .news-item__head {
    padding-bottom: clamp( 1.25rem , 1.25rem  +  0vw , 1.25rem );
  }
}
@media (min-width: 91.875em) {
  .news-item {
    padding: 1.5625rem;
  }
  .news-item__head {
    margin-bottom: 5rem;
  }
  .news-item__head {
    padding-bottom: 1.25rem;
  }
}