.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 );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}/* Start custom CSS for section, class: .elementor-element-4d8c6132 *//* Remove My Account navigation */
.woocommerce-MyAccount-navigation {
    display: none;
}

/* Center content and limit width */
.woocommerce-MyAccount-content {
    max-width: 800px;
    margin: 40px auto;
    padding: 30px;
    border: 1px solid #ddd;
    font-family: Arial, sans-serif;
    color: #000;
}

/* Page title */
.entry-title {
    text-align: left;
    font-size: 26px;
    margin-bottom: 10px;
}

/* Remove WooCommerce default backgrounds */
.woocommerce table.shop_table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ddd;
    margin-top: 20px;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
    background: none;
}

/* Table header bold only */
.woocommerce table.shop_table th {
    font-weight: bold;
}

/* Order notice text */
.woocommerce-MyAccount-content > p {
    margin-bottom: 20px;
}

/* Address blocks layout */
.woocommerce-columns--addresses {
    display: flex;
    gap: 40px;
    margin-top: 30px;
}

.woocommerce-column--billing-address,
.woocommerce-column--shipping-address {
    width: 50%;
}

/* Address titles */
.woocommerce-column__title {
    font-size: 16px;
    margin-bottom: 8px;
}

/* Remove coloured price styling */
.woocommerce-Price-amount {
    color: #000;
}

/* Remove links underline inside invoice */
.woocommerce a {
    text-decoration: none;
    color: #000;
}

/* Print friendly */
@media print {
    body {
        background: none;
    }
    .woocommerce-MyAccount-content {
        border: none;
        margin: 0;
        padding: 0;
    }
}/* End custom CSS */