header {
  position: relative;
}
.uzor {
  display: block;
}
main {
  padding: clamp(40px, 5vw, 60px) 0 clamp(60px, 10vw, 120px) 0;
  display: flex;
  flex-direction: column;
}

.news-single {
  padding: 0 120px;
  max-width: 1660px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 3vw, 50px);
  margin-bottom: clamp(50px, 8vw, 120px);
}
@media (max-width: 768px) {
  .news-single {
    padding: 0 20px;
  }
}

.news-single__title {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 5vw, 64px);
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.news-single__details {
  display: flex;
  align-items: center;
  gap: 16px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 14px;
}

.news-single__date,
.news-single__location {
  display: flex;
  align-items: center;
  gap: 8px;
}

.news-single__date::before {
  display: none;
}

.news-single__banner {
  position: relative;
  width: 100%;
  height: 525px;
  border-radius: 12px;
  overflow: hidden;
}
.news-single__banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 6.24%, #020e20 100%);
  pointer-events: none;
}
.news-single__banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .news-single__banner {
    height: clamp(250px, 50vw, 400px);
  }
}

.news-single__content {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 4vw, 50px);
}

.news-single__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.8);
  max-width: 960px;
  margin: 0 auto;
  text-align: justify;
}
.news-single__desc br {
  display: block;
  content: "";
  margin-bottom: 16px;
}
.news-single__desc p {
  margin-bottom: 16px;
}
.news-single__desc p:last-child {
  margin-bottom: 0;
}
.news-single__desc h1,
.news-single__desc h2,
.news-single__desc h3,
.news-single__desc h4,
.news-single__desc h5,
.news-single__desc h6 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 16px;
  margin-top: 24px;
}
.news-single__desc h1:first-child,
.news-single__desc h2:first-child,
.news-single__desc h3:first-child,
.news-single__desc h4:first-child,
.news-single__desc h5:first-child,
.news-single__desc h6:first-child {
  margin-top: 0;
}
.news-single__desc h2 {
  font-size: 28px;
}
.news-single__desc h3 {
  font-size: 24px;
}
.news-single__desc h4 {
  font-size: 20px;
}
.news-single__desc ul,
.news-single__desc ol {
  margin: 16px 0;
  padding-left: 24px;
}
.news-single__desc ul li,
.news-single__desc ol li {
  margin-bottom: 8px;
  position: relative;
}
.news-single__desc ul li:last-child,
.news-single__desc ol li:last-child {
  margin-bottom: 0;
}
.news-single__desc ul {
  list-style: none;
}
.news-single__desc ul li {
  padding-left: 16px;
}
.news-single__desc ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: #dab250;
  border-radius: 50%;
}
.news-single__desc ol {
  list-style: decimal;
}
.news-single__desc ol li::marker {
  color: #dab250;
  font-weight: 500;
}
.news-single__desc ul ul,
.news-single__desc ol ol,
.news-single__desc ul ol,
.news-single__desc ol ul {
  margin-top: 8px;
  margin-bottom: 8px;
}
.news-single__desc a {
  color: #40a0c6;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.news-single__desc a:hover {
  color: #dab250;
}
.news-single__desc strong,
.news-single__desc b {
  font-weight: 700;
  color: #ffffff;
}
.news-single__desc em,
.news-single__desc i {
  font-style: italic;
}
.news-single__desc blockquote {
  margin: 24px 0;
  padding: 20px 24px;
  background-color: rgba(255, 255, 255, 0.05);
  border-left: 4px solid #dab250;
  border-radius: 0 8px 8px 0;
  font-style: italic;
  color: rgba(255, 255, 255, 0.9);
}
.news-single__desc code {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 2px 6px;
  border-radius: 4px;
  font-family: monospace;
  font-size: 14px;
}
.news-single__desc pre {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 16px;
  border-radius: 8px;
  overflow-x: auto;
  margin: 16px 0;
}
.news-single__desc pre code {
  background: none;
  padding: 0;
}
.news-single__desc hr {
  border: none;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  margin: 32px 0;
}
.news-single__desc table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
}
.news-single__desc table th,
.news-single__desc table td {
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
}
.news-single__desc table th {
  background-color: rgba(255, 255, 255, 0.05);
  font-weight: 600;
  color: #ffffff;
}
.news-single__desc table tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.02);
}

/* News Gallery Swiper */
.news-gallery-swiper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .news-gallery-swiper {
    padding: 0 40px;
  }
}

@media (max-width: 576px) {
  .news-gallery-swiper {
    padding: 0 30px;
  }
}

.news-single__gallery-item {
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .news-single__gallery-item {
    height: 300px;
  }
}

.news-single__gallery-item img,
.news-single__gallery-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Video Item with Play Button */
.news-single__gallery-item--video {
  cursor: pointer;
  position: relative;
}

.news-single__gallery-item--video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 1;
}

.news-single__gallery-item--video:hover::before {
  opacity: 1;
}

.news-single__video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.news-single__video-play-btn svg {
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.5));
  transition: all 0.3s ease;
}

.news-single__video-play-btn:hover svg {
  transform: scale(1.1);
}

.news-single__video-play-btn:active svg {
  transform: scale(0.95);
}

/* Swiper Navigation */
.news-gallery-swiper .swiper-button-next,
.news-gallery-swiper .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.news-gallery-swiper .swiper-button-next::after,
.news-gallery-swiper .swiper-button-prev::after {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.news-gallery-swiper .swiper-button-next:hover,
.news-gallery-swiper .swiper-button-prev:hover {
  background: #fff;
  transform: scale(1.1);
}

.news-gallery-swiper .swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}

/* Swiper Pagination */
.news-gallery-swiper .swiper-pagination {
  bottom: -30px;
}

.news-gallery-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
  transition: all 0.3s ease;
}

.news-gallery-swiper .swiper-pagination-bullet-active {
  background: #dab250;
  width: 24px;
  border-radius: 5px;
}

.other-news {
  padding: 0 120px;
  max-width: 1660px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 3vw, 40px);
}
@media (max-width: 768px) {
  .other-news {
    padding: 0 20px;
  }
}

.other-news__title {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 5vw, 64px);
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #ffffff;
} /*# sourceMappingURL=news-single.css.map */
