/*
 * Vice Compose 2026 — ileti yazma alanı (yeni konu, cevap, düzenleme,
 * hızlı cevap, PM). index.template.php yalnızca editör bulunan sayfalarda
 * ($context['controls']['richedit']) SMF varsayılan temasının
 * jquery.sceditor.css'i ile birlikte, en son yükler.
 *
 * Neden: SCEditor'ün temel stilleri hiç yüklenmiyordu; toolbar düğmeleri
 * metin olarak alt alta diziliyor (toolbar 600px+), yazı alanı 177x54px'e
 * sıkışıyordu. Eski vice-compose-audit-2026.css .action_forumtool sınıfına
 * bağlı olduğundan ?action=post;board=… sayfalarında hiç devreye girmiyordu.
 *
 * İkonlar: sprite yerine Font Awesome 6 (sitede yüklü) — iki modda da net.
 * Renkler --vw-* tokenlarından; koyu mod bunları yeniden tanımlar.
 */

/* 1. Form kartı ve başlık alanları ------------------------------------- */
html[data-vice-mode] body.vice-white-2026 #main_content_section #post_area > .roundframe,
html[data-vice-mode] body.vice-white-2026 #main_content_section #postmodify .roundframe.noup:first-child,
html body.vice-white-2026 #main_content_section #post_area > .roundframe,
html body.vice-white-2026 #main_content_section #postmodify .roundframe.noup:first-child {
	padding: 22px 24px 20px !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #post_header,
html body.vice-white-2026 #main_content_section #post_header {
	display: grid !important;
	grid-template-columns: 160px minmax(0, 1fr) !important;
	align-items: center !important;
	gap: 12px 18px !important;
	width: auto !important;
	margin: 0 0 18px !important;
	padding: 0 !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #post_header > dt,
html[data-vice-mode] body.vice-white-2026 #main_content_section #post_header > dd,
html body.vice-white-2026 #main_content_section #post_header > dt,
html body.vice-white-2026 #main_content_section #post_header > dd {
	float: none !important;
	clear: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #post_header > dt,
html body.vice-white-2026 #main_content_section #post_header > dt {
	color: var(--vw-muted) !important;
	font-size: 13px !important;
	font-weight: 650 !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #post_header > dt label,
html body.vice-white-2026 #main_content_section #post_header > dt label {
	margin: 0 !important;
	color: inherit !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #post_header > dd,
html body.vice-white-2026 #main_content_section #post_header > dd {
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	min-width: 0 !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #post_header #subject,
html[data-vice-mode] body.vice-white-2026 #main_content_section #post_header input[type="text"],
html[data-vice-mode] body.vice-white-2026 #main_content_section #post_header input[type="email"],
html body.vice-white-2026 #main_content_section #post_header #subject,
html body.vice-white-2026 #main_content_section #post_header input[type="text"],
html body.vice-white-2026 #main_content_section #post_header input[type="email"] {
	flex: 1 1 auto !important;
	width: 100% !important;
	max-width: none !important;
	height: 42px !important;
	padding: 0 14px !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	border-radius: 10px !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #post_header select,
html body.vice-white-2026 #main_content_section #post_header select {
	height: 38px !important;
	min-width: 190px !important;
	padding: 0 10px !important;
	border-radius: 10px !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #post_header img#icons,
html body.vice-white-2026 #main_content_section #post_header img#icons {
	width: 20px !important;
	height: auto !important;
	opacity: .85 !important;
}

/* 2. Editör kabı -------------------------------------------------------- */
html[data-vice-mode] body.vice-white-2026 #main_content_section .sceditor-container,
html body.vice-white-2026 #main_content_section .sceditor-container {
	position: relative !important;
	display: flex !important;
	flex-direction: column !important;
	width: 100% !important;
	max-width: none !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	background: var(--vw-card) !important;
	border: 1px solid var(--vw-line) !important;
	border-radius: 12px !important;
	box-shadow: none !important;
	transition: border-color .15s ease, box-shadow .15s ease !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section .sceditor-container:focus-within,
html body.vice-white-2026 #main_content_section .sceditor-container:focus-within {
	border-color: #2563eb !important;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, .15) !important;
}

/* 3. Toolbar ------------------------------------------------------------ */
html[data-vice-mode] body.vice-white-2026 #main_content_section .sceditor-toolbar,
html body.vice-white-2026 #main_content_section .sceditor-toolbar {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	gap: 4px !important;
	width: auto !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 8px 10px !important;
	overflow: visible !important;
	background: var(--vw-card-soft-2) !important;
	border: 0 !important;
	border-bottom: 1px solid var(--vw-line) !important;
	border-radius: 12px 12px 0 0 !important;
	box-shadow: none !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section .sceditor-group,
html body.vice-white-2026 #main_content_section .sceditor-group {
	display: inline-flex !important;
	align-items: center !important;
	gap: 2px !important;
	float: none !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 6px 0 0 !important;
	background: transparent !important;
	border: 0 !important;
	border-right: 1px solid var(--vw-line) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section .sceditor-group:last-child,
html body.vice-white-2026 #main_content_section .sceditor-group:last-child {
	border-right: 0 !important;
	padding-right: 0 !important;
	margin-left: auto !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button,
html body.vice-white-2026 #main_content_section a.sceditor-button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	float: none !important;
	width: 32px !important;
	height: 32px !important;
	min-width: 32px !important;
	margin: 0 !important;
	padding: 0 !important;
	color: var(--vw-text) !important;
	background: transparent !important;
	border: 1px solid transparent !important;
	border-radius: 8px !important;
	box-shadow: none !important;
	cursor: pointer !important;
	text-decoration: none !important;
	transition: background-color .12s ease, color .12s ease, border-color .12s ease !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button:hover,
html body.vice-white-2026 #main_content_section a.sceditor-button:hover {
	color: var(--vw-ink) !important;
	background: var(--vw-card) !important;
	border-color: var(--vw-line) !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button.active,
html body.vice-white-2026 #main_content_section a.sceditor-button.active {
	color: #2563eb !important;
	background: rgba(37, 99, 235, .12) !important;
	border-color: rgba(37, 99, 235, .35) !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button.disabled,
html body.vice-white-2026 #main_content_section a.sceditor-button.disabled {
	opacity: .35 !important;
	cursor: default !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button.disabled:hover,
html body.vice-white-2026 #main_content_section a.sceditor-button.disabled:hover {
	background: transparent !important;
	border-color: transparent !important;
}
/* Düğme metnini gizle, Font Awesome ikonunu çiz */
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button > div,
html body.vice-white-2026 #main_content_section a.sceditor-button > div {
	position: relative !important;
	display: block !important;
	width: 16px !important;
	height: 16px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	background: none !important;
	color: transparent !important;
	font-size: 0 !important;
	line-height: 0 !important;
	text-indent: 0 !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button > div::before,
html body.vice-white-2026 #main_content_section a.sceditor-button > div::before {
	content: "\f111";
	position: absolute !important;
	inset: 0 !important;
	display: block !important;
	color: var(--vw-text) !important;
	font-family: "Font Awesome 6 Free" !important;
	font-weight: 900 !important;
	font-size: 14px !important;
	line-height: 16px !important;
	text-align: center !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button:hover > div::before,
html body.vice-white-2026 #main_content_section a.sceditor-button:hover > div::before { color: var(--vw-ink) !important; }
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button.active > div::before,
html body.vice-white-2026 #main_content_section a.sceditor-button.active > div::before { color: #2563eb !important; }
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button-bold > div::before,
html body.vice-white-2026 #main_content_section a.sceditor-button-bold > div::before { content: "\f032" !important; }
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button-italic > div::before,
html body.vice-white-2026 #main_content_section a.sceditor-button-italic > div::before { content: "\f033" !important; }
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button-underline > div::before,
html body.vice-white-2026 #main_content_section a.sceditor-button-underline > div::before { content: "\f0cd" !important; }
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button-strike > div::before,
html body.vice-white-2026 #main_content_section a.sceditor-button-strike > div::before { content: "\f0cc" !important; }
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button-superscript > div::before,
html body.vice-white-2026 #main_content_section a.sceditor-button-superscript > div::before { content: "\f12b" !important; }
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button-subscript > div::before,
html body.vice-white-2026 #main_content_section a.sceditor-button-subscript > div::before { content: "\f12c" !important; }
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button-pre > div::before,
html body.vice-white-2026 #main_content_section a.sceditor-button-pre > div::before { content: "\f15c" !important; }
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button-left > div::before,
html body.vice-white-2026 #main_content_section a.sceditor-button-left > div::before { content: "\f036" !important; }
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button-center > div::before,
html body.vice-white-2026 #main_content_section a.sceditor-button-center > div::before { content: "\f037" !important; }
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button-right > div::before,
html body.vice-white-2026 #main_content_section a.sceditor-button-right > div::before { content: "\f038" !important; }
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button-justify > div::before,
html body.vice-white-2026 #main_content_section a.sceditor-button-justify > div::before { content: "\f039" !important; }
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button-font > div::before,
html body.vice-white-2026 #main_content_section a.sceditor-button-font > div::before { content: "\f031" !important; }
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button-size > div::before,
html body.vice-white-2026 #main_content_section a.sceditor-button-size > div::before { content: "\f034" !important; }
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button-color > div::before,
html body.vice-white-2026 #main_content_section a.sceditor-button-color > div::before { content: "\f53f" !important; }
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button-removeformat > div::before,
html body.vice-white-2026 #main_content_section a.sceditor-button-removeformat > div::before { content: "\f87d" !important; }
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button-floatleft > div::before,
html body.vice-white-2026 #main_content_section a.sceditor-button-floatleft > div::before { content: "\f177" !important; }
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button-floatright > div::before,
html body.vice-white-2026 #main_content_section a.sceditor-button-floatright > div::before { content: "\f178" !important; }
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button-image > div::before,
html body.vice-white-2026 #main_content_section a.sceditor-button-image > div::before { content: "\f03e" !important; }
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button-link > div::before,
html body.vice-white-2026 #main_content_section a.sceditor-button-link > div::before { content: "\f0c1" !important; }
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button-unlink > div::before,
html body.vice-white-2026 #main_content_section a.sceditor-button-unlink > div::before { content: "\f127" !important; }
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button-email > div::before,
html body.vice-white-2026 #main_content_section a.sceditor-button-email > div::before { content: "\f0e0" !important; }
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button-table > div::before,
html body.vice-white-2026 #main_content_section a.sceditor-button-table > div::before { content: "\f0ce" !important; }
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button-code > div::before,
html body.vice-white-2026 #main_content_section a.sceditor-button-code > div::before { content: "\f121" !important; }
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button-quote > div::before,
html body.vice-white-2026 #main_content_section a.sceditor-button-quote > div::before { content: "\f10d" !important; }
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button-bulletlist > div::before,
html body.vice-white-2026 #main_content_section a.sceditor-button-bulletlist > div::before { content: "\f0ca" !important; }
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button-orderedlist > div::before,
html body.vice-white-2026 #main_content_section a.sceditor-button-orderedlist > div::before { content: "\f0cb" !important; }
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button-horizontalrule > div::before,
html body.vice-white-2026 #main_content_section a.sceditor-button-horizontalrule > div::before { content: "\f7a5" !important; }
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button-maximize > div::before,
html body.vice-white-2026 #main_content_section a.sceditor-button-maximize > div::before { content: "\f065" !important; }
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button-source > div::before,
html body.vice-white-2026 #main_content_section a.sceditor-button-source > div::before { content: "\f1c9" !important; }
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button-emoticon > div::before,
html body.vice-white-2026 #main_content_section a.sceditor-button-emoticon > div::before { content: "\f118" !important; }
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button-date > div::before,
html body.vice-white-2026 #main_content_section a.sceditor-button-date > div::before { content: "\f073" !important; }
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button-time > div::before,
html body.vice-white-2026 #main_content_section a.sceditor-button-time > div::before { content: "\f017" !important; }
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button-indent > div::before,
html body.vice-white-2026 #main_content_section a.sceditor-button-indent > div::before { content: "\f03c" !important; }
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button-outdent > div::before,
html body.vice-white-2026 #main_content_section a.sceditor-button-outdent > div::before { content: "\f03b" !important; }
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button-cut > div::before,
html body.vice-white-2026 #main_content_section a.sceditor-button-cut > div::before { content: "\f0c4" !important; }
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button-copy > div::before,
html body.vice-white-2026 #main_content_section a.sceditor-button-copy > div::before { content: "\f0c5" !important; }
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button-paste > div::before,
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button-pastetext > div::before,
html body.vice-white-2026 #main_content_section a.sceditor-button-paste > div::before,
html body.vice-white-2026 #main_content_section a.sceditor-button-pastetext > div::before { content: "\f0ea" !important; }
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button-print > div::before,
html body.vice-white-2026 #main_content_section a.sceditor-button-print > div::before { content: "\f02f" !important; }
html[data-vice-mode] body.vice-white-2026 #main_content_section a.sceditor-button-youtube > div::before,
html body.vice-white-2026 #main_content_section a.sceditor-button-youtube > div::before {
	content: "\f167" !important;
	font-family: "Font Awesome 6 Brands" !important;
	font-weight: 400 !important;
}

/* 4. Yazı alanı (kaynak modu: textarea, görsel mod: iframe) -------------- */
html[data-vice-mode] body.vice-white-2026 #main_content_section .sceditor-container > textarea,
html[data-vice-mode] body.vice-white-2026 #main_content_section .sceditor-container > iframe,
html body.vice-white-2026 #main_content_section .sceditor-container > textarea,
html body.vice-white-2026 #main_content_section .sceditor-container > iframe {
	display: block;
	box-sizing: border-box !important;
	width: 100% !important;
	max-width: none !important;
	min-height: 340px !important;
	margin: 0 !important;
	padding: 16px 18px !important;
	color: var(--vw-text) !important;
	background: var(--vw-card) !important;
	border: 0 !important;
	border-radius: 0 0 12px 12px !important;
	box-shadow: none !important;
	outline: none !important;
	font-family: var(--vice-font-ui, Inter, system-ui, sans-serif) !important;
	font-size: 14.5px !important;
	line-height: 1.7 !important;
	resize: vertical !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section .sceditor-container > iframe,
html body.vice-white-2026 #main_content_section .sceditor-container > iframe {
	padding: 0 !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section .sceditor-container > textarea::placeholder,
html body.vice-white-2026 #main_content_section .sceditor-container > textarea::placeholder {
	color: var(--vw-muted) !important;
}
/* Yeniden boyutlandırma kulpu */
html[data-vice-mode] body.vice-white-2026 #main_content_section .sceditor-container > .sceditor-grip,
html body.vice-white-2026 #main_content_section .sceditor-container > .sceditor-grip {
	position: static !important;
	display: block !important;
	width: 100% !important;
	height: 12px !important;
	margin: 0 !important;
	background: none !important;
	border-top: 1px solid var(--vw-line) !important;
	border-radius: 0 0 12px 12px !important;
	cursor: ns-resize !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section .sceditor-container > .sceditor-grip::after,
html body.vice-white-2026 #main_content_section .sceditor-container > .sceditor-grip::after {
	content: "" !important;
	display: block !important;
	width: 36px !important;
	height: 3px !important;
	margin: 4px auto 0 !important;
	border-radius: 3px !important;
	background: var(--vw-line) !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section .sceditor-container:has(> .sceditor-grip) > textarea,
html[data-vice-mode] body.vice-white-2026 #main_content_section .sceditor-container:has(> .sceditor-grip) > iframe,
html body.vice-white-2026 #main_content_section .sceditor-container:has(> .sceditor-grip) > textarea,
html body.vice-white-2026 #main_content_section .sceditor-container:has(> .sceditor-grip) > iframe {
	border-radius: 0 !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #message_resizer,
html body.vice-white-2026 #main_content_section #message_resizer {
	display: none !important;
}

/* 5. Editör açılır pencereleri (font, boyut, renk, link, resim…) --------- */
html[data-vice-mode] body.vice-white-2026 #main_content_section .sceditor-dropdown,
html body.vice-white-2026 #main_content_section .sceditor-dropdown {
	z-index: 400 !important;
	padding: 12px !important;
	color: var(--vw-text) !important;
	background: var(--vw-card) !important;
	border: 1px solid var(--vw-line) !important;
	border-radius: 10px !important;
	box-shadow: 0 16px 40px rgba(0, 0, 0, .28) !important;
	font-size: 13px !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section .sceditor-dropdown label,
html body.vice-white-2026 #main_content_section .sceditor-dropdown label {
	display: block !important;
	margin: 0 0 4px !important;
	color: var(--vw-muted) !important;
	font-size: 12px !important;
	font-weight: 650 !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section .sceditor-dropdown input[type="text"],
html[data-vice-mode] body.vice-white-2026 #main_content_section .sceditor-dropdown textarea,
html body.vice-white-2026 #main_content_section .sceditor-dropdown input[type="text"],
html body.vice-white-2026 #main_content_section .sceditor-dropdown textarea {
	width: 100% !important;
	height: 34px !important;
	margin: 0 0 10px !important;
	padding: 0 10px !important;
	border-radius: 8px !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section .sceditor-dropdown .button,
html[data-vice-mode] body.vice-white-2026 #main_content_section .sceditor-dropdown input[type="button"],
html body.vice-white-2026 #main_content_section .sceditor-dropdown .button,
html body.vice-white-2026 #main_content_section .sceditor-dropdown input[type="button"] {
	height: 32px !important;
	padding: 0 14px !important;
	color: #fff !important;
	background: #2563eb !important;
	border: 0 !important;
	border-radius: 8px !important;
	font-weight: 700 !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section .sceditor-dropdown a.sceditor-font-option,
html[data-vice-mode] body.vice-white-2026 #main_content_section .sceditor-dropdown a.sceditor-fontsize-option,
html body.vice-white-2026 #main_content_section .sceditor-dropdown a.sceditor-font-option,
html body.vice-white-2026 #main_content_section .sceditor-dropdown a.sceditor-fontsize-option {
	display: block !important;
	padding: 6px 10px !important;
	color: var(--vw-text) !important;
	border-radius: 6px !important;
	text-decoration: none !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section .sceditor-dropdown a.sceditor-font-option:hover,
html[data-vice-mode] body.vice-white-2026 #main_content_section .sceditor-dropdown a.sceditor-fontsize-option:hover,
html body.vice-white-2026 #main_content_section .sceditor-dropdown a.sceditor-font-option:hover,
html body.vice-white-2026 #main_content_section .sceditor-dropdown a.sceditor-fontsize-option:hover {
	background: var(--vw-card-soft-2) !important;
	color: var(--vw-ink) !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section .sceditor-color-column a,
html body.vice-white-2026 #main_content_section .sceditor-color-column a {
	border-radius: 3px !important;
}

/* 6. Ek dosya alanı ----------------------------------------------------
 * Yapı: #attachment_upload > #drop_zone_ui (tıkla/bırak mesajı)
 *                          + #attachment_previews (yüklenen dosyalar)
 * Kesikli kutu yalnızca #drop_zone_ui'de; önizlemeler tam genişlikte
 * satır kartları (aksi halde dar sütuna sıkışıp hata metni dikey
 * kırılıyordu). */
html[data-vice-mode] body.vice-white-2026 #main_content_section #post_attachments_area,
html body.vice-white-2026 #main_content_section #post_attachments_area {
	margin: 18px 0 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #attachment_upload,
html body.vice-white-2026 #main_content_section #attachment_upload {
	display: block !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	text-align: left !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #drop_zone_ui,
html body.vice-white-2026 #main_content_section #drop_zone_ui {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 6px !important;
	width: auto !important;
	min-height: 84px !important;
	margin: 0 !important;
	padding: 18px !important;
	color: var(--vw-muted) !important;
	background: var(--vw-card-soft-2) !important;
	border: 2px dashed var(--vw-line) !important;
	border-radius: 12px !important;
	font-size: 13px !important;
	text-align: center !important;
	cursor: pointer !important;
	transition: border-color .15s ease, color .15s ease !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #drop_zone_ui:hover,
html[data-vice-mode] body.vice-white-2026 #main_content_section #attachment_upload.dz-drag-hover #drop_zone_ui,
html body.vice-white-2026 #main_content_section #drop_zone_ui:hover,
html body.vice-white-2026 #main_content_section #attachment_upload.dz-drag-hover #drop_zone_ui {
	color: var(--vw-ink) !important;
	border-color: #2563eb !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #drop_zone_ui::before,
html body.vice-white-2026 #main_content_section #drop_zone_ui::before {
	content: "\f0ee" !important;
	font-family: "Font Awesome 6 Free" !important;
	font-weight: 900 !important;
	font-size: 22px !important;
	line-height: 1 !important;
	color: #2563eb !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #drop_zone_ui .attach_drop_zone_label,
html body.vice-white-2026 #main_content_section #drop_zone_ui .attach_drop_zone_label {
	margin: 0 !important;
	color: inherit !important;
}

/* Önizleme listesi */
html[data-vice-mode] body.vice-white-2026 #main_content_section #attachment_previews,
html body.vice-white-2026 #main_content_section #attachment_previews {
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #attachment_previews > div,
html body.vice-white-2026 #main_content_section #attachment_previews > div {
	display: block !important;
	float: none !important;
	width: auto !important;
	margin: 10px 0 0 !important;
	padding: 0 !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #attachment_previews .attachment_preview_wrapper,
html body.vice-white-2026 #main_content_section #attachment_previews .attachment_preview_wrapper {
	display: grid !important;
	grid-template-columns: 72px minmax(0, 1fr) auto !important;
	grid-template-areas: "thumb info ui" !important;
	align-items: center !important;
	gap: 14px !important;
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 12px 14px !important;
	background: var(--vw-card) !important;
	border: 1px solid var(--vw-line) !important;
	border-radius: 12px !important;
	box-shadow: none !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #attachment_previews .dz-error .attachment_preview_wrapper,
html body.vice-white-2026 #main_content_section #attachment_previews .dz-error .attachment_preview_wrapper {
	border-color: rgba(220, 38, 38, .55) !important;
	background: rgba(220, 38, 38, .06) !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #attachment_previews .attach-preview,
html body.vice-white-2026 #main_content_section #attachment_previews .attach-preview {
	grid-area: thumb !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	float: none !important;
	width: 72px !important;
	height: 72px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	background: var(--vw-card-soft-2) !important;
	border: 1px solid var(--vw-line) !important;
	border-radius: 10px !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #attachment_previews .attach-preview:not(:has(img[src]:not([src=""])))::before,
html body.vice-white-2026 #main_content_section #attachment_previews .attach-preview:not(:has(img[src]:not([src=""])))::before {
	content: "\f15b" !important;
	font-family: "Font Awesome 6 Free" !important;
	font-weight: 900 !important;
	font-size: 22px !important;
	color: var(--vw-muted) !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #attachment_previews .attach-preview img,
html body.vice-white-2026 #main_content_section #attachment_previews .attach-preview img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #attachment_previews .attach-preview img:not([src]),
html[data-vice-mode] body.vice-white-2026 #main_content_section #attachment_previews .attach-preview img[src=""],
html body.vice-white-2026 #main_content_section #attachment_previews .attach-preview img:not([src]),
html body.vice-white-2026 #main_content_section #attachment_previews .attach-preview img[src=""] {
	display: none !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #attachment_previews .attachment_info,
html body.vice-white-2026 #main_content_section #attachment_previews .attachment_info {
	grid-area: info !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 4px !important;
	float: none !important;
	width: auto !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #attachment_previews .attachment_info .name,
html body.vice-white-2026 #main_content_section #attachment_previews .attachment_info .name {
	display: block !important;
	overflow: hidden !important;
	color: var(--vw-ink) !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #attachment_previews .attachment_info .size,
html[data-vice-mode] body.vice-white-2026 #main_content_section #attachment_previews .attachment_info .message,
html body.vice-white-2026 #main_content_section #attachment_previews .attachment_info .size,
html body.vice-white-2026 #main_content_section #attachment_previews .attachment_info .message {
	display: block !important;
	color: var(--vw-muted) !important;
	font-size: 12px !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #attachment_previews .attachment_info .error,
html body.vice-white-2026 #main_content_section #attachment_previews .attachment_info .error {
	display: block !important;
	width: auto !important;
	max-width: 100% !important;
	color: #ef4444 !important;
	font-size: 12.5px !important;
	font-weight: 600 !important;
	line-height: 1.45 !important;
	white-space: normal !important;
	word-break: normal !important;
	overflow-wrap: break-word !important;
	writing-mode: horizontal-tb !important;
	/* Güvenlik ağı: sunucu HTML gibi uzun bir yanıt dönerse en fazla 3 satır */
	display: -webkit-box !important;
	-webkit-line-clamp: 3 !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #attachment_previews .attachment_info .error:empty,
html[data-vice-mode] body.vice-white-2026 #main_content_section #attachment_previews .attachment_info .message:empty,
html[data-vice-mode] body.vice-white-2026 #main_content_section #attachment_previews .attachment_info .size:empty,
html body.vice-white-2026 #main_content_section #attachment_previews .attachment_info .error:empty,
html body.vice-white-2026 #main_content_section #attachment_previews .attachment_info .message:empty,
html body.vice-white-2026 #main_content_section #attachment_previews .attachment_info .size:empty {
	display: none !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #attachment_previews .progress_bar,
html body.vice-white-2026 #main_content_section #attachment_previews .progress_bar {
	width: 100% !important;
	max-width: 320px !important;
	height: 6px !important;
	margin: 4px 0 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	background: var(--vw-card-soft-2) !important;
	border: 0 !important;
	border-radius: 999px !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #attachment_previews .progress_bar .bar,
html body.vice-white-2026 #main_content_section #attachment_previews .progress_bar .bar {
	height: 100% !important;
	background: #2563eb !important;
	border-radius: 999px !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #attachment_previews .dz-complete .progress_bar,
html[data-vice-mode] body.vice-white-2026 #main_content_section #attachment_previews .dz-error .progress_bar,
html body.vice-white-2026 #main_content_section #attachment_previews .dz-complete .progress_bar,
html body.vice-white-2026 #main_content_section #attachment_previews .dz-error .progress_bar {
	display: none !important;
}
/* Sağ: boyut alanları + sil */
html[data-vice-mode] body.vice-white-2026 #main_content_section #attachment_previews .attach-ui,
html body.vice-white-2026 #main_content_section #attachment_previews .attach-ui {
	grid-area: ui !important;
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #attachment_previews .attached_BBC_width_height,
html body.vice-white-2026 #main_content_section #attachment_previews .attached_BBC_width_height {
	display: flex !important;
	gap: 8px !important;
	margin: 0 !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #attachment_previews .attached_BBC_width,
html[data-vice-mode] body.vice-white-2026 #main_content_section #attachment_previews .attached_BBC_height,
html body.vice-white-2026 #main_content_section #attachment_previews .attached_BBC_width,
html body.vice-white-2026 #main_content_section #attachment_previews .attached_BBC_height {
	display: flex !important;
	flex-direction: column !important;
	gap: 2px !important;
	margin: 0 !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #attachment_previews .attached_BBC_width label,
html[data-vice-mode] body.vice-white-2026 #main_content_section #attachment_previews .attached_BBC_height label,
html body.vice-white-2026 #main_content_section #attachment_previews .attached_BBC_width label,
html body.vice-white-2026 #main_content_section #attachment_previews .attached_BBC_height label {
	margin: 0 !important;
	color: var(--vw-muted) !important;
	font-size: 11px !important;
	font-weight: 600 !important;
	white-space: nowrap !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #attachment_previews .attach-ui input[type="number"],
html body.vice-white-2026 #main_content_section #attachment_previews .attach-ui input[type="number"] {
	width: 92px !important;
	height: 32px !important;
	padding: 0 8px !important;
	border-radius: 8px !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #attachment_previews .attach-ui .button:not(.main_icons),
html body.vice-white-2026 #main_content_section #attachment_previews .attach-ui .button:not(.main_icons) {
	height: 32px !important;
	padding: 0 12px !important;
	border-radius: 8px !important;
	font-size: 12px !important;
	font-weight: 700 !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #attachment_previews .attach-ui a.main_icons.delete,
html body.vice-white-2026 #main_content_section #attachment_previews .attach-ui a.main_icons.delete {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	order: 9 !important;
	float: none !important;
	width: 32px !important;
	height: 32px !important;
	margin: 0 !important;
	padding: 0 !important;
	color: var(--vw-muted) !important;
	background: var(--vw-card-soft-2) !important;
	border: 1px solid var(--vw-line) !important;
	border-radius: 8px !important;
	cursor: pointer !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #attachment_previews .attach-ui a.main_icons.delete::before,
html body.vice-white-2026 #main_content_section #attachment_previews .attach-ui a.main_icons.delete::before {
	content: "\f1f8" !important;
	width: auto !important;
	height: auto !important;
	background: none !important;
	font-family: "Font Awesome 6 Free" !important;
	font-weight: 900 !important;
	font-size: 13px !important;
	line-height: 1 !important;
	color: inherit !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #attachment_previews .attach-ui a.main_icons.delete:hover,
html body.vice-white-2026 #main_content_section #attachment_previews .attach-ui a.main_icons.delete:hover {
	color: #ef4444 !important;
	border-color: rgba(239, 68, 68, .6) !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #max_files_progress,
html body.vice-white-2026 #main_content_section #max_files_progress {
	margin: 10px 0 0 !important;
}

/* 7. Diğer seçenekler (açılır) ------------------------------------------ */
html[data-vice-mode] body.vice-white-2026 #main_content_section #post_additional_options_header,
html body.vice-white-2026 #main_content_section #post_additional_options_header {
	display: flex !important;
	align-items: center !important;
	gap: 8px !important;
	margin: 18px 0 0 !important;
	padding: 12px 0 0 !important;
	border-top: 1px solid var(--vw-line) !important;
	color: var(--vw-text) !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	cursor: pointer !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #post_additional_options_header a,
html body.vice-white-2026 #main_content_section #post_additional_options_header a {
	color: inherit !important;
	text-decoration: none !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #post_additional_options_header img,
html body.vice-white-2026 #main_content_section #post_additional_options_header img {
	width: 14px !important;
	height: auto !important;
	opacity: .7 !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #post_additional_options,
html body.vice-white-2026 #main_content_section #post_additional_options {
	margin: 12px 0 0 !important;
	padding: 0 !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #post_additional_options ul.post_options,
html body.vice-white-2026 #main_content_section #post_additional_options ul.post_options {
	display: grid !important;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
	gap: 8px 16px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #post_additional_options ul.post_options li,
html body.vice-white-2026 #main_content_section #post_additional_options ul.post_options li {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #post_additional_options ul.post_options label,
html body.vice-white-2026 #main_content_section #post_additional_options ul.post_options label {
	display: flex !important;
	align-items: center !important;
	gap: 8px !important;
	margin: 0 !important;
	color: var(--vw-text) !important;
	font-size: 13px !important;
	cursor: pointer !important;
}

/* 8. Gönder / önizle ---------------------------------------------------- */
html[data-vice-mode] body.vice-white-2026 #main_content_section #post_confirm_buttons,
html body.vice-white-2026 #main_content_section #post_confirm_buttons {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	justify-content: flex-end !important;
	gap: 10px !important;
	float: none !important;
	width: auto !important;
	margin: 18px 0 0 !important;
	padding: 16px 0 0 !important;
	border-top: 1px solid var(--vw-line) !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #post_confirm_buttons > span.smalltext,
html[data-vice-mode] body.vice-white-2026 #main_content_section #post_confirm_buttons .shortcuts,
html body.vice-white-2026 #main_content_section #post_confirm_buttons > span.smalltext,
html body.vice-white-2026 #main_content_section #post_confirm_buttons .shortcuts {
	margin: 0 auto 0 0 !important;
	color: var(--vw-muted) !important;
	font-size: 12px !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #post_confirm_buttons > span:empty,
html body.vice-white-2026 #main_content_section #post_confirm_buttons > span:empty {
	display: none !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #post_confirm_buttons :is(input[type="submit"], input[type="button"], button, .button),
html body.vice-white-2026 #main_content_section #post_confirm_buttons :is(input[type="submit"], input[type="button"], button, .button) {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	height: 40px !important;
	min-width: 110px !important;
	margin: 0 !important;
	padding: 0 20px !important;
	color: var(--vw-text) !important;
	background: var(--vw-card-soft-2) !important;
	border: 1px solid var(--vw-line) !important;
	border-radius: 10px !important;
	box-shadow: none !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	letter-spacing: .02em !important;
	text-transform: none !important;
	cursor: pointer !important;
	transition: background-color .15s ease, border-color .15s ease, color .15s ease, transform .15s ease !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #post_confirm_buttons :is(input[type="submit"], input[type="button"], button, .button):hover,
html body.vice-white-2026 #main_content_section #post_confirm_buttons :is(input[type="submit"], input[type="button"], button, .button):hover {
	color: var(--vw-ink) !important;
	border-color: #2563eb !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #post_confirm_buttons :is(input[name="post"], input[name="save_draft"] ~ input[name="post"], button[name="post"]),
html body.vice-white-2026 #main_content_section #post_confirm_buttons :is(input[name="post"], input[name="save_draft"] ~ input[name="post"], button[name="post"]) {
	color: #fff !important;
	background: #2563eb !important;
	border-color: #2563eb !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #post_confirm_buttons :is(input[name="post"], button[name="post"]):hover,
html body.vice-white-2026 #main_content_section #post_confirm_buttons :is(input[name="post"], button[name="post"]):hover {
	color: #fff !important;
	background: #1d4ed8 !important;
	border-color: #1d4ed8 !important;
	transform: translateY(-1px) !important;
}

/* 9. Önizleme ----------------------------------------------------------- */
html[data-vice-mode] body.vice-white-2026 #main_content_section #preview_section #preview_body,
html body.vice-white-2026 #main_content_section #preview_section #preview_body {
	padding: 18px 22px !important;
	color: var(--vw-text) !important;
	font-size: 14.5px !important;
	line-height: 1.7 !important;
}

/* 9b. Cevap sayfası: konu özeti (#recent) ------------------------------ */
html[data-vice-mode] body.vice-white-2026 #main_content_section #recent .windowbg,
html body.vice-white-2026 #main_content_section #recent .windowbg {
	margin: 0 0 10px !important;
	padding: 14px 18px !important;
	border-radius: 10px !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #recent .windowbg > div > div:first-child,
html body.vice-white-2026 #main_content_section #recent .windowbg > div > div:first-child {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: baseline !important;
	gap: 4px 8px !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #recent .windowbg h5,
html body.vice-white-2026 #main_content_section #recent .windowbg h5 {
	float: none !important;
	margin: 0 !important;
	color: var(--vw-ink) !important;
	font-size: 13px !important;
	font-weight: 700 !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #recent .windowbg h5 + .smalltext,
html body.vice-white-2026 #main_content_section #recent .windowbg h5 + .smalltext {
	color: var(--vw-muted) !important;
	font-size: 12px !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #recent .list_posts,
html body.vice-white-2026 #main_content_section #recent .list_posts {
	margin: 10px 0 0 !important;
	padding: 10px 0 0 !important;
	border: 0 !important;
	border-top: 1px solid var(--vw-line) !important;
	box-shadow: none !important;
	color: var(--vw-text) !important;
	font-size: 14px !important;
	line-height: 1.65 !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #recent ul.quickbuttons,
html body.vice-white-2026 #main_content_section #recent ul.quickbuttons {
	display: flex !important;
	justify-content: flex-end !important;
	gap: 6px !important;
	float: none !important;
	margin: 10px 0 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #recent ul.quickbuttons > li,
html body.vice-white-2026 #main_content_section #recent ul.quickbuttons > li {
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #recent ul.quickbuttons > li > a,
html body.vice-white-2026 #main_content_section #recent ul.quickbuttons > li > a {
	display: inline-flex !important;
	align-items: center !important;
	gap: 6px !important;
	height: 30px !important;
	padding: 0 12px !important;
	color: var(--vw-text) !important;
	background: var(--vw-card-soft-2) !important;
	border: 1px solid var(--vw-line) !important;
	border-radius: 8px !important;
	box-shadow: none !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	text-decoration: none !important;
}
html[data-vice-mode] body.vice-white-2026 #main_content_section #recent ul.quickbuttons > li > a:hover,
html body.vice-white-2026 #main_content_section #recent ul.quickbuttons > li > a:hover {
	color: var(--vw-ink) !important;
	border-color: #2563eb !important;
}

/* 10. Mobil ------------------------------------------------------------- */
@media (max-width: 720px) {
	html[data-vice-mode] body.vice-white-2026 #main_content_section #post_area > .roundframe,
	html body.vice-white-2026 #main_content_section #post_area > .roundframe {
		padding: 16px 14px !important;
	}
	html[data-vice-mode] body.vice-white-2026 #main_content_section #post_header,
	html body.vice-white-2026 #main_content_section #post_header {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 6px !important;
	}
	html[data-vice-mode] body.vice-white-2026 #main_content_section #post_header > dd,
	html body.vice-white-2026 #main_content_section #post_header > dd {
		margin-bottom: 8px !important;
	}
	html[data-vice-mode] body.vice-white-2026 #main_content_section .sceditor-toolbar,
	html body.vice-white-2026 #main_content_section .sceditor-toolbar {
		flex-wrap: nowrap !important;
		overflow-x: auto !important;
	}
	html[data-vice-mode] body.vice-white-2026 #main_content_section .sceditor-group:last-child,
	html body.vice-white-2026 #main_content_section .sceditor-group:last-child {
		margin-left: 0 !important;
	}
	html[data-vice-mode] body.vice-white-2026 #main_content_section .sceditor-container > textarea,
	html[data-vice-mode] body.vice-white-2026 #main_content_section .sceditor-container > iframe,
	html body.vice-white-2026 #main_content_section .sceditor-container > textarea,
	html body.vice-white-2026 #main_content_section .sceditor-container > iframe {
		min-height: 240px !important;
	}
	html[data-vice-mode] body.vice-white-2026 #main_content_section #post_confirm_buttons > span.smalltext,
	html body.vice-white-2026 #main_content_section #post_confirm_buttons > span.smalltext {
		display: none !important;
	}
	html[data-vice-mode] body.vice-white-2026 #main_content_section #attachment_previews .attachment_preview_wrapper,
	html body.vice-white-2026 #main_content_section #attachment_previews .attachment_preview_wrapper {
		grid-template-columns: 56px minmax(0, 1fr) !important;
		grid-template-areas: "thumb info" "ui ui" !important;
	}
	html[data-vice-mode] body.vice-white-2026 #main_content_section #attachment_previews .attach-preview,
	html body.vice-white-2026 #main_content_section #attachment_previews .attach-preview {
		width: 56px !important;
		height: 56px !important;
	}
	html[data-vice-mode] body.vice-white-2026 #main_content_section #attachment_previews .attach-ui,
	html body.vice-white-2026 #main_content_section #attachment_previews .attach-ui {
		justify-content: space-between !important;
	}
	html[data-vice-mode] body.vice-white-2026 #main_content_section #post_confirm_buttons :is(input[type="submit"], button),
	html body.vice-white-2026 #main_content_section #post_confirm_buttons :is(input[type="submit"], button) {
		flex: 1 1 0 !important;
	}
}
