.wp-event-block {
} a.button.show-event-filters {
float: right;
margin-right: 0;
}
.show-event-filters::before {
content: '\f0b0';
font-family: 'Font Awesome 6 Pro';
font-weight: 300;
margin-right: 0.5em;
}
.event-filters {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.event-filter-box,
input[type="text"].event-filter-box {
margin-bottom: 0.8em;
}
.horizontal-items {
display: flex;
flex-wrap: wrap;
width: 100%;
}
.horizontal-item {
margin-right: 10px;
margin-bottom: 10px;
}
.horizontal-item:last-child {
margin-right: 0;
}