.sovilar-gallery-heading {
    align-items: center;
    gap: 18px;
    margin-bottom: 24px;
}

.sovilar-gallery-pills {
    background: #f6f8f5;
    border: 1px solid #e2e8e4;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: flex-end;
    padding: 4px;
}

.sovilar-gallery-pill {
    align-items: center;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 6px;
    color: #526059;
    cursor: pointer;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    justify-content: center;
    line-height: 1;
    min-height: 36px;
    padding: 0 16px;
    text-decoration: none;
    transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease;
    white-space: nowrap;
}

.sovilar-gallery-pill:hover,
.sovilar-gallery-pill:focus {
    background: #fff;
    border-color: #d8e2dc;
    color: #129b46;
}

.sovilar-gallery-pill.is-active {
    background: #10ad4f;
    border-color: #10ad4f;
    box-shadow: 0 8px 18px rgba(16, 173, 79, .18);
    color: #fff;
}

.sovilar-gallery-item.is-hidden {
    display: none;
}

@media (max-width: 767px) {
    .sovilar-gallery-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .sovilar-gallery-pills {
        justify-content: flex-start;
        width: 100%;
    }
}
