.elementor-33 .elementor-element.elementor-element-25cbf28{--display:flex;--margin-top:126px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for text-editor, class: .elementor-element-8728d32 *//* Main Box */
.account-box {
    max-width: 1200px;
    margin: auto;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
}

/* Header */
.account-header {
    text-align: center;
    margin-bottom: 30px;
}

.account-note {
    background: #f5f7fa;
    padding: 15px;
    border-radius: 8px;
    margin-top: 15px;
}

/* Hide header after login */
.logged-in .account-header {
    display: none;
}

/* Fix sidebar gap */
.woocommerce-MyAccount-navigation {
    width: 22% !important;
}

.woocommerce-MyAccount-content {
    width: 75% !important;
}

/* Remove extra space */
.woocommerce {
    display: flex;
    gap: 20px;
}

/* Fix table width */
.woocommerce table.shop_table {
    width: 100% !important;
}

/* Fix product column */
.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
    padding: 12px !important;
    font-size: 14px;
}

/* Download button fix */
.woocommerce a.button {
    padding: 8px 14px;
    border-radius: 6px;
    background: #2ecc71;
    color: #fff;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .woocommerce {
        flex-direction: column;
    }

    .woocommerce-MyAccount-navigation,
    .woocommerce-MyAccount-content {
        width: 100% !important;
    }
}/* End custom CSS */