.chat-page-root {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 92px);
    min-height: 0;
}

.chat-page-shell {
    flex: 1 1 auto;
    height: auto;
    min-height: 0;
    overflow: hidden;
}

body.ourcms-chat-page .footer {
    display: none;
}

.chat-page-shell > [class*="col-"] {
    min-height: 0;
}

.chat-page-shell > [class*="col-"].d-flex {
    overflow: hidden;
}

.chat-message-list {
    flex: 1 1 0;
    min-height: 0;
    overflow-y: auto;
}

.chat-message-anchor {
    scroll-margin-top: 12px;
}

.chat-message-input {
    max-height: 180px;
    min-height: 38px;
    overflow-y: hidden;
    resize: none;
}

.chat-message-anchor .fs-14,
.chat-message-text {
    overflow-wrap: anywhere;
    white-space: pre-wrap;
}

.chat-attachment-actions-menu {
    min-width: 16rem;
}

.chat-attachment-actions-menu .dropdown-item {
    white-space: nowrap;
}

.chat-calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
}
