/**
 * Nyhetstyp Filter Styles
 */

.ifous-nyhetstyp-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.ifous-nyhetstyp-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-nyhetstyp-filter__btn:hover {
    background-color: #EEF1ED;
    color: #373F3A;
}

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

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