.c3-icon-box-motion--active {
    translate: var(--c3-icon-box-x, 0px) 0;
}

.c3-background-grow--active {
    isolation: isolate;
}

.c3-background-grow--direct {
    background-image: none !important;
}

.c3-background-grow--pseudo::before {
    background-image: none !important;
}

.c3-background-grow--active > .c3-background-grow__image {
    position: absolute;
    top: 0;
    z-index: -1;
    pointer-events: none;
}
