.category-icon {
    width: 100px;
    height: 100px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-icon img,
.category-icon__image {
    object-fit: contain;
    width: 60px;
    height: 60px;
    margin-right: -7px; /* icons are not perfectly round, we have to adjust for that */
}

.category-icon--round {
    border-radius: 50%;
}
