/* Verified badge — shared across Home feed, modal, profile, comments */

.account-verified-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  vertical-align: middle;
  color: rgba(130, 196, 255, 0.95);
  line-height: 0;
  cursor: help;
}

.account-verified-badge__icon {
  display: block;
  width: 0.82rem;
  height: 0.82rem;
  pointer-events: none;
  filter: drop-shadow(0 0 6px rgba(110, 176, 255, 0.22));
}

/* Slightly smaller in dense comment rows */
.account-verified-badge--comment .account-verified-badge__icon {
  width: 0.72rem;
  height: 0.72rem;
}
