/**
 * css
 */

.vp-verified-badge {

	background-color: transparent;
	background-image: url( './images/verifiedprofiles/tick.svg' );
	background-position: center;
	background-repeat: no-repeat;
	background-size: 14px;

	width: 14px;
	height: 14px;
	margin: 0;
	display: inline-block;

	font-size: 0;

	vertical-align: text-bottom;

}



.verifiedprofiles__verified:not(.verifiedprofiles__profile) {
  display: inline-block;
}

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

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