.vac-verified-checkmark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    vertical-align: middle;
    line-height: 1;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: rgba(29, 161, 242, 0.1);
}
.vac-verified-checkmark svg {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.vac-verified-checkmark:hover {
    background-color: rgba(29, 161, 242, 0.2);
}