.elementor-148 .elementor-element.elementor-element-99310dd{--display:flex;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-99310dd *//* ===== MY ACCOUNT WRAPPER ===== */

.woocommerce-account .woocommerce {
    
    background: #f6f9f8;
    padding: 30px;
    border-radius: 16px;
}

/* ===== SIDEBAR ===== */
.woocommerce-MyAccount-navigation {
    width: 260px;
    background: linear-gradient(180deg, #0a9a5b, #0b8bd3);
    border-radius: 18px;
    padding: 25px 20px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation li {
    margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation a {
    display: block;
    padding: 14px 18px;
    color: #ffffff;
    border-radius: 12px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation a:hover {
    background: rgba(255,255,255,0.2);
}

/* Logout special */
.woocommerce-MyAccount-navigation-link--customer-logout a {
    background: rgba(255,255,255,0.15);
    text-align: center;
}

/* ===== CONTENT AREA ===== */
.woocommerce-MyAccount-content {
    flex: 1;
    background: #ffffff;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* ===== WELCOME CARD ===== */
.woocommerce-MyAccount-content > p:first-child {
    background: linear-gradient(90deg, #0a9a5b, #0b8bd3);
    color: #ffffff;
    padding: 20px 25px;
    border-radius: 14px;
    font-size: 18px;
    margin-bottom: 25px;
}

.woocommerce-MyAccount-content a {
    color: #0b8bd3;
    font-weight: 600;
}
.woocommerce-MyAccount-content a:hover{

	color:#0a9a5f;
}
header.woocommerce-Address-title.title {
    display: flex;
    flex-direction: column;
}
header.woocommerce-Address-title.title h2 {
    font-size: 42px !important;
}

/* ===== INFO TEXT ===== */
.woocommerce-MyAccount-content p {
    font-size: 16px;
    line-height: 1.7;
}
br {
    display: none;
}
.woocommerce-account .addresses .title .edit {
    float: left;
}
/* ===== MOBILE ===== */
@media (max-width: 768px) {
    nav.woocommerce-MyAccount-navigation {
    margin-bottom: 30px;
}
header.woocommerce-Address-title.title h2 {
    font-size: 30px !important;
}
.u-column1.col-1.woocommerce-Address address {
    font-size: 12px;
}
    .woocommerce-MyAccount-navigation {
        width: 100%;
    }
}/* End custom CSS */