.angie-filter-tabs-6096fd02 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.angie-filter-tabs-6096fd02 .angie-tab {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #111;
    background-color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
    cursor: pointer;
}

.angie-filter-tabs-6096fd02 .angie-tab:hover {
    border-color: #1a202c;
    color: #1a202c;
}

.angie-filter-tabs-6096fd02 .angie-tab.active {
    background-color: #1a202c;
    border-color: #1a202c;
    color: #ffffff;
}
