/* Room mic user count highlight */
#chat__body__rooms_pane .chat_pane__room_item.has-mic:not(.chat_pane__room_item--banner) span.chat_pane__room_item__users,
#chat__body__rooms_pane .chat_pane__room_item.has-mic:not(.chat_pane__room_item--banner) .chat_pane__room_item__users.label-primary {
    background: #d9534f !important;
    background-color: #d9534f !important;
    color: #fff !important;
}

/* Message input — hide scrollbar */
#chat__body__message-input__input,
.chat__body__message-input__input {
    overflow: hidden !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
#chat__body__message-input__input::-webkit-scrollbar,
.chat__body__message-input__input::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

/* Connection status labels */
#connection_container #connection-state-connecting {
    color: #ffffff !important;
    margin-left: 0.45rem;
}
body.ep-mobile-client #connection_container #connection-state-reconnected {
    color: #b8f5c8 !important;
    margin-left: 0.45rem;
    font-weight: 600;
}

/* SEO navigation — accessible, visually hidden */
.ep-login-seo-nav {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 480px) {
    .public_message > div:not(.clear) {
        padding-bottom: 0.15rem;
        box-sizing: border-box;
    }
    .public_message .public_message__title,
    .public_message .public_message__content {
        padding: 0 2.45rem 0 3.8em;
        box-sizing: border-box;
        overflow-wrap: anywhere;
        word-wrap: break-word;
    }
    .public_message .public_message--reply {
        padding-right: 0.2em;
        box-sizing: border-box;
    }
    .public_message .public_message--reply-message {
        padding-right: 0.2em;
        box-sizing: border-box;
        overflow-wrap: anywhere;
        word-wrap: break-word;
    }
}
