/**
 * Händelsetyp Filter Styles
 */

.ifous-handelsetyp-filter {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
}

.ifous-handelsetyp-filter__primary,
.ifous-handelsetyp-filter__secondary {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ifous-handelsetyp-filter__secondary {
    border-top: 1px solid #e0e0e0;
    margin-top: 4px;
    padding-top: 12px;
}

.ifous-handelsetyp-filter__btn {
    display: inline-block;
    padding: 8px 20px;
    background-color: white;
    color: #373F3A;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 9999px;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
    text-decoration: none !important;
}

.ifous-handelsetyp-filter__btn:hover {
    background-color: #EEF1ED;
    color: #373F3A;
}

.ifous-handelsetyp-filter__btn--active {
    background-color: #373F3A;
    color: #ffffff;
}

.ifous-handelsetyp-filter__btn--active:hover {
    background-color: #373F3A;
    color: #ffffff;
}
