.elementor-27 .elementor-element.elementor-element-eeee9a3{--display:flex;}.elementor-27 .elementor-element.elementor-element-accfdd8{width:100%;max-width:100%;--tab-content-spacing:27px;}.elementor-27 .elementor-element.elementor-element-accfdd8.elementor-element{--align-self:flex-start;}/* Start custom CSS for woocommerce-my-account, class: .elementor-element-accfdd8 *//* Page Background */
.woocommerce-account {
    background: #f1f3f6;
    padding: 20px 0;
}

/* Main Container */
.woocommerce-account .woocommerce {
    max-width: 1200px;
    margin: auto;
    display: flex;
    gap: 20px;
}

/* Sidebar */
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 260px;
    background: #ffffff;
    padding: 20px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.08);
    border-radius: 4px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
    padding: 12px 10px;
    border-bottom: 1px solid #eee;
}

.woocommerce-MyAccount-navigation ul li a {
    text-decoration: none;
    color: #212121;
    font-weight: 500;
    display: block;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
    color: #2874f0;
}

/* Content Area */
.woocommerce-account .woocommerce-MyAccount-content {
    flex: 1;
    background: #ffffff;
    padding: 25px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.08);
    border-radius: 4px;
}

/* Headings */
.woocommerce-account h2,
.woocommerce-account h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

/* Buttons */
.woocommerce-account .button,
.woocommerce-account button,
.woocommerce-account input[type="submit"] {
    background: #2874f0;
    color: #fff;
    border: none;
    padding: 10px 18px;
    font-weight: 500;
    border-radius: 2px;
    transition: 0.3s;
}

.woocommerce-account .button:hover,
.woocommerce-account button:hover,
.woocommerce-account input[type="submit"]:hover {
    background: #1b5ed6;
}

/* Orders Table */
.woocommerce-account table.shop_table {
    border: none;
}

.woocommerce-account table.shop_table th {
    background: #f5f5f5;
    font-weight: 600;
}

.woocommerce-account table.shop_table td,
.woocommerce-account table.shop_table th {
    padding: 12px;
    border-bottom: 1px solid #eee;
}

/* Status Colors */
.woocommerce-orders-table__cell-order-status {
    font-weight: 600;
}

.woocommerce-orders-table__cell-order-status .completed {
    color: green;
}

.woocommerce-orders-table__cell-order-status .processing {
    color: orange;
}

.woocommerce-orders-table__cell-order-status .cancelled {
    color: red;
}

/* Responsive */
@media (max-width: 768px) {
    .woocommerce-account .woocommerce {
        flex-direction: column;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
    }
}/* End custom CSS */