.icon, .agt-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--icon-size, 24px);
    height: var(--icon-size, 24px);
    aspect-ratio: 1 / 1;
}