.elementor-13 .elementor-element.elementor-element-495a8bbc{--display:flex;--padding-top:90px;--padding-bottom:90px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-495a8bbc:not(.elementor-motion-effects-element-type-background), .elementor-13 .elementor-element.elementor-element-495a8bbc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F0F0F0;}@media(min-width:768px){.elementor-13 .elementor-element.elementor-element-495a8bbc{--content-width:1400px;}}/* Start custom CSS for container, class: .elementor-element-495a8bbc *//* Page Background */
.woocommerce-account .page-content {
    background: #f5f7fb;
    padding: 20px 20px;
}

/* Main Container */
.woocommerce-account .woocommerce {
    display: flex;
    gap: 30px;
    max-width: 1200px;
    margin: auto;
}

/* Sidebar Navigation */
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 260px;
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

/* Sidebar Menu Items */
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 12px 15px;
    border-radius: 8px;
    color: #333;
    text-decoration: none;
    transition: 0.3s;
    font-weight: 500;
}

/* Hover & Active */
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #006624;
    color: #fff;
}

/* Content Area */
.woocommerce-account .woocommerce-MyAccount-content {
    flex: 1;
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

/* Headings */
.woocommerce-account h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

/* Buttons */
.woocommerce button.button,
.woocommerce a.button {
    background: #CF4288;
    color: #fff;
    border-radius: 8px;
    padding: 10px 18px;
    border: none;
    transition: 0.3s;
}

.woocommerce button.button:hover,
.woocommerce a.button:hover {
    background: #a8326b;
}

/* Tables */
.woocommerce table.shop_table {
    border-radius: 10px;
    overflow: hidden;
    border: none;
}

.woocommerce table.shop_table th {
    background: #f0f2f7;
    font-weight: 600;
}

/* Inputs */
.woocommerce input.input-text,
.woocommerce textarea {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 10px;
}

/* Responsive */
@media (max-width: 768px) {
    .woocommerce-account .woocommerce {
        flex-direction: column;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
    }
}/* End custom CSS */