/**
 * Theme Name: Non Profit FSE Child
 * Template:   non-profit-fse
 * ...other header fields
 */

.related-gallery {
    display: flex;
    flex-direction: row;
    gap: var(--wp--custom--spacing--gap--horizontal);
}

.related-gallery .gallery-item {
    width: 150px;
}

.related-gallery .gallery-item .gallery-icon {
    line-height: 0;
}

.related-gallery .gallery-item .gallery-caption {
    background: var(--wp--preset--color--custom-secondary-yellow);
    padding: var(--wp--custom--spacing--baseline);
    line-height: 1;
}

.related-gallery .gallery-item .gallery-caption a {
    color: var(--wp--preset--color--ti-fg);
    text-decoration: none;
}