.conversation-pane {
    min-height: 0;
}

.conversation-hub {
    height: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 12px;
    border-radius: var(--user-radius-lg);
}

.messages-home-header {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 4px 2px 12px;
    border-bottom: 1px solid var(--zn-member-border);
}

.messages-brand-row {
    display: grid;
    position: relative;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    box-sizing: border-box;
    padding-right: max(6px, env(safe-area-inset-right));
}

.messages-brand-row .topbar-title-mark {
    align-self: center;
    margin-top: 0;
}

.messages-brand-row h1 {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.messages-brand-row .znode-user-version {
    justify-self: end;
}
