/* sponsors.css — sponsor balk stijl */
.sponsor-balk {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  padding: 16px;
  margin-top: 20px;
  border-top: 1px solid rgba(0,0,0,.10);
  background: #fff;
}
.sponsor-balk a {
  display: inline-flex;
  align-items: center;
}
.sponsor-balk img {
  height: 36px;
  width: auto;
  object-fit: contain;
  opacity: .75;
  filter: grayscale(20%);
  transition: opacity .2s;
}
.sponsor-balk img:hover,
.sponsor-balk a:hover img { opacity: 1; }
.sponsor-label {
  width: 100%;
  text-align: center;
  font-size: 10px;
  color: #888;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

/* Per logo afwijkende hoogtes */
.sponsor-balk img[alt="Golfclub De Haenen"]       { height: 48px; height: 60px;
    margin-bottom: 40px;}
.sponsor-balk img[alt="Antonissen Interieurbouw"]  { height: 32px; }
.sponsor-balk img[alt="RG"]                        { height: 36px; }
.sponsor-balk img[alt="ViaJou"]                    { height: 30px; }
.sponsor-balk img[alt="LipOuts"]                   { height: 40px; }

.sponsor-balk img[alt="Zano"]                   { height: 40px; }