/* WT Feed — layout helpers (Bootstrap-compatible) */
.wt-feed-sidebar-nav {
	margin-bottom: 1.5rem;
}

.wt-feed-nav-channels {
	list-style: none;
	padding-left: 0;
	margin: 0.5rem 0 0;
}

.wt-feed-nav-channel {
	display: block;
	padding: 0.35rem 0.5rem;
	border-radius: 0.25rem;
	text-decoration: none;
}

.wt-feed-nav-channel:hover,
.wt-feed-nav-channel:focus {
	background: rgba(0, 0, 0, 0.05);
}

.wt-feed-channel-icon-wrap img {
	max-width: 48px;
	height: auto;
	border-radius: 0.25rem;
}

.wt-feed-post.card {
	border: 1px solid rgba(0, 0, 0, 0.08);
}

.wt-feed-msg,
.wt-feed-empty {
	padding: 1rem;
	background: #f8f9fa;
	border-radius: 0.25rem;
}

.wt-feed--manager .wt-feed-mtab.active,
.wt-feed--manager .wt-feed-ctab.active {
	font-weight: 600;
}
