/* Owl Locksmiths GLightbox theme: black background, white arrows, large close X */
.goverlay{background:#000 !important;}
.glightbox-clean .gslide-title{color:#fff;}
.glightbox-clean .gslide-desc{color:#e5e5e5;}
.entry-content .wp-block-gallery a.owl-glightbox{cursor:zoom-in;display:block;}

/* White nav arrows */
.gnext svg, .gprev svg{width:32px !important;}
.gnext svg path, .gprev svg path{fill:#fff !important;}
.gnext .garrow, .gprev .garrow{stroke:#fff !important;}

/* Large close (X) button */
.gclose{width:60px !important;height:60px !important;top:18px !important;right:18px !important;opacity:1 !important;background-color:rgba(0,0,0,.5) !important;border-radius:6px !important;}
.gclose svg{width:40px !important;height:40px !important;}
.gclose svg path{fill:#fff !important;}
.gclose .garrow{stroke:#fff !important;}
.gclose:hover{background-color:rgba(0,0,0,.8) !important;opacity:1 !important;}
@media (max-width:768px){.gclose{width:48px !important;height:48px !important;}.gclose svg{width:32px !important;height:32px !important;}}
/* Caption as overlay on image bottom – no white strip below */
.glightbox-clean .gslide-description{position:absolute !important;bottom:0 !important;left:0 !important;right:0 !important;width:100% !important;background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.7) 100%) !important;padding:24px 14px 16px !important;order:2 !important;}
.glightbox-clean .gslide-title{color:#fff !important;margin:0 !important;font-size:15px;}
.glightbox-clean .gslide-desc{color:#eee !important;}
.gslide-media{box-shadow:none !important;}
