.elementor-78326 .elementor-element.elementor-element-6bdb871a{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--border-radius:20px 20px 20px 20px;box-shadow:0px 0px 35px 0px #696969;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-78326 .elementor-element.elementor-element-6bdb871a:not(.elementor-motion-effects-element-type-background), .elementor-78326 .elementor-element.elementor-element-6bdb871a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-ad2bfe5 );}.elementor-78326 .elementor-element.elementor-element-74dc420d{--display:flex;--margin-top:122px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;}.elementor-78326 .elementor-element.elementor-element-63b25519{text-align:center;}.elementor-78326 .elementor-element.elementor-element-63b25519 .elementor-heading-title{font-size:59px;color:var( --e-global-color-primary );}.elementor-78326 .elementor-element.elementor-element-63b25519 > .elementor-widget-container{margin:0px 0px -26px 0px;}.elementor-78326 .elementor-element.elementor-element-81869c2{--display:flex;}@media(min-width:768px){.elementor-78326 .elementor-element.elementor-element-6bdb871a{--content-width:600px;}}@media(max-width:1024px){.elementor-78326 .elementor-element.elementor-element-6bdb871a{--padding-top:150px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}}@media(max-width:767px){.elementor-78326 .elementor-element.elementor-element-6bdb871a{--padding-top:150px;--padding-bottom:80px;--padding-left:10px;--padding-right:10px;}}/* Start custom CSS for shortcode, class: .elementor-element-b87527c *//* ==========================================
   JHA CUSTOM MY ACCOUNT PAGE

   Excludes:
   - Avatars and Gravatar
   - Newsletter preferences
   - Payment methods
========================================== */

.jha-account,
.jha-account * {
    box-sizing: border-box;
}

.jha-account {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0 50px;
    font-family: inherit;
}

/* ==========================================
   ACCOUNT SUMMARY
========================================== */

.jha-account-summary {
    width: 100%;
    margin-bottom: 28px;
    padding: 28px 32px;
    background: #ffffff;
    border: 1px solid #e6ebf2;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(25, 45, 75, 0.08);
}

.jha-account-summary-text span {
    display: block;
    margin-bottom: 5px;
    color: #7a8594;
    font-size: 14px;
    line-height: 1.4;
}

.jha-account-summary-text h2 {
    margin: 0 0 6px;
    color: #2f4054;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}

.jha-account-summary-text p {
    margin: 0;
    color: #687386;
    font-size: 16px;
    line-height: 1.5;
}

/* ==========================================
   MAIN FORM CARD
========================================== */

.jha-account-form-card {
    width: 100%;
    padding: 34px;
    background: #ffffff;
    border: 1px solid #e6ebf2;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(25, 45, 75, 0.08);
}

.jha-account-section-heading {
    margin-bottom: 28px;
    padding-bottom: 22px;
    border-bottom: 1px solid #edf1f5;
}

.jha-account-section-heading h3 {
    margin: 0 0 6px;
    color: #2f4054;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.jha-account-section-heading p {
    margin: 0;
    color: #6b7280;
    font-size: 16px;
    line-height: 1.6;
}

/* ==========================================
   FORM STRUCTURE
========================================== */

.jha-edit-account-form {
    width: 100%;
    margin: 0;
}

.jha-account-name-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    width: 100%;
}

.jha-account-form-card .woocommerce-form-row,
.jha-account-form-card .form-row {
    float: none !important;
    width: 100% !important;
    margin: 0 0 22px;
    padding: 0;
}

.jha-account-form-card label {
    display: block;
    margin-bottom: 8px;
    color: #2f4054;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

.jha-account-form-card label .required {
    color: #b33434;
}

/* ==========================================
   INPUTS
========================================== */

.jha-account-form-card input[type="text"],
.jha-account-form-card input[type="email"],
.jha-account-form-card input[type="password"] {
    display: block;
    width: 100%;
    min-height: 52px;
    margin: 0;
    padding: 12px 16px;
    border: 1px solid #dce3ec;
    border-radius: 9px;
    background: #ffffff;
    color: #2f4054;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    outline: none;
    box-shadow: none;
}

.jha-account-form-card input[type="text"]:focus,
.jha-account-form-card input[type="email"]:focus,
.jha-account-form-card input[type="password"]:focus {
    border-color: #2378bd;
    box-shadow: 0 0 0 3px rgba(35, 120, 189, 0.12);
}

.jha-field-description {
    display: block;
    margin-top: 7px;
    color: #7a8594;
    font-size: 13px;
    font-style: normal;
    line-height: 1.5;
}

/* ==========================================
   PASSWORD SECTION
========================================== */

.jha-account-form-card .jha-password-section {
    width: 100%;
    margin: 30px 0 0;
    padding: 28px;
    border: 1px solid #e4eaf1;
    border-radius: 12px;
    background: #f7f9fc;
}


.jha-account-form-card .jha-password-section legend {
    padding: 0 10px;
    color: #2f4054;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

.jha-account-form-card .password-input {
    position: relative;
    display: block;
    width: 100%;
}

/* Hide theme/plugin password-eye elements if inserted */

.jha-account-form-card .show-password-input {
    display: none !important;
}

/* ==========================================
   SAVE BUTTON
========================================== */

.jha-save-account-row {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 26px;
}

.jha-account-form-card .jha-save-account-button,
.jha-account-form-card button[type="submit"],
.jha-account-form-card .woocommerce-Button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 230px;
    min-height: 54px;
    margin: 0;
    padding: 12px 22px;
    border: 0;
    border-radius: 8px;
    background: #2378bd;
    color: #ffffff !important;
    font-family: inherit;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.jha-account-form-card .jha-save-account-button:hover,
.jha-account-form-card button[type="submit"]:hover,
.jha-account-form-card .woocommerce-Button:hover {
    background: #1b5f97;
    color: #ffffff !important;
    transform: translateY(-1px);
}

/* ==========================================
   BILLING AND CONTACT CARD
========================================== */

.jha-account-links {
    width: 100%;
    max-width: 700px;
    margin: 30px auto 0;
}

.jha-account-link-card {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    min-height: 110px;
    padding: 26px;
    border: 1px solid #e6ebf2;
    border-radius: 16px;
    background: #ffffff;
    color: #2f4054 !important;
    text-decoration: none !important;
    box-shadow: 0 8px 24px rgba(25, 45, 75, 0.08);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.jha-account-link-card:hover {
    color: #2f4054 !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(25, 45, 75, 0.12);
}

.jha-account-link-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #eef5ff;
    color: #2378bd;
    font-size: 27px;
    line-height: 1;
}

.jha-account-link-text {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
}

.jha-account-link-text strong {
    display: block;
    margin-bottom: 6px;
    color: #2f4054;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.jha-account-link-text small {
    display: block;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.6;
}

.jha-account-arrow {
    flex: 0 0 auto;
    color: #2378bd;
    font-size: 28px;
    font-weight: 700;
}

/* ==========================================
   WOOCOMMERCE MESSAGES
========================================== */

.jha-account .woocommerce-message,
.jha-account .woocommerce-info,
.jha-account .woocommerce-error {
    margin: 0 0 24px;
    padding: 18px 20px;
    border: 0;
    border-left: 4px solid #2378bd;
    border-radius: 8px;
    background: #eef5ff;
    color: #2f4054;
    list-style: none;
}

.jha-account .woocommerce-message::before,
.jha-account .woocommerce-info::before,
.jha-account .woocommerce-error::before {
    display: none;
}

.jha-account .woocommerce-error {
    border-left-color: #b33434;
    background: #fdeeee;
}

/* ==========================================
   LOGGED-OUT OR ERROR MESSAGE
========================================== */

.jha-account-message {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 55px 30px;
    border: 1px solid #e6ebf2;
    border-radius: 18px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 8px 24px rgba(25, 45, 75, 0.08);
}

.jha-account-message h3 {
    margin: 0 0 10px;
    color: #2f4054;
}

.jha-account-message p {
    margin: 0 0 24px;
    color: #6b7280;
}

.jha-account-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    min-height: 52px;
    padding: 12px 22px;
    border-radius: 8px;
    background: #2378bd;
    color: #ffffff !important;
    font-weight: 700;
    text-decoration: none !important;
}

.jha-account-button:hover {
    background: #1b5f97;
    color: #ffffff !important;
}

/* ==========================================
   EXTRA PROTECTION

   Hide newsletter fields if another plugin
   unexpectedly inserts them inside this page.
========================================== */

.jha-account input[name*="newsletter"],
.jha-account input[id*="newsletter"],
.jha-account label[for*="newsletter"],
.jha-account [class*="newsletter"],
.jha-account [id*="newsletter"],
.jha-account input[name*="subscribe"],
.jha-account input[name*="unsubscribe"],
.jha-account input[value*="Subscribe"],
.jha-account input[value*="Unsubscribe"] {
    display: none !important;
}

/* ==========================================
   TABLET AND MOBILE
========================================== */

@media (max-width: 767px) {

    .jha-account {
        padding-bottom: 35px;
    }

    .jha-account-summary {
        padding: 24px;
    }

    .jha-account-summary-text h2 {
        font-size: 23px;
    }

    .jha-account-form-card {
        padding: 24px;
    }

    .jha-account-name-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .jha-account-form-card .jha-password-section {
        padding: 22px 18px;
    }

    .jha-save-account-row {
        display: block;
    }

    .jha-account-form-card .jha-save-account-button,
    .jha-account-form-card button[type="submit"],
    .jha-account-form-card .woocommerce-Button {
        width: 100%;
    }

    .jha-account-link-card {
        padding: 22px;
    }
}

@media (max-width: 480px) {

    .jha-account-summary,
    .jha-account-form-card {
        padding: 20px;
    }

    .jha-account-link-card {
        align-items: flex-start;
        gap: 15px;
        padding: 20px;
    }

    .jha-account-link-icon {
        flex-basis: 48px;
        width: 48px;
        height: 48px;
        font-size: 22px;
    }

    .jha-account-link-text strong {
        font-size: 17px;
    }

    .jha-account-arrow {
        font-size: 22px;
    }/* End custom CSS */