.chat_pane__room_item--banner {
    height: 5.5rem;
    min-height: 5.5rem;
    padding: 0 !important;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
}

.chat_pane__room_item--banner::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.0rem;
    background: rgba(85, 83, 83, 0.450) !important;
    z-index: 1;
    pointer-events: none;
}

.chat_pane__room_item--banner .chat_pane__room_item__flag,
.chat_pane__room_item--banner .chat_pane__room_item__name,
.chat_pane__room_item--banner .chat_pane__room_item__description {
    display: none !important;
}

.chat_pane__room_item--banner .chat_pane__room_item__users,
.chat_pane__room_item--banner .chat_pane__room_item__users--banner,
#chat__body__rooms_pane .chat_pane__room_item--banner.has-mic .chat_pane__room_item__users,
#chat__body__rooms_pane .chat_pane__room_item--banner.has-mic .chat_pane__room_item__users--banner,
#chat__body__rooms_pane .chat_pane__room_item--banner.has-mic span.chat_pane__room_item__users,
#chat__body__rooms_pane .chat_pane__room_item--banner.has-mic span.chat_pane__room_item__users--banner {
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    min-width: 0;
    background: none !important;
    background-color: transparent !important;
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 0.6rem;
    font-weight: 500;
    padding: 0.22rem 0.35rem 0.18rem;
    border-radius: 0;
    text-align: center;
    line-height: 1.3;
    z-index: 2;
    box-shadow: none;
    border: 0;
}

.chat_pane__room_item--banner .chat_pane__room_item__users--banner::before {
    margin-left: 0.15rem;
}

.chat_pane__room_item--banner.locked::after {
    content: "";
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem;
    background: url("/images/lock.png") center/contain no-repeat;
    z-index: 3;
}

.chat_pane__room_item--banner.active {
    border-right: 0.25rem solid #4491f7;
    border-left: 0.25rem solid #4491f7;
}
