* {
  font-family: Arial, sans-serif !important;
}
.news-detail {
  padding: 60px 20px;
  background: #f5f5f5;
}

.container {
  max-width: 900px;
  margin: auto;
}

/* TOP */
.top h1 {
  font-size: 28px;
  margin-bottom: 10px;
}

.top span {
  color: #777;
  font-size: 14px;
}

/* IMAGE */
.image-box {
  margin: 20px 0;
}

.container {
  position: relative;
}

.mySlides {
  display: none;
}

.mySlides img {
  width: 100%;
}

/* arrows */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  padding: 10px;
  color: white;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  transform: translateY(-485%);
}

.prev {
  left: 10px;
}
.next {
  right: 10px;
}

.prev:hover,
.next:hover {
  background: rgba(0, 0, 0, 0.8);
}
.image-box {
  width: 100% !important;
  text-align: center !important; /* ortalasın */
}

.image-box img {
  max-width: 100% !important;
  max-height: 400px !important; /* 🔥 əsas */
  width: auto !important;
  height: auto !important;
}
/* TEXT */
.text-box {
  padding: 30px;
  border-radius: 10px;
  line-height: 1.7;
  color: #444;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.row {
  display: flex;
  gap: 5px;
  margin-top: 10px;
}

.column img {
  height: 100px !important;
  object-fit: cover;
}

.demo {
  opacity: 0.6;
  cursor: pointer;
  transition: 0.3s;
}

.active,
.demo:hover {
  opacity: 1;
}

.downloadBtn {
  position: fixed;

  top: 20px;
  right: 80px;

  width: 52px;
  height: 52px;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.12);

  backdrop-filter: blur(10px);

  display: flex;
  justify-content: center;
  align-items: center;

  color: white;

  font-size: 22px;

  z-index: 999999999;
}

.downloadBtn:hover {
  background: white;

  color: black;
}
.shareBox {
  display: flex;
  justify-content: flex-end;

  margin: 25px 0 20px;
}

#shareBtn {
  border: none;
  background: transparent;

  display: flex;
  align-items: center;
  gap: 10px;

  cursor: pointer;

  font-size: 18px;
  font-weight: 600;

  color: #222;
}

#shareBtn img {
  width: 45px;
  height: 45px;

  object-fit: contain;
}
@media (max-width: 992px) {
  .news-detail {
    padding: 25px 12px;
  }

  .container {
    max-width: 100%;
  }

  .top h1 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 8px;
  }

  .top span {
    font-size: 13px;
  }

  .image-box {
    margin: 15px 0;
  }

  .image-box img {
    max-height: 260px !important;
  }

  /* oxlar */
  .prev,
  .next {
    font-size: 16px;
    padding: 8px;
    transform: translateY(-350%);
  }

  /* thumbnail şəkillər */
  .row {
    gap: 4px;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 5px;
  }

  .column {
    flex: 0 0 auto;
  }

  .column img {
    width: 55px !important;
    height: 55px !important;
  }

  /* paylaş */
  .shareBox {
    justify-content: center;
    margin: 15px 0;
  }

  #shareBtn {
    font-size: 16px;
  }

  #shareBtn img {
    width: 32px;
    height: 32px;
  }

  /* mətn */
  .text-box {
    padding: 0px;
    line-height: 1.8;
    font-size: 15px;
  }
}
