/* Contained overlay: cannot change document size or intercept interactions. */
.eco-seasonal,
.eco-seasonal * {
    pointer-events: none !important;
    user-select: none;
}
.eco-seasonal {
    position: fixed;
    inset: 0;
    overflow: hidden;
    contain: strict;
    z-index: 10; /* Below header, menus, cookie notices and the existing mascot. */
}
.eco-seasonal__item {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.eco-seasonal__item svg {
    display: block;
    width: 100%;
    height: 100%;
}
@media (prefers-reduced-motion: reduce), print {
    .eco-seasonal { display: none !important; }
}
