.zbc-profile-avatar,
.zbc-profile-name,
.zbc-profile-status {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    padding: 10px;
    box-sizing: border-box;
}

.elementor img.zbc-avatar {
    border-radius: 50%;
}
.zbc-avatar {
    display: block;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
}

.zbc-avatar-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #060097;
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}

.zbc-name {
    max-width: 100%;
    color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    overflow-wrap: anywhere;
}

.zbc-name-empty {
    color: #6b7280;
}

.zbc-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 28px;
    color: #4b5563;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

.zbc-status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #9ca3af;
    flex: 0 0 auto;
}

.zbc-status-online {
    color: #047857;
}

.zbc-status-online .zbc-status-dot {
    background: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.18);
}

.zbc-status-offline {
    color: #6b7280;
}

.zbc-messages {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: #111827;
}

.zbc-messages-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}

.zbc-messages-icon svg {
    display: block;
    width: 28px;
    height: 28px;
    fill: currentColor;
}

.zbc-messages-badge {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #dc2626;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .zbc-profile-avatar,
    .zbc-profile-name,
    .zbc-profile-status {
        min-height: 56px;
        padding: 8px;
    }

    .zbc-avatar {
        width: 64px;
        height: 64px;
    }

    .zbc-name {
        font-size: 15px;
    }
}

@media (max-width: 360px) {
    .zbc-avatar {
        width: 56px;
        height: 56px;
    }

    .zbc-name {
        font-size: 14px;
    }
}
