/* --- AW SELLING MEMBER PORTAL UI v27.0 --- */

/* 1. Reset & Typography */
body, #page, #content, .site {
    background-color: #f8faff !important; /* Soft indigo tint for the whole dashboard */
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

/* 2. MY ACCOUNT NAVIGATION (Sidebar Style) */
.woocommerce-MyAccount-navigation {
    float: none !important;
    width: 100% !important;
    margin-bottom: 40px !important;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
}

.woocommerce-MyAccount-navigation ul li {
    margin: 0 !important;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block !important;
    padding: 12px 24px !important;
    background: #ffffff !important;
    border: 1px solid #eef2ff !important;
    border-radius: 12px !important;
    color: #475569 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
    background: #6366f1 !important;
    color: #ffffff !important;
    border-color: #6366f1 !important;
    box-shadow: 0 10px 15px -3px rgba(99, 102, 241, 0.2) !important;
}

/* 3. MY ACCOUNT CONTENT AREA */
.woocommerce-MyAccount-content {
    float: none !important;
    width: 100% !important;
    background: #ffffff !important;
    padding: 40px !important;
    border-radius: 30px !important;
    border: 1px solid #eef2ff !important;
    box-shadow: 0 25px 50px -12px rgba(79, 70, 229, 0.05) !important;
}

/* 4. TABLES & FORMS BEAUTIFICATION */
.woocommerce-MyAccount-content table.shop_table {
    border: none !important;
    border-radius: 15px !important;
    overflow: hidden !important;
}

.woocommerce-MyAccount-content table.shop_table thead {
    background: #f1f5f9 !important;
}

.woocommerce-MyAccount-content table.shop_table th {
    padding: 20px !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    color: #64748b !important;
}

.woocommerce-MyAccount-content table.shop_table td {
    padding: 20px !important;
    border-top: 1px solid #f1f5f9 !important;
    font-size: 14px !important;
}

/* Button style in Dashboard */
.woocommerce-MyAccount-content .button {
    background: #1e1b4b !important;
    color: #ffffff !important;
    padding: 12px 20px !important;
    border-radius: 10px !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    border: none !important;
}

.woocommerce-MyAccount-content .button:hover {
    background: #6366f1 !important;
}

/* 5. GUEST LOGIN BUTTON (Single Product Page) */
.aw-login-unlock-btn {
    display: block !important;
    margin-top: 30px;
    padding: 24px;
    background: #1e1b4b;
    color: #fff !important;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}

/* 6. NUCLEAR SALE REMOVAL */
.onsale, .ast-onsale, .sale-badge { display: none !important; }