/*.dsg-gallery-grid {
    display: grid;
    gap: 15px;
    margin: 20px 0;    
}*/

.dsg-gallery-wrapper {
    width: 100%;
    margin: 20px 0;
}

.dsg-item {
    display: block;
    width: 100%;
}

.dsg-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
    transition: transform 0.2s ease;
    object-fit: cover; 
}

.dsg-item img:hover {
    transform: scale(1.02);
}

/* Zvětšení kontejneru pro zavírací tlačítko */
.glightbox-container .gclose {
    width: 50px !important;
    height: 50px !important;
    top: 20px !important;
    right: 20px !important;
}

/* Zvětšení samotné SVG ikony uvnitř tlačítka */
.glightbox-container .gclose svg {
    width: 30px !important;
    height: 30px !important;
}

