/* === ALKOGALLERY: Brandingowy styl obrazka === */

.alko-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin: 0;
  border: none;
  box-shadow: none;
}


.alko-img:hover {
  transform: scale(1.03);
  border: 2px solid var(--alko-yellow, #d72638);
  box-shadow: none;
}

.alko-gallery-thumb {
  height: 100px;
  width: auto;
  object-fit: cover;
  margin: 4px;
  display: inline-block;
}


/* Lightbox caption */
[data-lightbox]::after {
  font-family: var(--alko-font, 'Montserrat', sans-serif);
  color: var(--alko-yellow, #f5c518);
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
