.elementor-12 .elementor-element.elementor-element-792896{--display:flex;}.elementor-12 .elementor-element.elementor-element-792896.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(min-width:768px){.elementor-12 .elementor-element.elementor-element-792896{--width:140.645%;}}/* Start custom CSS for container, class: .elementor-element-792896 *//* ============================================
   DIGITAL MELON — B2B DASHBOARD
   White page · Gray content · No blue colors
   ============================================ */

/* --- Page stays WHITE --- */
.woocommerce-account {
    background: #ffffff !important;
}

/* --- Dashboard wrapper: gray background only here --- */
.woocommerce-account .woocommerce {
    display: flex !important;
    flex-direction: column;
    gap: 0;
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    background: #f3f4f6;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    min-height: 500px;
}

@media (min-width: 768px) {
    .woocommerce-account .woocommerce {
        flex-direction: row;
        align-items: stretch;
    }
}

/* =============================================
   WHITE SIDEBAR
   ============================================= */
.woocommerce-MyAccount-navigation {
    background: #ffffff;
    width: 100%;
    padding: 1.5rem 0;
    border-right: 1px solid #e5e7eb;
}

@media (min-width: 768px) {
    .woocommerce-MyAccount-navigation {
        flex: 0 0 230px;
        position: sticky;
        top: 0;
        padding: 1.5rem 0;
    }
}

.woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    padding: 0 12px !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.woocommerce-MyAccount-navigation ul li {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
}

/* --- Menu Link: icon + text compact --- */
.woocommerce-MyAccount-navigation ul li a {
    display: ruby-text;
    align-items: center;
    gap: 10px;
    padding: 5px 10px;
    color: #4b5563;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    transition: all 0.15s ease;
    line-height: 15px;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    background: #f3f4f6;
    color: #111827;
}

/* Active State — dark grey */
.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #374151 !important;
    color: #ffffff !important;
    font-weight: 600 !important;
}

.woocommerce-MyAccount-navigation ul li.is-active a::before {
    opacity: 1 !important;
    color: #ffffff !important;
}

/* =============================================
   ICONS — Dashicons, vertically centered
   ============================================= */
.woocommerce-MyAccount-navigation ul li a::before {
    font-family: 'dashicons';
    font-size: 16px;
    line-height: 1;
    width: 18px;
    min-width: 18px;
    text-align: center;
    flex-shrink: 0;
    color: #6b7280;
    vertical-align: middle;
}

/* Dashboard */
.woocommerce-MyAccount-navigation-link--dashboard a::before {
    content: '\f226';
}

/* Orders */
.woocommerce-MyAccount-navigation-link--orders a::before {
    content: '\f174';
}

/* Conversations */
.woocommerce-MyAccount-navigation-link--conversations a::before {
    content: '\f473';
}

/* Offers */
.woocommerce-MyAccount-navigation-link--offers a::before {
    content: '\f323';
}

/* Purchase Lists */
.woocommerce-MyAccount-navigation-link--purchase-lists a::before {
    content: '\f163';
}

/* Bulk Order */
.woocommerce-MyAccount-navigation-link--bulkorder a::before {
    content: '\f480';
}

/* Subaccounts */
.woocommerce-MyAccount-navigation-link--subaccounts a::before {
    content: '\f307';
}

/* Downloads */
.woocommerce-MyAccount-navigation-link--downloads a::before {
    content: '\f316';
}

/* Addresses */
.woocommerce-MyAccount-navigation-link--edit-address a::before {
    content: '\f230';
}

/* Account Details */
.woocommerce-MyAccount-navigation-link--edit-account a::before {
    content: '\f110';
}

/* Help Center */
.woocommerce-MyAccount-navigation-link--help-center a::before {
    content: '\f468';
}

/* Logout */
.woocommerce-MyAccount-navigation-link--customer-logout a::before {
    content: '\f228';
}

/* =============================================
   CONTENT AREA
   ============================================= */
.woocommerce-MyAccount-content {
    flex: 1;
    min-width: 0;
    background: #f3f4f6;
    padding: 2rem 2.5rem;
}

/* --- Headings --- */
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
    color: #111827;
    font-weight: 700;
    margin: 0 0 1.25rem 0;
    font-size: 20px;
    letter-spacing: -0.01em;
}

.woocommerce-MyAccount-content p {
    color: #4b5563;
    line-height: 1.6;
    font-size: 14px;
}

/* Links */
.woocommerce-MyAccount-content a {
    color: #374151;
    text-decoration: underline;
}

.woocommerce-MyAccount-content a:hover {
    color: #111827;
}

/* =============================================
   NOTICES
   ============================================= */
.woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-MyAccount-content .woocommerce-error {
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-left: 4px solid #9ca3af !important;
    color: #4b5563 !important;
    border-radius: 8px !important;
    padding: 14px 18px !important;
    font-size: 14px !important;
    box-shadow: none !important;
    margin-bottom: 1.5rem !important;
}

.woocommerce-MyAccount-content .woocommerce-info::before,
.woocommerce-MyAccount-content .woocommerce-message::before {
    color: #9ca3af !important;
}

/* =============================================
   TABLES — White cards on gray
   ============================================= */
.woocommerce-MyAccount-content table {
    width: 100% !important;
    border-collapse: collapse !important;
    background: #ffffff !important;
    border-radius: 8px !important;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04) !important;
    margin-bottom: 1.5rem;
    border: 1px solid #e5e7eb !important;
}

.woocommerce-MyAccount-content table th {
    background: #374151 !important;
    padding: 12px 16px !important;
    text-align: left !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    border: none !important;
}

.woocommerce-MyAccount-content table td {
    padding: 12px 16px !important;
    border-bottom: 1px solid #f3f4f6 !important;
    color: #374151 !important;
    font-size: 14px !important;
    background: #ffffff !important;
    vertical-align: middle !important;
}

.woocommerce-MyAccount-content table tr:last-child td {
    border-bottom: none !important;
}

.woocommerce-MyAccount-content table tr:hover td {
    background: #f9fafb !important;
}

/* =============================================
   BUTTONS — Dark grey
   ============================================= */
.woocommerce-MyAccount-content .button,
.woocommerce-MyAccount-content input[type="submit"],
.woocommerce-MyAccount-content button[type="submit"],
.woocommerce-MyAccount-content .b2bking_button,
.woocommerce-MyAccount-content a.button {
    background: #374151 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 9px 20px !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    text-decoration: none !important;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: background 0.15s ease !important;
    box-shadow: none !important;
    line-height: 1.5 !important;
}

.woocommerce-MyAccount-content .button:hover,
.woocommerce-MyAccount-content input[type="submit"]:hover,
.woocommerce-MyAccount-content button[type="submit"]:hover,
.woocommerce-MyAccount-content .b2bking_button:hover,
.woocommerce-MyAccount-content a.button:hover {
    background: #1f2937 !important;
    color: #ffffff !important;
}

/* =============================================
   BADGES
   ============================================= */
.woocommerce-MyAccount-content mark {
    background: #f3f4f6 !important;
    color: #374151 !important;
    padding: 3px 10px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 12px;
}

/* =============================================
   FORM INPUTS
   ============================================= */
.woocommerce-MyAccount-content input[type="text"],
.woocommerce-MyAccount-content input[type="email"],
.woocommerce-MyAccount-content input[type="password"],
.woocommerce-MyAccount-content input[type="tel"],
.woocommerce-MyAccount-content select,
.woocommerce-MyAccount-content textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    margin-bottom: 0.75rem;
    font-size: 14px;
    color: #111827;
    background: #ffffff;
    transition: border-color 0.15s ease;
    box-shadow: none !important;
    outline: none;
}

.woocommerce-MyAccount-content input:focus,
.woocommerce-MyAccount-content select:focus,
.woocommerce-MyAccount-content textarea:focus {
    border-color: #6b7280 !important;
    box-shadow: 0 0 0 3px rgba(107,114,128,0.08) !important;
}

/* =============================================
   ADDRESS BLOCKS
   ============================================= */
.woocommerce-MyAccount-content address {
    font-style: normal;
    color: #4b5563;
    line-height: 1.7;
    background: #ffffff;
    padding: 1.25rem 1.5rem;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
}

/* =============================================
   B2BKING CONTAINERS
   ============================================= */
.woocommerce-MyAccount-content .b2bking_myaccount_container {
    background: #ffffff;
    border-radius: 8px;
    padding: 1.5rem;
    border: 1px solid #e5e7eb;
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 767px) {
    .woocommerce-account .woocommerce {
        max-width: 95%;
        border-radius: 8px;
    }

    .woocommerce-MyAccount-navigation {
        min-height: auto !important;
        padding: 1rem 0;
        border-right: none;
        border-bottom: 1px solid #e5e7eb;
    }

    .woocommerce-MyAccount-navigation ul {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 4px;
    }

    .woocommerce-MyAccount-navigation ul li a {
        padding: 7px 10px;
        font-size: 13px;
    }

    .woocommerce-MyAccount-navigation ul li a::before {
        font-size: 14px;
    }

    .woocommerce-MyAccount-content {
        padding: 1.5rem 1rem;
    }
}/* End custom CSS */