.foogallery .fg-item.sc-hidden,
.foogallery .sc-hidden {
    display: none !important;
}

.sc-foogallery-controls {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1.5rem;
    text-align: center;
    margin-bottom: 25px;
}

.sc-foogallery-controls .btn {
    transition: all 0.2s linear;
}

.sc-foogallery-viewall {
    color: inherit;
    text-decoration: underline;
    transition: all 0.2s linear;
}

.sc-foogallery-viewall:hover,
.sc-foogallery-viewall:focus {
    color: var(--secondary);
}

.sc-foogallery-controls-complete {
    display: none;
}
