.wpd-imgages-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: .6rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.wpd-imgages-gallery img {
    display: block;
    width: 100%;
}

.wpd-imgages-gallery .cursor-enlarge {
    cursor: zoom-in;
}
