body.action_unread #main_content_section::before,
body.action_unreadreplies #main_content_section::before,
body.action_recent #main_content_section::before {
	display: none !important;
	content: none !important;
}

body.action_unread #main_content_section,
body.action_unreadreplies #main_content_section,
body.action_recent #main_content_section {
	max-width: 1500px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 22px;
}

#vcFeedQuickMod {
	display: block;
	margin: 0;
}

.vc-feed,
.vc-feed * {
	box-sizing: border-box;
}

.vc-feed {
	--vc-feed-bg: rgba(7, 12, 24, .9);
	--vc-feed-panel: rgba(14, 22, 38, .94);
	--vc-feed-panel-hover: rgba(20, 31, 52, .98);
	--vc-feed-line: rgba(142, 174, 211, .15);
	--vc-feed-line-strong: rgba(111, 190, 255, .32);
	--vc-feed-text: #eef5ff;
	--vc-feed-muted: #8e9db3;
	--vc-feed-blue: #62b9ff;
	--vc-feed-cyan: #6fe7ed;
	--vc-feed-purple: #ab70ff;
	display: grid;
	grid-template-columns: 230px minmax(0, 1fr);
	gap: 18px;
	width: 100%;
	color: var(--vc-feed-text);
	font-family: inherit;
}

.vc-feed a {
	color: inherit;
	text-decoration: none;
}

.vc-feed button,
.vc-feed input {
	font: inherit;
}

.vc-feed-rail,
.vc-feed-main {
	border: 1px solid var(--vc-feed-line);
	border-radius: 17px;
	background: linear-gradient(160deg, rgba(14, 20, 37, .96), rgba(7, 11, 22, .94));
	box-shadow: 0 18px 50px rgba(0, 0, 0, .23);
}

.vc-feed-rail {
	align-self: start;
	position: sticky;
	top: 94px;
	overflow: hidden;
	padding: 14px 10px;
}

.vc-feed-rail-group + .vc-feed-rail-group {
	margin-top: 18px;
	padding-top: 15px;
	border-top: 1px solid var(--vc-feed-line);
}

.vc-feed-rail-label {
	display: block;
	padding: 0 10px 9px;
	color: #6f819b;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .15em;
}

.vc-feed-rail-link {
	display: grid;
	grid-template-columns: 26px minmax(0, 1fr) auto;
	align-items: center;
	min-height: 40px;
	margin: 2px 0;
	padding: 0 10px;
	border: 1px solid transparent;
	border-radius: 10px;
	color: #aebacf !important;
	font-size: 12px;
	font-weight: 650;
	transition: .18s ease;
}

.vc-feed-rail-link i {
	color: #7389a7;
	text-align: center;
}

.vc-feed-rail-link small {
	min-width: 24px;
	padding: 3px 6px;
	border-radius: 99px;
	background: rgba(112, 139, 177, .12);
	color: #7f90aa;
	font-size: 9px;
	text-align: center;
}

.vc-feed-rail-link:hover,
.vc-feed-rail-link.is-active {
	border-color: rgba(84, 162, 255, .22);
	background: linear-gradient(90deg, rgba(68, 114, 255, .22), rgba(89, 80, 205, .12));
	color: #eff7ff !important;
}

.vc-feed-rail-link.is-active i {
	color: #79e6ff;
}

.vc-feed-rail-link.is-disabled {
	opacity: .42;
	cursor: not-allowed;
}

.vc-feed-main {
	min-width: 0;
	overflow: visible;
	padding: 20px;
}

.vc-feed-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 98px;
	padding: 17px 18px;
	border: 1px solid var(--vc-feed-line);
	border-radius: 14px;
	background:
		radial-gradient(circle at 88% 10%, rgba(46, 128, 224, .2), transparent 34%),
		linear-gradient(120deg, rgba(21, 30, 48, .97), rgba(15, 28, 48, .92));
}

.vc-feed-heading {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
}

.vc-feed-heading-icon {
	display: grid;
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	place-items: center;
	border: 1px solid rgba(80, 181, 255, .32);
	border-radius: 13px;
	background: rgba(25, 91, 151, .2);
	color: #84d9ff;
	font-size: 18px;
}

.vc-feed-kicker {
	display: block;
	margin-bottom: 3px;
	color: #69b8ef;
	font-size: 9px;
	font-weight: 850;
	letter-spacing: .17em;
}

.vc-feed-heading h1 {
	margin: 0;
	color: #f5f8ff;
	font-size: clamp(21px, 2vw, 29px);
	font-weight: 800;
	line-height: 1.08;
}

.vc-feed-heading p {
	margin: 6px 0 0;
	color: #a5b0c1;
	font-size: 12px;
}

.vc-feed-header-actions {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 8px;
}

.vc-feed-button,
.vc-feed-density {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 38px;
	padding: 0 13px;
	border: 1px solid rgba(113, 151, 203, .25);
	border-radius: 9px;
	background: rgba(12, 20, 34, .8);
	color: #d7e4f6 !important;
	cursor: pointer;
	font-size: 11px;
	font-weight: 750;
	transition: .18s ease;
}

.vc-feed-button:hover,
.vc-feed-density:hover {
	border-color: rgba(102, 193, 255, .5);
	transform: translateY(-1px);
}

.vc-feed-button-primary {
	border-color: rgba(88, 164, 255, .45);
	background: linear-gradient(135deg, #734be1, #2267c9);
	box-shadow: 0 7px 22px rgba(55, 80, 209, .22);
	color: #fff !important;
}

.vc-feed-density {
	width: 38px;
	padding: 0;
}

.vc-feed-filter-strip {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	margin: 14px 0 0;
	padding: 0 1px 5px;
	scrollbar-width: thin;
}

.vc-feed-filter {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 6px;
	min-height: 35px;
	padding: 0 14px;
	border: 1px solid var(--vc-feed-line);
	border-radius: 9px;
	background: rgba(17, 25, 40, .82);
	color: #aab7ca !important;
	font-size: 11px;
	font-weight: 700;
}

.vc-feed-filter:hover,
.vc-feed-filter.is-active {
	border-color: rgba(102, 192, 255, .47);
	background: linear-gradient(135deg, rgba(85, 74, 222, .6), rgba(31, 103, 186, .62));
	color: #fff !important;
}

.vc-feed-filter.is-disabled {
	opacity: .42;
	cursor: not-allowed;
}

.vc-feed-filter small {
	font-size: 8px;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.vc-feed-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 42px;
	padding: 6px 2px;
}

.vc-feed-toolbar-bottom {
	padding-top: 13px;
}

.vc-feed-pages {
	color: #91a1b8;
	font-size: 11px;
}

.vc-feed-pages .navPages,
.vc-feed-pages a,
.vc-feed-pages strong {
	display: inline-grid;
	min-width: 30px;
	height: 30px;
	margin: 0 2px;
	place-items: center;
	border: 1px solid var(--vc-feed-line);
	border-radius: 8px;
	background: rgba(17, 27, 45, .8);
	color: #b9c7da !important;
}

.vc-feed-pages .current_page,
.vc-feed-pages strong {
	border-color: rgba(111, 213, 241, .55);
	background: rgba(74, 146, 181, .82);
	color: #fff !important;
}

.vc-feed-result-note {
	color: #65758d;
	font-size: 10px;
}

.vc-feed-result-note i {
	margin-right: 4px;
	color: #579bc5;
}

.vc-feed-list {
	overflow: visible;
	border: 1px solid var(--vc-feed-line);
	border-radius: 14px;
	background: rgba(5, 10, 20, .48);
}

.vc-feed-card {
	position: relative;
	display: grid;
	grid-template-columns: 58px minmax(270px, 1fr) 172px 78px 184px 38px;
	align-items: center;
	gap: 14px;
	min-height: 98px;
	padding: 13px 12px 13px 17px;
	border-bottom: 1px solid var(--vc-feed-line);
	background: linear-gradient(90deg, rgba(17, 27, 45, .82), rgba(14, 22, 37, .7));
	transition: background .18s ease, transform .18s ease;
}

.vc-feed-card:first-child {
	border-radius: 13px 13px 0 0;
}

.vc-feed-card:last-child {
	border-bottom: 0;
	border-radius: 0 0 13px 13px;
}

.vc-feed-card:only-child {
	border-radius: 13px;
}

.vc-feed-card:hover {
	z-index: 3;
	background: linear-gradient(90deg, rgba(23, 37, 61, .97), rgba(17, 29, 49, .92));
}

.vc-feed-accent {
	position: absolute;
	top: 17px;
	bottom: 17px;
	left: 0;
	width: 3px;
	border-radius: 0 3px 3px 0;
	background: var(--vc-feed-blue);
	box-shadow: 0 0 14px rgba(98, 185, 255, .45);
}

.vc-feed-type-organization .vc-feed-accent { background: #a565ff; }
.vc-feed-type-character .vc-feed-accent { background: #42d69b; }
.vc-feed-type-news .vc-feed-accent { background: #f3a64a; }
.vc-feed-card.is-sticky .vc-feed-accent { background: #ec6aa8; }

.vc-feed-avatar {
	display: block;
	grid-column: 1;
	width: 54px;
	height: 54px;
	overflow: hidden;
	border: 1px solid rgba(127, 174, 223, .28);
	border-radius: 50%;
	background: #10192a;
}

.vc-feed-avatar img,
.vc-feed-last img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vc-feed-card-copy {
	grid-column: 2;
	min-width: 0;
}

.vc-feed-title-row {
	display: flex;
	align-items: center;
	gap: 7px;
	min-width: 0;
}

.vc-feed-title {
	display: -webkit-box;
	min-width: 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #eaf2ff !important;
	font-size: 14px;
	font-weight: 760;
	line-height: 1.28;
	overflow-wrap: anywhere;
}

.vc-feed-title:hover {
	color: #75ceff !important;
}

.vc-feed-badge {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 4px;
	min-height: 19px;
	padding: 0 6px;
	border: 1px solid rgba(112, 148, 198, .2);
	border-radius: 6px;
	background: rgba(91, 116, 154, .12);
	color: #91a2bc;
	font-size: 8px;
	font-weight: 800;
	text-transform: uppercase;
}

.vc-feed-badge.is-sticky {
	border-color: rgba(225, 96, 168, .35);
	color: #f19ac8;
}

.vc-feed-meta,
.vc-feed-origin {
	display: flex;
	align-items: center;
	gap: 6px;
	min-width: 0;
	margin-top: 5px;
	color: #75869f;
	font-size: 10px;
	line-height: 1.35;
}

.vc-feed-meta > *,
.vc-feed-origin > * {
	min-width: 0;
}

.vc-feed-meta a {
	color: #56b5e9 !important;
}

.vc-feed-meta b {
	color: #46566d;
}

.vc-feed-origin strong {
	color: #9bacbf;
	font-weight: 700;
}

.vc-feed-preview {
	display: block;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #6e7e95;
}

.vc-feed-origin .vc-feed-preview::before {
	content: "—";
	margin: 0 5px 0 2px;
	color: #405069;
}

.vc-feed-preview-recent {
	margin: 7px 0 0;
	font-size: 10px;
	line-height: 1.45;
}

.vc-feed-metrics {
	display: grid;
	grid-column: 3;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 5px;
}

.vc-feed-metrics > span {
	display: grid;
	grid-template-columns: 18px 1fr;
	align-items: center;
	min-width: 0;
	color: #8292aa;
}

.vc-feed-metrics i {
	grid-row: 1 / 3;
	color: #72849d;
	font-size: 13px;
}

.vc-feed-metrics strong {
	overflow: hidden;
	color: #dce7f6;
	font-size: 11px;
	font-weight: 730;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vc-feed-metrics small {
	color: #65758d;
	font-size: 8px;
}

.vc-feed-new {
	display: inline-flex;
	grid-column: 4;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 0 8px;
	border: 1px solid rgba(78, 135, 252, .38);
	border-radius: 8px;
	background: linear-gradient(135deg, rgba(50, 103, 214, .65), rgba(44, 61, 154, .62));
	color: #dceaff !important;
	font-size: 10px;
	font-weight: 800;
}

.vc-feed-new span {
	margin-right: 4px;
	color: #9cc7ff;
	font-weight: 650;
}

.vc-feed-last {
	display: grid;
	grid-column: 5;
	grid-template-columns: 42px minmax(0, 1fr);
	align-items: center;
	gap: 9px;
	min-width: 0;
}

.vc-feed-last img {
	width: 42px;
	height: 42px;
	border: 1px solid rgba(128, 163, 207, .22);
	border-radius: 50%;
}

.vc-feed-last span,
.vc-feed-last strong,
.vc-feed-last small {
	display: block;
	min-width: 0;
}

.vc-feed-last strong {
	overflow: hidden;
	color: #dbe6f5;
	font-size: 10px;
	font-weight: 750;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vc-feed-last small {
	margin-top: 3px;
	color: #71829a;
	font-size: 9px;
}

.vc-feed-menu {
	position: relative;
	grid-column: 6;
	justify-self: end;
}

.vc-feed-menu summary {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border: 1px solid transparent;
	border-radius: 9px;
	color: #8999ae;
	cursor: pointer;
	list-style: none;
}

.vc-feed-menu summary::-webkit-details-marker { display: none; }
.vc-feed-menu summary:hover,
.vc-feed-menu[open] summary {
	border-color: var(--vc-feed-line-strong);
	background: rgba(40, 65, 98, .4);
	color: #d8e9ff;
}

.vc-feed-menu > div {
	position: absolute;
	z-index: 20;
	top: 39px;
	right: 0;
	width: 170px;
	overflow: hidden;
	padding: 5px;
	border: 1px solid rgba(108, 155, 211, .28);
	border-radius: 10px;
	background: #0b1322;
	box-shadow: 0 16px 38px rgba(0, 0, 0, .5);
}

.vc-feed-menu > div a {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 33px;
	padding: 0 9px;
	border-radius: 7px;
	color: #b7c6da !important;
	font-size: 10px;
}

.vc-feed-menu > div a:hover {
	background: rgba(65, 105, 159, .25);
	color: #fff !important;
}

.vc-feed-menu > div a.is-danger { color: #f18b9c !important; }

.vc-feed-card-recent {
	min-height: 90px;
}

.vc-feed-card-recent .vc-feed-card-copy { grid-column: 2 / 5; }
.vc-feed-card-recent .vc-feed-last { grid-column: 5; }

.vc-feed-selection {
	display: none;
	position: absolute;
	z-index: 4;
	top: 8px;
	left: 8px;
}

.vc-feed-selection input,
.vc-feed-selection-bar input {
	width: 17px;
	height: 17px;
	accent-color: #5fa8ff;
}

.vc-feed.is-selecting .vc-feed-selection {
	display: block;
}

.vc-feed.is-selecting .vc-feed-card {
	padding-left: 30px;
}

.vc-feed.is-selecting .vc-feed-button-quiet[data-vc-selection-toggle] {
	border-color: rgba(93, 185, 255, .55);
	background: rgba(49, 103, 165, .35);
}

.vc-feed-selection-bar {
	position: sticky;
	z-index: 30;
	bottom: 14px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 13px;
	margin: 14px 0 0;
	padding: 11px 13px;
	border: 1px solid rgba(93, 168, 239, .4);
	border-radius: 12px;
	background: rgba(9, 17, 31, .97);
	box-shadow: 0 13px 35px rgba(0, 0, 0, .42);
}

.vc-feed-selection-bar[hidden] { display: none !important; }

.vc-feed-selection-bar button:disabled {
	border-color: rgba(112, 139, 177, .14);
	background: rgba(62, 78, 104, .22);
	color: #66758b !important;
	cursor: not-allowed;
}

.vc-feed-selection-bar label {
	display: flex;
	align-items: center;
	gap: 6px;
	color: #b7c5d8;
	font-size: 10px;
}

.vc-feed-selection-bar span {
	margin-right: auto;
	color: #7f90a8;
	font-size: 10px;
}

.vc-feed-empty {
	display: grid;
	min-height: 300px;
	place-items: center;
	align-content: center;
	padding: 45px 20px;
	text-align: center;
}

.vc-feed-empty > span {
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border: 1px solid rgba(88, 197, 190, .32);
	border-radius: 50%;
	background: rgba(37, 139, 129, .14);
	color: #70ddcf;
	font-size: 18px;
}

.vc-feed-empty h2 {
	margin: 14px 0 5px;
	color: #e8f0fb;
	font-size: 18px;
}

.vc-feed-empty p {
	margin: 0;
	color: #75869e;
	font-size: 11px;
}

.vc-feed.is-compact .vc-feed-card {
	min-height: 76px;
	padding-top: 9px;
	padding-bottom: 9px;
}

.vc-feed.is-compact .vc-feed-avatar {
	width: 44px;
	height: 44px;
}

.vc-feed.is-compact .vc-feed-origin,
.vc-feed.is-compact .vc-feed-preview-recent {
	display: none;
}

@media (max-width: 1250px) {
	.vc-feed { grid-template-columns: 205px minmax(0, 1fr); }
	.vc-feed-card { grid-template-columns: 52px minmax(220px, 1fr) 138px 68px 155px 34px; gap: 10px; }
	.vc-feed-avatar { width: 49px; height: 49px; }
	.vc-feed-metrics small { display: none; }
}

@media (max-width: 1040px) {
	.vc-feed { grid-template-columns: 1fr; }
	.vc-feed-rail { position: static; padding: 8px; }
	.vc-feed-rail-group { display: flex; gap: 4px; overflow-x: auto; }
	.vc-feed-rail-group + .vc-feed-rail-group { display: none; }
	.vc-feed-rail-label { display: none; }
	.vc-feed-rail-link { display: inline-flex; flex: 0 0 auto; gap: 7px; min-height: 36px; }
	.vc-feed-rail-link small { display: none; }
}

@media (max-width: 820px) {
	body.action_unread #main_content_section,
	body.action_unreadreplies #main_content_section,
	body.action_recent #main_content_section { padding-top: 12px; }
	.vc-feed-main { padding: 12px; }
	.vc-feed-header { align-items: flex-start; padding: 15px; }
	.vc-feed-header-actions { flex-wrap: wrap; justify-content: flex-end; }
	.vc-feed-button span { display: none; }
	.vc-feed-button { width: 38px; padding: 0; }
	.vc-feed-card { grid-template-columns: 50px minmax(0, 1fr) 128px 58px 34px; }
	.vc-feed-card-copy { grid-column: 2; }
	.vc-feed-metrics { grid-column: 3; }
	.vc-feed-new { grid-column: 4; }
	.vc-feed-last { display: none; }
	.vc-feed-menu { grid-column: 5; }
	.vc-feed-preview { display: none; }
	.vc-feed-card-recent .vc-feed-card-copy { grid-column: 2 / 5; }
	.vc-feed-card-recent .vc-feed-menu { grid-column: 5; }
}

@media (max-width: 600px) {
	.vc-feed { gap: 10px; }
	.vc-feed-main { padding: 9px; border-radius: 13px; }
	.vc-feed-header { display: block; min-height: 0; }
	.vc-feed-heading-icon { flex-basis: 42px; width: 42px; height: 42px; }
	.vc-feed-heading p { max-width: 250px; }
	.vc-feed-header-actions { position: absolute; top: 17px; right: 17px; gap: 4px; }
	.vc-feed-header { position: relative; padding-right: 142px; }
	.vc-feed-button-quiet[data-vc-selection-toggle] { display: inline-flex; }
	.vc-feed-filter-strip { margin-top: 10px; }
	.vc-feed-toolbar { min-height: 36px; }
	.vc-feed-result-note { display: none; }
	.vc-feed-card,
	.vc-feed-card-recent {
		grid-template-columns: 46px minmax(0, 1fr) 30px;
		gap: 9px;
		min-height: 96px;
		padding: 12px 9px 11px 13px;
	}
	.vc-feed-avatar { grid-column: 1; width: 44px; height: 44px; align-self: start; }
	.vc-feed-card-copy,
	.vc-feed-card-recent .vc-feed-card-copy { grid-column: 2 / 3; align-self: start; }
	.vc-feed-menu,
	.vc-feed-card-recent .vc-feed-menu { grid-column: 3; align-self: start; }
	.vc-feed-title { font-size: 12px; }
	.vc-feed-badge { display: none; }
	.vc-feed-meta { flex-wrap: wrap; font-size: 9px; }
	.vc-feed-origin { display: none; }
	.vc-feed-metrics { grid-column: 1 / 3; grid-row: 2; display: flex; gap: 14px; padding-left: 2px; }
	.vc-feed-metrics > span { display: flex; gap: 5px; }
	.vc-feed-metrics i { grid-row: auto; }
	.vc-feed-new { grid-column: 3; grid-row: 2; min-height: 26px; align-self: end; }
	.vc-feed-new span { display: none; }
	.vc-feed-card-recent { min-height: 76px; }
	.vc-feed-selection-bar { flex-wrap: wrap; }
	.vc-feed-selection-bar span { order: -1; width: calc(100% - 95px); }
}


/* 2026 activity feed reference-layout pass. */
body.action_unread #wrapper,
body.action_unreadreplies #wrapper,
body.action_recent #wrapper {
	width: min(1480px, calc(100% - 32px)) !important;
	padding-top: 6px !important;
}

body.action_unread #content_section,
body.action_unreadreplies #content_section,
body.action_recent #content_section,
body.action_unread #main_content_section,
body.action_unreadreplies #main_content_section,
body.action_recent #main_content_section {
	width: 100% !important;
	max-width: none !important;
	padding-top: 0 !important;
}

body.action_unread #main_content_section > .navigate_section,
body.action_unreadreplies #main_content_section > .navigate_section,
body.action_recent #main_content_section > .navigate_section {
	display: none !important;
}

.vc-feed {
	gap: 14px;
}

.vc-feed-rail,
.vc-feed-main {
	border-color: rgba(128, 150, 205, .16);
	background:
		radial-gradient(circle at 65% 0, rgba(54, 55, 150, .09), transparent 38%),
		linear-gradient(155deg, rgba(10, 14, 31, .97), rgba(7, 10, 22, .96));
}

.vc-feed-rail {
	min-height: 610px;
	padding: 14px 10px;
}

.vc-feed-main {
	overflow: visible;
	padding: 14px 18px 18px;
}

.vc-feed-crumbs {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 30px;
	margin: 0 2px 8px;
	color: #74829b;
	font-size: 10px;
	font-weight: 650;
}

.vc-feed-crumbs > i {
	color: #45536d;
	font-size: 7px;
}

.vc-feed-crumbs a,
.vc-feed-crumbs span {
	color: #9eabc0 !important;
	font-size: 10px;
	white-space: nowrap;
}

.vc-feed-crumbs span {
	color: #cbd5e5 !important;
}

.vc-feed-crumb-home {
	display: grid;
	width: 24px;
	height: 24px;
	place-items: center;
	border: 1px solid rgba(116, 143, 190, .16);
	border-radius: 7px;
	background: rgba(57, 73, 108, .12);
}

.vc-feed-header {
	min-height: 76px;
	padding: 10px 2px 14px;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.vc-feed-heading {
	gap: 0;
}

.vc-feed-heading-icon,
.vc-feed-kicker {
	display: none;
}

.vc-feed-heading h1 {
	font-size: clamp(23px, 2vw, 28px);
	letter-spacing: -.025em;
}

.vc-feed-heading p {
	margin-top: 5px;
	color: #8c99ad;
	font-size: 10px;
}

.vc-feed-header-actions {
	gap: 7px;
}

.vc-feed-button,
.vc-feed-density {
	min-height: 36px;
}

.vc-feed-filter-strip {
	margin-top: 0;
	padding-bottom: 8px;
}

.vc-feed-filter {
	min-height: 34px;
	padding-inline: 14px;
}

.vc-feed-toolbar {
	min-height: 38px;
	padding-block: 3px 6px;
}

.vc-feed-list {
	border-color: rgba(126, 148, 199, .17);
	background: rgba(8, 12, 26, .56);
}

.vc-feed-card {
	min-height: 88px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: linear-gradient(90deg, rgba(17, 24, 45, .9), rgba(14, 20, 39, .82));
}

.vc-feed-card-recent {
	min-height: 80px;
}

.vc-feed-accent {
	top: 13px;
	bottom: 13px;
}

.vc-feed-avatar {
	width: 52px;
	height: 52px;
}

.vc-feed-title {
	font-size: 13px;
}

.vc-feed-meta,
.vc-feed-origin {
	margin-top: 4px;
}

@media (max-width: 1040px) {
	body.action_unread #wrapper,
	body.action_unreadreplies #wrapper,
	body.action_recent #wrapper {
		width: min(100% - 20px, 920px) !important;
	}
	.vc-feed-rail { min-height: 0; }
}

@media (max-width: 820px) {
	body.action_unread #wrapper,
	body.action_unreadreplies #wrapper,
	body.action_recent #wrapper {
		width: calc(100% - 14px) !important;
		padding-top: 4px !important;
	}
	.vc-feed-main { padding: 11px; }
	.vc-feed-crumbs { overflow-x: auto; margin-bottom: 5px; }
	.vc-feed-header { min-height: 68px; padding: 8px 2px 12px; }
}

@media (max-width: 600px) {
	.vc-feed-header {
		display: block;
		position: relative;
		padding-right: 138px;
	}
	.vc-feed-header-actions {
		position: absolute;
		top: 8px;
		right: 0;
		gap: 4px;
	}
	.vc-feed-heading h1 { font-size: 20px; }
}

@media (max-width: 420px) {
	.vc-feed-header { padding-right: 2px; }
	.vc-feed-header-actions {
		position: static;
		justify-content: flex-start;
		margin-top: 10px;
	}
	.vc-feed-selection-bar { bottom: max(8px, env(safe-area-inset-bottom)); }
	.vc-feed-selection-bar .vc-feed-button { width: auto; padding: 0 10px; }
}
