/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 21 Feb 2026, 4:28 pm
*/

/* For FooGallery container */
.foogallery-container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto; /* Centrer containeren */
}

/* Hvis galleriet er indpakket i en anden container */
.foogallery {
    width: 100% !important;
}

/* Hvis dit tema begrænser indholdsbredden */
.site-content,
.content-area,
.container {
    width: 100% !important;
    max-width: 100% !important;
}

/* Vis captions permanent */
.foogallery-item .foogallery-caption {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
    text-align: center;
    padding: 10px 0;
}
/* Fjern hover-effekten */
.foogallery-item:hover .foogallery-caption {
    opacity: 1 !important;
    visibility: visible !important;
}
