/* Generated by vite-plugin-svg-spritemap */
header {
  position: sticky !important;
}

.page-top-var-two__text p {
  max-width: 73.8125rem !important;
}

.section-news-single {
  padding: 5rem 0;
  background-color: #212121;
}

.news-single {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.news-single__image {
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.3);
}
.news-single__image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.news-single__image:hover img {
  transform: scale(1.02);
}

.news-single__content {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}

.news-single__date {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #7C7C7C;
  font-size: 0.875rem;
}
.news-single__date-icon {
  width: 1rem;
  height: 1rem;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%237C7C7C"><path d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z"/></svg>') no-repeat center;
  background-size: contain;
}

.news-single__text p {
  color: #D2D2D2;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1.25rem;
}
.news-single__text p:last-child {
  margin-bottom: 0;
}

.news-single__list {
  margin: 1.25rem 0;
}
.news-single__list li {
  color: #D2D2D2;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.news-single__list li:last-child {
  margin-bottom: 0;
}

.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-single__gallery, .wp-block-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-top: 1.875rem;
  margin-top: 0.625rem;
}
.news-single__gallery-item, .news-single__gallery .wp-block-image, .wp-block-gallery-item, .wp-block-gallery .wp-block-image {
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
.news-single__gallery-item img, .news-single__gallery .wp-block-image img, .wp-block-gallery-item img, .wp-block-gallery .wp-block-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.news-single__gallery-item:hover img, .news-single__gallery .wp-block-image:hover img, .wp-block-gallery-item:hover img, .wp-block-gallery .wp-block-image:hover img {
  transform: scale(1.05);
}

.news-single__navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.5rem;
  padding-top: 1.875rem;
  border-top: 0.0625rem solid #404040;
}
.news-single__navigation__nav-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  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;
  line-height: 1.3;
}
.news-single__navigation__nav-link:hover {
  background-color: #333333;
  border-color: #505050;
}
.news-single__navigation__nav-link--prev .news-single__nav-arrow {
  transform: rotate(180deg);
}
.news-single__navigation-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="%23D2D2D2"><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;
  transition: transform 0.3s ease;
}
@media (max-width: 767.98) {
  .section-news-single {
    padding: 2.5rem 0;
  }
  .news-single {
    gap: 1.5625rem;
  }
  .news-single__content {
    gap: 1.25rem;
  }
  .news-single__text p {
    font-size: 0.875rem;
  }
  .news-single__list li {
    font-size: 0.875rem;
  }
  .news-single__navigation {
    margin-top: 1.875rem;
    padding-top: 1.25rem;
  }
  .news-single__navigation-link {
    padding: 0.625rem 1rem;
    font-size: 0.8125rem;
  }
}
@media (max-width: 991.98) {
  .section-news-single {
    padding: 3.75rem 0;
  }
  .section-news-single__container {
    padding: 0 0.9375rem;
  }
  .news-single {
    gap: 1.875rem;
  }
  .news-single__content {
    gap: 1.5625rem;
  }
  .news-single__text p {
    font-size: 0.9375rem;
  }
  .news-single__list li {
    font-size: 0.9375rem;
  }
  .news-single__gallery {
    grid-template-columns: 1fr;
    gap: 0.9375rem;
  }
  .news-single__navigation {
    flex-direction: column;
    gap: 0.9375rem;
    align-items: stretch;
  }
  .news-single__navigation-link {
    justify-content: center;
  }
}