@mixin cui-clear-button() {
    padding: 0;
    border: 0;
    flex-shrink: 0;
    outline: none;
    cursor: pointer;
    appearance: none;
    color: inherit;
    font: inherit;
    background: inherit;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
