/* Grid */
.srv-grd-img {

    .srv-img {
        aspect-ratio: 17.7 / 9;
        overflow: hidden;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
    }

    
    li:has(picture) {
        .srv-lbl {
            background-color: hsl(from var(--inner-theme) h s l / 0.8);
            color: white;
            position: absolute;
            bottom: 0;
            width: 100%;
            backdrop-filter: blur(2px);
            border-top-right-radius: 0;
            border-top-left-radius: 0;
        }
    }
}