/* ==========================================================
   CENCRAFT BUDDYPRESS
   ========================================================== */


/* ==========================================================
   REMOVE BUDDYPRESS DEFAULT COVER / AVATAR CONTROLS
   ========================================================== */

#buddypress #header-cover-image {
    display: none !important;
}

#buddypress a[href*="change-avatar"],
#buddypress a[href*="change-cover-image"] {
    display: none !important;
}


/* ==========================================================
   MEMBER HEADER
   Minecraft body left / account information right
   ========================================================== */

#buddypress #item-header {
    display: block !important;

    min-height: 0 !important;

    margin: 0;
    padding: 0;

    background: transparent;

    border: 0;
    border-radius: 0;
}


/* Main custom header layout */

#buddypress .cc-bp-profile-header {
    display: flex;

    align-items: center;

    gap: 70px;

    width: 100%;

    padding: 40px 50px;

    box-sizing: border-box;

    background: rgba(15, 23, 42, .75);

    border: 1px solid rgba(255, 255, 255, .08);

    border-radius: 20px;
}


/* ==========================================================
   MINECRAFT PLAYER BODY
   ========================================================== */

#buddypress .cc-bp-player {
    display: flex;

    align-items: center;
    justify-content: center;

    flex: 0 0 280px;

    min-height: 440px;
}


#buddypress .cc-bp-player img {
    display: block !important;

    width: auto !important;

    height: 420px !important;

    max-width: 100%;

    object-fit: contain;

    filter:
        drop-shadow(0 0 25px rgba(34, 211, 238, .20));
}


/* ==========================================================
   PROFILE INFORMATION
   ========================================================== */

#buddypress .cc-bp-profile-info {
    display: block;

    flex: 1;

    min-width: 0;
}


/* Cencraft Identity badge */

#buddypress .cc-bp-identity-badge {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    margin: 0;

    color: #22d3ee;

    font-size: 18px;

    font-weight: 600;
}


/* Last activity */

#buddypress .cc-bp-status {
    margin-top: 10px;

    color: #94a3b8;

    font-size: 14px;
}


/* ==========================================================
   MINECRAFT ACCOUNT CARD
   ========================================================== */

#buddypress .cc-bp-identity-card {
    width: 100%;

    max-width: 650px;

    margin-top: 35px;

    padding: 30px;

    box-sizing: border-box;

    background: rgba(2, 6, 23, .45);

    border: 1px solid rgba(255, 255, 255, .08);

    border-radius: 16px;
}


#buddypress .cc-bp-identity-card h3 {
    margin: 0 0 20px;

    padding: 0;

    color: #f8fafc;

    font-size: 20px;

    font-weight: 600;
}


/* Account rows */

#buddypress .cc-bp-row {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    padding: 14px 0;

    border-bottom:
        1px solid rgba(255, 255, 255, .08);
}


#buddypress .cc-bp-row span {
    flex-shrink: 0;

    color: #94a3b8;
}


#buddypress .cc-bp-row strong {
    color: #f8fafc;

    font-weight: 600;

    text-align: right;

    overflow-wrap: anywhere;
}


/* Managed by Cencraft Identity */

#buddypress .cc-bp-managed {
    margin-top: 20px;

    color: #22d3ee;

    font-size: 14px;

    font-weight: 500;
}


/* ==========================================================
   REMOVE DEFAULT BUDDYPRESS HEADER ELEMENTS
   ========================================================== */

#buddypress #item-header-avatar {
    float: none !important;

    width: auto !important;

    margin: 0 !important;
}


#buddypress #item-header-content {
    float: none !important;

    width: auto !important;

    margin: 0 !important;
}


#buddypress #item-header-content .user-nicename,
#buddypress #item-header-content .item-meta {
    display: none !important;
}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 800px) {

    #buddypress .cc-bp-profile-header {
        flex-direction: column;

        align-items: center;

        gap: 30px;

        padding: 30px 20px;
    }


    #buddypress .cc-bp-player {
        flex: none;

        width: 100%;

        min-height: 0;
    }


    #buddypress .cc-bp-player img {
        height: 350px !important;
    }


    #buddypress .cc-bp-profile-info {
        width: 100%;
    }


    #buddypress .cc-bp-identity-card {
        max-width: none;
    }


    #buddypress .cc-bp-row {
        align-items: flex-start;

        flex-direction: column;

        gap: 5px;
    }


    #buddypress .cc-bp-row strong {
        text-align: left;
    }

}

/* Minecraft body */

#buddypress .cc-bp-profile-header {
    display:flex;
    align-items:center;
    gap:80px;
}


#buddypress .cc-bp-player img {

    height:520px;
    width:auto;

    display:block;

    filter:
    drop-shadow(
        0 0 30px rgba(34,211,238,.25)
    );

}


#buddypress .cc-bp-profile-info {

    flex:1;

}


#buddypress .cc-bp-identity-card {

    margin-top:40px;

    padding:30px;

    background:
    rgba(15,23,42,.75);

    border:
    1px solid rgba(255,255,255,.08);

    border-radius:18px;

}


#buddypress .cc-bp-row {

    display:flex;

    justify-content:space-between;

    padding:16px 0;

    border-bottom:
    1px solid rgba(255,255,255,.08);

}

/* ==========================================================
   REMOVE DEFAULT BUDDYPRESS PROFILE NAV
========================================================== */

#buddypress .bp-navs,
#buddypress .bp-subnavs {

    background:transparent !important;

    border:none !important;

    box-shadow:none !important;

    margin-top:30px;

}


#buddypress .bp-navs ul,
#buddypress .bp-subnavs ul {

    padding:0;

}


#buddypress .bp-navs li,
#buddypress .bp-subnavs li {

    background:rgba(15,23,42,.8);

    border-radius:12px;

    margin-right:8px;

}


#buddypress .bp-navs a,
#buddypress .bp-subnavs a {

    color:#94a3b8;

}


#buddypress .bp-navs .selected a,
#buddypress .bp-subnavs .selected a {

    color:#22d3ee;

}

/* ==========================================================
   CENCRAFT PROFILE NAV CLEANUP
========================================================== */


#buddypress .bp-navs,
#buddypress .bp-subnavs {

    margin-top:30px;

    background:transparent !important;

    border:none !important;

    box-shadow:none !important;

}


#buddypress .bp-navs ul,
#buddypress .bp-subnavs ul {

    display:flex;

    gap:10px;

}



#buddypress .bp-navs li,
#buddypress .bp-subnavs li {

    background:rgba(15,23,42,.8);

    border-radius:10px;

    overflow:hidden;

}



#buddypress .bp-navs a,
#buddypress .bp-subnavs a {

    padding:10px 18px;

    color:#94a3b8;

}



#buddypress .bp-navs .selected a,
#buddypress .bp-subnavs .selected a {

    background:#22d3ee;

    color:#020617;

}

/* ==========================================================
   CENCRAFT MEMBER HERO - FULL PAGE PROFILE
========================================================== */


/* Remove BuddyPress navigation */
#buddypress .bp-navs,
#buddypress .bp-subnavs {

    display:none !important;

}


/* Hide profile body below hero */
#buddypress #item-body {

    display:none !important;

}


/* Remove extra BuddyPress spacing */
#buddypress {

    margin-bottom:0 !important;

}



#buddypress #item-header {

    min-height:calc(100vh - 120px);

    display:flex;

    align-items:center;

}


/* Main hero card */
#buddypress .cc-bp-profile-header {

    width:100%;

}


/* Reduce card height */
#buddypress #item-header {

    padding:30px 40px;

}



/* Center player vertically */
.cc-bp-player {

    display:flex;

    align-items:center;

    justify-content:center;

}


/* Slightly smaller body so no scroll */
.cc-bp-player img {

    height:380px;

}


/* Keep card content */
.cc-bp-profile-info {

    padding-bottom:0;

}

/* ==========================================================
   CENCRAFT MEMBER PAGE TITLE HIDE
========================================================== */

body.bp-user .entry-title,
body.bp-user .page-title,
body.bp-user .post-title {

    display:none !important;

}


body.bp-user .entry-header {

    display:none !important;

}


body.bp-user .site-content {

    padding-top:0 !important;

}