/* ENGAGEMENT SIDEBAR */



.gcmcg-dashboard-with-sidebar{

    max-width:1280px;

    display:grid;

    grid-template-columns:minmax(0,1fr) 350px;

    gap:22px;

    align-items:start;

}



.gcmcg-dashboard-with-sidebar .gcmcg-main{



    min-width:0;



}



.gcmcg-engagement-sidebar{



    display:grid;



    gap:14px;



    position:sticky;



    top:88px;



}



.gcmcg-engagement-card{



    background:#fff;



    border:1px solid #e5e7eb;



    border-radius:24px;



    padding:16px;



    box-shadow:0 14px 34px rgba(15,23,42,.07);



}



.gcmcg-engagement-head{



    margin-bottom:12px;



}



.gcmcg-engagement-head span{



    display:inline-flex;



    margin-bottom:6px;



    color:#2563eb;



    font-size:11px;



    line-height:1;



    font-weight:950;



    letter-spacing:.08em;



    text-transform:uppercase;



}



.gcmcg-engagement-head strong{



    display:block;



    color:#0f172a;



    font-size:16px;



    line-height:1.25;



    font-weight:950;



}



.gcmcg-engagement-list{



    display:grid;



    gap:8px;



}



.gcmcg-engagement-row{



    display:flex;



    align-items:center;



    gap:10px;



    min-width:0;



    padding:10px;



    border-radius:16px;



    background:#f8fafc;



    border:1px solid #eef2f7;



    text-decoration:none!important;



    transition:background .16s ease, border-color .16s ease, transform .16s ease;



}



.gcmcg-engagement-row:hover{



    background:#fff;



    border-color:#bfdbfe;



    transform:translateY(-1px);



}



.gcmcg-engagement-icon,

.gcmcg-engagement-avatar{



    width:36px;



    height:36px;



    flex:0 0 36px;



    border-radius:14px;



    display:flex;



    align-items:center;



    justify-content:center;



    background:#eff6ff;



    color:#1d4ed8;



    font-size:16px;



    font-weight:950;



}



.gcmcg-engagement-avatar{



    background:linear-gradient(135deg,#0f172a,#2563eb);



    color:#fff;



    text-transform:uppercase;



}

.gcmcg-engagement-avatar img{



    width:100%;



    height:100%;



    object-fit:cover;



    border-radius:inherit;



    display:block;



}

.gcmcg-engagement-text{



    min-width:0;



    display:block;



}



.gcmcg-engagement-text b{

    display:-webkit-box;

    color:#0f172a;

    font-size:13px;

    line-height:1.32;

    font-weight:950;

    -webkit-line-clamp:2;

    -webkit-box-orient:vertical;

    overflow:hidden;

    max-height:2.64em;

}



.gcmcg-engagement-text small{



    display:block;



    margin-top:3px;



    color:#64748b;



    font-size:12px;



    line-height:1.2;



    font-weight:800;



    white-space:nowrap;



    overflow:hidden;



    text-overflow:ellipsis;



}



.gcmcg-engagement-empty{



    margin:0;



    padding:12px;



    border-radius:16px;



    background:#f8fafc;



    color:#64748b;



    font-size:13px;



    line-height:1.45;



    font-weight:800;



}

.gcmcg-latest-file-row{
    display:grid;
    grid-template-columns:36px minmax(0,1fr) 74px;
    align-items:center;
}

.gcmcg-latest-file-row .gcmcg-file-member{
    width:74px;
    max-width:74px;
    min-width:74px;
    justify-self:end;
}

.gcmcg-latest-file-row .gcmcg-file-member-avatar{
    flex:0 0 28px;
}

.gcmcg-latest-file-row .gcmcg-file-member-name{
    width:74px;
    max-width:74px;
    text-align:center;
}



.gcmcg-file-member{



    max-width:74px;



    display:flex;



    flex-direction:column;



    align-items:center;



    gap:4px;



    text-decoration:none;



    cursor:pointer;



}



.gcmcg-file-member-avatar{



    width:28px;



    height:28px;



    border-radius:11px;



    overflow:hidden;



    background:linear-gradient(135deg,#0f172a,#2563eb);



    color:#fff;



    display:flex;



    align-items:center;



    justify-content:center;



    font-size:12px;



    font-weight:950;



    text-transform:uppercase;



}



.gcmcg-file-member-avatar img{



    width:100%;



    height:100%;



    object-fit:cover;



    display:block;



}



.gcmcg-file-member-name{



    max-width:74px;



    color:#475569;



    font-size:10.5px;



    line-height:1;



    font-weight:900;



    white-space:nowrap;



    overflow:hidden;



    text-overflow:ellipsis;



}

@media(max-width:1100px){



    .gcmcg-dashboard-with-sidebar{



        grid-template-columns:1fr;



    }



    .gcmcg-engagement-sidebar{



        position:static;



        grid-template-columns:repeat(3,minmax(0,1fr));



    }



}

.gcmcg-public-grid .gcmcg-engagement-sidebar{



    margin-top:18px;



}

@media(max-width:760px){



    .gcmcg-engagement-sidebar{



        grid-template-columns:1fr;



    }



}

.gcmcg-engagement-channel-badge{
    display:inline-flex;
    align-items:center;
    max-width:100%;
    margin-top:6px;
    padding:4px 8px;
    border-radius:999px;
    background:#eef4ff;
    color:#1d4ed8;
    border:1px solid #bfdbfe;
    font-size:10.5px;
    line-height:1.35;
    font-weight:950;
    white-space:normal;
    cursor:pointer;
}

.gcmcg-engagement-channel-badge.is-private{
    background:#fff7ed;
    color:#c2410c;
    border-color:#fed7aa;
}

.gcmcg-engagement-channel-badge.is-general{
    background:#eef4ff;
    color:#1d4ed8;
    border-color:#bfdbfe;
}

/* WORDPRESS SIDEBAR FINAL NORMALIZE */

.gcmcg-engagement-sidebar .gcmcg-community-item-badge,
.gcmcg-engagement-sidebar .gcmcg-community-item-badge a{
    font-size:13px!important;
    line-height:1.45!important;
    font-weight:600!important;
}

.gcmcg-engagement-sidebar .gcmcg-community-item-title{
    line-height:1.28!important;
}

.gcmcg-engagement-sidebar .gcmcg-community-item{
    align-items:flex-start!important;
}

.gcmcg-engagement-sidebar .gcmcg-community-item-meta{
    gap:4px!important;
}
