/**
 * css
 */

.vp-verified-badge {
	background-color: transparent;
	background-image: url( './images/verifiedprofiles/tick.svg' );
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px;
	width: 16px;
	height: 16px;
	margin: 0;
	font-size: 0;
	vertical-align: text-bottom;
}

.vp-verified-badge:not(.verifiedprofiles__profile) {
  display: inline-block;
}

a.header-avatar span.vp-verified-badge:after {
	display: none;
}

#username_logged_in .vp-verified-badge {
  position: absolute;
  top: 30px;
  right: 3px;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  border-radius: 50%;
	background-size: 12px;
  z-index: 1;
}
.dark #username_logged_in .vp-verified-badge {
  background-color: #0f172a;
}
@media not all and (min-width: 768px) {
  #username_logged_in .vp-verified-badge {
    right: auto;
    left: 30px;
  }
}

.profile-author {
  display: flex;
  gap: 8px;
  align-items: center;
}