.wp-block-ghub-query-taxonomy{
    position: relative;

    &::before{
        background-image: url("../../../../assets/images/chevron-down.svg");
        background-repeat: no-repeat;
        background-size: contain;
        content: '';
        height: 20px;
        pointer-events: none;
        position: absolute;
        right: 10px;
        top: 50%;
        translate: 0 -50% 0;
        width: 20px;
        z-index: 1;
    }

    select{
        appearance: none;
        background: unset;
        border-radius: 100px;
        border: unset;
        outline: 1px solid var(--wp--preset--color--primary);
        outline-offset: -1px;
        padding: 8px 32px;
        line-height: 1.5;
    }
}