*,
*::before,
*::after{

    box-sizing:border-box;

}
 
html,
body{

    overflow-x:hidden;

}

.legalin-profile{

    width:98%;
    max-width:98%;

}

.legalin-profile{

    max-width:1100px;
    margin:60px auto;
	background:#f1f3f7;
    padding:50px 0 80px;

}

.le-profile-card{

    background:#fff;
    border:1px solid #e4e8ee;
    border-radius:16px;
    padding-bottom:24px;
    box-shadow:
        0 2px 6px rgba(15,23,42,.03),
        0 12px 30px rgba(15,23,42,.05);

    overflow:hidden;

}

.le-profile-card h2{

    margin:0;
    padding:28px 30px 20px;
    font-size:25px;
    font-weight:700;
    line-height:1.2;
    border-bottom:1px solid #edf1f4;

}

.le-profile-card > :not(h2){

    padding-left:34px;
    padding-right:34px;

}

.le-profile-header{

    display:flex;
    align-items:flex-start;
    gap:60px;
    margin-bottom:70px;

}

.le-profile-avatar {
    flex-shrink: 0;
}

.le-profile-avatar img {
    width: 180px !important;
    height: 180px !important;
    object-fit: cover;
    display: block;

    border: 5px solid #fff !important;
    box-shadow:
        0 12px 28px rgba(0,0,0,.12) !important;

    border-radius: 12px !important;
}

.le-profile-avatar .le-directory-avatar-fallback {
    width: 180px !important;
    height: 180px !important;
    font-size: 72px !important;
    font-weight: 700;
    border: 5px solid #fff;
    border-radius: 12px;
    box-shadow:
        0 12px 28px rgba(0,0,0,.12);
}

.le-profile-title{

    margin:12px 0 6px;
    font-size:18px;
    font-weight:500;
    color:#6b7280;

}

.le-profile-organisation{

    margin:0;
    font-size:20px;
    font-weight:600;
    color:#374151;

}

.le-profile-bio{

    padding-top:8px;
    padding-bottom:34px;
    max-width:700px;
    line-height:2;
    color:#374151;

}

.le-contact-grid,
.le-social-grid{

    display:grid;

    grid-template-columns:repeat(2,minmax(0,1fr));

    gap:16px 24px;

    margin-bottom:24px;

}

.le-contact-actions{

    margin-top:30px;
	margin-bottom: 30px;

}

.le-unlock-button{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:12px 22px;

    border-radius:3px;

    background:black;
    color:#fff;

    font-weight:700;
    text-decoration:none;

    box-shadow:0 6px 16px rgba(95,181,63,.22);

    transition:.2s;
	width:100%;

}

.le-unlock-button:hover{

    background:#0A0B0B;
	color:#fff;
    transform:translateY(-2px);

}

@media (max-width:768px){

    .le-contact-grid{
        grid-template-columns:1fr;
    }

}

.le-profile-summary{

    flex:1;	
	padding-top:100px;

}

.le-profile-summary h1{

    margin:0 0 12px;
    font-size:48px;
    line-height:1.1;

}

.le-profile-summary p{

    margin:12px 0;
    color:#555;

}

.le-profile-section{

    margin-bottom:5px;

}

.le-profile-section h2{

    margin:0 0 24px;
    font-size:25px;
    line-height:1.2;
	font-weight:700;

}

.le-profile-section p{

    margin:0 0 18px;
    line-height:1.8;

}

.le-contact-section{

    margin:5px 0;
    padding-top:40px;
    border-top:1px solid #e5e7eb;

}

.le-contact-section h2{

    margin:0 0 24px;
    font-size:25px;

}

.le-contact-section p{

    margin:0 0 24px;
    line-height:1.8;

}

.le-social-contact-divider{

    margin:18px 0 26px;
    padding-top:8px;
   
}

.le-social-contact-divider .le-profile-label{

    margin-top:5px;
    font-size:12px;
    letter-spacing:.12em;
    color:#6b7280;

}

.le-contact-section .button{

    display:inline-block;
    margin-top:20px;
    padding:14px 30px;
    color:#2e7d32;
    font-weight:500;
    text-decoration:none;

}



.le-profile-main,
.le-profile-sidebar{

    min-width:0;

}

.le-profile-card{

    width:100%;
    max-width:100%;

}




/*========================================================
=            PROFILE GRID
========================================================*/

/*========================================================
=            PROFILE LAYOUT
========================================================*/

.le-profile-layout{

    display:grid;
    grid-template-columns:minmax(0,1fr) 320px;
    gap:60px;
    align-items:start;

}

.le-profile-main{

    display:flex;
    flex-direction:column;
    gap:60px;

}

.le-profile-sidebar{

    display:flex;

    flex-direction:column;

    gap:40px;

}

/*========================================================
=            PROFILE FIELDS
========================================================*/

.le-profile-field{

    padding:5px 0;
    border-bottom:1px solid #ececec;

}

.le-profile-label{

    margin-bottom:4px;
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.05em;
    color:#6b7280;

}

.le-profile-value{

    font-size:16px;
    line-height:1.6;
    color:#1f2937;

}

/*========================================================
=            PROFILE TAGS
========================================================*/

.le-profile-tags{

    display:flex;
    flex-wrap:wrap;
    gap:6px;

}

.le-profile-tag{

    display:inline-flex;
    align-items:center;
    padding:6px 12px;
    border:1px solid #c8e6c9;
    border-radius:999px;
    background:#edf7ed;
    color:#2e7d32;
    font-size:14px;	
	font-weight:500;
    line-height:1.4;
    max-width:100%;
    white-space:normal;
    word-break:break-word;

}

/*========================================================
=            SOCIAL GRID
========================================================*/

.le-whatsapp-button{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:8px 16px;

    min-height:40px;

    border-radius:8px;

    font-size:14px;
    font-weight:600;

    background:#25D366;
    color:#fff !important;

    text-decoration:none;

}

.le-whatsapp-button:hover{

    background:#1EBE5D;
    color:#fff;

}

/*========================================================
=            LOCKED CONTACT ROW
========================================================*/

.le-contact-locked-row{

    display:flex;

    align-items:center;

    gap:12px;

    flex-wrap:wrap;

}

.le-contact-locked-row .le-profile-label{

    margin:0;

}

.le-locked-pill{

    display:inline-flex;

    align-items:center;

    gap:6px;

    padding:3px 8px;

    border:1px solid #f3d2d2;

    border-radius:999px;

    background:#fef3f2;

    color:#b54747;

    font-size:12px;

    font-weight:600;

    line-height:1;

    white-space:nowrap;

}

.le-unlock-message{

    display:flex;

    align-items:flex-start;

    gap:8px;

    max-width:430px;

    margin:5px auto 18px 0 !important; 

    font-size:13px;

    line-height:1.65;

    color:#6b7280;

}

.le-unlock-info{

    flex-shrink:0;

    color:#9a9a9a;

    font-size:15px;

    font-weight:700;

    margin-top:2px;

}

.le-unlock-message strong{

    color:#111827;

    font-weight:700;

}

.le-unlock-text{

}

/*========================================================
=            MOBILE
========================================================*/

@media (max-width:768px){

    .legalin-profile{

        margin:20px auto;
        padding:20px 16px 40px;

    }

    /*
    |--------------------------------------------------------------------------
    | Header
    |--------------------------------------------------------------------------
    */

    .le-profile-header{

        flex-direction:column;
        align-items:center;
        text-align:center;
        gap:24px;
        margin-bottom:40px;

    }
	
	.le-profile-avatar img{

        width:140px !important;
        height:140px !important;

    }
	
	

    .le-profile-summary{

        padding-top:0;

    }

    .le-profile-summary h1{

        font-size:36px;

    }

    .le-profile-title{

        font-size:16px;

    }

    .le-profile-organisation{

        font-size:18px;

    }

    /*
    |--------------------------------------------------------------------------
    | Layout
    |--------------------------------------------------------------------------
    */

    .le-profile-layout{

        grid-template-columns:1fr;
        gap:30px;

    }

    /*
    |--------------------------------------------------------------------------
    | Sidebar
    |--------------------------------------------------------------------------
    */

    .le-profile-sidebar{

        gap:24px;

    }

    /*
    |--------------------------------------------------------------------------
    | Cards
    |--------------------------------------------------------------------------
    */

    .le-profile-card h2{

        font-size:22px;
        padding:22px 24px 18px;

    }

    .le-profile-card > :not(h2){

        padding-left:18px;
        padding-right:18px;

    }

    /*
    |--------------------------------------------------------------------------
    | Contact
    |--------------------------------------------------------------------------
    */

    .le-contact-grid,
    .le-social-grid{

        grid-template-columns:1fr;
        gap:12px;

    }

    .le-contact-actions{

        margin-top:24px;
        margin-bottom:8px;

    }

    .le-unlock-button{

        width:100%;
        justify-content:center;

    }

    .le-whatsapp-button{

        width:100%;
        justify-content:center;

    }

    /*
    |--------------------------------------------------------------------------
    | Details
    |--------------------------------------------------------------------------
    */

    .le-profile-tags{

        gap:8px;

    }

    .le-contact-locked-row{

        gap:10px;

    }
	
	/*
|--------------------------------------------------------------------------
| Mobile Profile Presentation Order
|--------------------------------------------------------------------------
|
| Desktop keeps the normal two-column layout.
|
| Mobile presents the profile in this order:
|
| 1. Profile Details
| 2. About
| 3. Contact Information
| 4. Verification
|
*/

.le-profile-layout {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.le-profile-main,
.le-profile-sidebar {
    display: contents;
}


/*
|--------------------------------------------------------------------------
| 1. Professional / Student Details
|--------------------------------------------------------------------------
*/

.le-profile-sidebar > .le-profile-section:first-child {
    order: 1;
}


/*
|--------------------------------------------------------------------------
| 2. About
|--------------------------------------------------------------------------
*/

.le-profile-main > .le-profile-section:first-child {
    order: 2;
}


/*
|--------------------------------------------------------------------------
| 3. Contact Information
|--------------------------------------------------------------------------
*/

.le-profile-main > .le-contact-section {
    order: 3;
}


/*
|--------------------------------------------------------------------------
| 4. Verification
|--------------------------------------------------------------------------
*/

.le-profile-sidebar > .le-profile-section:last-child {
    order: 4;
}

}




 



/*========================================================
=            DIRECTORY CARD
========================================================*/

.le-directory-card {

	width: 100%;
    display: flex;
    max-width:900px;
    align-items: flex-start;
    gap: 18px;

    background: #fff;

    border: 1px solid #e8e8e8;
    border-radius: 12px;

    padding: 20px;

    margin-bottom: 24px;

    cursor:pointer;

    box-shadow: 0 2px 10px rgba(0,0,0,.05);

    transition:
        transform .2s ease,
        box-shadow .2s ease;

}

.le-directory-card:hover {

    box-shadow: 0 8px 24px rgba(0,0,0,.08);

}

.le-directory-avatar {

    flex: 0 0 120px;

}

.le-directory-avatar img {

    width: 130px;
    height: 130px;

    border-radius: 10px !important;

    display: block;

}

.le-directory-content {

    flex: 1;

    min-width: 0;

    display:flex;

    flex-direction:column;

}

.le-directory-name{

    margin:0 0 4px;

    font-size:25px;

    font-weight:700;

    line-height:1.2;

}

.le-directory-badge {

	magin-bottom: 25px;

}

.le-directory-title {

	magin-bottom: 25px;

}

.le-directory-organisation,
.le-directory-institution{

    font-weight:600;
	
	font-size: 18px;

    color:#444;

}

.le-directory-practice,
.le-directory-interest{

    font-weight:400;

    color:#555;

}

.le-directory-state{

    color:#777;
	
	margin-top: 5px;

    font-size:17px;

}

.le-directory-field{

    margin:2px !important;

    padding:1px;

    line-height:1.45;

}

.le-directory-field + .le-directory-field{

    margin-top:6px;

}

.le-directory-link {

    margin-top: 14px;

}

.le-directory-link a {

    display: inline-block;

    padding: 10px 18px;

    border-radius: 6px;

    text-decoration: none;

    font-weight: 600;

}

.le-directory-search{

    margin-bottom:28px;

}

.le-directory-search button,
.le-directory-search input[type="submit"]{

    height:44px;

    min-width:110px;

    border:none;
	
	background-color: black;

    border-radius:6px;

    font-weight:600;

    letter-spacing:.5px;

    cursor:pointer;

    transition:.2s;

}

.le-directory-search button:hover,
.le-directory-search input[type="submit"]:hover{
	
	color: #fff;
	
	background-color: black;

    transform:translateY(-1px);

    box-shadow:0 6px 18px rgba(0,0,0,.12);

}

.le-directory-avatar-fallback{

    width:100px;
    height:100px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:10px;

    background:#2e7d32;

    color:#fff;

    font-size:34px;

    font-weight:700;

}


 
/*========================================================
=            DIRECTORY RESULTS HEADER
========================================================*/

.le-directory-results-header{

    margin:24px 0 14px;

}

.le-directory-results-header h2{

    margin:0;

    font-size:28px;

    font-weight:600;

}

.le-directory-results-header p{

    margin:0;

    color:#666;

}

.le-directory-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 6px;
}

.le-membership-badge {
    display: inline-flex;
    align-items: center;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
}

.le-membership-premium {
    background: #f3e8c8;
    color: #7a5a00;
}

.le-membership-student {
    background: #e6f0ff;
    color: #245a9b;
}


/*========================================================
=            MOBILE DIRECTORY SEARCH
========================================================*/

@media (max-width:768px){

    /*
    ------------------------------------------------------
    Search Container
    ------------------------------------------------------
    */

    .le-directory-search {

        margin-bottom:20px;

    }

    .le-directory-search form{

        display:flex;

        flex-direction:column;

        gap:12px;

        align-items:stretch;

    }

    .le-directory-search select,

    .le-directory-search button{

        width:100%;

        max-width:none;

    }

    /*
    ------------------------------------------------------
    Directory Cards
    ------------------------------------------------------
    */

    .le-directory-card{

        width:100%;
		
		max-width:100%;

        padding:18px;

        gap:16px;

    }

    .le-directory-avatar{

        flex:0 0 72px;

    }

    .le-directory-avatar img,

    .le-directory-avatar-fallback{

        width:72px;

        height:72px;

        font-size:28px;

    }

    .le-directory-name{

        font-size:26px;

    }

    /*
    ------------------------------------------------------
    Results
    ------------------------------------------------------
    */

    .le-directory-results-header h2{

        font-size:30px;

    }

}


/*
|--------------------------------------------------------------------------
| Legalin Connect Gateway
|--------------------------------------------------------------------------
*/

.le-connect-gateway {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 64px 24px;
}

.le-connect-gateway__header {
    max-width: 650px;
    margin: 0 auto 48px;
    text-align: center;
}

.le-connect-gateway__title {
    margin: 0 0 25px;
    font-size: 36px;
    font-weight: 700;
}

.le-connect-gateway__intro {
    margin: 0;
    font-size: 17px;
    line-height: 1.6;
}

.le-connect-gateway__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.le-connect-gateway-card {
    display: flex;
    min-height: 260px;
    padding: 32px;

    border: 1px solid #e5e7eb;
    border-radius: 8px;

    background: #ffffff;
    color: inherit;

    text-decoration: none;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.le-connect-gateway-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.le-connect-gateway-card__content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.le-connect-gateway-card__title {
    margin: 0 0 16px;
    font-size: 24px;
    font-weight: 700;
}

.le-connect-gateway-card__description {
    margin: 0 0 24px;
    line-height: 1.6;
}

.le-connect-gateway-card__action {
    margin-top: auto;
    font-weight: 600;
}


/*
|--------------------------------------------------------------------------
| Mobile
|--------------------------------------------------------------------------
*/

@media (max-width: 767px) {

    .le-connect-gateway {
        padding: 40px 20px;
    }

    .le-connect-gateway__title {
        font-size: 30px;
    }

    .le-connect-gateway__grid {
        grid-template-columns: 1fr;
    }

    .le-connect-gateway-card {
        min-height: 220px;
        padding: 24px;
    }

}










/*
|--------------------------------------------------------------------------
| Community CTA
|--------------------------------------------------------------------------
*/

.le-community-cta{

    max-width:720px;

    margin:30px auto;

    padding:22px 28px;

    background:#fff;

    border:1px solid #e5e7eb;

    border-radius:10px;

    text-align:center;

}


.le-community-cta__title{

    margin:0 0 14px;

    font-size:25px;

    font-weight:700;

}


.le-community-cta__icon{

    margin-right:8px;

    font-size:26px;

}


.le-community-cta__description{

    max-width:620px;

    margin:0 auto 24px;

    line-height:1.7;

    color:#555;

}


.le-community-cta__actions{

    display:flex;

    justify-content:center;

    gap:14px;

    flex-wrap:wrap;

}


.le-community-cta__login,
.le-community-cta__join{

    height:44px;

    display:inline-flex;

    align-items:center;

    justify-content:center;

    min-width:110px;

    padding:12px 24px;

    border-radius:6px;
	
    font-size:14px;
	
    font-weight:600;
	
    line-height:1;

    text-decoration:none;

    text-transform:uppercase;

    letter-spacing:.5px;

    transition:.2s;

}


/* Outline */

.le-community-cta__login{

    color:#111;

    border:1px solid #111;

    background:#fff;

}


/* Primary */

.le-community-cta__join{

    background:#111;

    color:#fff;

    border:1px solid #111;

}


.le-community-cta__login:hover{

    background:#f5f5f5;
	color: black;

}


.le-community-cta__join:hover{

    background:#333;
	color: #fff;

}






/*==========================
  LEGALIN IMMUTABLE FIELDS
==========================*/

/*
|--------------------------------------------------------------------------
| Locked Field Container
|--------------------------------------------------------------------------
*/

.locked-row-container {
    position: relative;
}

.locked-row-container::after {
    content: "🔒";
    position: absolute;
    right: 5px;
    bottom: 12px;

    opacity: .5;
    pointer-events: none;
}

/*
|--------------------------------------------------------------------------
| Locked Field
|--------------------------------------------------------------------------
*/

.is-locked-profile-field {

    opacity: .7;

    background: transparent !important;

    border: none !important;
    border-bottom: 1px solid #e5e5e5 !important;

    padding: 8px 30px 8px 2px !important;

    color: #333 !important;
    font-weight: 400 !important;

    box-shadow: none !important;

    pointer-events: none !important;
    cursor: default !important;

    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;

    border-radius: 0 !important;

}

.is-locked-profile-field:hover,
.is-locked-profile-field:focus {

    background: transparent !important;

    border-bottom: 1px solid #e5e5e5 !important;

    box-shadow: none !important;
    outline: none !important;

}

/*
|--------------------------------------------------------------------------
| Locked Labels
|--------------------------------------------------------------------------
*/

.locked-row-container label {

    opacity: .7;

}




/* ---------------------------------------------------------
 * ClubConnect
 * Disable native private-message initiation UI.
 *
 * Legalin Connect is the authoritative entry point for
 * starting new one-to-one conversations.
 * --------------------------------------------------------- */

.mpcon-messaging__dropdown-item[data-action="new-private-message"] {
    display: none !important;
}







/* ============================================================
   ASTRA MEMBER ACCOUNT
   ============================================================ */

.le-astra-member-account .le-community-account-identity {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    line-height: 1.15;
}

.le-astra-member-account .le-community-account-identity strong,
.le-astra-member-account .le-community-account-identity small {
    display: block;
	text-transform: uppercase;
	font-family: inherit !important;
    white-space: nowrap;
}

.le-astra-member-account .le-community-account-identity strong {
    font-weight: 500;
	line-height: 1.1;
	color: #c0c0c0 !important;
	font-weight: 600;
}

.le-astra-member-account .le-community-account-identity small {
    margin-top: 3px;
    line-height: 1.1;
	color: #c0c0c0 !important;
}

/* Desktop Account Dropdown */
.le-astra-member-account .le-community-account-menu a {
    color: #333 !important;
    font-size: 17px !important;
}

.le-astra-member-account .le-community-account-menu a:hover,
.le-astra-member-account .le-community-account-menu a:focus {
    /*color: #5cbf35 !important;*/
}



/*
|--------------------------------------------------------------------------
| Astra Member Account — Mobile
|--------------------------------------------------------------------------
|
| The shared .le-community-header__account class is hidden on
| mobile because the native Community header does not use the
| desktop account there.
|
| Astra uses the same account class inside its mobile Off-Canvas,
| so explicitly restore it and present it as a mobile accordion.
|
|--------------------------------------------------------------------------
*/

@media (max-width: 1150px) {
	
	/*
     * Allow the Astra HTML 1 element containing the
     * Legalin account shortcode to grow when the
     * account accordion opens.
     */
    .ast-header-html-1 {
        height: auto !important;
        min-height: 0 !important;
    }

    .ast-header-html-1 .le-astra-member-account {
        height: auto !important;
        min-height: 0 !important;
    }
	
    .le-astra-member-account
    .le-community-account-menu {
        position: static !important;
        height: auto !important;
        max-height: none !important;
    }

    /*
     * Restore the Astra account component.
     */
    .le-astra-member-account {
        display: block !important;
        width: 100%;
        margin: 0;
        position: relative;
    }


	/* Account button */
    .le-astra-member-account
    .le-community-account-toggle {
        min-height: 48px;
        padding: 6px 18px;
        gap: 10px;
    }
    /*
     * Account button
     
    .le-astra-member-account
    .le-community-account-toggle {
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 64px;
        margin: 0;
        padding: 12px 18px;
        box-sizing: border-box;

        gap: 12px;

        color: #fff;
        background: transparent;
    }*/


	/* Avatar */
    .le-astra-member-account
    .le-community-account-avatar img {
        width: 40px;
        height: 40px;
    }


    /*
     * Name + membership
     */
    .le-astra-member-account
    .le-community-account-identity {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        min-width: 0;
        flex: 1;
    }

    .le-astra-member-account
    .le-community-account-identity strong,
    .le-astra-member-account
    .le-community-account-identity small {
        display: block;
        white-space: nowrap;
    }


    /*
     * Arrow
     */
    .le-astra-member-account
    .le-community-account-toggle
    .profile-menu__arrow_down {
        flex: 0 0 auto;
        margin-left: auto;
    }


    /*
     * Mobile account menu becomes an accordion.
     *
     * Override the desktop absolute dropdown.
     */
    .le-astra-member-account
    .le-community-account-menu {
        position: static;
        width: 100%;
        min-width: 0;

        margin: 0;
        padding: 0;

        border: 0;
        border-radius: 0;

        background: transparent;
        box-shadow: none;
    }


	/* Account links */
    .le-astra-member-account
    .le-community-account-menu a {
	    color: #000000 !important;
        padding: 10px 18px;
        line-height: 1.2;
        display: block;
        font-size: 15px !important;
        width: 100%;
        box-sizing: border-box;
        text-decoration: none;
        border-top: 1px solid rgba(255,255,255,.08);
    }
    /*
     * Account links
     
    .le-astra-member-account
    .le-community-account-menu a {

        padding: 14px 18px;

        color: #fff;
        line-height: 1.4;
    }*/


    .le-astra-member-account
    .le-community-account-menu a:hover,
    .le-astra-member-account
    .le-community-account-menu a:focus {
        color: #000;
        background: rgba(255,255,255,.05);
    }


    /*
     * Keep the hidden attribute authoritative.
     */
    .le-astra-member-account
    .le-community-account-menu[hidden] {
        display: none !important;
    }

}




@media (max-width: 1150px) {
	
	/*
     * Allow the Astra HTML 1 element containing the
     * Legalin account shortcode to grow when the
     * account accordion opens.
     */
    .ast-header-html-1 {
        height: auto !important;
        min-height: 0 !important;
    }

    .ast-header-html-1 .le-astra-member-account {
        height: auto !important;
        min-height: 0 !important;
    }
	
    .le-astra-member-account
    .le-community-account-menu {
        position: static !important;
        height: auto !important;
        max-height: none !important;
    }

    /* Mobile account caret */
    .le-astra-member-account
    .profile-menu__arrow_down {
        color: #c0c0c0 !important;
        fill: #c0c0c0 !important;
    }
	
	/* Astra mobile/tablet header background 
    .ast-mobile-header-wrap,
    .ast-mobile-header-content,
    .ast-mobile-header-content .ast-builder-layout-element,
    .ast-mobile-header-content .ast-builder-menu {
        background-color: rgba(34, 34, 34, 1) !important;
    }*/
	
}

/* ============================================================
   LEGALIN COMMUNITY HEADER
   Keep desktop/community header active from 921px upward
   ============================================================ */

@media (min-width: 921px) and (max-width: 1150px) {

    /* Show Astra desktop header */
    #ast-desktop-header {
        display: flex !important;
		background-color: #000;
    }
 
    /* Hide Astra mobile header */
    #ast-mobile-header {
        display: none !important;
    }

}

/* =========================================================
   RESPONSIVE ALIGNMENT WITH ASTRA
   Tablet mode begins at 1150px
   =========================================================

@media (min-width: 1025px) and (max-width: 1150px) {

    /* Elementor tablet-style container behaviour */
    /*.elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 100%;
    }

} */

/* =========================================================
   ASTRA — HIDE MOBILE MENU CONTENT IN 1150–1025 GAP
   ========================================================= 

@media (min-width: 1025px) and (max-width: 1200px) {

    body.ast-header-break-point
    #ast-mobile-header
    .ast-mobile-header-content {
        display: none !important;
    }

}*/