/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.username .user-verified-icon {
    background: #527bcf;
    color: white;
    font-size: 12px;
    border-radius: 25px;
    text-align: center;
    padding: 6px;
    position: absolute;
    margin-left: 5px;
}

.wpd-profile-verification-status p {
    text-align: center;
}

.wpd-profile-verification-status.verified {
    color: green;
}

.wpd-profile-verification-status.pending {
    color: blue;
}