.filter-group {
    margin-bottom: 6px;
}
.public-health-funeral-container{
    width:100%;
}
@media(min-width:759px){
.public-heatlth-funeral-article{
    display:flex;
    margin-left:0 !important;
    width:100% !important;
    gap:2.5rem;
.facets{
    width:240px;
}
    
}
}
.filter-group:last-of-type {
    margin-bottom: 0;
}

.filter-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 0.75rem;
    background: #4a4a4a;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 400;
    text-align: left;
    outline: none;
}

.filter-header:hover {
    background: #3a3a3a;
}

.filter-header:focus {
    outline: none;
}

.filter-group.open .filter-header {
    background: #fff;
    color: #333;
}

.filter-toggle {
    font-size: 0.8rem;
}

.filter-options {
    padding: 0;
    background: #fff;
    border: none;
    display: block;
}

.filter-group.collapsed .filter-options {
    display: none;
}

.filter-options label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    cursor: pointer;
    font-size: 0.85rem;
    border: none;
    margin: 0;
}

.filter-options input[type="radio"],
.filter-options input[type="checkbox"] {
    margin: 0;
    width: 16px;
    height: 16px;
    accent-color: #333;
}

.filter-buttons {
    display: flex;
    gap: 0.5rem;
    margin-top: 1rem;
    padding-top: 1rem;
}

.filter-buttons .btn-clear {
    padding: 0.5rem 1.25rem;
    background: #fff;
    border: 1px solid #333;
    color: #a62639;
    font-size: 0.85rem;
    cursor: pointer;
}

.filter-buttons .btn-clear:hover {
    background: #f5f5f5;
}

.filter-buttons .btn-update {
    padding: 0.5rem 1.25rem;
    background: #a03040;
    border: none;
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
}

.filter-buttons .btn-update:hover {
    background: #8a2535;
}
.news-pagination__nav {
    text-align: center;
    margin: 20px 0;
}

.news-pagination__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    gap: 5px;
}

.news-pagination__item {
}

.news-pagination__link {
    display: inline-block;
    min-width: 35px;
    padding: 8px 12px !important;
    border: 1px solid rgb(74, 74, 74);
    border-radius: 4px;
    text-decoration: none;
    color: rgb(74, 74, 74);
    font-weight: 500;
    transition: all 0.2s ease;
    text-align: center;
}

.news-pagination__link:hover {
    background-color: rgba(74, 74, 74, 0.1);
    border-color: rgb(74, 74, 74);
}

.news-pagination__link.active {
    background-color: rgb(74, 74, 74);
    color: #fff;
    border-color: rgb(74, 74, 74);
    cursor: default;
}

.news-pagination__link.disabled {
    color: rgb(74, 74, 74);
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}

.news-pagination__item-next .news-pagination__link,
.news-pagination__item-prev .news-pagination__link {
    font-weight: bold;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}


.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
.public-health-funeral-information {
    margin-top: 16px;
    padding: 0px 0px 12px 0px;
    font-size: 14px;
    color: #333;
}

.public-health-funeral-information .search-results__count {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.public-health-funeral-information .search-results__count-text {
    margin: 0;
    line-height: 1.4;
}

.public-health-funeral-information .search-results__query-text {
    font-weight: 600;
}

.public-health-funeral-information .search-results__clear {
    margin: 0;
}

.public-health-funeral-information .search-results__clear a {
    display: inline-block;
    padding: 6px 12px !important;
    border: 1px solid #fff !important;
    border-radius: 4px;
    background-color: transparent;
    color: #fff !important;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    background-color:#a62639;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.public-health-funeral-information .search-results__clear a:hover {
    background-color: #000;
    color: #fff;
}
