.dikitale-verified {
  &:after {
    position: absolute;
    top: -10px;
    right: 15px;
    background-image: wp_upload_url( "/2021/04/Asset-1.png" );
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    height: 32px;
    width: 42px;
  }

  &.dikitale-not-verified {
    &:after {
      display: none;
    }
  }
}