/* Digital Covers Special - dedicated section styles (mirrors Kazi Approved) */
.digital-special-cover {
  background: #1A1818;
  width: 100%;
  padding-bottom: 0;
}

.digital-special-title-wrap {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  margin: 0 auto !important;
  border-top: 1px solid #424242 !important;
  padding-top: 70px !important; /* slightly smaller like Approved mobile */
  padding-bottom: 20px !important; /* tighten gap under title */
  margin-bottom: 10px !important; /* mirror Kazi Approved */
}

.digital-special-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto !important;
  margin-bottom: 30px !important; /* slightly tighter under title to image */
  padding-bottom: 10px !important;
  text-transform: uppercase;
  color: #FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  font-family: 'General Sans', sans-serif;
  line-height: 110%;
}

.digital-special-cover .digital-cover-swiper {
  overflow: hidden;
  margin-top: -40px !important; /* revert after test */
  margin-bottom: 0 !important;
}

/* Match Kazi Approved slide sizing/behavior */
.digital-special-cover .swiper-slide-digital {
  max-width: 500px;
  width: 100%;
  cursor: url(../img_bg/drag.svg), auto;
}

.digital-special-card {
  background: #1A1818;
  display: flex !important;
  flex-direction: column !important;
  gap: 5px !important;
  align-items: center !important;
  text-align: center !important;
  padding: 0 20px 20px 20px !important;
}

.digital-special-card img {
  width: 90%;
  height: auto;
  min-height: 350px;
  max-height: 500px;
  object-fit: contain;
  margin-top: 0 !important;
  margin-bottom: 5px !important; /* match Approved look: minimal gap to tag */
}

.digital-special-category {
  color: #FFF;
  font-family: 'General Sans', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  opacity: 0.5;
  line-height: 110%;
  text-align: center;
  display: block;
  width: 100%;
  margin: 0 auto 4px auto !important; /* reduce space above/below tag */
  cursor: pointer;
}

.digital-special-category:hover {
  opacity: 1;
  background: transparent !important;
}

.digital-special-article-title {
  color: #FFF;
  font-size: 30px; /* align with Kazi Approved desktop */
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 90%;
  margin: 0 auto !important;
  margin-top: 0 !important; /* tight gap from tag like Approved */
  margin-bottom: 55px !important; /* fine-tune visual balance to dots */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.digital-special-mobile-wrap {
  display: none;
  border-top: 1px solid #424242;
  width: 100%;
  padding: 16px 0;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 0;
  line-height: 0;
}

.slider-dot-digital-special {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: inline-block;
  margin: 0 6px;
  border: none;
}

.slider-dot-digital-special.is-active,
.slider-dot-digital-special.active {
  background: #fff;
}

@media (max-width: 1920px) {
  .digital-special-title { font-size: 60px; }
  .digital-special-article-title { font-size: 30px; }
}

@media (min-width: 1440px) and (max-width: 1599px) {
  .digital-special-title { font-size: 45px; }
  .digital-special-article-title { font-size: 28px; }
}

@media (max-width: 1439px) {
  .digital-special-title { font-size: 40px; }
  .digital-special-cover .swiper-slide-digital { width: 80%; }
  .digital-special-article-title { font-size: 20px; }
}

@media (max-width: 1023px) {
  .digital-special-title { font-size: 32px; text-align: center; }
  .digital-special-cover .swiper-slide-digital { width: 60%; }
  .digital-special-card img { margin-bottom: 5px; min-height: 300px; max-height: 500px; }
  .digital-special-article-title { font-size: 18px; }
}

@media (max-width: 767px) {
  .digital-special-title-wrap { padding-top: 40px; padding-bottom: 30px; margin-bottom: 30px; }
  .digital-special-title { font-size: 32px; text-align: center; padding: 0 20px; }
  .digital-special-cover .swiper-slide-digital { width: 80%; }
  .digital-special-card { padding: 0 15px 20px 15px; }
  .digital-special-card img { width: 100%; margin-bottom: 10px; min-height: 250px; max-height: 400px; }
  .digital-special-category { font-size: 16px; }
  .digital-special-article-title { font-size: 16px; margin-bottom: 40px; max-width: 85%; }
.digital-special-mobile-wrap { display: flex !important; }
  /* ensure dots sit directly above View All, consistent with other sections */
  .digital-special-cover .digital-special-mobile-wrap + .gallery-view-button {
    margin-top: 8px !important; /* align with Kazi Approved */
    border-top: 1px solid #424242;
  }
}

