.mvet-verified-badge {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-left: 6px;
  overflow: hidden;
  vertical-align: -4px;
  border-radius: 50%;
  background: #071723;
  box-shadow: 0 0 0 1px rgba(76, 199, 255, .38), 0 4px 12px rgba(17, 154, 220, .25);
}
.mvet-verified-badge img {
  width: 44px;
  height: 44px;
  max-width: none;
  object-fit: cover;
  transform: scale(2.8);
  transform-origin: center;
  pointer-events: none;
}
.mvet-verification-toggle {
  border-color: rgba(76, 199, 255, .45) !important;
  color: #8edbff !important;
  background: rgba(31, 154, 214, .09) !important;
}
.mvet-verification-toggle.active {
  border-color: rgba(65, 222, 159, .45) !important;
  color: #6ce9b1 !important;
  background: rgba(65, 222, 159, .09) !important;
}
.mvet-verification-toggle:disabled { opacity: .5; cursor: wait; }

