body.portal-body.portal-ui-v2 .portal-profile-card {
  border: 1px solid var(--portal-v2-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 22px rgba(30, 45, 75, 0.12);
  padding: 14px;
}

body.portal-body.portal-ui-v2 .portal-profile-avatar {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, #2d576f 0%, #1a364f 100%);
  border: 2px solid #f4f7ff;
}

body.portal-body.portal-ui-v2 .portal-avatar-edit-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #11442f;
}

body.portal-body.portal-ui-v2 .portal-photo-actions {
  border: 1px solid var(--portal-v2-border);
  border-radius: 16px;
  box-shadow: 0 10px 20px rgba(36, 52, 82, 0.1);
}

body.portal-body.portal-ui-v2 .portal-photo-preview {
  width: 104px;
  height: 104px;
  border: 1px solid #d0dbef;
}

body.portal-body.portal-ui-v2 .portal-contact-card,
body.portal-body.portal-ui-v2 .portal-link-card {
  border-radius: 16px;
  border: 1px solid var(--portal-v2-border);
}

body.portal-body.portal-ui-v2 .portal-contact-card strong {
  color: #203457;
}

body.portal-body.portal-ui-v2 .portal-contact-card span {
  color: #60708b;
}
