/* Cards Flexbox override */
/*
.cards {
flex-wrap: wrap;
}

.card__item {
display: flex;
} */

#views-exposed-form-articles-block-1 {
overflow: hidden;
}

/* this clears the float in the More News form, 
   it was propagating down to the cards in the latest update to Chrome */