/*
Theme Name: ebiketour.info
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Template: twentytwentyfive
Author: Kronfink Kommunikation - Hendrik Meibeck
Author URI: https://kronfink.de
Description: Child Theme of Twenty Twenty-Five.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,style-variations,accessibility-ready,blog,portfolio,news
Version: 1.0.1748178881
Updated: 2025-05-25 15:14:41
*/

.acf-gallery-glightbox {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.acf-gallery-glightbox img {
  width: 100%;
  height: auto;
  transition: transform 0.2s ease;
}

.acf-gallery-glightbox img:hover {
  transform: scale(1.02);
}
