/* Oficina Portátil v35 — alinhamento do badge de perfil e notificações APV */
.profile-card > .rank-avatar {
  position: relative;
  display: grid;
  place-items: center;
  overflow: visible;
}

.profile-card > .rank-avatar.ranked .rank-photo,
.profile-card > .rank-avatar.ranked .rank-initials {
  position: relative;
  z-index: 1;
  width: 76%;
  height: 76%;
  margin: 0;
  transform: none;
}

.profile-card > .rank-avatar .rank-frame {
  z-index: 2;
  width: 132%;
  height: 132%;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
}

.profile-card h2 .verified-name {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  line-height: 1.12;
}

.profile-card h2 .verified-name > svg {
  align-self: center;
  margin-top: 2px;
}

.notification-popover section button > span > small strong {
  color: var(--text);
  font-weight: 850;
}
