/* Gallery */
[data-custom-block="gallery"] {margin:30px 0;}
[data-custom-block="gallery"] .heading {font-size:1.5rem;font-weight:800;margin-bottom:20px;}
[data-custom-block="gallery"] .text-content {font-size:0.938rem;}

.gallery-block .gallery.splide{margin-top:20px;}
.accordion-content > .gallery-block:first-child .gallery.splide {margin-top: -20px;}
.gallery-block .gallery.splide figure{position:relative;margin:0;}
.gallery-block .gallery.splide figure figcaption{position:absolute;left:0;right:0;bottom:0;padding:12px;color:var(--white);background-color:rgba(0,0,0,0.6);display:block;}
.gallery-block .gallery.splide figure figcaption h4{text-transform:uppercase;color:var(--orange);margin-bottom:6px;font-size:1.125rem;font-weight:700;}
.gallery-block .gallery.splide figure figcaption p{margin:0;font-size:0.875rem;line-height:115%;color:var(--white);}

.gallery-block .splide__arrow{background:none;opacity:.8;}
.gallery-block .splide__arrow:disabled{opacity:.3;}
.gallery-block .splide__arrow svg{fill:var(--orange);width:1.75rem;height:1.75rem;}
.gallery-block .splide__slide figure, .gallery-block .splide__slide figure picture, .gallery-block .splide__slide figure img {width: 100%;height: auto;display: block;}

@media (max-width:520px)
{
    .gallery-block .gallery.splide figure figcaption{position:relative;color:var(--white);background-color:var(--grey);display:block;}
    .gallery-block .gallery.splide figure figcaption h4{color:var(--white);}
}
@media (max-width:420px)
{
    .gallery-block .gallery.splide figure figcaption{padding:12px 30px;}
}