/*!
 * Kanzy Ultimate Discounts - Share Coupon Styles
 * This file prevents 404 errors and allows future styling if needed.
 */

.kud-share-coupon-box {
    display: none;
}

.kud-share-success {
    display: none;
}

/* Safe placeholder (prevents empty-file 404 behavior on some servers) */
body.kud-share-placeholder-loaded {
    --kud-share: 1;
}