/*
 * Vice Dark 2026 — topic route owner
 *
 * Loaded only for index.php?topic= routes. This file is the single owner of
 * topic header, controls, horizontal author strip, message body and post footer.
 */

body.vice-route-topic .vice-topic-content,
body.vice-route-topic .vice-topic-content * {
	box-sizing: border-box;
}

body.vice-route-topic .vice-topic-content {
	width: 100%;
	min-width: 0;
	color: var(--vi-text-2);
}

/* Topic summary. */
body.vice-route-topic .vice-topic-head {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 6px 20px;
	margin: 0 0 12px;
	padding: 18px 20px;
	background:
		linear-gradient(105deg, rgba(155, 119, 138, 0.045), transparent 36%),
		rgba(9, 14, 23, 0.95);
	border: 1px solid var(--vi-border);
	border-radius: var(--vi-radius-lg);
	box-shadow: 0 16px 42px rgba(0, 0, 0, 0.22);
	overflow: hidden;
}

body.vice-route-topic .vice-topic-head::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 3px;
	background: linear-gradient(180deg, var(--vi-pink), var(--vi-cyan));
}

body.vice-route-topic .vice-topic-head .display_title {
	grid-column: 1;
	margin: 0;
	color: var(--vi-text);
	font-size: clamp(22px, 2vw, 29px);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

body.vice-route-topic .vice-topic-head p {
	grid-column: 1;
	margin: 0;
	color: var(--vi-text-3);
	font-size: 12px;
}

body.vice-route-topic .vice-topic-head p strong,
body.vice-route-topic .vice-topic-head p strong a {
	color: var(--vi-text-2);
}

body.vice-route-topic .vice-topic-head .nextlinks {
	grid-column: 2;
	grid-row: 1 / span 2;
	display: flex;
	align-items: center;
	align-self: center;
	gap: 7px;
	margin: 0;
	color: var(--vi-text-3);
}

/* Compact utility row and pagination. */
body.vice-route-topic .vice-userbar {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 7px;
	margin: 0 0 12px;
}

body.vice-route-topic .vice-userbar .ub-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 33px;
	padding: 0 11px;
	color: var(--vi-text-3);
	font-size: 10px;
	font-weight: 750;
	text-transform: uppercase;
	letter-spacing: 0.045em;
	background: rgba(10, 16, 26, 0.88);
	border: 1px solid var(--vi-border);
	border-radius: var(--vi-radius-sm);
}

body.vice-route-topic .vice-userbar .ub-chip:hover {
	color: var(--vi-text);
	border-color: var(--vi-border-strong);
}

body.vice-route-topic .vice-userbar .ub-chip--icon {
	width: 33px;
	padding: 0;
}

body.vice-route-topic .vice-userbar .ub-sep {
	width: 1px;
	height: 20px;
	background: var(--vi-border-strong);
}

body.vice-route-topic .vice-pagesection {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	width: 100%;
	margin: 0 0 12px;
	padding: 9px 10px;
	background: rgba(8, 13, 22, 0.88);
	border: 1px solid var(--vi-border);
	border-radius: var(--vi-radius);
}

body.vice-route-topic .vice-pagesection__nav,
body.vice-route-topic .vice-pagesection__actions,
body.vice-route-topic .vice-pagesection__actions ul,
body.vice-route-topic .vice-pagesection__topicnav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0;
	padding: 0;
}

body.vice-route-topic .vice-pagesection__topicnav {
	justify-content: center;
	color: var(--vi-text-3);
}

body.vice-route-topic .vice-pagesection__actions {
	justify-content: flex-end;
}

body.vice-route-topic .vice-pagesection__label {
	color: var(--vi-text-3);
	font-size: 9px;
	font-weight: 750;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

body.vice-route-topic .vice-pagesection__page {
	display: flex;
	align-items: center;
	gap: 5px;
}

body.vice-route-topic .vice-pagesection__page strong,
body.vice-route-topic .vice-pagesection__page a,
body.vice-route-topic .vice-pagesection__jump,
body.vice-route-topic .vice-ps-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-width: 33px;
	min-height: 33px;
	padding: 0 10px;
	color: var(--vi-text-2);
	font-size: 10px;
	font-weight: 750;
	background: var(--vi-surface-2);
	border: 1px solid var(--vi-border);
	border-radius: var(--vi-radius-sm);
}

body.vice-route-topic .vice-ps-btn--reply {
	color: #fff;
	background: #9e617e;
	border-color: rgba(189, 120, 152, 0.4);
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
}

body.vice-route-topic .vice-pagesection__page a:hover,
body.vice-route-topic .vice-pagesection__jump:hover,
body.vice-route-topic .vice-ps-btn:hover {
	color: var(--vi-text);
	border-color: var(--vi-border-strong);
}

/* Remove the legacy topic shell. The clean Display template supplies its own header. */
body.vice-route-topic #forumposts > .cat_bar.vice-legacy-hidden,
body.vice-route-topic #forumposts .topslice,
body.vice-route-topic #forumposts .botslice,
body.vice-route-topic #forumposts .post_separator,
body.vice-route-topic #forumposts .post_separator + br,
body.vice-route-topic #forumposts .keyinfo--hidden {
	display: none;
}

body.vice-route-topic #forumposts {
	--vt-character-height: 128px;
	--vice-char-slide-h: 128px;
	clear: both;
	width: 100%;
	min-width: 0;
}

body.vice-route-topic #forumposts > form > .windowbg,
body.vice-route-topic #forumposts > form > .windowbg2,
body.vice-route-topic #forumposts > form > .approvebg {
	float: none;
	width: 100%;
	height: auto;
	margin: 0 0 18px;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	overflow: visible;
}

/* Post card: one owner, one vertical flow. */
body.vice-route-topic #forumposts .vt-post-wrapper {
	float: none;
	display: block;
	width: 100%;
	height: auto;
	min-width: 0;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	overflow: visible;
}

body.vice-route-topic #forumposts .vp-post-unit {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	min-width: 0;
	margin: 0;
	padding: 0;
	background: rgba(7, 12, 20, 0.97);
	border: 1px solid var(--vi-border-strong);
	border-radius: var(--vi-radius-lg);
	box-shadow: 0 20px 52px rgba(0, 0, 0, 0.25);
	overflow: visible;
}

body.vice-route-topic #forumposts .vp-post-unit::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	z-index: 8;
	width: 2px;
	pointer-events: none;
	background: linear-gradient(180deg, var(--vi-pink), transparent 50%, var(--vi-cyan));
}

/* Horizontal author strip. */
body.vice-route-topic #forumposts .vt-author-strip {
	float: none;
	display: block;
	width: 100%;
	height: auto;
	min-width: 0;
	min-height: 0;
	margin: 0;
	padding: 0;
	background: var(--vi-surface-2);
	border: 0;
	border-radius: calc(var(--vi-radius-lg) - 1px) calc(var(--vi-radius-lg) - 1px) 0 0;
	box-shadow: none;
	overflow: hidden;
}

body.vice-route-topic #forumposts .vt-author-strip.vice-postbit--guest {
	min-height: 70px;
	padding: 18px 20px;
	border-bottom: 1px solid var(--vi-border);
}

/* Safety profile: remains visible if SMF cannot resolve the extended helper. */
body.vice-route-topic #forumposts .vt-author-strip.vice-postbit--fallback {
	display: flex;
	align-items: center;
	gap: 16px;
	min-height: 104px;
	padding: 16px 20px;
	border-bottom: 1px solid var(--vi-border);
	background:
		linear-gradient(90deg, rgba(115, 168, 178, 0.045), transparent 36%),
		var(--vi-surface-2);
}

body.vice-route-topic #forumposts .vice-pb-fallback__avatar {
	flex: 0 0 70px;
	width: 70px;
	height: 70px;
	overflow: hidden;
	border: 1px solid rgba(115, 168, 178, 0.24);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.04);
}

body.vice-route-topic #forumposts .vice-pb-fallback__avatar img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.vice-route-topic #forumposts .vice-pb-fallback__identity {
	display: grid;
	gap: 4px;
	min-width: 0;
}

body.vice-route-topic #forumposts .vice-pb-fallback__identity strong,
body.vice-route-topic #forumposts .vice-pb-fallback__identity strong a {
	color: var(--vi-text);
	font-size: 17px;
	font-weight: 800;
}

body.vice-route-topic #forumposts .vice-pb-fallback__identity span {
	color: var(--vi-muted);
	font-size: 12px;
}

body.vice-route-topic #forumposts .vice-pb-fallback__meta {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-left: auto;
	color: var(--vi-muted);
	font-size: 12px;
}

body.vice-route-topic #forumposts .vice-pb-fallback__meta a,
body.vice-route-topic #forumposts .vice-pb-fallback__meta i {
	color: var(--vi-cyan);
}

body.vice-route-topic #forumposts .vp-pb-strip {
	position: relative;
	isolation: isolate;
	width: 100%;
	min-height: 156px;
	overflow: hidden;
}

body.vice-route-topic #forumposts .vp-pb-strip__bg,
body.vice-route-topic #forumposts .vp-pb-strip__dim {
	position: absolute;
	inset: 0;
}

body.vice-route-topic #forumposts .vp-pb-strip__bg {
	z-index: -2;
	background-position: center 38%;
	background-repeat: no-repeat;
	background-size: cover;
	filter: saturate(0.7) brightness(0.4) contrast(1.08);
	transform: scale(1.01);
}

body.vice-route-topic #forumposts .vp-pb-strip__dim {
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(7, 12, 20, 0.98), rgba(7, 12, 20, 0.9) 43%, rgba(7, 12, 20, 0.72) 75%, rgba(7, 12, 20, 0.9)),
		linear-gradient(180deg, rgba(115, 168, 178, 0.025), rgba(155, 119, 138, 0.02));
}

body.vice-route-topic #forumposts .vp-pb-strip__grid {
	display: grid;
	grid-template-columns: minmax(300px, 0.95fr) 76px minmax(8px, 0.18fr) minmax(410px, 1.18fr);
	align-items: center;
	gap: 13px;
	width: 100%;
	min-height: 156px;
	margin: 0;
	padding: 14px 16px;
}

body.vice-route-topic #forumposts .vp-pb-user {
	display: grid;
	grid-template-columns: 110px minmax(0, 1fr);
	align-items: center;
	gap: 13px;
	min-width: 0;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
}

body.vice-route-topic #forumposts .vp-pb-avatar-col {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	width: 110px;
	min-width: 0;
}

body.vice-route-topic #forumposts .postbitavatar {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 104px;
	height: 104px;
	margin: 0;
	padding: 0;
	overflow: visible;
}

body.vice-route-topic #forumposts .postbitavatar a {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	line-height: 0;
}

body.vice-route-topic #forumposts .postbitavatarimg {
	display: block;
	width: 94px;
	height: 94px;
	max-width: 94px;
	max-height: 94px;
	object-fit: cover;
	border: 2px solid rgba(255, 255, 255, 0.16);
	border-radius: 13px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.4);
}

body.vice-route-topic #forumposts .cerceve_postbit {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 4;
	display: block;
	width: 112px;
	height: 112px;
	max-width: none;
	object-fit: contain;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

body.vice-route-topic #forumposts .postbitavatar .vice-avatar-deco,
body.vice-route-topic #forumposts .postbitavatar .vice-avatar-deco__frame {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 104px;
	height: 104px;
	line-height: 0;
	overflow: visible;
}

body.vice-route-topic #forumposts .postbitavatar .vice-avatar-deco__frame {
	isolation: isolate;
}

body.vice-route-topic #forumposts .postbitavatar .vice-avatar-deco__avatar {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 94px;
	height: 94px;
	border-radius: 13px;
	overflow: hidden;
}

body.vice-route-topic #forumposts .postbitavatar .vice-avatar-deco__avatar a {
	width: 100%;
	height: 100%;
}

body.vice-route-topic #forumposts .postbitavatar .vice-avatar-deco__overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 4;
	display: block;
	width: 112px;
	height: 112px;
	max-width: none;
	object-fit: contain;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

body.vice-route-topic #forumposts .postbitonlinedurum {
	position: absolute;
	right: 3px;
	bottom: 3px;
	z-index: 5;
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	background: #07101a;
	border-radius: 50%;
	box-shadow: 0 0 0 2px rgba(7, 12, 20, 0.95);
}

body.vice-route-topic #forumposts .vice-postinfo {
	width: 100%;
	min-width: 0;
	text-align: center;
}

body.vice-route-topic #forumposts .vice-postinfo__time {
	display: block;
	overflow: hidden;
	color: var(--vi-text-3);
	font-size: 9px;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.vice-route-topic #forumposts .vice-postbit-meta {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 8px;
	min-width: 0;
	margin: 0;
	padding: 0;
}

body.vice-route-topic #forumposts .vice-pb-head {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 7px;
	min-width: 0;
}

body.vice-route-topic #forumposts .postbitkisidetay_isim {
	min-width: 0;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.15;
}

body.vice-route-topic #forumposts .postbitkisidetay_isim a,
body.vice-route-topic #forumposts .postbitkisidetay_isim del a {
	color: var(--vice-pb-rank-color, var(--vi-cyan));
}

body.vice-route-topic #forumposts .postbitkisidetay_isim i {
	margin-left: 4px;
	font-size: 11px;
}

body.vice-route-topic #forumposts .vice-rank-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	max-width: 100%;
	padding: 5px 9px;
	color: var(--vi-text);
	font-size: 9px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.055em;
	background: rgba(13, 20, 31, 0.74);
	border: 1px solid var(--vice-pb-rank-color, rgba(189, 120, 152, 0.28));
	border-radius: 999px;
}

body.vice-route-topic #forumposts .vice-rank-badge i {
	color: var(--vice-pb-rank-color, var(--vi-pink));
}

body.vice-route-topic #forumposts .vice-pb-awards {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
	min-height: 30px;
	min-width: 0;
}

body.vice-route-topic #forumposts .vice-pb-awards > div,
body.vice-route-topic #forumposts .vice-pb-awards > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 27px;
	height: 27px;
	padding: 2px;
	background: rgba(7, 12, 20, 0.72);
	border: 1px solid var(--vi-border);
	border-radius: 7px;
}

body.vice-route-topic #forumposts .vice-pb-awards img {
	display: block;
	width: 22px;
	height: 22px;
	max-width: 22px;
	max-height: 22px;
	object-fit: contain;
}

body.vice-route-topic #forumposts .vp-pb-social {
	display: flex;
	align-items: center;
	align-self: stretch;
	justify-content: center;
	margin: 0;
	padding: 0 8px;
	background: transparent;
	border: 0;
	border-left: 1px solid var(--vi-border);
	border-right: 1px solid var(--vi-border);
}

body.vice-route-topic #forumposts .postbitsosyal {
	display: grid;
	grid-template-columns: repeat(2, 27px);
	gap: 5px;
	width: auto;
	margin: 0;
	padding: 0;
}

body.vice-route-topic #forumposts .postbitsosyal .psoc {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 27px;
	height: 27px;
	color: var(--vi-text-3);
	font-size: 11px;
	background: rgba(7, 12, 20, 0.72);
	border: 1px solid var(--vi-border);
	border-radius: 7px;
}

body.vice-route-topic #forumposts .postbitsosyal .psoc:hover {
	color: var(--vi-text);
	border-color: var(--vi-border-strong);
}

body.vice-route-topic #forumposts .postbitsosyal .psoc--off {
	opacity: 0.2;
	pointer-events: none;
}

body.vice-route-topic #forumposts .vp-pb-strip__spacer {
	min-width: 0;
}

/* Character summary at the right of the author strip. */
body.vice-route-topic #forumposts .karakterpostbitslide,
body.vice-route-topic #forumposts .p_slider,
body.vice-route-topic #forumposts .p_slides {
	position: relative;
	width: 100%;
	height: var(--vt-character-height);
	min-height: var(--vt-character-height);
	margin: 0;
	padding: 0;
	overflow: hidden;
}

body.vice-route-topic #forumposts .slide-radio {
	position: absolute;
	visibility: hidden;
}

body.vice-route-topic #forumposts .p_slide.s1 {
	display: block;
	width: 100%;
	margin-left: 0;
}

body.vice-route-topic #forumposts .sagpostbit {
	display: grid;
	grid-template-columns: 84px minmax(0, 1fr);
	align-items: center;
	gap: 13px;
	width: 100%;
	height: var(--vt-character-height);
	min-height: var(--vt-character-height);
	margin: 0;
	padding: 11px 13px;
	background: rgba(7, 12, 20, 0.56);
	border: 1px solid var(--vi-border);
	border-radius: 11px;
	box-shadow: none;
	overflow: hidden;
}

body.vice-route-topic #forumposts .karakterpostbitslide--forum-online .sagpostbit {
	border-color: rgba(115, 168, 178, 0.2);
	box-shadow: inset 2px 0 0 rgba(115, 168, 178, 0.48);
}

body.vice-route-topic #forumposts .postbitkarakteravatar,
body.vice-route-topic #forumposts .postbitkarakterimg-wrap {
	width: 84px;
	height: 100px;
}

body.vice-route-topic #forumposts .postbitkarakterimg-wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(13, 20, 31, 0.86);
	border: 1px solid var(--vi-border-strong);
	border-radius: 9px;
	overflow: hidden;
}

body.vice-route-topic #forumposts .postbitkarakterimg-wrap--ingame {
	border-color: rgba(54, 211, 153, 0.42);
}

body.vice-route-topic #forumposts .postbitkarakterimg,
body.vice-route-topic #forumposts .postbitkarakterimg img,
body.vice-route-topic #forumposts .postbitkarakterimg canvas {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

body.vice-route-topic #forumposts .postbitkarakterimg--mugshot {
	object-fit: cover;
	object-position: center 28%;
}

body.vice-route-topic #forumposts .postbitkarakterimg-placeholder {
	color: var(--vi-text-3);
	font-size: 28px;
	font-weight: 800;
}

body.vice-route-topic #forumposts .postbitkarakterdetay {
	display: flex;
	flex-direction: column;
	gap: 9px;
	min-width: 0;
	margin: 0;
	padding: 0;
}

body.vice-route-topic #forumposts .postbitkarakter-head {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	padding-bottom: 7px;
	border-bottom: 1px solid var(--vi-border);
}

body.vice-route-topic #forumposts .postbitkaraktername {
	display: block;
	overflow: hidden;
	color: var(--vi-text);
	font-size: 13px;
	font-weight: 800;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.vice-route-topic #forumposts .postbitkarakterlevel {
	flex: 0 0 auto;
	padding: 3px 7px;
	color: var(--vi-cyan);
	font-size: 8px;
	font-weight: 800;
	background: rgba(115, 168, 178, 0.07);
	border: 1px solid rgba(115, 168, 178, 0.16);
	border-radius: 999px;
}

body.vice-route-topic #forumposts .postbitkarakter-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px 11px;
	min-width: 0;
}

body.vice-route-topic #forumposts .postbitiyebol {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

body.vice-route-topic #forumposts .postbitiyebol > span:first-child {
	color: var(--vi-text-3);
	font-size: 7px;
	font-weight: 750;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.065em;
}

body.vice-route-topic #forumposts .postbitkarakter-val {
	display: block;
	overflow: hidden;
	width: 100%;
	color: var(--vi-text-2);
	font-size: 9px;
	font-weight: 700;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.vice-route-topic #forumposts .postbitkarakter-val--link {
	color: var(--vi-cyan);
}

body.vice-route-topic #forumposts .postbitkarakter-val--online {
	color: var(--vi-success);
}

body.vice-route-topic #forumposts .p_slides .nav-bar {
	position: absolute;
	top: 50%;
	right: 4px;
	z-index: 5;
	display: flex;
	flex-direction: column;
	gap: 5px;
	transform: translateY(-50%);
}

body.vice-route-topic #forumposts .slide-lab {
	display: block;
	width: 7px;
	height: 7px;
	margin: 0;
	padding: 0;
	background: var(--vi-text-3);
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	opacity: 0.45;
}

/* Message body. */
body.vice-route-topic #forumposts .vt-message-area {
	float: none;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	min-width: 0;
	margin: 0;
	padding: 0;
	color: var(--vi-text-2);
	background: rgba(8, 13, 21, 0.98);
	border: 0;
	border-top: 1px solid var(--vi-border);
	border-radius: 0 0 calc(var(--vi-radius-lg) - 1px) calc(var(--vi-radius-lg) - 1px);
	box-shadow: none;
	overflow: visible;
}

body.vice-route-topic #forumposts .vt-post {
	float: none;
	display: block;
	width: 100%;
	height: auto;
	min-width: 0;
	margin: 0;
	padding: 0;
	color: var(--vi-text-2);
	background: transparent;
	border: 0;
	box-shadow: none;
	overflow: visible;
}

body.vice-route-topic #forumposts .vt-post-body {
	float: none;
	display: block;
	position: static;
	width: 100%;
	height: auto;
	min-width: 0;
	min-height: 112px;
	max-width: 100%;
	margin: 0;
	padding: 23px 25px 27px;
	color: var(--vi-text-2);
	font-size: 15px;
	line-height: 1.7;
	background: transparent;
	border: 0;
	box-shadow: none;
	overflow: visible;
	overflow-wrap: anywhere;
}

body.vice-route-topic #forumposts .vt-post-body img:not(.smiley),
body.vice-route-topic #forumposts .vt-post-body video,
body.vice-route-topic #forumposts .vt-post-body iframe {
	max-width: 100%;
	height: auto;
}

body.vice-route-topic #forumposts .bbc_standard_quote,
body.vice-route-topic #forumposts .bbc_alternate_quote,
body.vice-route-topic #forumposts .bbc_code {
	margin: 10px 0;
	padding: 13px 15px;
	color: var(--vi-text-2);
	background: rgba(15, 22, 34, 0.78);
	border: 1px solid var(--vi-border);
	border-left: 3px solid var(--vi-cyan);
	border-radius: 0 var(--vi-radius-sm) var(--vi-radius-sm) 0;
}

body.vice-route-topic #forumposts .quoteheader {
	margin: 0 0 7px;
	color: var(--vi-text-3);
	font-size: 10px;
	font-weight: 750;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

body.vice-route-topic #forumposts .attachments {
	margin: 0 23px 19px;
	padding: 13px;
	background: rgba(15, 22, 34, 0.7);
	border: 1px solid var(--vi-border);
	border-radius: var(--vi-radius);
}

/* Post actions and reactions. */
body.vice-route-topic #forumposts .vice-postarea__footer {
	position: relative;
	z-index: 20;
	margin: 0;
	padding: 9px 13px;
	background: rgba(7, 12, 20, 0.92);
	border-top: 1px solid var(--vi-border);
	border-radius: 0 0 calc(var(--vi-radius-lg) - 1px) calc(var(--vi-radius-lg) - 1px);
	overflow: visible;
}

body.vice-route-topic #forumposts .vice-postarea__footer-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 9px;
}

body.vice-route-topic #forumposts .vice-postarea__actions,
body.vice-route-topic #forumposts .vice-postarea__reactions,
body.vice-route-topic #forumposts .vice-postarea__report {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0;
	padding: 0;
}

body.vice-route-topic #forumposts .poster-btn,
body.vice-route-topic #forumposts .vice-moderation-bar a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 31px;
	padding: 0 10px;
	color: var(--vi-text-2);
	font-size: 9px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	background: var(--vi-surface-2);
	border: 1px solid var(--vi-border);
	border-radius: 7px;
}

body.vice-route-topic #forumposts .poster-btn:hover {
	color: var(--vi-text);
	border-color: var(--vi-border-strong);
}

body.vice-route-topic #forumposts .vice-post-actions .dropdown-menu {
	top: auto;
	right: auto;
	bottom: calc(100% + 7px);
	left: 0;
	z-index: 100;
	min-width: 190px;
	margin: 0;
	padding: 6px;
	color: var(--vi-text-2);
	background: #0b111a;
	border: 1px solid var(--vi-border-strong);
	border-radius: var(--vi-radius-sm);
	box-shadow: 0 16px 38px rgba(0, 0, 0, 0.32);
}

body.vice-route-topic #forumposts .vice-post-actions {
	position: relative;
	z-index: 30;
	overflow: visible;
}

body.vice-route-topic #forumposts .vice-post-actions .dropdown-menu > li {
	margin: 0;
	background: transparent;
}

body.vice-route-topic #forumposts .vice-post-actions .dropdown-menu > li > a {
	display: block;
	padding: 8px 10px;
	color: var(--vi-text-2);
	font-size: 10px;
	background: transparent;
	border-radius: 6px;
}

body.vice-route-topic #forumposts .vice-post-actions .dropdown-menu > li > a:hover {
	color: var(--vi-text);
	background: rgba(174, 188, 209, 0.07);
}

body.vice-route-topic #forumposts .versatile_reactions,
body.vice-route-topic #forumposts .emojis_wrapper {
	display: flex;
	align-items: center;
	gap: 4px;
	margin: 0;
}

body.vice-route-topic #forumposts .custom_fields_above_signature {
	width: 100%;
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid var(--vi-border);
}

body.vice-route-topic #forumposts .custom_fields_above_signature ul {
	margin: 0;
	padding: 0;
}

body.vice-route-topic .vice-viewing-bar {
	display: flex;
	align-items: center;
	gap: 11px;
	margin: 0 0 12px;
	padding: 9px 13px;
	color: var(--vi-text-3);
	background: rgba(8, 13, 22, 0.88);
	border: 1px solid var(--vi-border);
	border-radius: var(--vi-radius);
}

body.vice-route-topic .vice-viewing-text {
	margin: 0;
}

body.vice-route-topic .vice-moderation-bar {
	margin: 11px 0 0;
}

body.vice-route-topic .vice-moderation-bar__list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0;
	padding: 0;
}

@media (max-width: 1120px) {
	body.vice-route-topic #forumposts .vp-pb-strip__grid {
		grid-template-columns: minmax(290px, 0.9fr) 68px minmax(360px, 1.1fr);
	}

	body.vice-route-topic #forumposts .vp-pb-strip__spacer {
		display: none;
	}

	body.vice-route-topic #forumposts .postbitkarakter-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	body.vice-route-topic .vice-pagesection {
		grid-template-columns: 1fr auto;
	}

	body.vice-route-topic .vice-pagesection__topicnav {
		display: none;
	}

	body.vice-route-topic #forumposts .vp-pb-strip__grid {
		grid-template-columns: minmax(0, 1fr) 68px;
		align-items: stretch;
	}

	body.vice-route-topic #forumposts .karakterpostbitslide {
		grid-column: 1 / -1;
	}
}

@media (max-width: 680px) {
	body.vice-route-topic .vice-topic-head {
		grid-template-columns: minmax(0, 1fr);
		padding: 15px;
	}

	body.vice-route-topic .vice-topic-head .nextlinks {
		display: none;
	}

	body.vice-route-topic .vice-userbar {
		justify-content: flex-start;
		flex-wrap: nowrap;
		overflow-x: auto;
	}

	body.vice-route-topic .vice-userbar .ub-chip {
		flex: 0 0 auto;
	}

	body.vice-route-topic .vice-pagesection {
		display: flex;
		align-items: stretch;
		flex-direction: column;
	}

	body.vice-route-topic .vice-pagesection__actions,
	body.vice-route-topic .vice-pagesection__actions ul {
		width: 100%;
		flex-wrap: nowrap;
		overflow-x: auto;
	}

	body.vice-route-topic #forumposts .vp-pb-strip__grid {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		padding: 13px;
	}

	body.vice-route-topic #forumposts .vp-pb-user {
		grid-template-columns: 82px minmax(0, 1fr);
	}

	body.vice-route-topic #forumposts .vp-pb-avatar-col {
		width: 82px;
	}

	body.vice-route-topic #forumposts .postbitavatar,
	body.vice-route-topic #forumposts .postbitavatar .vice-avatar-deco,
	body.vice-route-topic #forumposts .postbitavatar .vice-avatar-deco__frame {
		width: 78px;
		height: 78px;
	}

	body.vice-route-topic #forumposts .postbitavatarimg,
	body.vice-route-topic #forumposts .postbitavatar .vice-avatar-deco__avatar {
		width: 70px;
		height: 70px;
		max-width: 70px;
		max-height: 70px;
		border-radius: 10px;
	}

	body.vice-route-topic #forumposts .cerceve_postbit,
	body.vice-route-topic #forumposts .postbitavatar .vice-avatar-deco__overlay {
		width: 86px;
		height: 86px;
	}

	body.vice-route-topic #forumposts .postbitkisidetay_isim {
		font-size: 15px;
	}

	body.vice-route-topic #forumposts .vp-pb-social {
		align-self: auto;
		padding: 9px 0;
		border: 0;
		border-top: 1px solid var(--vi-border);
		border-bottom: 1px solid var(--vi-border);
	}

	body.vice-route-topic #forumposts .postbitsosyal {
		grid-template-columns: repeat(8, 27px);
		overflow-x: auto;
	}

	body.vice-route-topic #forumposts .sagpostbit {
		grid-template-columns: 70px minmax(0, 1fr);
		gap: 9px;
		padding: 9px;
	}

	body.vice-route-topic #forumposts .postbitkarakteravatar,
	body.vice-route-topic #forumposts .postbitkarakterimg-wrap {
		width: 70px;
		height: 94px;
	}

	body.vice-route-topic #forumposts .postbitkarakter-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 7px 9px;
	}

	body.vice-route-topic #forumposts .vt-post-body {
		min-height: 88px;
		padding: 17px 15px 21px;
		font-size: 14px;
		line-height: 1.64;
	}

	body.vice-route-topic #forumposts .attachments {
		margin: 0 13px 15px;
	}

	body.vice-route-topic #forumposts .vice-postarea__footer-row {
		align-items: stretch;
		flex-direction: column;
	}
}
