/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .ft-taxonomy-term{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
 }

.ft-taxonomy-term .ft-taxonomy-icon-wrapper img.ft-taxonomy-icon {
    max-width: 25px;
    height: auto;
 }