/* =========================================================
   AnteEnti Telugu Q&A UI
   Single Question Page
   File: assets/css/single-question.css

   Purpose:
   - Single question page layout
   - Reuse homepage sidebars
   - Style question card
   - Style answer cards
   - Keep vote buttons compact and horizontal
   - Remove old AnsPress layout conflicts
========================================================= */


/* ---------------------------------------------------------
   1. Page shell / Neve reset
--------------------------------------------------------- */

body.anteenti-qa-ui.anteenti-qa-page-single-question {
	background: #f7f8fa;
	overflow-x: hidden;
}

body.anteenti-qa-ui.anteenti-qa-page-single-question * {
	box-sizing: border-box;
}

body.anteenti-qa-page-single-question .nv-page-title-wrap {
	display: none !important;
}

body.anteenti-qa-page-single-question .single-page-container,
body.anteenti-qa-page-single-question .single-page-container > .row,
body.anteenti-qa-page-single-question .nv-single-page-wrap,
body.anteenti-qa-page-single-question .nv-content-wrap,
body.anteenti-qa-page-single-question .entry-content {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.anteenti-qa-page-single-question #content {
	padding-bottom: 104px;
}


/* ---------------------------------------------------------
   2. AnsPress wrapper reset
--------------------------------------------------------- */

body.anteenti-qa-page-single-question #anspress,
body.anteenti-qa-page-single-question .anspress {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	color: var(--anteenti-color-text);
	font-family: var(--anteenti-font-main);
	overflow: visible !important;
}

body.anteenti-qa-page-single-question #anspress * {
	box-sizing: border-box;
}

body.anteenti-qa-page-single-question #anspress .ap-row,
body.anteenti-qa-page-single-question #anspress .ap-col-12,
body.anteenti-qa-page-single-question #anspress .ap-q-left,
body.anteenti-qa-page-single-question #anspress .ap-question-lr,
body.anteenti-qa-page-single-question #anspress .anteenti-single-question-row,
body.anteenti-qa-page-single-question #anspress .anteenti-single-question-main {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	clear: none !important;
	overflow: visible !important;
}

body.anteenti-qa-page-single-question #anspress .ap-cell,
body.anteenti-qa-page-single-question #anspress .ap-cell-inner,
body.anteenti-qa-page-single-question #anspress .ap-q-cells,
body.anteenti-qa-page-single-question #anspress .ap-a-cells {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	clear: none !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	overflow: visible !important;
}

body.anteenti-qa-page-single-question #anspress .ap-question-meta {
	display: none !important;
}


/* ---------------------------------------------------------
   3. Main 3-column layout
--------------------------------------------------------- */

body.anteenti-qa-page-single-question #anspress .anteenti-single-layout {
	display: grid !important;
	grid-template-columns: 220px minmax(0, 820px) 260px !important;
	gap: 24px !important;
	align-items: start !important;
	justify-content: center !important;
	width: 100% !important;
	max-width: 1360px !important;
	margin: 0 auto !important;
	padding: 28px 18px 96px !important;
}

body.anteenti-qa-page-single-question #anspress .anteenti-single-feed {
	width: 100% !important;
	min-width: 0 !important;
	max-width: 820px !important;
}


/* ---------------------------------------------------------
   4. Sidebar styling reused on single page
--------------------------------------------------------- */

body.anteenti-qa-page-single-question #anspress .anteenti-home-left,
body.anteenti-qa-page-single-question #anspress .anteenti-home-right {
	width: 100% !important;
	min-width: 0 !important;
	position: sticky !important;
	top: 92px !important;
	align-self: start !important;
}

body.anteenti-qa-page-single-question #anspress .anteenti-sidebar-card {
	margin: 0 0 16px !important;
	padding: 16px !important;
	background: var(--anteenti-color-surface) !important;
	border: 1px solid var(--anteenti-color-border) !important;
	border-radius: 18px !important;
	box-shadow: 0 6px 16px rgba(31, 24, 18, 0.07) !important;
}

body.anteenti-qa-page-single-question #anspress .anteenti-sidebar-title {
	margin: 0 0 12px !important;
	padding: 0 !important;
	color: var(--anteenti-color-text) !important;
	font-family: var(--anteenti-font-main) !important;
	font-size: 1rem !important;
	font-weight: 900 !important;
	line-height: 1.35 !important;
}

body.anteenti-qa-page-single-question #anspress .anteenti-sidebar-list {
	display: flex !important;
	flex-direction: column !important;
	gap: 8px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

body.anteenti-qa-page-single-question #anspress .anteenti-sidebar-list li {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

body.anteenti-qa-page-single-question #anspress .anteenti-sidebar-link {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 8px !important;
	min-height: 36px !important;
	padding: 8px 10px !important;
	background: var(--anteenti-color-bg-soft) !important;
	border: 1px solid var(--anteenti-color-border) !important;
	border-radius: 999px !important;
	color: var(--anteenti-color-primary) !important;
	font-family: var(--anteenti-font-main) !important;
	font-size: 0.86rem !important;
	font-weight: 750 !important;
	line-height: 1.25 !important;
	text-decoration: none !important;
}

body.anteenti-qa-page-single-question #anspress .anteenti-sidebar-link:hover {
	background: var(--anteenti-color-primary-soft) !important;
	color: var(--anteenti-color-primary-dark) !important;
	text-decoration: none !important;
}

body.anteenti-qa-page-single-question #anspress .anteenti-sidebar-count {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-width: 24px !important;
	height: 24px !important;
	padding: 0 7px !important;
	border-radius: 999px !important;
	background: #ffffff !important;
	color: var(--anteenti-color-muted) !important;
	font-size: 0.72rem !important;
	font-weight: 850 !important;
}

body.anteenti-qa-page-single-question #anspress .anteenti-card-text {
	margin: 0 !important;
	color: var(--anteenti-color-muted) !important;
	font-family: var(--anteenti-font-main) !important;
	font-size: 0.9rem !important;
	line-height: 1.65 !important;
}


/* ---------------------------------------------------------
   5. Single question card
--------------------------------------------------------- */

body.anteenti-qa-page-single-question #anspress .anteenti-single-question-card {
	position: relative;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 0 18px !important;
	padding: 22px !important;
	background: var(--anteenti-color-surface);
	border: 1px solid var(--anteenti-color-border);
	border-radius: 20px;
	box-shadow: 0 8px 22px rgba(31, 24, 18, 0.08);
	overflow: hidden;
}

body.anteenti-qa-page-single-question #anspress .anteenti-single-question-card::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at top left, rgba(255, 255, 255, 0.72), transparent 44%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.4), transparent 62%);
	opacity: 0.8;
}

body.anteenti-qa-page-single-question #anspress .anteenti-single-question-card > * {
	position: relative;
	z-index: 1;
}

body.anteenti-qa-page-single-question #anspress .anteenti-single-question-card__crumbs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 9px;
	color: var(--anteenti-color-muted);
	font-family: var(--anteenti-font-main);
	font-size: 0.76rem;
	font-weight: 700;
	line-height: 1.3;
}

body.anteenti-qa-page-single-question #anspress .anteenti-single-question-card__crumbs a {
	color: var(--anteenti-color-primary);
	text-decoration: none;
}

body.anteenti-qa-page-single-question #anspress .anteenti-single-question-card__type {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	width: fit-content;
	margin-bottom: 8px;
	padding: 4px 9px;
	background: var(--anteenti-color-primary-soft);
	border: 1px solid rgba(143, 29, 35, 0.16);
	border-radius: 999px;
	color: var(--anteenti-color-primary-dark);
	font-family: var(--anteenti-font-main);
	font-size: 0.72rem;
	font-weight: 850;
	line-height: 1.2;
}

body.anteenti-qa-page-single-question #anspress .anteenti-single-question-card__title {
	margin: 0;
	color: var(--anteenti-color-text);
	font-family: var(--anteenti-font-main);
	font-size: clamp(1.45rem, 3.1vw, 2.3rem);
	font-weight: 900;
	line-height: 1.32;
	letter-spacing: -0.018em;
}

body.anteenti-qa-page-single-question #anspress .anteenti-single-question-card__content {
	margin-top: 10px;
	color: var(--anteenti-color-text);
	font-family: var(--anteenti-font-main);
	font-size: 1rem;
	line-height: 1.75;
	overflow-wrap: anywhere;
}

body.anteenti-qa-page-single-question #anspress .anteenti-single-question-card__content p {
	margin: 0 0 10px;
}

body.anteenti-qa-page-single-question #anspress .anteenti-single-question-card__topics {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 12px;
}

body.anteenti-qa-page-single-question #anspress .anteenti-single-question-card__pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 26px;
	padding: 4px 10px;
	background: var(--anteenti-color-bg-soft);
	border: 1px solid var(--anteenti-color-border);
	border-radius: 999px;
	color: var(--anteenti-color-muted);
	font-family: var(--anteenti-font-main);
	font-size: 0.74rem;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
}


/* ---------------------------------------------------------
   6. Author row
--------------------------------------------------------- */

body.anteenti-qa-page-single-question #anspress .anteenti-single-question-card__author-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px solid var(--anteenti-color-border);
}

body.anteenti-qa-page-single-question #anspress .anteenti-single-question-card__author,
body.anteenti-qa-page-single-question #anspress .anteenti-answer-card__author {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-width: 0;
	color: var(--anteenti-color-text);
	text-decoration: none;
}

body.anteenti-qa-page-single-question #anspress .anteenti-single-question-card__avatar img,
body.anteenti-qa-page-single-question #anspress .anteenti-answer-card__avatar img {
	width: 34px;
	height: 34px;
	border-radius: 999px;
	object-fit: cover;
	border: 0;
	box-shadow: none;
}

body.anteenti-qa-page-single-question #anspress .anteenti-single-question-card__author strong,
body.anteenti-qa-page-single-question #anspress .anteenti-answer-card__author strong {
	display: block;
	color: var(--anteenti-color-text);
	font-family: var(--anteenti-font-main);
	font-size: 0.84rem;
	font-weight: 850;
	line-height: 1.2;
}

body.anteenti-qa-page-single-question #anspress .anteenti-single-question-card__author small,
body.anteenti-qa-page-single-question #anspress .anteenti-answer-card__author small {
	display: block;
	margin-top: 2px;
	color: var(--anteenti-color-muted);
	font-family: var(--anteenti-font-main);
	font-size: 0.72rem;
	font-weight: 650;
	line-height: 1.2;
}

body.anteenti-qa-page-single-question #anspress .anteenti-single-question-card__verified,
body.anteenti-qa-page-single-question #anspress .anteenti-answer-card__best-label {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	width: fit-content;
	padding: 5px 9px;
	background: rgba(47, 143, 70, 0.1);
	border: 1px solid rgba(47, 143, 70, 0.18);
	border-radius: 999px;
	color: var(--anteenti-color-action-dark);
	font-family: var(--anteenti-font-main);
	font-size: 0.7rem;
	font-weight: 850;
	line-height: 1.2;
	white-space: nowrap;
}


/* ---------------------------------------------------------
   7. Question bottom meta + vote row
--------------------------------------------------------- */

body.anteenti-qa-page-single-question #anspress .anteenti-single-question-card__bottom {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 14px !important;
	margin-top: 16px !important;
}

body.anteenti-qa-page-single-question #anspress .anteenti-single-question-card__meta-line {
	display: flex !important;
	align-items: center !important;
	flex-wrap: wrap !important;
	gap: 8px !important;
	min-width: 0 !important;
}

body.anteenti-qa-page-single-question #anspress .anteenti-single-question-card__stats {
	display: inline-flex !important;
	align-items: center !important;
	flex-wrap: wrap !important;
	gap: 8px !important;
	margin: 0 !important;
	overflow: visible !important;
}

body.anteenti-qa-page-single-question #anspress .anteenti-single-question-card__stats span {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	flex: 0 0 auto;
	min-height: 30px;
	padding: 5px 10px;
	background: rgba(255, 255, 255, 0.58);
	border: 1px solid var(--anteenti-color-border);
	border-radius: 999px;
	color: var(--anteenti-color-muted);
	font-family: var(--anteenti-font-main);
	font-size: 0.76rem;
	font-weight: 750;
	line-height: 1.2;
}

body.anteenti-qa-page-single-question #anspress .anteenti-single-question-card__stats strong {
	color: var(--anteenti-color-text);
	font-weight: 900;
}

body.anteenti-qa-page-single-question #anspress .anteenti-single-question-card__answer-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-height: 36px;
	padding: 8px 16px;
	background: var(--anteenti-color-primary);
	border: 1px solid var(--anteenti-color-primary);
	border-radius: 999px;
	color: #ffffff;
	font-family: var(--anteenti-font-main);
	font-size: 0.82rem;
	font-weight: 850;
	line-height: 1.2;
	text-decoration: none;
	box-shadow: none;
}

body.anteenti-qa-page-single-question #anspress .anteenti-single-question-card__answer-btn:hover {
	background: var(--anteenti-color-primary-dark);
	border-color: var(--anteenti-color-primary-dark);
	color: #ffffff;
	text-decoration: none;
}


/* ---------------------------------------------------------
   8. Compact horizontal voting controls
--------------------------------------------------------- */

body.anteenti-qa-page-single-question #anspress .anteenti-single-question-card__vote,
body.anteenti-qa-page-single-question #anspress .anteenti-answer-card__vote {
	display: inline-flex !important;
	align-items: center !important;
	gap: 6px !important;
	margin: 0 !important;
	padding: 0 !important;
	flex: 0 0 auto !important;
}

body.anteenti-qa-page-single-question #anspress .anteenti-vote-label {
	display: inline-flex !important;
	align-items: center !important;
	min-height: 30px !important;
	padding: 5px 9px !important;
	border: 1px solid var(--anteenti-color-border) !important;
	border-radius: 999px !important;
	background: rgba(255, 255, 255, 0.58) !important;
	color: var(--anteenti-color-muted) !important;
	font-family: var(--anteenti-font-main) !important;
	font-size: 0.76rem !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
}

body.anteenti-qa-page-single-question #anspress .ap-vote,
body.anteenti-qa-page-single-question #anspress .ap-vote.net-vote,
body.anteenti-qa-page-single-question #anspress .anteenti-single-question-card__vote .ap-vote,
body.anteenti-qa-page-single-question #anspress .anteenti-answer-card__vote .ap-vote {
	position: static !important;
	display: inline-flex !important;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 4px !important;
	width: auto !important;
	height: auto !important;
	min-width: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 3px 6px !important;
	background: rgba(255, 255, 255, 0.66) !important;
	border: 1px solid var(--anteenti-color-border) !important;
	border-radius: 999px !important;
	box-shadow: none !important;
	overflow: visible !important;
}

body.anteenti-qa-page-single-question #anspress .ap-vote.net-vote a,
body.anteenti-qa-page-single-question #anspress .ap-vote.net-vote .net-vote-count {
	position: static !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 28px !important;
	height: 28px !important;
	min-width: 28px !important;
	min-height: 28px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: transparent !important;
	color: var(--anteenti-color-muted) !important;
	font-family: var(--anteenti-font-main) !important;
	font-size: 0.78rem !important;
	font-weight: 850 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	box-shadow: none !important;
}

body.anteenti-qa-page-single-question #anspress .ap-vote.net-vote .net-vote-count {
	background: var(--anteenti-color-bg-soft) !important;
	color: var(--anteenti-color-text) !important;
	font-weight: 900 !important;
}

body.anteenti-qa-page-single-question #anspress .ap-vote.net-vote .vote-up,
body.anteenti-qa-page-single-question #anspress .ap-vote.net-vote .vote-down {
	font-size: 0 !important;
}

body.anteenti-qa-page-single-question #anspress .ap-vote.net-vote .vote-up::before,
body.anteenti-qa-page-single-question #anspress .ap-vote.net-vote .vote-down::before {
	display: inline-block !important;
	font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif !important;
	font-size: 18px !important;
	line-height: 1 !important;
}

body.anteenti-qa-page-single-question #anspress .ap-vote.net-vote .vote-up::before {
	content: "👍" !important;
}

body.anteenti-qa-page-single-question #anspress .ap-vote.net-vote .vote-down::before {
	content: "👎" !important;
}

body.anteenti-qa-page-single-question #anspress .ap-vote.net-vote a.voted,
body.anteenti-qa-page-single-question #anspress .ap-vote.net-vote a.active {
	color: var(--anteenti-color-action-dark) !important;
	background: rgba(47, 143, 70, 0.1) !important;
}


/* ---------------------------------------------------------
   9. Answers section
--------------------------------------------------------- */

body.anteenti-qa-page-single-question #anspress .anteenti-single-answers-section {
	margin-top: 18px;
}

body.anteenti-qa-page-single-question #anspress apanswersw,
body.anteenti-qa-page-single-question #anspress #ap-answers-c,
body.anteenti-qa-page-single-question #anspress #answers,
body.anteenti-qa-page-single-question #anspress apanswers {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow: visible;
}

body.anteenti-qa-page-single-question #anspress .ap-sorting-tab {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	width: 100%;
	margin: 0 0 12px !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

body.anteenti-qa-page-single-question #anspress .ap-answers-label {
	font-size: 0 !important;
	line-height: 1.3 !important;
	margin: 0 !important;
	color: var(--anteenti-color-text) !important;
	font-family: var(--anteenti-font-main) !important;
	font-weight: 900 !important;
}

body.anteenti-qa-page-single-question #anspress .ap-answers-label span {
	font-size: 1rem !important;
	font-weight: 900 !important;
	color: var(--anteenti-color-text) !important;
}

body.anteenti-qa-page-single-question #anspress .ap-answers-label::after {
	content: " సమాధానాలు" !important;
	font-size: 1rem !important;
	font-weight: 900 !important;
	color: var(--anteenti-color-text) !important;
}

body.anteenti-qa-page-single-question #anspress .ap-answers-tab {
	display: none !important;
}


/* ---------------------------------------------------------
   10. Answer card
--------------------------------------------------------- */

body.anteenti-qa-page-single-question #anspress .anteenti-answer-card {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 0 16px !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	overflow: visible !important;
}

body.anteenti-qa-page-single-question #anspress .anteenti-answer-card__inner {
	position: relative;
	width: 100% !important;
	max-width: 100% !important;
	padding: 18px !important;
	background: var(--anteenti-color-surface);
	border: 1px solid var(--anteenti-color-border);
	border-radius: 18px;
	box-shadow: 0 6px 16px rgba(31, 24, 18, 0.07);
	overflow: hidden;
}

body.anteenti-qa-page-single-question #anspress .anteenti-answer-card--best .anteenti-answer-card__inner {
	border-color: rgba(47, 143, 70, 0.25);
	background: linear-gradient(180deg, rgba(47, 143, 70, 0.08), var(--anteenti-color-surface) 92%);
}

body.anteenti-qa-page-single-question #anspress .anteenti-answer-card__best-label {
	margin-bottom: 10px;
}

body.anteenti-qa-page-single-question #anspress .anteenti-answer-card__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 10px;
}

body.anteenti-qa-page-single-question #anspress .anteenti-answer-card__content {
	color: var(--anteenti-color-text);
	font-family: var(--anteenti-font-main);
	font-size: 1rem;
	line-height: 1.78;
	overflow-wrap: anywhere;
}

body.anteenti-qa-page-single-question #anspress .anteenti-answer-card__content p {
	margin: 0 0 12px;
}

body.anteenti-qa-page-single-question #anspress .anteenti-answer-card__content strong {
	color: var(--anteenti-color-text);
	font-weight: 900;
}

body.anteenti-qa-page-single-question #anspress .anteenti-answer-card__content ul,
body.anteenti-qa-page-single-question #anspress .anteenti-answer-card__content ol {
	margin: 10px 0 14px 22px;
	padding: 0;
}

body.anteenti-qa-page-single-question #anspress .anteenti-answer-card__content li {
	margin-bottom: 8px;
}

body.anteenti-qa-page-single-question #anspress .anteenti-answer-card__footer {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 12px !important;
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px solid var(--anteenti-color-border);
}

body.anteenti-qa-page-single-question #anspress .anteenti-answer-card__left-actions,
body.anteenti-qa-page-single-question #anspress .anteenti-answer-card__right-actions {
	display: inline-flex !important;
	align-items: center !important;
	flex-wrap: wrap !important;
	gap: 8px !important;
}

body.anteenti-qa-page-single-question #anspress .anteenti-answer-card__comment,
body.anteenti-qa-page-single-question #anspress .ap-btn-select,
body.anteenti-qa-page-single-question #anspress .ap-actions-handle,
body.anteenti-qa-page-single-question #anspress .ap-btn-newcomment {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 6px 11px;
	background: var(--anteenti-color-bg-soft);
	border: 1px solid var(--anteenti-color-border);
	border-radius: 999px;
	color: var(--anteenti-color-muted);
	font-family: var(--anteenti-font-main);
	font-size: 0.74rem;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
}

body.anteenti-qa-page-single-question #anspress .ap-btn-select {
	background: var(--anteenti-color-action);
	border-color: var(--anteenti-color-action);
	color: #ffffff;
}

body.anteenti-qa-page-single-question #anspress .ap-actions {
	display: none !important;
}

body.anteenti-qa-page-single-question #anspress .ap-actions-handle {
	width: 30px;
	min-width: 30px;
	padding-left: 0 !important;
	padding-right: 0 !important;
}


/* Hide duplicate raw comment links generated after apcomments */
body.anteenti-qa-page-single-question #anspress .anteenti-single-question-card > apcomments + .ap-btn-newcomment,
body.anteenti-qa-page-single-question #anspress .anteenti-answer-card__inner > apcomments + .ap-btn-newcomment {
	display: none !important;
}


/* ---------------------------------------------------------
   11. Answer form
--------------------------------------------------------- */

body.anteenti-qa-page-single-question #anspress .anteenti-single-answer-form-section {
	margin-top: 16px;
}

body.anteenti-qa-page-single-question #anspress #answer-form-c {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 14px !important;
	background: var(--anteenti-color-surface);
	border: 1px solid var(--anteenti-color-border);
	border-radius: 16px;
	box-shadow: 0 6px 16px rgba(31, 24, 18, 0.07);
	overflow: hidden;
}

body.anteenti-qa-page-single-question #anspress #answer-form-c .ap-avatar {
	display: none !important;
}

body.anteenti-qa-page-single-question #anspress .ap-dummy-placeholder {
	min-height: 90px;
	padding: 16px;
	border-radius: 14px;
	border: 1px dashed var(--anteenti-color-border);
	background: rgba(255, 255, 255, 0.5);
	color: var(--anteenti-color-muted);
	font-family: var(--anteenti-font-main);
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.6;
}


/* ---------------------------------------------------------
   12. Comments
--------------------------------------------------------- */

body.anteenti-qa-page-single-question #anspress apcomments,
body.anteenti-qa-page-single-question #anspress .have-comments {
	display: block;
	margin-top: 10px;
}


/* ---------------------------------------------------------
   13. Mobile layout
--------------------------------------------------------- */

@media (max-width: 960px) {
	body.anteenti-qa-page-single-question #anspress .anteenti-single-layout {
		display: block !important;
		max-width: 100% !important;
		padding: 12px 10px 96px !important;
	}

	body.anteenti-qa-page-single-question #anspress .anteenti-home-left,
	body.anteenti-qa-page-single-question #anspress .anteenti-home-right {
		display: none !important;
	}

	body.anteenti-qa-page-single-question #anspress .anteenti-single-feed {
		max-width: 100% !important;
	}

	body.anteenti-qa-page-single-question #anspress .anteenti-single-question-card {
		padding: 15px !important;
		border-radius: 16px;
	}

	body.anteenti-qa-page-single-question #anspress .anteenti-single-question-card__title {
		font-size: 1.25rem;
		line-height: 1.36;
	}

	body.anteenti-qa-page-single-question #anspress .anteenti-single-question-card__content,
	body.anteenti-qa-page-single-question #anspress .anteenti-answer-card__content {
		font-size: 0.92rem;
		line-height: 1.65;
	}

	body.anteenti-qa-page-single-question #anspress .anteenti-single-question-card__author-row {
		align-items: flex-start;
		flex-direction: column;
	}

	body.anteenti-qa-page-single-question #anspress .anteenti-single-question-card__bottom {
		display: flex !important;
		flex-direction: column !important;
		align-items: stretch !important;
		gap: 12px !important;
	}

	body.anteenti-qa-page-single-question #anspress .anteenti-single-question-card__meta-line {
		width: 100% !important;
		display: flex !important;
		flex-direction: row !important;
		align-items: center !important;
		justify-content: flex-start !important;
		flex-wrap: nowrap !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		padding-bottom: 2px !important;
		-webkit-overflow-scrolling: touch !important;
	}

	body.anteenti-qa-page-single-question #anspress .anteenti-single-question-card__meta-line::-webkit-scrollbar {
		display: none !important;
	}

	body.anteenti-qa-page-single-question #anspress .anteenti-single-question-card__stats,
	body.anteenti-qa-page-single-question #anspress .anteenti-single-question-card__vote {
		flex: 0 0 auto !important;
	}

	body.anteenti-qa-page-single-question #anspress .anteenti-single-question-card__answer-btn {
		width: 100% !important;
		min-height: 38px !important;
	}

	body.anteenti-qa-page-single-question #anspress .anteenti-answer-card__inner {
		padding: 14px !important;
		border-radius: 15px;
	}

	body.anteenti-qa-page-single-question #anspress .anteenti-answer-card__footer {
		display: flex !important;
		flex-direction: column !important;
		align-items: stretch !important;
		gap: 10px !important;
	}

	body.anteenti-qa-page-single-question #anspress .anteenti-answer-card__left-actions,
	body.anteenti-qa-page-single-question #anspress .anteenti-answer-card__right-actions {
		width: 100% !important;
		justify-content: flex-start !important;
	}

	body.anteenti-qa-page-single-question #anspress .ap-sorting-tab {
		align-items: flex-start;
		flex-direction: column;
	}
}


/* ---------------------------------------------------------
   14. Very small mobile
--------------------------------------------------------- */

@media (max-width: 420px) {
	body.anteenti-qa-page-single-question #anspress .anteenti-single-layout {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}

	body.anteenti-qa-page-single-question #anspress .anteenti-single-question-card {
		padding: 14px !important;
	}

	body.anteenti-qa-page-single-question #anspress .anteenti-single-question-card__stats span,
	body.anteenti-qa-page-single-question #anspress .anteenti-vote-label,
	body.anteenti-qa-page-single-question #anspress .anteenti-answer-card__comment,
	body.anteenti-qa-page-single-question #anspress .ap-btn-select,
	body.anteenti-qa-page-single-question #anspress .ap-btn-newcomment {
		font-size: 0.68rem !important;
	}

	body.anteenti-qa-page-single-question #anspress .ap-vote.net-vote a,
	body.anteenti-qa-page-single-question #anspress .ap-vote.net-vote .net-vote-count {
		width: 26px !important;
		height: 26px !important;
		min-width: 26px !important;
		min-height: 26px !important;
	}
}


/* ---------------------------------------------------------
   15. Accessibility
--------------------------------------------------------- */

body.anteenti-qa-page-single-question #anspress a:focus-visible,
body.anteenti-qa-page-single-question #anspress button:focus-visible,
body.anteenti-qa-page-single-question #anspress input:focus-visible,
body.anteenti-qa-page-single-question #anspress textarea:focus-visible {
	outline: 3px solid rgba(143, 29, 35, 0.28);
	outline-offset: 2px;
}

body.anteenti-qa-page-single-question img {
	max-width: 100%;
	height: auto;
}