/* Custom styles for project gallery to allow consistent caption height */
.gallery.with-caption.gallery-filled .photo-caption {
    min-height: 80px;
    padding-bottom: 0;
}

/* Add spacing between filter items in project gallery */
.gallery .filtr-item {
    margin: 10px; /* adjust value as needed */
    box-sizing: border-box;
}

/* Rounded corners on project images */
.gallery .photo img {
    border-radius: 8px; /* adjust radius as desired */
}
