.elementor-2046 .elementor-element.elementor-element-ca87536{--display:flex;}.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 );}/* Start custom CSS for text-editor, class: .elementor-element-406a47b5 *//* =======================================================
   PREMIUM "MY ACCOUNT" PAGE STYLING
   ======================================================= */

/* 1. Main Layout (Side-by-side with Flexbox) */
.woocommerce-account .woocommerce {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 50px !important;
}

/* 2. Sidebar Navigation Menu */
.woocommerce-MyAccount-navigation {
    flex: 1 1 250px !important;
    max-width: 320px !important;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background-color: #FAF8F5 !important; /* Cream Background */
    border: 1px solid #dcd1c4 !important;
    border-radius: 0px !important;
}

.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #dcd1c4 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: none !important;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block !important;
    padding: 18px 25px !important;
    color: #555555 !important;
    text-decoration: none !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    font-weight: 700 !important;
    transition: all 0.3s ease !important;
    border-left: 4px solid transparent !important;
}

/* Active Tab & Hover State */
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
    color: #B44D38 !important; /* Brand Rust Red */
    background-color: #ffffff !important; /* Turns white on hover/active */
    border-left: 4px solid #B44D38 !important; /* Left Red Line */
}

/* 3. Main Content Area */
.woocommerce-MyAccount-content {
    flex: 3 1 600px !important;
    width: 100% !important;
}

/* Text and Links styling */
.woocommerce-MyAccount-content p {
    font-size: 15px !important;
    color: #2c2c2c !important;
    line-height: 1.8 !important;
    margin-bottom: 20px !important;
}

.woocommerce-MyAccount-content a {
    color: #B44D38 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    border-bottom: 1px solid #B44D38 !important;
    transition: all 0.3s ease !important;
}

.woocommerce-MyAccount-content a:hover {
    color: #9C3B27 !important;
    border-bottom-color: transparent !important;
}

/* 4. Formatting Inner Elements (Addresses, Forms, Tables) */

/* Address Box Styling */
.woocommerce-MyAccount-content address {
    background-color: #FAF8F5 !important;
    border: 1px solid #dcd1c4 !important;
    padding: 30px !important;
    font-style: normal !important;
    line-height: 1.8 !important;
    color: #555555 !important;
    margin-top: 15px !important;
}

/* Inner Action Buttons (Edit Address, Save Changes, View Order) */
.woocommerce-MyAccount-content .button {
    background-color: #B44D38 !important;
    color: #FFFFFF !important;
    border: none !important;
    border-radius: 0px !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    padding: 16px 30px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
    text-decoration: none !important;
    border-bottom: none !important;
}

.woocommerce-MyAccount-content .button:hover {
    background-color: #9C3B27 !important;
}

/* Legend/Headings inside Account details */
.woocommerce-MyAccount-content legend,
.woocommerce-MyAccount-content h3 {
    font-size: 18px !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    color: #2c2c2c !important;
    border-bottom: 1px solid #B44D38 !important;
    padding-bottom: 15px !important;
    margin-bottom: 25px !important;
    font-weight: 700 !important;
}

/* Responsive adjustment for Mobile */
@media (max-width: 768px) {
    .woocommerce-account .woocommerce {
        flex-direction: column !important;
        gap: 30px !important;
    }
    .woocommerce-MyAccount-navigation {
        max-width: 100% !important;
    }
}/* End custom CSS */