.elementor-2188 .elementor-element.elementor-element-d376848{--display:flex;--min-height:300px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--overlay-opacity:0.8;}.elementor-2188 .elementor-element.elementor-element-d376848:not(.elementor-motion-effects-element-type-background), .elementor-2188 .elementor-element.elementor-element-d376848 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://adaremanorgolfclub.com/wp-content/uploads/2025/11/club-hero.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-2188 .elementor-element.elementor-element-d376848::before, .elementor-2188 .elementor-element.elementor-element-d376848 > .elementor-background-video-container::before, .elementor-2188 .elementor-element.elementor-element-d376848 > .e-con-inner > .elementor-background-video-container::before, .elementor-2188 .elementor-element.elementor-element-d376848 > .elementor-background-slideshow::before, .elementor-2188 .elementor-element.elementor-element-d376848 > .e-con-inner > .elementor-background-slideshow::before, .elementor-2188 .elementor-element.elementor-element-d376848 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#1B2B1BCC;--background-overlay:'';}.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 );text-decoration:var( --e-global-typography-primary-text-decoration );color:var( --e-global-color-primary );}.elementor-2188 .elementor-element.elementor-element-d5b2804{text-align:center;}.elementor-2188 .elementor-element.elementor-element-d5b2804 .elementor-heading-title{font-family:"Raleway", Sans-serif;font-size:72px;font-weight:600;line-height:86px;color:#FFFFFF;}.elementor-2188 .elementor-element.elementor-element-58fde97e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2188 .elementor-element.elementor-element-58fde97e:not(.elementor-motion-effects-element-type-background), .elementor-2188 .elementor-element.elementor-element-58fde97e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-2188 .elementor-element.elementor-element-d376848{--min-height:300px;}.elementor-2188 .elementor-element.elementor-element-d5b2804 .elementor-heading-title{font-size:1.75em;line-height:45px;}}/* Start custom CSS for shortcode, class: .elementor-element-5aff0734 *//*==============================
      WPUF PREMIUM DASHBOARD
      COMPACT VERSION
==============================*/

body{
    background:#f7f8f6;
}

/* Main Layout */

.wpuf-account-container{
    display:flex;
    gap:20px;
    max-width:1400px;
    margin:15px auto;
    padding:0 10px;
    align-items:flex-start;
}

/* Sidebar */

.wpuf-account-sidebar{
    width:300px;
    background:#fff;
    border-radius:14px;
    overflow:hidden;
    border:1px solid #e6e6e6;
    box-shadow:0 8px 20px rgba(0,41,23,.06);
    position:sticky;
    top:15px;
}

/*==============================
        PROFILE HEADER
==============================*/

.wpuf-profile-section{
    padding:25px 20px;
    text-align:center;
    background:#002917;
}

.wpuf-avatar-wrapper{
    margin:auto;
}

.wpuf-avatar-initials{
    background:#c5a76d!important;
    color:#002917!important;
    border-radius:50%;
    border:4px solid rgba(255,255,255,.12);
    font-weight:700;
}

.wpuf-profile-name{
    color:#fff;
    font-size:20px;
    margin:12px 0 5px;
    font-weight:700;
}

.wpuf-profile-role{
    color:#d7d7d7;
    margin-bottom:15px;
}

/* Edit Profile Button */

.wpuf-edit-profile-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 20px;
    background:#c5a76d;
    color:#002917;
    border-radius:40px;
    font-weight:600;
    text-decoration:none;
}

.wpuf-edit-profile-btn:hover{
    background:#fff;
}

/*==============================
          MENU
==============================*/

.wpuf-account-nav{
    padding:12px;
}

.wpuf-account-nav ul{
    margin:0;
    padding:0;
    list-style:none;
}

.wpuf-account-nav li{
    margin-bottom:4px;
}

.wpuf-account-nav-item{
    display:flex;
    align-items:center;
    gap:10px;
    padding:12px 14px;
    border-radius:10px;
    color:#002917;
    text-decoration:none;
    font-weight:600;
    transition:.25s;
}

.wpuf-account-nav-item svg{
    width:18px;
    height:18px;
}

.wpuf-account-nav-item:hover{
    background:#f5f4ef;
    color:#c5a76d;
}

.wpuf-account-nav-item.active{
    background:#002917;
    color:#c5a76d;
}

/* Logout */

.wpuf-logout-section{
    padding:12px;
    border-top:1px solid #eee;
}

.wpuf-logout-link{
    display:flex;
    align-items:center;
    gap:10px;
    padding:12px;
    border-radius:10px;
    color:#002917;
    text-decoration:none;
    font-weight:600;
}

.wpuf-logout-link:hover{
    background:#fff8ec;
    color:#c5a76d;
}

/*==============================
       CONTENT AREA
==============================*/

.wpuf-account-content{
    flex:1;
}

/* Dashboard Cards */

.wpuf-bg-white,
.wpuf-bg-gray-50{
    background:#fff!important;
    border-radius:14px;
    border:1px solid #ececec;
    box-shadow:0 8px 20px rgba(0,41,23,.05);
    padding:18px!important;
    margin-bottom:15px;
}

.wpuf-text-lg{
    font-size:22px;
    font-weight:700;
    color:#002917;
    margin-bottom:10px;
}

.wpuf-account-content h1,
.wpuf-account-content h2,
.wpuf-account-content h3,
.wpuf-account-content h4{
    margin-top:0;
    margin-bottom:10px;
    color:#002917;
}

.wpuf-account-content p{
    margin-bottom:10px;
    line-height:1.6;
    color:#555;
}

.wpuf-account-content a{
    color:#c5a76d;
    text-decoration:none;
    font-weight:600;
}

.wpuf-account-content a:hover{
    color:#002917;
}

/* Buttons */

button,
input[type=submit],
.wpuf-button{
    background:#002917;
    color:#fff;
    border:none;
    border-radius:8px;
    padding:10px 20px;
}

button:hover,
input[type=submit]:hover,
.wpuf-button:hover{
    background:#c5a76d;
    color:#002917;
}

/*==============================
        RESPONSIVE
==============================*/

@media (max-width:991px){

    .wpuf-account-container{
        flex-direction:column;
        gap:15px;
        margin:10px auto;
        padding:0 10px;
    }

    .wpuf-account-sidebar{
        width:100%;
        position:relative;
        top:0;
    }

    .wpuf-profile-section{
        padding:20px;
    }

    .wpuf-bg-white,
    .wpuf-bg-gray-50{
        padding:15px!important;
    }
}/* End custom CSS */