.po-org-identity-chip {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    max-width: 100%;
    flex: 0 1 auto;
}
.po-org-identity-chip--hero {
    flex: 1 1 240px;
    max-width: min(420px, 52vw);
}
.po-org-identity-chip--page {
    margin-bottom: 20px;
}
.po-org-identity-chip__frame {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    border: 1px solid var(--po-border, #e5e7eb);
    background: var(--po-bg-tertiary, #f1f3f5);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}
.po-org-identity-chip--hero .po-org-identity-chip__frame {
    width: 64px;
    height: 64px;
}
.po-org-identity-chip.has-avatar .po-org-identity-chip__frame {
    border-color: rgba(91, 155, 213, 0.28);
    background: var(--po-bg-primary, #fff);
}
.po-org-identity-chip.has-monogram .po-org-identity-chip__frame {
    border-color: transparent;
    background: transparent;
}
.po-org-identity-chip__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.po-org-identity-chip__monogram {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: inherit;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
    user-select: none;
}
.po-org-identity-chip--hero .po-org-identity-chip__monogram {
    font-size: 1.2rem;
}
.po-org-identity-chip__monogram--skeleton {
    background: var(--po-bg-tertiary, #e2e8f0) !important;
    color: var(--po-text-muted, #94a3b8) !important;
}
.po-org-identity-chip.has-avatar .po-org-identity-chip__monogram {
    display: none;
}
.po-org-identity-chip__copy {
    min-width: 0;
    flex: 1 1 auto;
}
.po-org-identity-chip__kicker {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--po-text-muted, #64748b);
    margin-bottom: 2px;
}
.po-org-identity-chip__name {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.25;
    color: var(--po-text-primary, #0f172a);
    letter-spacing: -0.02em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.po-org-identity-chip--hero .po-org-identity-chip__name {
    font-size: 1.25rem;
}
.po-org-identity-chip--link {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    border-radius: 12px;
    transition: background 0.15s ease;
}
.po-org-identity-chip--link:hover,
.po-org-identity-chip--link:focus-visible {
    background: rgba(91, 155, 213, 0.08);
    outline: none;
}
.po-org-identity-chip.is-loading .po-org-identity-chip__name,
.po-org-identity-chip.is-loading .po-org-identity-chip__kicker {
    opacity: 0.45;
}
.po-account-settings-identity {
    padding: 0 0 4px;
}
html.dark-side .po-org-identity-chip.has-avatar .po-org-identity-chip__frame,
[data-theme="dark"] .po-org-identity-chip.has-avatar .po-org-identity-chip__frame {
    border-color: rgba(96, 165, 250, 0.22);
    background: var(--po-bg-secondary, #1e2228);
}
html.dark-side .po-org-identity-chip.has-monogram .po-org-identity-chip__frame,
[data-theme="dark"] .po-org-identity-chip.has-monogram .po-org-identity-chip__frame {
    border-color: transparent;
}
@media (max-width: 720px) {
    .po-org-identity-chip--hero {
        max-width: 100%;
        flex-basis: 100%;
    }
    .cockpit-hero-top--with-org .cockpit-welcome-stats {
        width: 100%;
        justify-content: flex-start;
    }
}
