/**
 * WE Gift Codes Frontend Styles
 * Handles hiding coupon rows and styling remove links
 */

/* Base hiding class */
.wc-gift-code-hidden {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

/* Remove link styling */
.woocommerce-remove-coupon {
    color: #999 !important;
    text-decoration: none !important;
    font-size: 0.9em !important;
    margin-left: 8px;
}

.woocommerce-remove-coupon:hover {
    color: #c33 !important;
    text-decoration: underline !important;
}

/* Hide WE GIFT totals lines (fallback) */
.fee.we-gift-code,
tr.we-gift-code {
    display: none !important;
}

/* Generic gift code coupon row hiding */
/* .cart-discount[class*="coupon-"]:not([data-we-gift-code]),
.order-discount[class*="coupon-"]:not([data-we-gift-code]) {
    display: none !important;
    visibility: hidden !important;
} */

/* Specific coupon selectors - dynamically generated by JavaScript */
/* These will be added by the JavaScript handler based on active gift codes */