/* FB Sidebar Admin styles */
.beehive-social-panel.fbsadmin-sidebar { position: fixed; left: 0; top: 0; width: 280px; height: 100vh; overflow-y: auto; background: #fff; border-right: 1px solid var(--fbs-border,#ddd); z-index: 9999; }
.beehive-social-panel .inner-panel { padding: 0; }
.beehive-social-panel .panel-block { padding: 1rem 1rem 1rem; }
.beehive-social-panel .panel-block.light { padding-top: 60px; padding-bottom: 1px; border-right: 1px solid; border-color: var(--fbs-border,#ddd); }
.fbs-logo-img{ max-height:34px; display:block; }
.fbs-user-link{ display:flex; align-items:center; gap:12px; padding:8px; border-radius:8px; text-decoration:none; color:#050505; transition:background .12s; }
.fbs-user-link:hover{ background: rgba(47,102,183,0.08); }
.fbs-avatar{ width:48px; height:48px; border-radius:50%; object-fit:cover; }
.bp-verified-badge{ display:inline-block; width:18px; height:18px; background:var(--fbs-primary,#1877f2); color:#fff; border-radius:50%; text-align:center; line-height:18px; font-size:12px; margin-left:6px; }
.fbs-btn, .fbs-menu-item{ display:flex; align-items:center; gap:12px; padding:10px 12px; margin:6px 8px; border-radius:8px; color:#050505; text-decoration:none; transition: background .12s; }
.fbs-btn i, .fbs-menu-item i{ width:20px; text-align:center; font-size:18px; }
.fbs-btn:hover, .fbs-menu-item:hover{ background: rgba(47,102,183,0.08); color: var(--fbs-primary,#1877f2); }
.fbs-section-title{ font-size:13px; font-weight:600; color:#65676b; margin:12px 16px; }
.fbs-groups-list .fbs-group-item .fbs-avatar{ width:40px; height:40px; border-radius:6px; object-fit:cover; }
.fbs-more{ display:block; margin:8px 12px; padding:8px 12px; border-radius:8px; background:transparent; color:var(--fbs-primary,#1877f2); text-decoration:none; font-weight:600; }
.fbs-muted{ color:#8b8f95; padding:8px 16px; }
/* bottom nav mobile */
.bottom-nav.fbs-bottom{ display:none; }
@media (max-width:900px){
	.beehive-social-panel.fbsadmin-sidebar{ display:none !important; }
	.bottom-nav.fbs-bottom{ display:flex; position:fixed; bottom:0; left:0; width:100%; background:#fff; border-top:1px solid #ccc; justify-content:space-around; padding:4px 0; z-index:99999; box-shadow:0 -1px 5px rgba(0,0,0,0.05); }
	.bottom-nav.fbs-bottom a{ text-decoration:none; color:#555; font-size:10px; display:flex; flex-direction:column; align-items:center; flex:1; padding:2px; }
	.bottom-nav.fbs-bottom a.active{ color:var(--fbs-primary,#1877f2); }
	.bottom-nav.fbs-bottom a i{ font-size:16px; margin-bottom:2px; margin-top:2px; }
}
/* body offset */
.fbs-sidebar-active .site, .fbs-sidebar-active body{ padding-left: 280px; }
@media (max-width:900px){ .fbs-sidebar-active .site, .fbs-sidebar-active body{ padding-left: 0; } }