.elementor-215 .elementor-element.elementor-element-55c09d03{padding:2% 0% 2% 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 );}/* Start custom CSS for text-editor, class: .elementor-element-6f9644c4 */<div class="custom-account-page">
  [woocommerce_my_account]
</div>

<style>
/* General wrapper */
.custom-account-page {
    max-width: 1000px;
    margin: 40px auto;
    padding: 20px;
    font-family: 'Segoe UI', Tahoma, sans-serif;
}

/* Dashboard Navigation (Left Sidebar) */
.woocommerce-MyAccount-navigation {
    float: left;
    width: 25%;
    background: #f9f9f9;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation li {
    margin-bottom: 12px;
}

.woocommerce-MyAccount-navigation li a {
    display: block;
    padding: 12px 16px;
    border-radius: 10px;
    background: #fff;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li a:hover {
    background: #CEA42A;
    color: #fff;
}

/* Content Area (Right Side) */
.woocommerce-MyAccount-content {
    float: right;
    width: 72%;
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    min-height: 400px;
}

/* Dashboard Welcome */
.woocommerce-MyAccount-content p {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
}

/* Tables (Orders, Addresses) */
.woocommerce table.my_account_orders,
.woocommerce table.shop_table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.woocommerce table th,
.woocommerce table td {
    padding: 14px 16px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.woocommerce table th {
    background: #f1f1f1;
    font-weight: 600;
}

/* Login/Register Forms */
.woocommerce form.login,
.woocommerce form.register {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    border: 1px solid #f1f1f1;
    max-width: 450px;
    margin: 0 auto;
}

.woocommerce form h2 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #333;
}

.woocommerce form input.input-text {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.woocommerce form input.input-text:focus {
    border-color: #CEA42A;
    box-shadow: 0 0 6px rgba(206,164,42,0.3);
}

/* Buttons */
.woocommerce form button.button {
    background: #CEA42A;
    color: #fff !important;
    border: none;
    border-radius: 10px;
    padding: 12px 20px;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.3s ease;
}

.woocommerce form button.button:hover {
    background: #b58c20;
}

/* Links */
.woocommerce-LostPassword a {
    color: #CEA42A;
    font-size: 14px;
    text-decoration: none;
}

.woocommerce-LostPassword a:hover {
    text-decoration: underline;
}
</style>/* End custom CSS */