/* Match the adjacent callback control without changing the shared chat UI. */
.help-list #chat-header-button {
    margin: 3px 0 0 8px;
    padding: 0;
    height: 24px;
}
.help-list #chat-header-button .chat-header-button {
    display: inline-flex !important;
    align-items: center;
    box-sizing: border-box;
    height: 24px;
    margin: 0;
    padding: 0 14px !important;
    border: 0;
    border-radius: 11px;
    background: #568fbc !important;
    color: #fff !important;
    font: inherit;
    line-height: 14px;
    vertical-align: top;
    white-space: nowrap;
}
.help-list #chat-header-button .chat-header-button:hover {
    background: #659cc7 !important;
}
.help-list #chat-header-button .chat-header-button:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}
.help-list #chat-header-button .glyphicon {
    top: 0;
}
