.icon-badge {
    background-color: var(--surface-subtle-light);
    height: fit-content;
    min-height: 2rem;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    width: fit-content;
}
