.elementor-1012 .elementor-element.elementor-element-360be141{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1012 .elementor-element.elementor-element-360be141.e-con{--align-self:center;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1012 .elementor-element.elementor-element-193d70a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;text-align:center;}.elementor-1012 .elementor-element.elementor-element-193d70a .elementor-heading-title{font-family:"Berold Regular", Sans-serif;font-size:30px;font-weight:500;line-height:35px;color:#4A3F36;}.elementor-1012 .elementor-element.elementor-element-1ab9ff5{--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:flex-start;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1012 .elementor-element.elementor-element-1ab9ff5.e-con{--align-self:center;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1012 .elementor-element.elementor-element-360be141{--content-width:1000px;}.elementor-1012 .elementor-element.elementor-element-1ab9ff5{--content-width:1000px;}}/* Start custom CSS for shortcode, class: .elementor-element-258d594 *//* 1. Account Menu - Equal Width Grid */
.mphb-account-menu {
    list-style: none !important;
    list-style-type: none !important;
    padding: 0 !important;
    margin: 20px 0 30px 0 !important;
    
    /* THE FIX: Grid forces all children to be equal width */
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important; 
    gap: 15px !important; /* Space between the pills */
    
    border-bottom: 1px solid #eee !important;
    padding-bottom: 25px !important;

}

/* 2. List Items - Remove all bullets/markers */
.mphb-account-menu li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}

.mphb-account-menu li::before,
.mphb-account-menu li::after {
    content: none !important;
    display: none !important;
}

/* 3. Link Styling - Full Width of Grid Cell */
.mphb-account-menu li a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 55px !important;
    background: #fbfcf7 !important;
    color: #4a3f36 !important;
    text-decoration: none !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border: 1px solid #d7dad4 !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
    text-align: center !important;
    text-transform: uppercase;
    
    font-family: 'inter';
}

/* Active and Hover States */
.mphb-account-menu li.is-active a,
.mphb-account-menu li a:hover {
    background: #4a3f36 !important;
    color: #ffffff !important;
    border-color: #4a3f36 !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-1ab9ff5 *//* ALTURA UNIFIED ACCOUNT FORMS
   Targeting: MotoPress & User */

/* 1. TITLES VIA CSS */
.mphb-login-form::before {
    content: "Login";
    display: block;
    font-family: 'DM Mono', monospace;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #4a3f36;
    margin-bottom: 25px;
    text-align: center;
}

#user-registration-form-1807::before {
    content: "Don't have an account? Sign up";
    display: block;
    font-family: 'DM Mono', monospace;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #4a3f36;
    margin-bottom: 25px;
    text-align: center;
}

/* 2. SHARED CONTAINER STYLING */
.mphb-login-form, 
#user-registration-form-1807 {
    background: #ffffff !important;
    padding: 40px 30px !important;
    border-radius: 20px !important;
    border: 1px solid #f0f0f0 !important;
    box-shadow: 0 15px 45px rgba(0,0,0,0.04) !important;
}

/* 3. INPUT FIELDS (Targeting your specific HTML classes) */
.mphb-login-form input.input,
#user-registration-form-1807 input[type="text"],
#user-registration-form-1807 input[type="email"],
#user-registration-form-1807 input[type="password"],
#user-registration-form-1807 select {
    width: 100% !important;
    height: 52px !important;
    border-radius: 50px !important;
    border: 1px solid #d7dad4 !important;
    padding: 0 25px !important;
    font-family: 'DM Mono', monospace !important;
    font-size: 13px !important;
    background-color: #fbfcf7 !important;
    color: #4a3f36 !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    box-sizing: border-box !important;
}

/* 4. LABELS */
.mphb-login-form label,
#user-registration-form-1807 .ur-label {
    font-family: 'DM Mono', monospace !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #9e9188 !important;
    margin-left: 15px !important;
}

/* 5. BUTTONS (Login & Register) */
.mphb-login-form .button-primary,
#user-registration-form-1807 .ur-submit-button {
    width: 100% !important;
    height: 52px !important;
    background-color: #4a3f36 !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    border: none !important;
    font-family: 'DM Mono', monospace !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    cursor: pointer !important;
    margin-top: 15px !important;
    transition: all 0.3s ease !important;
}

.mphb-login-form .button-primary:hover,
#user-registration-form-1807 .ur-submit-button:hover {
    background-color: #2c2420 !important;
}

/* 6. REMEMBER ME & LOST PASSWORD CLEANUP */
.login-remember {
    margin-top: 10px !important;
}

.login-remember label {
    text-transform: none !important;
    font-size: 12px !important;
    color: #4a3f36 !important;
}

.mphb-login-form a[href*="lost-password"] {
    display: block;
    text-align: center;
    margin-top: 20px;
    font-family: 'DM Mono', monospace;
    font-size: 12px;
    color: #9e9188;
    text-decoration: none;
    transition: color 0.2s;
}

.mphb-login-form a[href*="lost-password"]:hover {
    color: #4a3f36;
}

/* 7. HIDE BRAKES/SPACING ISSUES */
.mphb-login-form p {
    margin-bottom: 15px !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Berold Regular';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://alturaresidences.sr/wp-content/uploads/2026/03/Berold-ZV8yJ.woff') format('woff');
}
/* End Custom Fonts CSS */