.woo-charity-text span.amount {
    color: #FF9800;
    font-weight: 700;
    white-space: nowrap;
}

.woo-charity-text span.woocommerce-Price-currencySymbol {
    display: none;
}

.account-details .woo-charity-text {
    font-size: 14px !important;
    display: flex;
    gap: 8px;
    color: #aeff00;
    font-style: italic;
    margin-top: 15px;
}

.fcoshop-charity-container tr{
        background-color: #000000 !important;
}



.fcoshop-charity-container {
        background-color: #000000 !important;
        color: #ffffff;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        line-height: 1.5;
        padding: 20px;
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .fcoshop-charity-header {
        text-align: center;
        margin-bottom: 30px;
        padding: 20px;
        background: rgba(255, 255, 255, 0.05);
        border: 2px solid #aeff00;
        border-radius: 12px;
    }
    
    .fcoshop-charity-title {
        font-size: 24px;
        font-weight: 700;
        color: #aeff00;
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    
    .fcoshop-stats-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
        margin-bottom: 30px;
    }
    
    .fcoshop-stat-box {
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid #ffbf00;
        border-radius: 8px;
        padding: 20px;
        text-align: center;
        transition: transform 0.3s ease;
    }
    
    .fcoshop-stat-box:hover {
        transform: translateY(-5px);
        border-color: #aeff00;
    }
    
    .fcoshop-stat-icon {
        font-size: 32px;
        margin-bottom: 10px;
        display: block;
    }
    
    .fcoshop-stat-icon.start-date { color: #aeff00; }
    .fcoshop-stat-icon.total-orders { color: #ffbf00; }
    .fcoshop-stat-icon.total-donated { color: #ef3713; }
    
    .fcoshop-stat-value {
        font-size: 20px;
        font-weight: 600;
        color: #aeff00;
        margin: 5px 0;
    }
    
    .fcoshop-stat-label {
        font-size: 14px;
        color: #cccccc;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    
    .fcoshop-charity-table-container {
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid #aeff00;
        border-radius: 8px;
        overflow: hidden;
        margin-top: 20px;
    }
    
    .fcoshop-charity-table {
        width: 100%;
        border-collapse: collapse;
        font-size: 14px;
    }
    
    .fcoshop-charity-table th {
        background: linear-gradient(135deg, #aeff00, #ffbf00);
        color: #000000;
        padding: 15px 10px !important;
        text-align: left;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    
    .fcoshop-charity-table td {
        padding: 12px 10px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        vertical-align: top;
    }
    
    .fcoshop-charity-table tr:hover {
        background: rgba(174, 255, 0, 0.05);
    }
    
    .fcoshop-donation-content {
        line-height: 1.4;
    }
    
    .fcoshop-user-thank {
        color: #aeff00;
        font-weight: 500;
    }
    
    .fcoshop-product-info {
        color: #ffbf00;
        font-weight: 500;
    }
    
   .fcoshop-donation-amount {
    color: #FFEB3B;
    font-weight: 600;
    font-size: 14px;
}
    
    .fcoshop-donation-time {
        color: #cccccc;
        font-size: 13px;
    }
    
    .fcoshop-no-data {
        text-align: center;
        padding: 40px;
        color: #cccccc;
        font-style: italic;
    }
    
    @media (max-width: 768px) {
        .fcoshop-charity-container {
            padding: 15px;
        }
        
        .fcoshop-stats-grid {
            grid-template-columns: 1fr;
        }
        
        .fcoshop-charity-table {
            font-size: 12px;
        }
        
        .fcoshop-charity-table th,
        .fcoshop-charity-table td {
            padding: 8px 6px;
        }
        
        .fcoshop-charity-title {
            font-size: 18px;
        }
    }
    
    
    .fcoshop-charity-table-container a#DataTables_Table_0_previous, .fcoshop-charity-table-container a#DataTables_Table_0_next {
    color: #aeff00 !important;
}


.fcoshop-charity-table-container .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #aeff00 !important;
}
    .fcoshop-charity-table-container .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background-color: #aeff00 !important;
    color: #000000 !important;
    background: unset;
    border: unset;
    padding: 4px 12px;
}
    
    
    /*fcoshop-notifications*/
    
    
    

    #fcoshop-notifications-wrapper {
        position: fixed;
        bottom: 20px;
        left: 20px;
        z-index: 999999;
        max-width: 368px;
        pointer-events: none;
    }
    
    .fcoshop-notification {
        background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
        border: 1px solid #aeff00;
        border-radius: 12px;
        padding: 15px;
        margin-bottom: 10px;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
        transform: translateX(400px);
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        opacity: 0;
        pointer-events: auto;
        position: relative;
        overflow: hidden;
    }
    
    .fcoshop-notification::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, #aeff00, #ffbf00);
        border-radius: 12px 12px 0 0;
    }
    
    .fcoshop-notification.show {
        transform: translateX(0);
        opacity: 1;
    }
    
    .fcoshop-notification-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 8px;
    }
    
    .fcoshop-notification-icon {
        font-size: 20px;
        margin-right: 8px;
    }
    
    .fcoshop-notification-title {
        color: #aeff00;
        font-weight: 600;
        font-size: 14px;
        flex: 1;
    }
    
    .fcoshop-notification-close {
        color: #cccccc;
        font-size: 18px;
        cursor: pointer;
        padding: 0 5px;
        transition: color 0.2s;
    }
    
    .fcoshop-notification-close:hover {
        color: #ff4444;
    }
    
    .fcoshop-notification-body {
        color: #ffffff;
        font-size: 13px;
        line-height: 1.4;
    }
    
    .fcoshop-notification-amount {
        color: #ffbf00;
        font-weight: 600;
    }
    
    .fcoshop-notification-order {
        color: #aeff00;
        font-weight: 500;
    }
    
    .fcoshop-notification-product {
        color: #cccccc;
        font-size: 12px;
        margin-top: 4px;
    }
    
    .fcoshop-notification-time {
        color: #999999;
        font-size: 11px;
        margin-top: 5px;
        text-align: right;
    }
    
    /* Mobile responsive */
    @media (max-width: 768px) {
        #fcoshop-notifications-wrapper {
            bottom: 10px;
            right: 10px;
            max-width: 368px;
        }
        
        .fcoshop-notification {
            transform: translateY(-100px);
        }
        
        .fcoshop-notification.show {
            transform: translateY(0);
        }
    }
    
    /* Animation keyframes */
    @keyframes fcoshop-pulse {
        0% { transform: scale(1); }
        50% { transform: scale(1.05); }
        100% { transform: scale(1); }
    }
    
    .fcoshop-notification:hover {
        animation: fcoshop-pulse 0.3s ease-in-out;
    }
  