/* 5Fil Campaigns Premium Styles */

.fc-badge-discount {
    display: inline-block;
    background: linear-gradient(135deg, #ff416c, #ff4b2b);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 6px;
    margin-left: 8px;
    vertical-align: middle;
    box-shadow: 0 4px 6px rgba(255, 65, 108, 0.2);
    animation: fc-pulse 2s infinite;
    position: relative;
    margin-top: 10px;
}

@keyframes fc-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 65, 108, 0.4);
    }
    70% {
        box-shadow: 0 0 0 6px rgba(255, 65, 108, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 65, 108, 0);
    }
}

.woocommerce-Price-amount ins {
    text-decoration: none !important;
    background: transparent !important;
    color: #000; /* Use theme's text color but ensure it's bold */
    font-weight: 800;
}

.woocommerce-Price-amount del {
    opacity: 0.5;
    font-size: 0.9em;
}
