/**
 * Separate Card Animations — CSS
 *
 * Base structural styles. The dynamic per-instance styles (colours, radii, etc.)
 * are injected inline by the PHP widget. This file only provides the resets and
 * transitions that are the same for every instance.
 */

/* Marker container is always hidden */
.wml-separate-card-animations {
    display: none !important;
}
