.mimaso-seasonal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mimaso-seasonal-overlay img {
    max-width: 95%;
    max-height: 95%;
    border-radius: 14px;
    box-shadow: 0 25px 70px rgba(0,0,0,.7);
}

.mimaso-seasonal-close {
    position: absolute;
    top: 25px;
    right: 35px;
    font-size: 42px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}
