/* NJL Sponsors — front zones */
.njl-sponsors-zone {
  margin: 0 0 24px;
  clear: both;
}
.njl-sponsors-zone--after_cover {
  padding: 18px 0 6px;
  background: #f8fafc;
  border-bottom: 1px solid #e8eef5;
}
.njl-sponsors-zone--after_content {
  padding: 12px 0 8px;
}
.njl-sponsors-zone--carousel {
  padding: 16px 0 28px;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 40%);
  border-top: 1px solid #e8eef5;
}

/* Πολλαπλά banners στη σειρά — responsive flex (διαφορετικά πλάτη εικόνων) */
.njl-sponsors-zone__banners.container {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.njl-sponsors-zone__banners {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 14px 18px;
  row-gap: 14px;
}
.njl-sponsors-banner {
  flex: 0 1 auto;
  min-width: 0;
  width: fit-content;
  max-width: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
  text-align: center;
}
.njl-sponsors-banner__link,
.njl-sponsors-banner__nolink {
  display: inline-block;
  max-width: 100%;
  line-height: 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.08);
}
.njl-sponsors-banner__img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.njl-sponsors-carousel {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
.njl-sponsors-carousel .carousel-inner {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.08);
  background: #fff;
}
.njl-sponsors-carousel__img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.njl-sponsors-carousel .carousel-control {
  width: 44px;
  background: rgba(15, 23, 42, 0.35);
  opacity: 0.85;
}
.njl-sponsors-carousel .carousel-control:hover {
  opacity: 1;
}

.njl-sponsors-front-strip__img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.njl-sponsors-front-strip__card {
  text-decoration: none;
  color: inherit;
}
.njl-sponsors-front-strip__card:hover .njl-sponsors-front-strip__title {
  text-decoration: underline;
}

/* Responsive picture (desktop / tablet / mobile attachments) */
.njl-sponsors-responsive-picture {
  display: inline-block;
  max-width: 100%;
  line-height: 0;
}
.njl-sponsors-responsive-picture__img,
.njl-sponsors-responsive-picture img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.njl-sponsors-carousel__link .njl-sponsors-responsive-picture,
.njl-sponsors-carousel__nolink .njl-sponsors-responsive-picture {
  width: 100%;
}
