/* Scope the flex layout specifically to the taxonomy card header */
.taxonomy-card .card-header {
    display: flex;
    align-items: center;
}

/* Push the select wrapper to the right */
.taxonomy-card .clr-select-wrapper {
    margin-left: auto;
}