.elementor-86 .elementor-element.elementor-element-6b090e8b{--display:flex;--padding-top:16px;--padding-bottom:16px;--padding-left:16px;--padding-right:16px;}.elementor-86 .elementor-element.elementor-element-c425b49{width:100%;max-width:100%;}/* Start custom CSS for shortcode, class: .elementor-element-c425b49 *//* ============================
   WRAPPER
============================ */
.mphb-account-wrap .mphb_sc_account {
    padding: 30px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 28px rgba(0,0,0,0.07);
    display: flex;
    gap: 40px;
    box-sizing: border-box;
}

/* ============================
   LEFT MENU (SIDEBAR)
============================ */
.mphb-account-wrap .mphb-account-menu {
    width: 220px;
}

.mphb-account-wrap .mphb-account-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mphb-account-wrap .mphb-account-menu ul li {
    margin-bottom: 12px;
}

.mphb-account-wrap .mphb-account-menu ul li a {
    display: block;
    padding: 12px 18px;
    background: #f7f9fc;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.25s ease;
    border: 1px solid transparent;
}

/* Hover + Active */
.mphb-account-wrap .mphb-account-menu ul li a:hover,
.mphb-account-wrap .mphb-account-menu ul li a:focus {
    background: #e8f1ff;
    border-color: #c7dcff;
    color: #1a73e8;
    transform: translateX(4px);
}

/* ============================
   ACTIVE LINK (AUTO-DETECT)
============================ */
.mphb-account-wrap .mphb-account-menu ul li a[href*="my-account-2/dashboard"]:not([href*="?"]) {
    /* You may change this to match dynamic active if wanted */
}

.mphb-account-wrap .mphb-account-menu ul li.current-menu-item a,
.mphb-account-wrap .mphb-account-menu ul li a.active {
    background: #1a73e8;
    color: #fff !important;
    border-color: #1a73e8;
    transform: none;
}

/* ============================
   ACCOUNT CONTENT
============================ */
.mphb-account-wrap .mphb-account-content {
    flex: 1;
    font-size: 16px;
    color: #444;
    line-height: 1.7;
}

.mphb-account-wrap .mphb-account-content p {
    margin-bottom: 18px;
}

.mphb-account-wrap .mphb-account-content strong {
    color: #111;
}

/* Links inside text */
.mphb-account-wrap .mphb-account-content a {
    color: #1a73e8;
    font-weight: 500;
    text-decoration: none;
}

.mphb-account-wrap .mphb-account-content a:hover {
    text-decoration: underline;
}

/* ============================
   RESPONSIVE
============================ */
@media (max-width: 768px) {
    .mphb-account-wrap .mphb_sc_account {
        flex-direction: column;
        padding: 20px;
        gap: 25px;
    }

    .mphb-account-wrap .mphb-account-menu {
        width: 100%;
    }

    .mphb-account-wrap .mphb-account-menu ul li a {
        padding: 12px 15px;
    }
}/* End custom CSS */