﻿.success-badge {
    font-size: 8rem;
    width: 1em;
    height: 1em;
    background-color: transparent;
    border-radius: 50%;
    border: 0.05em solid var(--lemon-success);
    color: var(--lemon-success);
    display: flex;
    justify-content: center;
    align-items: center;
}

    .success-badge > i {
        font-weight: 900;
        font-size: 0.5em;
        display: block;
    }
