﻿.icon-circle {
    width: 48px;
    height: 48px;
    background-color: var(--hover-bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.icon-circle i {
    color: var(--brand-primary);
}