@import url('../chat-theme.css');

.app-shell {
    max-width: 420px;
}

.panel-body {
    min-height: 380px;
}

.chat-view {
    display: flex;
    flex-direction: column;
    height: 520px;
    max-height: calc(100dvh - 140px);
}

.chat-view[hidden] {
    display: none !important;
}

.panel-footer {
    border-top: 0.5px solid var(--border-strong);
}

.login-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 4px 0 16px;
}

.login-option-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--text-2);
    cursor: pointer;
    user-select: none;
}

.login-option-label input {
    width: 15px;
    height: 15px;
    accent-color: var(--primary);
    cursor: pointer;
}
