/* lightbox-style.css */

/* This file is for custom GLightbox styling. */
/* For now, it can be empty or contain example overrides. */

/* Example: Customize caption text appearance in GLightbox */

.gslide-description {
    background: rgba(0, 0, 0, 0.7) !important;
    padding: 15px !important;
}
.gdesc-inner {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 0.9em !important;
    color: #f0f0f0 !important;
    line-height: 1.5 !important;
    text-align: justify !important;
}


/* Example: Change arrow colors */

.gnext, .gprev {
    color: #f1c40f !important; // Example gold color
}
.gnext:hover, .gprev:hover {
    color: #ffffff !important;
}
