    /* ===========================================
       MY ACCOUNT PAGE - PREMIUM DESIGN
       =========================================== */
    
    /* Main Container - Max Width 1200px & Centered */
    .woocommerce-account {
        max-width: 100%;
        margin: 0 auto;
        /*padding: 40px 20px;*/
        width: 100%;
    }

    .woocommerce-account .woocommerce {
       padding: 0 !important;
        max-width: 100%;
    }

    /* Welcome Header */
    .premium-welcome-header {
        grid-column: 1 / -1;
        background: linear-gradient(135deg, #b87939 0%, #8d5e2e 100%);
        padding: 50px 40px;
        border-radius: 20px;
        color: #ffffff;
        box-shadow: 0 10px 40px rgba(184, 121, 57, 0.3);
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
    }


  
    
    .premium-welcome-content {
        position: relative;
        z-index: 1;
    }

    .premium-welcome-greeting {
        font-size: 16px;
        font-weight: 500;
        opacity: 0.9;
        margin-bottom: 8px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .premium-welcome-name {
        font-size: 42px;
        font-weight: 800;
        margin-bottom: 12px;
        line-height: 1.2;
        margin-top: 0;
    }

    .premium-welcome-description {
        font-size: 16px;
        opacity: 0.9;
        max-width: 600px;
        line-height: 1.6;
        margin: 0;
    }

    /* Sidebar Navigation */
    .woocommerce-MyAccount-navigation {
        position: sticky;
        top: 20px;
        background: transparent;
    }

    .woocommerce-MyAccount-navigation ul {
        list-style: none;
        margin: 0;
        padding: 0;
        background: #ffffff;
        border-radius: 16px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        overflow: hidden;
    }

    .woocommerce-MyAccount-navigation ul li {
        margin: 0;
        border-bottom: 1px solid #f0f0f0;
    }

    .woocommerce-MyAccount-navigation ul li:last-child {
        border-bottom: none;
    }

    .woocommerce-MyAccount-navigation ul li a {
        display: flex;
        align-items: center;
        gap: 15px;
        padding: 18px 25px;
        color: #4a4a4a;
        text-decoration: none;
        font-weight: 500;
        font-size: 15px;
        transition: all 0.3s ease;
        position: relative;
    }

    .woocommerce-MyAccount-navigation ul li a::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 4px;
        background: #b87939;
        transform: scaleY(0);
        transition: transform 0.3s ease;
    }

    .woocommerce-MyAccount-navigation ul li a::after {
        content: '→';
        margin-left: auto;
        opacity: 0;
        transform: translateX(-10px);
        transition: all 0.3s ease;
        color: #b87939;
        font-weight: 700;
    }

    .woocommerce-MyAccount-navigation ul li:hover a,
    .woocommerce-MyAccount-navigation ul li.is-active a {
        background: rgba(184, 121, 57, 0.05);
        color: #b87939;
        padding-left: 30px;
    }

    .woocommerce-MyAccount-navigation ul li.is-active a::before {
        transform: scaleY(1);
    }

    .woocommerce-MyAccount-navigation ul li:hover a::after,
    .woocommerce-MyAccount-navigation ul li.is-active a::after {
        opacity: 1;
        transform: translateX(0);
    }

    /* Menu Icons */
    .woocommerce-MyAccount-navigation-link--dashboard a::before {
        content: '📊';
        position: static;
        transform: none;
        background: none;
        width: auto;
        font-size: 18px;
    }

    .woocommerce-MyAccount-navigation-link--orders a::before {
        content: '📦';
        position: static;
        transform: none;
        background: none;
        width: auto;
        font-size: 18px;
    }

    .woocommerce-MyAccount-navigation-link--downloads a::before {
        content: '⬇️';
        position: static;
        transform: none;
        background: none;
        width: auto;
        font-size: 18px;
    }

    .woocommerce-MyAccount-navigation-link--edit-address a::before {
        content: '📍';
        position: static;
        transform: none;
        background: none;
        width: auto;
        font-size: 18px;
    }

    .woocommerce-MyAccount-navigation-link--edit-account a::before {
        content: '👤';
        position: static;
        transform: none;
        background: none;
        width: auto;
        font-size: 18px;
    }

    .woocommerce-MyAccount-navigation-link--customer-logout a::before {
        content: '🚪';
        position: static;
        transform: none;
        background: none;
        width: auto;
        font-size: 18px;
    }

    /* Content Area */
    .woocommerce-MyAccount-content {
        background: #ffffff;
        padding: 20px;
        border-radius: 16px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        min-height: 500px;
    }


/* Order Status - Colorful Badges */
.woocommerce-orders-table__cell-order-status {
    font-weight: 500 !important;
}

mark.order-status {
    background: transparent !important;
    font-weight: 600 !important;
    border: none !important;
    display: inline-block !important;
    padding: 0;
    border-radius: 20px !important;
    font-size: 12px !important;
    text-transform: uppercase !important ;
    letter-spacing: 0.5px !important;
}

/* COMPLETED - Green */
mark.status-completed {
    background: #d4edda !important;
    color: #155724 !important;
}

/* PROCESSING - Yellow/Orange */
mark.status-processing {
    background: #fff3cd !important;
    color: #856404 !important;
}

/* ON-HOLD - Blue */
mark.status-on-hold {
    background: #d1ecf1 !important ;
    color: #0c5460 !important;
}

/* PENDING - Light Red */
mark.status-pending {
    background: #f8d7da !important;
    color: #721c24 !important;
}

/* CANCELLED - Red */
mark.status-cancelled {
    background: #f5c6cb !important;
    color: #721c24 !important;
}
    
/* REFUNDED - Red */
mark.status-refunded {
    background: #f5c6cb !important;
    color: #721c24 !important;
}

/* FAILED - Red */
mark.status-failed {
    background: #f5c6cb !important;
    color: #721c24 !important;
}
/* Alternating Row Colors - Completely Disable Hover */
/* Table Header - White Background */
.woocommerce-orders-table thead {
    background: #ffffff !important;
    border-bottom: 1px solid #e8e8e8;
}

.woocommerce-orders-table thead th {
    padding: 16px 20px;
    text-align: left;
    font-weight: 600;
    color: #333333;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: #ffffff !important;
}
/* Remove all transitions and hover effects */
.woocommerce-orders-table tbody tr {
    transition: none !important;
}

/* Set row colors */
.woocommerce-orders-table tbody tr:nth-child(odd) {
    background-color: #fafafa !important;
}

.woocommerce-orders-table tbody tr:nth-child(even) {
    background-color: #ffffff !important;
}

/* Disable ALL hover states - using multiple selectors */
.woocommerce-orders-table tbody tr:hover,
.woocommerce-orders-table tbody tr:nth-child(odd):hover,
.woocommerce-orders-table tbody tr:nth-child(even):hover,
.woocommerce-orders-table tbody tr.woocommerce-orders-table__row:hover {
    background-color: inherit !important;
    background: inherit !important;
}

/* Force specific colors on hover */
.woocommerce-orders-table tbody tr:nth-child(odd):hover {
    background-color: #fafafa !important;
    background: #fafafa !important;
}

.woocommerce-orders-table tbody tr:nth-child(even):hover {
    background-color: #ffffff !important;
    background: #ffffff !important;
}

/* Disable hover on table cells too */
.woocommerce-orders-table tbody tr td {
    background-color: transparent !important;
    background: transparent !important;
}

.woocommerce-orders-table tbody tr:hover td {
    background-color: transparent !important;
    background: transparent !important;
}

/* Keep border between rows */
.woocommerce-orders-table tbody tr:not(:last-child) {
    border-bottom: 1px solid #f0f0f0 !important;
}

    /* Responsive */
    @media (max-width: 1024px) {
        .woocommerce-account .woocommerce {
            grid-template-columns: 250px 1fr;
            gap: 30px;
        }

        .premium-welcome-header {
            padding: 40px 30px;
        }

        .premium-welcome-name {
            font-size: 36px;
        }
    }

    @media (max-width: 768px) {
           .woocommerce-account .woocommerce {
       padding:0;
    }

        .woocommerce-account .woocommerce {
            grid-template-columns: 1fr;
            gap: 20px;
            padding: 20px 15px;
        }

        .premium-welcome-header {
            padding: 35px 25px;
            border-radius: 15px;
        }

        .premium-welcome-name {
            font-size: 32px;
        }

        .woocommerce-MyAccount-navigation {
            position: static;
            margin-bottom: 20px;
        }

        .woocommerce-MyAccount-content {
            padding: 0;
        }
    }
    @media (max-width: 438px) {
          .premium-welcome-description {
              font-size: 14px;
          }
    }
