.chat-header {
    align-items: center;
}

.chat-header-main {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    flex: 1;
}

.chat-header-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.28);
}

.chat-header-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1;
    padding-right: 8px;
}

.chat-header-name {
    font-weight: 600;
    line-height: 1.25;
    font-size: 14px;
}

.chat-header-presence {
    display: block;
    font-size: 11px;
    opacity: 0.92;
    font-weight: 400;
    line-height: 1.25;
    margin-top: 2px;
    color: inherit;
}

.chat-header .close-btn {
    flex-shrink: 0;
    margin-top: 2px;
}

.contact-identity {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    flex: 1;
}

.contact-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    background-color: #eef2ee;
}

.contact-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1;
}

.contact-info .contact-name {
    line-height: 1.25;
}

.contact-presence {
    font-size: 11px;
    color: #667781;
    line-height: 1.2;
    margin-top: 1px;
}

.contact-info .status-indicator {
    cursor: help;
    flex-shrink: 0;
}
