.filter-header {
padding: 5px;
color: var(--ast-global-color-5);
text-align: left;
background: #4e4e57;
margin-bottom: 5px;
}
.filter-header h3 {
color: var(--ast-global-color-5);
}
.filter-wrapper button {
background: #eee;
color: var(--ast-global-color-2);
position: relative;
display: flex;
justify-content: start;
align-items: center;
}
.filter-wrapper button img {
max-height: 1.5em;
width: auto;
margin-right: 5px;
}
.filter-wrapper button:before {
position: absolute;
content: "";
width: 1rem;
height: 1rem;
left: -0.5rem;
border: 1px solid var(--ast-global-color-2);
border-radius: 50%;
font-size: 0.5em;
display: flex;
align-items: center;
justify-content: center;
color: var(--ast-global-color-2);
}
.filter-wrapper button.active:before {
content: "\2713";
}
.grid-posts.shuffle {
min-height: 50px;
}
.grid-posts.shuffle .filter-message {
text-align: center;
width: 100%;
}
.is-content-justification-center {
text-align: center!important;
}