.news-list-view .card {
    -webkit-box-shadow: 0px 4px 15px 4px rgba(0,0,0,0.15);
    box-shadow: 0px 4px 15px 4px rgba(0,0,0,0.15);
    border-radius: unset;
}

.news button {
    transition: 0.3s all ease;
}

.news svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    transform: translateY(-2px);
}

.news-single .headerimage:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(6,133,134, 0.8);
}

.news-single .header {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-single .short-informations {
    width: fit-content;
    height: fit-content;
}

.news-single .short-informations hr {
    color: #FF8749;
    opacity: 1;

}

.news .filters-button-group button {
    color: #000;
}

.news .filters-button-group button.is-checked {
    color: #FF8749;
}

.news-single .headerimage img {
    max-height: 70vh;
    object-fit: cover;
}