
.couponmaster-animated-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    animation: shine 3s infinite;
}


.couponmaster-animated-expiry {
    margin-top: 20px;
    font-size: 14px;
    color: #666;
    font-style: italic;
}

