.vireo-stepper {
    padding-left: 2rem;
}

.vireo-step {
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: 1rem;
    color: white;
    margin-right: 0.75rem;
    width: 1.66rem;
    height: 1.66rem;
    line-height: 1.5rem;
    text-align: center;
    vertical-align: middle;
    z-index: 0;
    padding: 0;
}

.vireo-step::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.66rem;
    height: 1.66rem;
    background-color: var(--v-primary);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

@media (max-width: 576px) {
    .vireo-step {
        font-size: 0.85rem;
        width: 1.1rem;
        height: 1.1rem;
        line-height: 1rem;
    }

    .vireo-step::before {
        width: 1.1rem;
        height: 1.1rem;
    }
}

.vireo-step-content {
    width: 100%;
}
