/**
 * Sonic City Discussions - Sonic News, Wiki, and Support Archives v3.14.2
 */

body.scd3-forum-archive {
	--sc-nd-blue: #02126f;
	--sc-nd-blue-2: #1720d2;
	--sc-nd-link: #0b5fff;
	--sc-nd-cyan: #18f2ff;
	--sc-nd-yellow: #feeb4a;
	--sc-nd-red: #a60304;
	--sc-nd-ink: #0b1220;
	--sc-nd-muted: rgba(11, 18, 32, 0.7);
	--sc-nd-border: rgba(23, 32, 210, 0.2);
}

/*
 * The archive owns a separate, lightweight stylesheet, so it must also own
 * the isolated native WordPress toolbar fallback. Keep this list explicit:
 * third-party toolbar nodes retain the icon fonts supplied by their plugins.
 */
body.scd3-forum-archive.admin-bar #wpadminbar .dashicons,
body.scd3-forum-archive.admin-bar #wpadminbar .dashicons-before::before,
body.scd3-forum-archive.admin-bar #wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon,
body.scd3-forum-archive.admin-bar #wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon::before,
body.scd3-forum-archive.admin-bar #wpadminbar #wp-admin-bar-my-sites > .ab-item::before,
body.scd3-forum-archive.admin-bar #wpadminbar #wp-admin-bar-site-name > .ab-item::before,
body.scd3-forum-archive.admin-bar #wpadminbar #wp-admin-bar-site-editor > .ab-item::before,
body.scd3-forum-archive.admin-bar #wpadminbar #wp-admin-bar-customize > .ab-item::before,
body.scd3-forum-archive.admin-bar #wpadminbar #wp-admin-bar-edit > .ab-item::before,
body.scd3-forum-archive.admin-bar #wpadminbar #wp-admin-bar-my-account > .ab-item::before,
body.scd3-forum-archive.admin-bar #wpadminbar #wp-admin-bar-comments .ab-icon,
body.scd3-forum-archive.admin-bar #wpadminbar #wp-admin-bar-comments .ab-icon::before,
body.scd3-forum-archive.admin-bar #wpadminbar #wp-admin-bar-new-content .ab-icon,
body.scd3-forum-archive.admin-bar #wpadminbar #wp-admin-bar-new-content .ab-icon::before,
body.scd3-forum-archive.admin-bar #wpadminbar #wp-admin-bar-updates .ab-icon,
body.scd3-forum-archive.admin-bar #wpadminbar #wp-admin-bar-updates .ab-icon::before,
body.scd3-forum-archive.admin-bar #wpadminbar #wp-admin-bar-command-palette .ab-icon,
body.scd3-forum-archive.admin-bar #wpadminbar #wp-admin-bar-command-palette .ab-icon::before,
body.scd3-forum-archive.admin-bar #wpadminbar .wp-admin-bar-arrow::before,
body.scd3-forum-archive.admin-bar #wpadminbar #adminbarsearch,
body.scd3-forum-archive.admin-bar #wpadminbar #adminbarsearch::before {
	font-family: "scd3-dashicons" !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-variant: normal !important;
	text-transform: none !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.scd3-forum-archive .site-breadcrumbs,
body.scd3-forum-archive #right-sidebar {
	display: none !important;
}

body.scd3-forum-archive #primary,
body.scd3-forum-archive .content-area {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	padding-right: 0 !important;
}

body.scd3-forum-archive #content-wrap.container {
	width: 90% !important;
	max-width: none !important;
	margin-top: 0 !important;
	padding-top: 18px !important;
}

body.scd3-forum-archive #content.site-content {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

body.scd3-forum-archive .page-header,
body.scd3-forum-archive .page-header *,
.sc-nd-page-shell,
.sc-nd-page-shell * {
	box-sizing: border-box;
}

.sc-nd-page-shell {
	width: 100%;
	margin: 0 auto 28px;
}

body.scd3-forum-archive .page-header {
	display: block !important;
	position: relative;
	left: auto !important;
	right: auto !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	background:
		linear-gradient(180deg, rgb(2 18 111) 0%, rgb(23 32 210) 100%),
		radial-gradient(120% 90% at 50% 10%, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.45) 100%);
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: none;
	color: #fff;
}

body.scd3-forum-archive .page-header .page-header-inner {
	position: relative;
	z-index: 1;
	width: 90% !important;
	max-width: none !important;
	margin: 0 auto !important;
	padding-top: 24px !important;
	padding-bottom: 25px !important;
}

.sc-nd-topic-card__category,
.sc-nd-latest__type {
	display: block;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.7px;
	text-transform: uppercase;
}
body.scd3-forum-archive .page-header .page-header-title {
	max-width: 980px;
	margin: 0 !important;
	padding: 0 !important;
	color: #fff;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 44px;
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: 0.2px;
	text-transform: none;
	text-shadow: 2px 2px #000;
}

body.scd3-forum-archive .page-header .page-header-title::after {
	content: "";
	display: block;
	visibility: visible;
	clear: none;
	width: 100%;
	max-width: 980px;
	height: 4px;
	margin: 12px 0 0;
	border-radius: 6px;
	background: linear-gradient(90deg, rgba(254, 235, 74, 1) 0%, rgba(23, 32, 210, 0) 100%);
}

body.scd3-forum-archive .page-header .page-subheading {
	display: block;
	max-width: 980px;
	margin: 10px 0 0 !important;
	padding: 0 !important;
	color: rgba(255, 255, 255, 0.95);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.55;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.85);
}

.sc-nd-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 17px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 7px;
	background: rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 9px 18px rgba(0, 0, 0, 0.15);
	color: #fff !important;
	font: inherit;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none !important;
	cursor: pointer;
	transition: transform 0.16s ease, filter 0.16s ease, background 0.16s ease;
}

.sc-nd-btn:hover {
	transform: translateY(-1px);
	background: rgba(255, 255, 255, 0.17);
}

.sc-nd-btn[href^="#"] {
	scroll-margin-top: 90px;
}

.sc-nd-btn--accent {
	border-color: rgba(255, 232, 63, 0.7);
	background: linear-gradient(180deg, #ffe767, #f2c200);
	color: #04145d !important;
}

.sc-nd-btn--accent:hover {
	filter: brightness(1.06);
	background: linear-gradient(180deg, #ffed7a, #f2c200);
}

.sc-nd-btn:focus-visible,
.sc-nd-filter:focus-visible,
.sc-nd-search button:focus-visible,
.sc-nd-topic-card a:focus-visible,
.sc-nd-page:focus-visible,
.sc-nd-rail a:focus-visible {
	outline: 3px solid var(--sc-nd-cyan);
	outline-offset: 3px;
}

.sc-nd-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 350px;
	gap: 18px;
	align-items: start;
}

.sc-nd-main,
.sc-nd-rail {
	min-width: 0;
}

.sc-nd-discussions,
.sc-nd-rail-card,
.sc-nd-reply-note {
	background: linear-gradient(180deg, #fff 0%, #f4f7ff 100%);
	box-shadow: 0 12px 26px rgba(0, 0, 0, 0.1);
}

.sc-nd-controls {
	border-bottom: 1px solid rgba(23, 32, 210, 0.16);
}

.sc-nd-controls__top {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 16px;
	padding: 15px 17px 13px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: linear-gradient(180deg, #02126f 0%, #1720d2 100%);
	color: #fff;
}

.sc-nd-controls h2 {
	margin: 0;
	color: #fff;
	font-size: 24px;
	line-height: 1.12;
	font-weight: 800;
}

.sc-nd-controls__count {
	flex: 0 0 auto;
	padding: 7px 10px;
	border: 1px solid rgba(255, 255, 255, 0.17);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	white-space: nowrap;
}

.sc-nd-controls__row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
	gap: 14px;
	align-items: center;
	padding: 12px 14px;
	background: #fff;
}

.sc-nd-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.sc-nd-filter {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 0 11px;
	border: 1px solid rgba(2, 18, 111, 0.14);
	border-radius: 6px;
	background: #f4f7ff;
	color: #02126f !important;
	font-size: 11px;
	font-weight: 800;
	text-decoration: none !important;
}

.sc-nd-filter:hover,
.sc-nd-filter.is-active {
	border-color: #1720d2;
	background: linear-gradient(180deg, #02126f, #1720d2);
	color: #fff !important;
}

.sc-nd-search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 7px;
	align-items: center;
}

.sc-nd-search-wrap {
	position: relative;
	z-index: 20;
	min-width: 0;
	width: 100%;
}

.sc-nd-search-wrap .sc-nd-search {
	width: 100%;
}

.sc-nd-search input[type="search"] {
	min-width: 0;
	width: 100%;
	height: 39px;
	padding: 0 11px;
	border: 1px solid rgba(2, 18, 111, 0.18);
	border-radius: 6px;
	background: #fff;
	color: #0b1220;
	font-size: 12px;
}

.sc-nd-search input[type="search"]:focus {
	outline: 0;
	border-color: var(--sc-nd-link);
	box-shadow: 0 0 0 3px rgba(11, 95, 255, 0.12);
}

.sc-nd-search button {
	height: 39px;
	padding: 0 14px;
	border: 1px solid #1720d2;
	border-radius: 6px;
	background: linear-gradient(180deg, #0b5fff, #1720d2);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	cursor: pointer;
}

.sc-nd-search button:hover {
	filter: brightness(1.08);
}

.sc-nd-search__clear {
	grid-column: 1 / -1;
	justify-self: end;
	color: var(--sc-nd-red) !important;
	font-size: 10px;
	font-weight: 800;
	text-decoration: none !important;
}

.sc-nd-topic-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	padding: 12px;
}

.sc-nd-topic-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 100%;
	overflow: hidden;
	border: 1px solid rgba(23, 32, 210, 0.15);
	background: #fff;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
	transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.sc-nd-topic-card:hover {
	transform: translateY(-2px);
	border-color: rgba(11, 95, 255, 0.36);
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
}

.sc-nd-topic-card__media {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 6.5;
	overflow: hidden;
	border-bottom: 1px solid rgba(23, 32, 210, 0.14);
	background: linear-gradient(180deg, #02126f, #1720d2);
}

.sc-nd-topic-card__media img,
.sc-nd-topic-card__media svg {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.sc-nd-topic-card:hover .sc-nd-topic-card__media img {
	transform: scale(1.035);
}

.sc-nd-topic-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0;
	padding: 14px;
}

.sc-nd-topic-card__topline {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 8px;
}

.sc-nd-topic-card__category {
	padding-top: 4px;
	color: var(--sc-nd-link);
}

.sc-nd-topic-card__category a {
	color: inherit !important;
	text-decoration: none !important;
}

body.scd3-support-archive .sc-nd-topic-card.is-support-bug .sc-nd-topic-card__category {
	color: #a60304;
}

body.scd3-support-archive .sc-nd-topic-card.is-support-suggestion .sc-nd-topic-card__category {
	color: #7a5500;
}

body.scd3-support-archive .sc-nd-topic-card.is-support-feedback .sc-nd-topic-card__category,
body.scd3-support-archive .sc-nd-topic-card.is-support-account .sc-nd-topic-card__category {
	color: #1720d2;
}

.sc-nd-topic-card__badges {
	display: flex;
	flex: 0 0 auto;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 5px;
}

.sc-nd-topic-card__replies,
.sc-nd-topic-card__status {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 0 8px;
	border-radius: 999px;
	font-size: 9px;
	font-weight: 800;
}

.sc-nd-topic-card__replies {
	background: rgba(11, 95, 255, 0.08);
	color: #02126f;
}

.sc-nd-topic-card__replies.is-empty {
	background: rgba(166, 3, 4, 0.08);
	color: #a60304;
}

.sc-nd-topic-card__status {
	background: #e8edf6;
	color: #46546a;
}

.sc-nd-topic-card__title {
	margin: 0 0 8px;
	font-size: 19px;
	line-height: 1.2;
	font-weight: 800;
	overflow-wrap: anywhere;
}

.sc-nd-topic-card__title a {
	color: #02126f !important;
	text-decoration: none !important;
}

.sc-nd-topic-card__title a:hover {
	color: var(--sc-nd-link) !important;
}

.sc-nd-topic-card__excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 0 0 11px;
	color: var(--sc-nd-muted);
	font-size: 12px;
	line-height: 1.48;
	font-weight: 600;
}

.sc-nd-topic-card__article-meta,
.sc-nd-topic-card__activity {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 8px 0;
	border-top: 1px solid rgba(23, 32, 210, 0.09);
	color: rgba(11, 18, 32, 0.64);
	font-size: 10px;
	font-weight: 700;
}

.sc-nd-topic-card__article-meta > span {
	color: var(--sc-nd-link);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.45px;
	text-transform: uppercase;
}

.sc-nd-topic-card__activity strong {
	color: #02126f;
	font-weight: 800;
}

.sc-nd-topic-card__activity time,
.sc-nd-topic-card__article-meta time {
	flex: 0 0 auto;
}

.sc-nd-topic-card__actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-top: auto;
	padding-top: 11px;
}

.sc-nd-topic-card__article,
.sc-nd-topic-card__join {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 0 11px;
	border-radius: 5px;
	font-size: 10px;
	font-weight: 800;
	text-decoration: none !important;
}

.sc-nd-topic-card__article {
	border: 1px solid rgba(2, 18, 111, 0.15);
	background: #f4f7ff;
	color: #02126f !important;
}

.sc-nd-topic-card__article.is-muted {
	color: rgba(11, 18, 32, 0.5) !important;
}

.sc-nd-topic-card__join {
	gap: 5px;
	border: 1px solid #1720d2;
	background: linear-gradient(180deg, #0b5fff, #1720d2);
	color: #fff !important;
}

.sc-nd-topic-card__article:hover,
.sc-nd-topic-card__join:hover {
	filter: brightness(1.07);
}

.sc-nd-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 7px;
	padding: 4px 12px 17px;
}

.sc-nd-page {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	padding: 0 8px;
	border: 1px solid rgba(2, 18, 111, 0.16);
	border-radius: 5px;
	background: #fff;
	color: #02126f !important;
	font-size: 11px;
	font-weight: 800;
	text-decoration: none !important;
}

a.sc-nd-page:hover,
.sc-nd-page.is-current {
	border-color: #1720d2;
	background: linear-gradient(180deg, #02126f, #1720d2);
	color: #fff !important;
}

.sc-nd-page--dots {
	border-color: transparent;
	background: transparent;
}

.sc-nd-rail {
	display: grid;
	gap: 14px;
}

.sc-nd-rail-card {
	overflow: hidden;
}

.sc-nd-rail-card__head {
	display: flex;
	align-items: center;
	gap: 11px;
	padding: 14px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: linear-gradient(180deg, #02126f, #1720d2);
	color: #fff;
}

.sc-nd-rail-card__head--compact {
	padding: 12px 14px;
}

.sc-nd-rail-card__mark {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	flex: 0 0 38px;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	color: var(--sc-nd-yellow);
	font-size: 18px !important;
	font-weight: 800;
}

.sc-nd-rail-card__head h2 {
	margin: 0;
	color: #fff;
	font-size: 18px;
	line-height: 1.1;
	font-weight: 800;
}

.sc-nd-guidelines {
	list-style: none;
	margin: 0;
	padding: 5px 14px;
}

.sc-nd-guidelines li {
	position: relative;
	padding: 10px 0 10px 15px;
	border-bottom: 1px solid rgba(23, 32, 210, 0.09);
}

.sc-nd-guidelines li:last-child {
	border-bottom: 0;
}

.sc-nd-guidelines li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: var(--sc-nd-yellow);
	box-shadow: 0 0 0 3px rgba(254, 235, 74, 0.18);
}

.sc-nd-guidelines strong {
	display: block;
	color: #02126f;
	font-size: 12px;
	font-weight: 800;
}

.sc-nd-guidelines span {
	display: block;
	margin-top: 3px;
	color: var(--sc-nd-muted);
	font-size: 10px;
	line-height: 1.4;
	font-weight: 600;
}

.sc-nd-rail-card__cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 42px;
	padding: 0 14px;
	border-top: 1px solid rgba(23, 32, 210, 0.12);
	background: #fff;
	color: var(--sc-nd-link) !important;
	font-size: 11px;
	font-weight: 800;
	text-decoration: none !important;
}

.sc-nd-latest {
	padding: 4px 12px 10px;
}

.sc-nd-latest__item {
	display: grid;
	grid-template-columns: 82px minmax(0, 1fr);
	gap: 9px;
	align-items: center;
	padding: 9px 0;
	border-bottom: 1px solid rgba(23, 32, 210, 0.09);
	text-decoration: none !important;
}

.sc-nd-latest__item:last-child {
	border-bottom: 0;
}

.sc-nd-latest__media {
	height: 58px;
	overflow: hidden;
	background: #02126f;
}

.sc-nd-latest__media img,
.sc-nd-latest__media svg {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sc-nd-latest__copy {
	min-width: 0;
}

.sc-nd-latest__type {
	margin-bottom: 2px;
	color: var(--sc-nd-link);
	font-size: 8px;
}

.sc-nd-latest__copy strong {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #02126f;
	font-size: 11px;
	line-height: 1.24;
	font-weight: 800;
}

.sc-nd-latest__copy time {
	display: block;
	margin-top: 3px;
	color: rgba(11, 18, 32, 0.58);
	font-size: 8px;
	font-weight: 700;
}

.sc-nd-latest__item:hover .sc-nd-latest__copy strong,
.sc-nd-rail-card__cta:hover {
	color: var(--sc-nd-link) !important;
}

.sc-nd-categories {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 7px;
	padding: 12px;
}

.sc-nd-categories a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	min-height: 38px;
	padding: 0 9px;
	border: 1px solid rgba(2, 18, 111, 0.12);
	background: #fff;
	color: #02126f !important;
	font-size: 10px;
	font-weight: 800;
	text-decoration: none !important;
}

.sc-nd-categories a strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	height: 22px;
	padding: 0 5px;
	border-radius: 999px;
	background: rgba(11, 95, 255, 0.08);
	font-size: 8px;
}

.sc-nd-categories a:hover {
	border-color: #1720d2;
	background: #f4f7ff;
}

.sc-nd-empty {
	grid-column: 1 / -1;
	padding: 35px 20px;
	text-align: center;
}

.sc-nd-empty > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 999px;
	background: linear-gradient(180deg, #02126f, #1720d2);
	color: var(--sc-nd-yellow);
	font-size: 24px;
	font-weight: 800;
}

.sc-nd-empty h3 {
	margin: 12px 0 6px;
	color: #02126f;
	font-size: 22px;
	font-weight: 800;
}

.sc-nd-empty p {
	margin: 0 0 12px;
	color: var(--sc-nd-muted);
	font-weight: 600;
}

.sc-nd-empty a {
	color: var(--sc-nd-link) !important;
	font-weight: 800;
}

.sc-sf-empty a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 15px;
	border: 1px solid #1720d2;
	border-radius: 6px;
	background: linear-gradient(180deg, #0b5fff, #1720d2);
	color: #fff !important;
	font-size: 11px;
	text-decoration: none !important;
}

.sc-sf-empty a:hover {
	filter: brightness(1.08);
}

.sc-sf-empty {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: 520px;
}

.sc-nd-reply-note {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 18px;
	padding: 20px 22px;
}

.sc-nd-reply-note h2 {
	margin: 0 0 5px;
	color: #02126f;
	font-size: 22px;
	font-weight: 800;
}

.sc-nd-reply-note p {
	max-width: 850px;
	margin: 0;
	color: var(--sc-nd-muted);
	font-size: 12px;
	line-height: 1.5;
	font-weight: 600;
}

@media (max-width: 1280px) {
	.sc-nd-layout {
		grid-template-columns: minmax(0, 1fr) 320px;
	}

	.sc-nd-topic-card__title {
		font-size: 18px;
	}
}

@media (max-width: 1080px) {
	.sc-nd-layout {
		grid-template-columns: 1fr;
	}

	.sc-nd-rail {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sc-nd-rail-card--about {
		grid-row: span 2;
	}

	.sc-sf-empty {
		min-height: 300px;
	}
}

@media (max-width: 1024px) {
	body.scd3-forum-archive .page-header .page-header-title {
		font-size: 34px;
	}
}

@media (max-width: 860px) {
	body.scd3-forum-archive #content-wrap.container {
		width: calc(100% - 20px) !important;
	}

	body.scd3-forum-archive .page-header .page-header-inner {
		width: calc(100% - 20px) !important;
		max-width: none !important;
		padding-top: 21px !important;
		padding-bottom: 22px !important;
	}

	.sc-nd-controls__row {
		grid-template-columns: 1fr;
	}

	.sc-nd-search {
		max-width: none;
	}

	.sc-nd-topic-grid {
		grid-template-columns: 1fr;
	}

	.sc-nd-topic-card {
		display: grid;
		grid-template-columns: 220px minmax(0, 1fr);
	}

	.sc-nd-topic-card__media {
		width: auto;
		min-height: 235px;
		aspect-ratio: auto;
		border-right: 1px solid rgba(23, 32, 210, 0.14);
		border-bottom: 0;
	}
}

@media (max-width: 620px) {
	.sc-nd-page-shell {
		margin-bottom: 18px;
	}

	body.scd3-forum-archive .page-header .page-header-title {
		font-size: 28px;
	}

	body.scd3-forum-archive .page-header .page-subheading {
		font-size: 13px;
		line-height: 1.5;
	}

	.sc-nd-btn {
		width: 100%;
	}

	.sc-nd-controls__top {
		align-items: flex-start;
		flex-direction: column;
		padding: 13px;
	}

	.sc-nd-controls h2 {
		font-size: 20px;
	}

	.sc-nd-controls__count {
		font-size: 9px;
	}

	.sc-nd-controls__row {
		padding: 10px;
	}

	.sc-nd-filters {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sc-nd-filter {
		padding: 0 6px;
		text-align: center;
	}

	.sc-nd-search {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.sc-nd-search__clear {
		grid-column: 1 / -1;
		text-align: right;
	}

	.sc-nd-topic-grid {
		gap: 9px;
		padding: 9px;
	}

	.sc-nd-topic-card {
		display: flex;
		flex-direction: column;
	}

	.sc-nd-topic-card__media {
		width: 100%;
		min-height: 0;
		aspect-ratio: 16 / 8;
		border-right: 0;
		border-bottom: 1px solid rgba(23, 32, 210, 0.14);
	}

	.sc-nd-topic-card__body {
		padding: 12px;
	}

	.sc-nd-topic-card__title {
		font-size: 17px;
	}

	.sc-nd-topic-card__article-meta,
	.sc-nd-topic-card__activity {
		font-size: 9px;
	}

	.sc-nd-rail {
		grid-template-columns: 1fr;
	}

	.sc-nd-rail-card--about {
		grid-row: auto;
	}

	.sc-nd-reply-note {
		align-items: flex-start;
		flex-direction: column;
		padding: 17px;
	}

	.sc-nd-reply-note .sc-nd-btn {
		width: 100%;
	}

	.sc-sf-empty {
		min-height: 220px;
	}
}

@media (max-width: 410px) {
	.sc-nd-search {
		grid-template-columns: 1fr;
	}

	.sc-nd-search button {
		width: 100%;
	}

	.sc-nd-topic-card__actions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		align-items: stretch;
		gap: 6px;
	}

	.sc-nd-topic-card__article,
	.sc-nd-topic-card__join {
		width: 100%;
		min-width: 0;
		padding-right: 6px;
		padding-left: 6px;
		font-size: 9px;
		text-align: center;
	}

	.sc-nd-categories {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sc-nd-btn,
	.sc-nd-topic-card,
	.sc-nd-topic-card__media img {
		transition: none !important;
	}
}
