/* Nordpaa Divi Profile - minimal styles */
.ndp-profile{display:flex;align-items:center;gap:var(--ndp-gap,16px);text-decoration:none;line-height:1.25}
.ndp-link{display:flex;align-items:center;gap:var(--ndp-gap,16px);text-decoration:none}
.ndp-avatar{width:var(--ndp-avatar,72px);height:var(--ndp-avatar,72px);border-radius:50%;object-fit:cover;display:block;flex:0 0 auto}
.ndp-text{display:flex;flex-direction:column;justify-content:center;min-width:0}
.ndp-name{font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ndp-title{color:rgba(255,255,255,.85)}
@media (max-width:480px){.ndp-name{white-space:normal}}
