.ZendeskButton {
    background: none;
    border: none;
    padding: 0 1rem;
    height: 100%;

    .Glyph {
        height: 18px;
        width: 18px;
        fill: none;
    }

    span {
        margin-left: 0.5rem;
    }

    &.zE-Open {
        background-color: var(--midnight-5);
    }
}
