:root {
	--fe-cat-gold: #d9af68;
	--fe-cat-bright: #f2cf8a;
	--fe-cat-ink: #020912;
	--fe-cat-panel: #061725;
	--fe-cat-line: rgba(217, 175, 104, 0.48);
	--fe-cat-muted: #aab7c2;
}

body.fe-category-ready {
	--green: var(--fe-cat-gold);
	--green-bright: var(--fe-cat-bright);
	background: #020810;
	color: #f2eee5;
}

body.fe-category-ready > .evren-ad-zone--wide,
body.fe-category-ready .default-page--forum > header,
body.fe-category-ready .evren-forum-sidebar {
	display: none !important;
}

body.fe-category-ready .default-page--forum {
	padding: 0 !important;
	background:
		radial-gradient(circle at 5% 45%, rgba(36, 83, 107, 0.17), transparent 30%),
		radial-gradient(circle at 95% 80%, rgba(134, 74, 24, 0.14), transparent 28%),
		linear-gradient(135deg, rgba(8, 31, 47, 0.25), transparent 35%),
		#020a13 !important;
}

body.fe-category-ready .evren-forum-layout.shell-wide {
	display: block !important;
	width: min(1400px, calc(100% - 54px)) !important;
	max-width: none !important;
	padding: 0 !important;
	margin: 0 auto !important;
}

body.fe-category-ready .evren-forum-page,
body.fe-category-ready #wpforo,
body.fe-category-ready #wpforo-wrap {
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.fe-category-page {
	padding-bottom: 18px;
	color: #f2eee5;
	font-family: "Evren Source Sans", "Segoe UI", Arial, sans-serif;
}

.fe-cat-breadcrumb {
	display: flex;
	min-height: 50px;
	align-items: center;
	gap: 12px;
	color: #b8c1c8;
	font-size: 13px;
}

.fe-cat-breadcrumb a,
.fe-cat-breadcrumb strong {
	color: inherit !important;
	font-weight: 500;
	text-decoration: none;
}

.fe-cat-breadcrumb span {
	color: var(--fe-cat-gold);
	font-size: 21px;
}

.fe-cat-hero {
	position: relative;
	display: block;
	min-height: 0;
	aspect-ratio: 2170 / 353;
	overflow: hidden;
	padding: 0;
	border: 1px solid var(--fe-cat-line);
	border-radius: 6px;
	background-image: var(--fe-category-image);
	background-position: center;
	background-size: 100% 100%;
	box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.35), 0 16px 45px rgba(0, 0, 0, 0.28);
}

.fe-cat-hero::after,
.fe-cat-intro::after,
.fe-cat-summary::after {
	position: absolute;
	inset: 7px;
	border: 1px solid rgba(217, 175, 104, 0.14);
	content: "";
	pointer-events: none;
}

.fe-cat-emblem {
	position: relative;
	z-index: 1;
	display: grid;
	width: 126px;
	height: 126px;
	border-radius: 50%;
	place-items: center;
	background: radial-gradient(circle, rgba(217, 175, 104, 0.12), rgba(2, 10, 17, 0.88) 65%);
	filter: drop-shadow(0 0 14px rgba(217, 175, 104, 0.23));
}

@media (min-width: 821px) {
	.fe-cat-hero .fe-cat-emblem,
	.fe-cat-hero .fe-cat-hero__copy {
		display: none;
	}
}

.fe-cat-emblem svg {
	width: 118px;
	height: 118px;
	fill: none;
	stroke: var(--fe-cat-bright);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.2;
}

.fe-cat-emblem img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	object-fit: cover;
}

.fe-category-page--harry-potter .fe-cat-hero {
	aspect-ratio: 1173 / 201;
}

.fe-category-page--harry-potter .fe-cat-intro {
	grid-template-columns: 110px minmax(0, 1fr) minmax(250px, 0.48fr);
}

.fe-category-page--harry-potter .fe-cat-intro__mark {
	width: 100px;
	height: 72px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.fe-category-page--harry-potter .fe-cat-intro__mark img {
	border-radius: 0;
	object-fit: cover;
}

.fe-category-page--harry-potter .fe-cat-intro p strong {
	color: #edc87f;
	font-family: "Evren Fraunces", Georgia, serif;
	font-size: 16px;
}

.fe-category-page--marvel .fe-cat-hero {
	width: auto;
	margin-right: -27px;
	margin-left: -27px;
	border-right: 0;
	border-left: 0;
	border-radius: 0;
	aspect-ratio: 1024 / 261;
}

.fe-category-page--marvel .fe-cat-breadcrumb {
	min-height: 46px;
}

.fe-marvel-layout {
	display: grid;
	grid-template-columns: minmax(0, 3fr) minmax(245px, 1fr);
	gap: 14px;
	align-items: start;
}

.fe-marvel-main {
	min-width: 0;
}

.fe-category-page--marvel .fe-cat-intro {
	min-height: 0;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background-color: #061725;
	background-image: var(--fe-marvel-banner);
	background-position: center;
	background-size: 100% 100%;
	aspect-ratio: 721 / 79;
	grid-template-columns: 1fr;
}

#wpforo #wpforo-wrap .fe-category-page--marvel .fe-cat-intro {
	padding: 0 !important;
}

.fe-category-page--marvel .fe-cat-intro::after {
	display: none;
}

.fe-category-page--marvel .fe-cat-intro > * {
	opacity: 0;
}

.fe-category-page--marvel .fe-cat-forums {
	margin-top: 8px;
	border-color: rgba(217, 175, 104, 0.72);
	border-radius: 4px;
}

.fe-category-page--marvel .fe-cat-forums__head {
	min-height: 38px;
	padding: 0 12px;
	background: linear-gradient(90deg, #0a2941, #071725 58%, #061521);
}

#wpforo #wpforo-wrap .fe-category-page--marvel .fe-cat-forums__head {
	padding: 0 12px !important;
}

#wpforo #wpforo-wrap .fe-category-page--marvel .fe-cat-forums__head h2 {
	color: #e8edf0 !important;
	font-family: "Evren Source Sans", "Segoe UI", sans-serif !important;
	font-size: 12px !important;
	font-weight: 500 !important;
}

.fe-marvel-column-labels {
	display: grid;
	width: min(51%, 470px);
	color: #e8edf0;
	font-size: 11px;
	grid-template-columns: 1fr 1fr 1.6fr;
	text-align: center;
}

#wpforo #wpforo-wrap .fe-marvel-column-labels {
	display: grid !important;
}

.fe-category-page--marvel .fe-cat-forum {
	min-height: 74px;
	padding: 4px 10px;
	background: linear-gradient(90deg, rgba(3, 15, 25, 0.98), rgba(5, 22, 35, 0.91));
	grid-template-columns: 64px minmax(240px, 1fr) 180px 280px;
	gap: 10px;
}

#wpforo #wpforo-wrap .fe-category-page--marvel .fe-cat-forum {
	padding: 4px 10px !important;
}

.fe-category-page--marvel .fe-cat-forum__thumb {
	width: 56px;
	height: 56px;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.fe-category-page--marvel .fe-cat-forum__info > a {
	font-family: "Evren Source Sans", "Segoe UI", sans-serif;
	font-size: 14px !important;
	font-weight: 700;
}

.fe-category-page--marvel .fe-cat-forum__info p {
	margin-top: 3px;
	font-size: 10px !important;
}

.fe-category-page--marvel .fe-cat-forum__counts {
	height: 50px;
}

.fe-category-page--marvel .fe-cat-forum__counts svg,
.fe-category-page--marvel .fe-cat-forum__counts small {
	display: none !important;
}

.fe-category-page--marvel .fe-cat-forum__counts > span {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
}

.fe-category-page--marvel .fe-cat-forum__counts b {
	font-family: "Evren Source Sans", "Segoe UI", sans-serif;
	font-size: 13px;
}

.fe-category-page--marvel .fe-cat-forum__latest {
	grid-template-columns: 40px minmax(0, 1fr);
	gap: 9px;
}

.fe-category-page--marvel .fe-cat-forum__latest::after {
	color: #f1e4ca;
	content: "›";
	font-family: Georgia, serif;
	font-size: 24px;
}

.fe-category-page--marvel .fe-cat-forum__latest img,
.fe-category-page--marvel .fe-cat-forum__latest-fallback {
	width: 38px;
	height: 38px;
}

.fe-category-page--marvel .fe-cat-forum__latest strong {
	color: #e5e9ec;
	font-family: "Evren Source Sans", "Segoe UI", sans-serif;
	font-size: 10px;
	font-weight: 500;
}

.fe-category-page--marvel .fe-cat-forum__latest small {
	font-size: 9px;
}

.fe-marvel-dashboard {
	display: grid;
	min-height: 280px;
	margin-top: 14px;
	grid-template-columns: 1.25fr 1fr 0.8fr;
	gap: 10px;
}

.fe-marvel-panel {
	overflow: hidden;
	border: 1px solid rgba(217, 175, 104, 0.5);
	border-radius: 4px;
	background: linear-gradient(145deg, #071b2a, #03101b);
}

.fe-marvel-panel h3,
.fe-marvel-side-stats h3 {
	display: flex;
	min-height: 42px;
	padding: 0 12px;
	margin: 0;
	border-bottom: 1px solid rgba(217, 175, 104, 0.24);
	align-items: center;
	gap: 8px;
	background: linear-gradient(90deg, #0b2a43, #071725);
	color: #f1f0eb;
	font-family: "Evren Source Sans", "Segoe UI", sans-serif;
	font-size: 11px;
	font-weight: 600;
}

.fe-marvel-panel h3 svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: var(--fe-cat-bright);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.4;
}

.fe-marvel-panel__list {
	display: grid;
	padding: 7px 12px 12px;
}

.fe-marvel-topic-row,
.fe-marvel-member-row,
.fe-marvel-popular-row {
	display: grid;
	min-width: 0;
	min-height: 43px;
	border-bottom: 1px solid rgba(174, 197, 211, 0.15);
	align-items: center;
	color: #e8edf0 !important;
	text-decoration: none;
}

.fe-marvel-topic-row,
.fe-marvel-member-row {
	grid-template-columns: 32px minmax(0, 1fr) auto;
	gap: 8px;
}

.fe-marvel-popular-row {
	grid-template-columns: 27px minmax(0, 1fr) auto;
	gap: 7px;
}

.fe-marvel-topic-row:last-child,
.fe-marvel-member-row:last-child,
.fe-marvel-popular-row:last-child {
	border-bottom: 0;
}

.fe-marvel-topic-row img,
.fe-marvel-member-row img,
.fe-marvel-avatar {
	display: grid;
	width: 29px;
	height: 29px;
	overflow: hidden;
	border: 1px solid var(--fe-cat-gold);
	border-radius: 50%;
	place-items: center;
	object-fit: cover;
	background: #0b1b28;
	color: var(--fe-cat-bright);
	font-size: 10px;
	font-weight: 800;
}

.fe-marvel-topic-row > span:nth-child(2),
.fe-marvel-member-row > span:nth-child(2) {
	display: grid;
	min-width: 0;
}

.fe-marvel-topic-row strong,
.fe-marvel-member-row strong,
.fe-marvel-popular-row strong {
	overflow: hidden;
	color: #e8edf0;
	font-size: 10px;
	font-weight: 500;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fe-marvel-topic-row small,
.fe-marvel-member-row small {
	color: #9daab4;
	font-size: 8px;
}

.fe-marvel-topic-row > b,
.fe-marvel-popular-row > b {
	padding: 3px 6px;
	border: 1px solid rgba(217, 175, 104, 0.25);
	border-radius: 9px;
	color: #cbd5da;
	font-size: 8px;
	font-weight: 500;
}

.fe-marvel-popular-row > span {
	display: grid;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	place-items: center;
	background: var(--fe-cat-gold);
	color: #07111a;
	font-family: Georgia, serif;
	font-size: 11px;
	font-weight: 800;
}

.fe-marvel-empty {
	padding: 22px 6px;
	margin: 0;
	color: #98a8b4;
	font-size: 10px;
	line-height: 1.5;
}

.fe-marvel-sidebar {
	display: grid;
	margin-top: -24px;
	gap: 13px;
}

.fe-marvel-promo {
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
	border: 0;
	border-radius: 4px;
	background: transparent;
	cursor: pointer;
}

.fe-marvel-promo img {
	display: block;
	width: 100%;
	height: auto;
}

.fe-marvel-side-stats {
	overflow: hidden;
	border: 1px solid rgba(217, 175, 104, 0.5);
	border-radius: 4px;
	background: #051522;
}

.fe-marvel-side-stats h3 {
	font-size: 12px;
}

.fe-marvel-side-stats > div {
	display: grid;
	min-height: 103px;
	padding: 12px 6px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fe-marvel-side-stats > div > div {
	display: grid;
	border-right: 1px solid rgba(174, 197, 211, 0.13);
	place-items: center;
}

.fe-marvel-side-stats > div > div:last-child {
	border-right: 0;
}

.fe-marvel-side-stats svg {
	width: 25px;
	height: 25px;
	fill: none;
	stroke: var(--fe-cat-bright);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.35;
}

.fe-marvel-side-stats b {
	color: #f5f1e8;
	font-family: "Evren Fraunces", Georgia, serif;
	font-size: 19px;
	font-weight: 500;
}

.fe-marvel-side-stats small {
	color: #aab7c2;
	font-size: 9px;
}

.fe-category-page--marvel .fe-cat-summary {
	margin-top: 14px;
}

.fe-marvel-skyline {
	width: auto;
	margin: 14px -27px -18px;
	background-image: var(--fe-marvel-skyline);
	background-position: center;
	background-size: cover;
	aspect-ratio: 1024 / 122;
}

.fe-category-page--game-of-thrones {
	position: relative;
	background:
		linear-gradient(rgba(2, 8, 13, 0.78), rgba(2, 8, 13, 0.78)),
		var(--fe-got-texture) center / 300px 33px repeat;
}

.fe-category-page--game-of-thrones .fe-cat-hero {
	border-color: rgba(196, 151, 82, 0.7);
	border-radius: 2px;
	background-size: 100% 100%;
	aspect-ratio: 1176 / 234;
}

.fe-category-page--game-of-thrones .fe-cat-intro {
	min-height: 0;
	padding: 0;
	border-color: rgba(188, 158, 111, 0.58);
	border-radius: 4px;
	background-color: #08121a;
	background-image: var(--fe-got-intro);
	background-position: center;
	background-size: 100% 100%;
	aspect-ratio: 1176 / 97;
	grid-template-columns: 1fr;
}

#wpforo #wpforo-wrap .fe-category-page--game-of-thrones .fe-cat-intro {
	padding: 0 !important;
}

.fe-category-page--game-of-thrones .fe-cat-intro::after {
	display: none;
}

.fe-category-page--game-of-thrones .fe-cat-intro > * {
	opacity: 0;
}

.fe-category-page--game-of-thrones .fe-cat-forums {
	border-color: rgba(181, 166, 139, 0.5);
	border-radius: 3px;
	background: rgba(5, 14, 20, 0.97);
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.52);
}

.fe-category-page--game-of-thrones .fe-cat-forums__head {
	min-height: 45px;
	background: linear-gradient(180deg, #242b31, #111920 68%, #0b1218);
}

.fe-category-page--game-of-thrones .fe-cat-forums__head h2,
#wpforo #wpforo-wrap .fe-category-page--game-of-thrones .fe-cat-forums__head h2 {
	color: #eee9df !important;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: 19px !important;
	font-weight: 400 !important;
}

.fe-category-page--game-of-thrones .fe-cat-new-topic {
	border-color: #e7615b;
	color: #fff3e9 !important;
	background: linear-gradient(#b52d31, #731116);
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.08), 0 0 15px rgba(213, 31, 39, 0.28);
}

.fe-category-page--game-of-thrones .fe-cat-forum {
	min-height: 75px;
	padding: 4px 10px;
	border-bottom-color: rgba(153, 170, 181, 0.3);
	background: linear-gradient(90deg, rgba(5, 15, 21, 0.98), rgba(10, 22, 30, 0.95));
	grid-template-columns: 132px minmax(300px, 1fr) 190px 280px;
	gap: 16px;
}

#wpforo #wpforo-wrap .fe-category-page--game-of-thrones .fe-cat-forum {
	padding: 4px 10px !important;
}

.fe-category-page--game-of-thrones .fe-cat-forum__thumb {
	width: 130px;
	height: 68px;
	border-color: #a67432;
	border-radius: 3px;
}

.fe-category-page--game-of-thrones .fe-cat-forum__info > a {
	color: #e2c38c !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px !important;
	font-weight: 400;
}

.fe-category-page--game-of-thrones .fe-cat-forum__info p {
	margin-top: 3px;
	color: #b9c0c5 !important;
	font-size: 11px !important;
}

.fe-category-page--game-of-thrones .fe-cat-forum__tags {
	margin-top: 5px;
	color: #c4a572;
}

.fe-category-page--game-of-thrones .fe-cat-forum__tags .is-red::before {
	color: #c99c4e;
	content: "○";
}

.fe-category-page--game-of-thrones .fe-cat-forum__latest strong {
	color: #d9b679;
}

.fe-category-page--game-of-thrones .fe-cat-forum__latest img,
.fe-category-page--game-of-thrones .fe-cat-forum__latest-fallback {
	border-color: rgba(192, 154, 94, 0.68);
	background: radial-gradient(circle, #273844, #071018 68%);
}

.fe-category-page--game-of-thrones .fe-cat-summary {
	border-color: rgba(184, 151, 96, 0.54);
	border-radius: 3px;
	background: linear-gradient(90deg, #06131c, #091923 58%, #11191d);
}

.fe-category-page--game-of-thrones .fe-cat-summary blockquote {
	background-size: 100% 100%;
}

.fe-category-page--game-of-thrones .fe-cat-bottom {
	margin-top: 4px;
	border-top: 1px solid rgba(181, 151, 101, 0.25);
}

.fe-category-page--star-wars {
	position: relative;
	background:
		linear-gradient(rgba(1, 8, 17, 0.72), rgba(1, 8, 17, 0.72)),
		var(--fe-star-wars-texture) center / 300px 38px repeat;
}

.fe-category-page--star-wars::before,
.fe-category-page--star-wars::after {
	position: absolute;
	z-index: 4;
	top: 532px;
	width: 30px;
	height: 436px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	pointer-events: none;
}

.fe-category-page--star-wars::before {
	left: max(-27px, calc((100vw - 100%) / -2));
	background-image: var(--fe-star-wars-edge-left);
}

.fe-category-page--star-wars::after {
	right: max(-27px, calc((100vw - 100%) / -2));
	background-image: var(--fe-star-wars-edge-right);
}

.fe-category-page--star-wars .fe-cat-hero {
	border-color: rgba(201, 160, 91, 0.72);
	border-radius: 2px;
	background-size: 100% 100%;
	aspect-ratio: 1172 / 211;
}

.fe-category-page--star-wars .fe-cat-intro {
	min-height: 0;
	padding: 0;
	border-color: rgba(195, 162, 104, 0.6);
	border-radius: 4px;
	background-color: #07131e;
	background-image: var(--fe-star-wars-intro);
	background-position: center;
	background-size: 100% 100%;
	aspect-ratio: 1161 / 84;
	grid-template-columns: 1fr;
}

#wpforo #wpforo-wrap .fe-category-page--star-wars .fe-cat-intro {
	padding: 0 !important;
}

.fe-category-page--star-wars .fe-cat-intro::after {
	display: none;
}

.fe-category-page--star-wars .fe-cat-intro > * {
	opacity: 0;
}

.fe-category-page--star-wars .fe-cat-forums {
	border-color: rgba(171, 192, 207, 0.48);
	border-radius: 3px;
	background: rgba(3, 17, 29, 0.98);
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.52);
}

.fe-category-page--star-wars .fe-cat-forums__head {
	min-height: 46px;
	background: linear-gradient(90deg, #132d42, #0a2235 58%, #0c263b);
}

.fe-category-page--star-wars .fe-cat-forums__head h2,
#wpforo #wpforo-wrap .fe-category-page--star-wars .fe-cat-forums__head h2 {
	color: #eee9df !important;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: 19px !important;
	font-weight: 400 !important;
}

.fe-category-page--star-wars .fe-cat-new-topic {
	border-color: #f4d28b;
	color: #160e04 !important;
	background: linear-gradient(#f7d894, #c89141);
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.24), 0 0 16px rgba(231, 177, 82, 0.32);
}

.fe-category-page--star-wars .fe-cat-forum {
	min-height: 70px;
	padding: 4px 10px;
	border-bottom-color: rgba(151, 183, 205, 0.32);
	background: linear-gradient(90deg, rgba(4, 20, 33, 0.98), rgba(5, 24, 39, 0.96));
	grid-template-columns: 135px minmax(300px, 1fr) 190px 280px;
	gap: 14px;
}

#wpforo #wpforo-wrap .fe-category-page--star-wars .fe-cat-forum {
	padding: 4px 10px !important;
}

.fe-category-page--star-wars .fe-cat-forum__thumb {
	width: 135px;
	height: 62px;
	border-color: #bd8c43;
	border-radius: 3px;
}

.fe-category-page--star-wars .fe-cat-forum__info > a {
	color: #e3c484 !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px !important;
	font-weight: 400;
}

.fe-category-page--star-wars .fe-cat-forum__info p {
	margin-top: 3px;
	color: #c2c9ce !important;
	font-size: 11px !important;
}

.fe-category-page--star-wars .fe-cat-forum__latest strong {
	color: #d9b679;
}

.fe-category-page--star-wars .fe-cat-forum__latest img,
.fe-category-page--star-wars .fe-cat-forum__latest-fallback {
	border-color: rgba(198, 162, 99, 0.7);
	background: radial-gradient(circle, #243847, #06111a 68%);
}

.fe-category-page--star-wars .fe-cat-summary {
	border-color: rgba(184, 151, 96, 0.54);
	border-radius: 3px;
	background: linear-gradient(90deg, #061421, #071a2a 58%, #10191f);
}

.fe-category-page--star-wars .fe-cat-summary blockquote {
	background-size: 100% 100%;
}

.fe-category-page--star-wars .fe-cat-bottom {
	margin-top: 4px;
	border-top: 1px solid rgba(181, 151, 101, 0.25);
}

.fe-category-page--witcher {
	position: relative;
	background:
		linear-gradient(rgba(1, 9, 15, 0.76), rgba(1, 9, 15, 0.76)),
		var(--fe-witcher-texture) center / 300px 38px repeat;
}

.fe-category-page--witcher::before,
.fe-category-page--witcher::after {
	position: absolute;
	z-index: 4;
	top: 41px;
	width: 29px;
	height: 1011px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	pointer-events: none;
}

.fe-category-page--witcher::before {
	left: max(-27px, calc((100vw - 100%) / -2));
	background-image: var(--fe-witcher-edge-left);
}

.fe-category-page--witcher::after {
	right: max(-27px, calc((100vw - 100%) / -2));
	background-image: var(--fe-witcher-edge-right);
}

.fe-category-page--witcher .fe-cat-breadcrumb {
	min-height: 41px;
}

.fe-category-page--witcher .fe-cat-hero {
	border-color: rgba(172, 159, 136, 0.72);
	border-radius: 2px;
	background-size: 100% 100%;
	aspect-ratio: 1173 / 205;
}

.fe-category-page--witcher .fe-cat-intro {
	min-height: 0;
	padding: 0;
	margin-top: 10px;
	border-color: rgba(172, 159, 136, 0.68);
	border-radius: 4px;
	background-color: #06131b;
	background-image: var(--fe-witcher-intro);
	background-position: center;
	background-size: 100% 100%;
	aspect-ratio: 1173 / 100;
	grid-template-columns: 1fr;
}

#wpforo #wpforo-wrap .fe-category-page--witcher .fe-cat-intro {
	padding: 0 !important;
}

.fe-category-page--witcher .fe-cat-intro::after {
	display: none;
}

.fe-category-page--witcher .fe-cat-intro > * {
	opacity: 0;
}

.fe-category-page--witcher .fe-cat-forums {
	margin-top: 8px;
	border-color: rgba(157, 174, 180, 0.48);
	border-radius: 3px;
	background: rgba(3, 17, 24, 0.98);
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.52);
}

.fe-category-page--witcher .fe-cat-forums__head {
	min-height: 40px;
	background: linear-gradient(90deg, #183442, #0b202b 58%, #102a36);
}

.fe-category-page--witcher .fe-cat-forums__head h2,
#wpforo #wpforo-wrap .fe-category-page--witcher .fe-cat-forums__head h2 {
	color: #eee9df !important;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: 19px !important;
	font-weight: 400 !important;
}

.fe-category-page--witcher .fe-cat-new-topic {
	border-color: #df5b55;
	color: #fff3e9 !important;
	background: linear-gradient(#aa292b, #671014);
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.08), 0 0 15px rgba(199, 27, 33, 0.3);
}

.fe-category-page--witcher .fe-cat-forum {
	min-height: 71px;
	padding: 3px 10px;
	border-bottom-color: rgba(143, 166, 178, 0.3);
	background: linear-gradient(90deg, rgba(3, 17, 24, 0.98), rgba(6, 24, 32, 0.96));
	grid-template-columns: 117px minmax(300px, 1fr) 195px 285px;
	gap: 14px;
}

#wpforo #wpforo-wrap .fe-category-page--witcher .fe-cat-forum {
	padding: 3px 10px !important;
}

.fe-category-page--witcher .fe-cat-forum__thumb {
	width: 117px;
	height: 64px;
	border-color: #9d794c;
	border-radius: 3px;
}

.fe-category-page--witcher .fe-cat-forum__info > a {
	color: #eee5d8 !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px !important;
	font-weight: 400;
}

.fe-category-page--witcher .fe-cat-forum__info p {
	margin-top: 3px;
	color: #c1c8cc !important;
	font-size: 11px !important;
}

.fe-category-page--witcher .fe-cat-forum__latest strong {
	color: #dfbd82;
}

.fe-category-page--witcher .fe-cat-forum__latest img,
.fe-category-page--witcher .fe-cat-forum__latest-fallback {
	border-color: rgba(181, 151, 102, 0.68);
	background: radial-gradient(circle, #263944, #071018 68%);
}

.fe-category-page--witcher .fe-cat-summary {
	min-height: 75px;
	margin-top: 8px;
	border-color: rgba(171, 153, 124, 0.56);
	border-radius: 3px;
	background: linear-gradient(90deg, #06151d, #071923 58%, #10191d);
}

.fe-category-page--witcher .fe-cat-summary blockquote {
	min-height: 73px;
	background-size: 100% 100%;
}

.fe-category-page--witcher .fe-cat-bottom {
	min-height: 50px;
	margin-top: 4px;
	border-top: 1px solid rgba(171, 151, 116, 0.25);
}

.fe-category-page--witcher .fe-cat-breadcrumb--bottom {
	min-height: 50px;
}

.fe-category-page--general-fantasy {
	position: relative;
	background:
		linear-gradient(rgba(2, 10, 15, 0.68), rgba(2, 10, 15, 0.68)),
		var(--fe-general-fantasy-texture) center / 300px 38px repeat;
}

.fe-category-page--general-fantasy::before,
.fe-category-page--general-fantasy::after {
	position: absolute;
	z-index: 4;
	top: 41px;
	width: 29px;
	height: 1004px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	pointer-events: none;
}

.fe-category-page--general-fantasy::before {
	left: max(-27px, calc((100vw - 100%) / -2));
	background-image: var(--fe-general-fantasy-edge-left);
}

.fe-category-page--general-fantasy::after {
	right: max(-27px, calc((100vw - 100%) / -2));
	background-image: var(--fe-general-fantasy-edge-right);
}

.fe-category-page--general-fantasy .fe-cat-breadcrumb {
	min-height: 41px;
}

.fe-category-page--general-fantasy .fe-cat-hero {
	border-color: rgba(203, 150, 65, 0.74);
	border-radius: 2px;
	background-size: 100% 100%;
	aspect-ratio: 1173 / 188;
}

.fe-category-page--general-fantasy .fe-cat-intro {
	min-height: 0;
	padding: 0;
	margin-top: 8px;
	border-color: rgba(205, 153, 68, 0.72);
	border-radius: 4px;
	background-color: #07151e;
	background-image: var(--fe-general-fantasy-intro);
	background-position: center;
	background-size: 100% 100%;
	aspect-ratio: 1173 / 94;
	grid-template-columns: 1fr;
}

#wpforo #wpforo-wrap .fe-category-page--general-fantasy .fe-cat-intro {
	padding: 0 !important;
}

.fe-category-page--general-fantasy .fe-cat-intro::after {
	display: none;
}

.fe-category-page--general-fantasy .fe-cat-intro > * {
	opacity: 0;
}

.fe-category-page--general-fantasy .fe-cat-forums {
	margin-top: 6px;
	border-color: rgba(170, 152, 117, 0.52);
	border-radius: 3px;
	background: rgba(3, 18, 25, 0.98);
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.52);
}

.fe-category-page--general-fantasy .fe-cat-forums__head {
	min-height: 42px;
	background: linear-gradient(90deg, #183744, #0a222d 58%, #102b37);
}

.fe-category-page--general-fantasy .fe-cat-forums__head h2,
#wpforo #wpforo-wrap .fe-category-page--general-fantasy .fe-cat-forums__head h2 {
	color: #eee9df !important;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: 19px !important;
	font-weight: 400 !important;
}

.fe-category-page--general-fantasy .fe-cat-new-topic {
	border-color: #f2c46d;
	color: #211303 !important;
	background: linear-gradient(#f1c66f, #c7872f);
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2), 0 0 15px rgba(227, 157, 49, 0.3);
}

.fe-category-page--general-fantasy .fe-cat-forum {
	min-height: 72px;
	padding: 3px 10px;
	border-bottom-color: rgba(141, 166, 178, 0.32);
	background: linear-gradient(90deg, rgba(3, 18, 25, 0.98), rgba(6, 25, 33, 0.96));
	grid-template-columns: 117px minmax(300px, 1fr) 195px 285px;
	gap: 14px;
}

#wpforo #wpforo-wrap .fe-category-page--general-fantasy .fe-cat-forum {
	padding: 3px 10px !important;
}

.fe-category-page--general-fantasy .fe-cat-forum__thumb {
	width: 117px;
	height: 66px;
	border-color: #d09943;
	border-radius: 3px;
}

.fe-category-page--general-fantasy .fe-cat-forum__info > a {
	color: #e8bd73 !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px !important;
	font-weight: 400;
}

.fe-category-page--general-fantasy .fe-cat-forum__info p {
	margin-top: 3px;
	color: #c2c9cd !important;
	font-size: 11px !important;
}

.fe-category-page--general-fantasy .fe-cat-forum__latest strong {
	color: #dfb96f;
}

.fe-category-page--general-fantasy .fe-cat-forum__latest img,
.fe-category-page--general-fantasy .fe-cat-forum__latest-fallback {
	border-color: rgba(194, 151, 83, 0.72);
	background: radial-gradient(circle, #293a43, #071018 68%);
}

.fe-category-page--general-fantasy .fe-cat-summary {
	min-height: 79px;
	margin-top: 7px;
	border-color: rgba(191, 149, 79, 0.62);
	border-radius: 3px;
	background: linear-gradient(90deg, #06151e, #071923 58%, #11191c);
}

.fe-category-page--general-fantasy .fe-cat-summary blockquote {
	min-height: 77px;
	background-size: 100% 100%;
}

.fe-category-page--general-fantasy .fe-cat-summary svg {
	stroke: #e2a43d;
}

.fe-category-page--general-fantasy .fe-cat-bottom {
	min-height: 58px;
	margin-top: 8px;
	border-top: 1px solid rgba(181, 145, 84, 0.28);
}

.fe-category-page--general-fantasy .fe-cat-breadcrumb--bottom {
	min-height: 58px;
}

.fe-category-page--fantasy-games {
	position: relative;
	background:
		linear-gradient(rgba(2, 10, 16, 0.7), rgba(2, 10, 16, 0.7)),
		var(--fe-fantasy-games-texture) center / 300px 38px repeat;
}

.fe-category-page--fantasy-games::before,
.fe-category-page--fantasy-games::after {
	position: absolute;
	z-index: 4;
	top: 41px;
	width: 29px;
	height: 1005px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	pointer-events: none;
}

.fe-category-page--fantasy-games::before {
	left: max(-27px, calc((100vw - 100%) / -2));
	background-image: var(--fe-fantasy-games-edge-left);
}

.fe-category-page--fantasy-games::after {
	right: max(-27px, calc((100vw - 100%) / -2));
	background-image: var(--fe-fantasy-games-edge-right);
}

.fe-category-page--fantasy-games .fe-cat-breadcrumb {
	min-height: 41px;
}

.fe-category-page--fantasy-games .fe-cat-hero {
	border-color: rgba(195, 151, 78, 0.74);
	border-radius: 2px;
	background-size: 100% 100%;
	aspect-ratio: 1173 / 205;
}

.fe-category-page--fantasy-games .fe-cat-intro {
	min-height: 0;
	padding: 0;
	margin-top: 10px;
	border-color: rgba(192, 155, 93, 0.68);
	border-radius: 4px;
	background-color: #07151f;
	background-image: var(--fe-fantasy-games-intro);
	background-position: center;
	background-size: 100% 100%;
	aspect-ratio: 1173 / 92;
	grid-template-columns: 1fr;
}

#wpforo #wpforo-wrap .fe-category-page--fantasy-games .fe-cat-intro {
	padding: 0 !important;
}

.fe-category-page--fantasy-games .fe-cat-intro::after {
	display: none;
}

.fe-category-page--fantasy-games .fe-cat-intro > * {
	opacity: 0;
}

.fe-category-page--fantasy-games .fe-cat-forums {
	margin-top: 8px;
	border-color: rgba(154, 172, 181, 0.5);
	border-radius: 3px;
	background: rgba(3, 18, 26, 0.98);
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.52);
}

.fe-category-page--fantasy-games .fe-cat-forums__head {
	min-height: 42px;
	background: linear-gradient(90deg, #173646, #0a2230 58%, #102a38);
}

.fe-category-page--fantasy-games .fe-cat-forums__head h2,
#wpforo #wpforo-wrap .fe-category-page--fantasy-games .fe-cat-forums__head h2 {
	color: #eee9df !important;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: 19px !important;
	font-weight: 400 !important;
}

.fe-category-page--fantasy-games .fe-cat-new-topic {
	border-color: #f3c66f;
	color: #211303 !important;
	background: linear-gradient(#f3ca73, #c98a31);
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2), 0 0 15px rgba(226, 157, 48, 0.3);
}

.fe-category-page--fantasy-games .fe-cat-forum {
	min-height: 70px;
	padding: 3px 10px;
	border-bottom-color: rgba(143, 168, 181, 0.32);
	background: linear-gradient(90deg, rgba(3, 18, 26, 0.98), rgba(5, 24, 34, 0.96));
	grid-template-columns: 127px minmax(290px, 1fr) 195px 285px;
	gap: 14px;
}

#wpforo #wpforo-wrap .fe-category-page--fantasy-games .fe-cat-forum {
	padding: 3px 10px !important;
}

.fe-category-page--fantasy-games .fe-cat-forum__thumb {
	width: 127px;
	height: 64px;
	border-color: #c9923b;
	border-radius: 3px;
}

.fe-category-page--fantasy-games .fe-cat-forum__info > a {
	color: #e4bc75 !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px !important;
	font-weight: 400;
}

.fe-category-page--fantasy-games .fe-cat-forum__info p {
	margin-top: 3px;
	color: #c2c9cd !important;
	font-size: 11px !important;
}

.fe-category-page--fantasy-games .fe-cat-forum__latest strong {
	color: #dfb96f;
}

.fe-category-page--fantasy-games .fe-cat-forum__latest img,
.fe-category-page--fantasy-games .fe-cat-forum__latest-fallback {
	border-color: rgba(196, 150, 76, 0.74);
	background: radial-gradient(circle, #263a47, #071019 68%);
}

.fe-category-page--fantasy-games .fe-cat-summary {
	min-height: 69px;
	margin-top: 8px;
	border-color: rgba(187, 150, 90, 0.58);
	border-radius: 3px;
	background: linear-gradient(90deg, #06151e, #071a24 58%, #11191c);
}

.fe-category-page--fantasy-games .fe-cat-summary blockquote {
	min-height: 67px;
	background-size: 100% 100%;
}

.fe-category-page--fantasy-games .fe-cat-summary svg {
	stroke: #e1a33c;
}

.fe-category-page--fantasy-games .fe-cat-bottom {
	min-height: 58px;
	margin-top: 8px;
	border-top: 1px solid rgba(181, 145, 84, 0.26);
}

.fe-category-page--fantasy-games .fe-cat-breadcrumb--bottom {
	min-height: 58px;
}

.fe-category-page--books-literature {
	position: relative;
	background:
		linear-gradient(rgba(7, 9, 10, 0.72), rgba(7, 9, 10, 0.72)),
		var(--fe-books-literature-texture) center / 300px 38px repeat;
}

.fe-category-page--books-literature::before,
.fe-category-page--books-literature::after {
	position: absolute;
	z-index: 4;
	top: 41px;
	width: 29px;
	height: 1005px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	pointer-events: none;
}

.fe-category-page--books-literature::before {
	left: max(-27px, calc((100vw - 100%) / -2));
	background-image: var(--fe-books-literature-edge-left);
}

.fe-category-page--books-literature::after {
	right: max(-27px, calc((100vw - 100%) / -2));
	background-image: var(--fe-books-literature-edge-right);
}

.fe-category-page--books-literature .fe-cat-breadcrumb {
	min-height: 41px;
}

.fe-category-page--books-literature .fe-cat-hero {
	border-color: rgba(187, 143, 73, 0.78);
	border-radius: 2px;
	background-size: 100% 100%;
	aspect-ratio: 1173 / 205;
}

.fe-category-page--books-literature .fe-cat-intro {
	min-height: 0;
	padding: 0;
	margin-top: 10px;
	border-color: rgba(181, 145, 86, 0.7);
	border-radius: 4px;
	background-color: #0b1418;
	background-image: var(--fe-books-literature-intro);
	background-position: center;
	background-size: 100% 100%;
	aspect-ratio: 1173 / 92;
	grid-template-columns: 1fr;
}

#wpforo #wpforo-wrap .fe-category-page--books-literature .fe-cat-intro {
	padding: 0 !important;
}

.fe-category-page--books-literature .fe-cat-intro::after {
	display: none;
}

.fe-category-page--books-literature .fe-cat-intro > * {
	opacity: 0;
}

.fe-category-page--books-literature .fe-cat-forums {
	margin-top: 8px;
	border-color: rgba(150, 145, 137, 0.58);
	border-radius: 3px;
	background: rgba(7, 16, 20, 0.98);
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.55);
}

.fe-category-page--books-literature .fe-cat-forums__head {
	min-height: 42px;
	background: linear-gradient(90deg, #393734, #272725 58%, #37332f);
}

.fe-category-page--books-literature .fe-cat-forums__head h2,
#wpforo #wpforo-wrap .fe-category-page--books-literature .fe-cat-forums__head h2 {
	color: #eeeae4 !important;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: 19px !important;
	font-weight: 400 !important;
}

.fe-category-page--books-literature .fe-cat-new-topic {
	border-color: #f0bd68;
	color: #211303 !important;
	background: linear-gradient(#efc16d, #c17e2c);
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2), 0 0 15px rgba(221, 145, 43, 0.3);
}

.fe-category-page--books-literature .fe-cat-forum {
	min-height: 70px;
	padding: 3px 10px;
	border-bottom-color: rgba(146, 154, 157, 0.34);
	background: linear-gradient(90deg, rgba(7, 16, 20, 0.98), rgba(10, 20, 23, 0.97));
	grid-template-columns: 127px minmax(290px, 1fr) 195px 285px;
	gap: 14px;
}

#wpforo #wpforo-wrap .fe-category-page--books-literature .fe-cat-forum {
	padding: 3px 10px !important;
}

.fe-category-page--books-literature .fe-cat-forum__thumb {
	width: 127px;
	height: 64px;
	border-color: #bf8d3d;
	border-radius: 3px;
}

.fe-category-page--books-literature .fe-cat-forum__info > a {
	color: #dfb873 !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px !important;
	font-weight: 400;
}

.fe-category-page--books-literature .fe-cat-forum__info p {
	margin-top: 3px;
	color: #c5c7c8 !important;
	font-size: 11px !important;
}

.fe-category-page--books-literature .fe-cat-forum__latest strong {
	color: #d9b26d;
}

.fe-category-page--books-literature .fe-cat-forum__latest img,
.fe-category-page--books-literature .fe-cat-forum__latest-fallback {
	border-color: rgba(190, 143, 71, 0.76);
	background: radial-gradient(circle, #2d3940, #090f12 68%);
}

.fe-category-page--books-literature .fe-cat-summary {
	min-height: 69px;
	margin-top: 8px;
	border-color: rgba(178, 139, 80, 0.62);
	border-radius: 3px;
	background: linear-gradient(90deg, #091419, #0b171c 58%, #171513);
}

.fe-category-page--books-literature .fe-cat-summary blockquote {
	min-height: 67px;
	background-size: 100% 100%;
}

.fe-category-page--books-literature .fe-cat-summary svg {
	stroke: #dfa13a;
}

.fe-category-page--books-literature .fe-cat-bottom {
	min-height: 58px;
	margin-top: 8px;
	border-top: 1px solid rgba(174, 136, 78, 0.28);
}

.fe-category-page--books-literature .fe-cat-breadcrumb--bottom {
	min-height: 58px;
}

.fe-category-page--movies-tv {
	position: relative;
	background:
		linear-gradient(rgba(2, 9, 14, 0.68), rgba(2, 9, 14, 0.68)),
		var(--fe-movies-tv-texture) center / 300px 38px repeat;
}

.fe-category-page--movies-tv::before,
.fe-category-page--movies-tv::after {
	position: absolute;
	z-index: 4;
	top: 41px;
	width: 29px;
	height: 970px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	pointer-events: none;
}

.fe-category-page--movies-tv::before {
	left: max(-27px, calc((100vw - 100%) / -2));
	background-image: var(--fe-movies-tv-edge-left);
}

.fe-category-page--movies-tv::after {
	right: max(-27px, calc((100vw - 100%) / -2));
	background-image: var(--fe-movies-tv-edge-right);
}

.fe-category-page--movies-tv .fe-cat-breadcrumb {
	min-height: 41px;
}

.fe-category-page--movies-tv .fe-cat-hero {
	border-color: rgba(184, 125, 66, 0.78);
	border-radius: 2px;
	background-size: 100% 100%;
	aspect-ratio: 1173 / 211;
}

.fe-category-page--movies-tv .fe-cat-intro {
	min-height: 0;
	padding: 0;
	margin-top: 8px;
	border-color: rgba(176, 132, 77, 0.72);
	border-radius: 4px;
	background-color: #07131b;
	background-image: var(--fe-movies-tv-intro);
	background-position: center;
	background-size: 100% 100%;
	aspect-ratio: 1173 / 87;
	grid-template-columns: 1fr;
}

#wpforo #wpforo-wrap .fe-category-page--movies-tv .fe-cat-intro {
	padding: 0 !important;
}

.fe-category-page--movies-tv .fe-cat-intro::after {
	display: none;
}

.fe-category-page--movies-tv .fe-cat-intro > * {
	opacity: 0;
}

.fe-category-page--movies-tv .fe-cat-forums {
	margin-top: 8px;
	border-color: rgba(145, 162, 173, 0.56);
	border-radius: 3px;
	background: rgba(3, 18, 26, 0.98);
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.56);
}

.fe-category-page--movies-tv .fe-cat-forums__head {
	min-height: 42px;
	background: linear-gradient(90deg, #173b50, #0a2a3c 58%, #12374b);
}

.fe-category-page--movies-tv .fe-cat-forums__head h2,
#wpforo #wpforo-wrap .fe-category-page--movies-tv .fe-cat-forums__head h2 {
	color: #f0ede8 !important;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: 19px !important;
	font-weight: 400 !important;
}

.fe-category-page--movies-tv .fe-cat-new-topic {
	border-color: #f24949;
	color: #fff1e8 !important;
	background: linear-gradient(#d51d25, #8d0710);
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.16), 0 0 17px rgba(214, 21, 31, 0.42);
}

.fe-category-page--movies-tv .fe-cat-forum {
	min-height: 66px;
	padding: 2px 10px;
	border-bottom-color: rgba(139, 164, 178, 0.36);
	background: linear-gradient(90deg, rgba(3, 19, 28, 0.99), rgba(5, 26, 37, 0.97));
	grid-template-columns: 129px minmax(290px, 1fr) 195px 285px;
	gap: 14px;
}

#wpforo #wpforo-wrap .fe-category-page--movies-tv .fe-cat-forum {
	padding: 2px 10px !important;
}

.fe-category-page--movies-tv .fe-cat-forum__thumb {
	width: 129px;
	height: 63px;
	border-color: #d89c42;
	border-radius: 3px;
}

.fe-category-page--movies-tv .fe-cat-forum__info > a {
	color: #e5bd75 !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px !important;
	font-weight: 400;
}

.fe-category-page--movies-tv .fe-cat-forum__info p {
	margin-top: 3px;
	color: #c2c9ce !important;
	font-size: 11px !important;
}

.fe-category-page--movies-tv .fe-cat-forum__latest strong {
	color: #dfb76e;
}

.fe-category-page--movies-tv .fe-cat-forum__latest img,
.fe-category-page--movies-tv .fe-cat-forum__latest-fallback {
	border-color: rgba(200, 143, 65, 0.78);
	background: radial-gradient(circle, #293b47, #071019 68%);
}

.fe-category-page--movies-tv .fe-cat-summary {
	min-height: 71px;
	margin-top: 8px;
	border-color: rgba(181, 133, 73, 0.64);
	border-radius: 3px;
	background: linear-gradient(90deg, #06151e, #071a24 58%, #161517);
	grid-template-columns: repeat(4, minmax(0, 1fr)) 514px;
}

.fe-category-page--movies-tv .fe-cat-summary blockquote {
	min-height: 69px;
	background-size: 100% 100%;
}

.fe-category-page--movies-tv .fe-cat-summary svg {
	stroke: #e0a03b;
}

.fe-category-page--movies-tv .fe-cat-bottom {
	min-height: 58px;
	margin-top: 8px;
	border-top: 1px solid rgba(174, 131, 76, 0.28);
}

.fe-category-page--movies-tv .fe-cat-breadcrumb--bottom {
	min-height: 58px;
}

.fe-cat-hero__copy {
	position: relative;
	z-index: 1;
	align-self: center;
}

.fe-cat-hero h1 {
	margin: 0;
	color: #f3d398 !important;
	font-family: "Evren Fraunces", Georgia, serif !important;
	font-size: clamp(42px, 5vw, 72px) !important;
	font-weight: 650;
	letter-spacing: -0.03em;
	line-height: 1 !important;
	text-shadow: 0 3px 24px #000;
}

.fe-cat-hero blockquote {
	margin: 13px 0 0;
	color: #eadcc4;
	font-family: "Evren Fraunces", Georgia, serif;
	font-size: clamp(16px, 1.6vw, 23px);
	font-style: italic;
	line-height: 1.3;
	text-shadow: 0 2px 12px #000;
}

.fe-cat-hero cite,
.fe-cat-intro cite {
	display: block;
	margin-top: 8px;
	color: var(--fe-cat-bright);
	font-family: "Evren Source Sans", "Segoe UI", sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.fe-cat-intro {
	position: relative;
	display: grid;
	min-height: 102px;
	padding: 20px 30px;
	margin-top: 12px;
	overflow: hidden;
	border: 1px solid var(--fe-cat-line);
	border-radius: 6px;
	background: linear-gradient(105deg, #061725, #04111d 64%, #081b2b);
	grid-template-columns: 95px minmax(0, 1fr) minmax(250px, 0.48fr);
	gap: 22px;
	align-items: center;
}

#wpforo #wpforo-wrap .fe-cat-intro {
	padding: 20px 30px !important;
}

.fe-cat-intro__mark {
	position: relative;
	z-index: 1;
	display: grid;
	width: 68px;
	height: 68px;
	border: 1px solid var(--fe-cat-gold);
	border-radius: 50%;
	place-items: center;
	background: radial-gradient(circle, rgba(217, 175, 104, 0.2), rgba(3, 12, 20, 0.95) 67%);
	box-shadow: 0 0 24px rgba(217, 175, 104, 0.14), inset 0 0 0 6px rgba(217, 175, 104, 0.05);
}

.fe-cat-intro__mark svg {
	width: 38px;
	height: 38px;
	fill: none;
	stroke: var(--fe-cat-bright);
	stroke-width: 1.5;
}

.fe-cat-intro__mark img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.fe-cat-intro p {
	position: relative;
	z-index: 1;
	margin: 0;
	color: #c8d0d6;
	font-size: 14px;
	line-height: 1.5;
}

.fe-cat-intro p strong {
	color: #f0e8da;
	font-weight: 400;
}

#wpforo #wpforo-wrap .fe-cat-intro p {
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.5 !important;
}

#wpforo #wpforo-wrap .fe-cat-intro p strong {
	font-weight: 400 !important;
}

.fe-cat-intro blockquote {
	position: relative;
	z-index: 1;
	margin: 0;
	color: #e4d7c2;
	font-family: "Evren Fraunces", Georgia, serif;
	font-size: 16px;
	font-style: italic;
	text-align: right;
}

.fe-cat-forums {
	margin-top: 12px;
	overflow: hidden;
	border: 1px solid rgba(217, 175, 104, 0.34);
	border-radius: 6px;
	background: rgba(3, 14, 23, 0.94);
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.3);
}

.fe-cat-forums__head {
	display: flex;
	min-height: 48px;
	padding-left: 18px;
	border-bottom: 1px solid rgba(217, 175, 104, 0.36);
	align-items: center;
	justify-content: space-between;
	background: linear-gradient(90deg, #08243a, #061725 60%, #07131e);
}

#wpforo #wpforo-wrap .fe-cat-forums__head {
	padding-left: 14px !important;
}

.fe-cat-forums__head h2 {
	margin: 0;
	color: #f2d08c;
	font-family: "Evren Fraunces", Georgia, serif;
	font-size: 21px;
	font-weight: 580;
}

#wpforo #wpforo-wrap .fe-cat-forums__head h2 {
	color: #f2d08c !important;
	font-family: "Evren Fraunces", Georgia, serif !important;
	font-size: 18px !important;
	font-weight: 560 !important;
	line-height: 1 !important;
}

.fe-cat-new-topic {
	display: inline-flex;
	min-height: 38px;
	padding: 0 18px;
	margin-right: 6px;
	border: 1px solid #f2cc7c;
	border-radius: 5px;
	align-items: center;
	color: #160e04 !important;
	background: linear-gradient(#f0cc84, #c58b39);
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.18), 0 4px 14px rgba(0, 0, 0, 0.35);
	font-size: 13px;
	font-weight: 750;
	text-decoration: none;
}

.fe-cat-new-topic b {
	margin-right: 8px;
	font-size: 20px;
	line-height: 1;
}

#wpforo #wpforo-wrap .fe-cat-new-topic b {
	margin-right: 8px !important;
}

.fe-cat-new-topic span {
	display: block;
}

#wpforo #wpforo-wrap .fe-cat-new-topic {
	display: inline-flex !important;
	width: auto !important;
	min-width: 130px !important;
	min-height: 38px !important;
	padding: 0 14px !important;
	margin-right: 6px !important;
	align-items: center !important;
	justify-content: center !important;
}

.fe-cat-forum {
	display: grid;
	min-height: 78px;
	padding: 5px 10px;
	border-bottom: 1px solid rgba(174, 197, 211, 0.22);
	background: linear-gradient(90deg, rgba(5, 21, 34, 0.9), rgba(5, 20, 32, 0.74));
	grid-template-columns: 112px minmax(260px, 1fr) 200px 280px;
	gap: 16px;
	align-items: center;
}

#wpforo #wpforo-wrap .fe-cat-forum {
	padding: 5px 10px !important;
}

.fe-cat-forum:last-child {
	border-bottom: 0;
}

.fe-cat-forum__thumb {
	display: block;
	height: 68px;
	overflow: hidden;
	border: 1px solid var(--fe-cat-gold);
	border-radius: 5px;
	background: #07121b;
	box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.35);
}

.fe-cat-forum__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fe-cat-forum__info {
	min-width: 0;
}

.fe-cat-forum__info > a {
	display: block;
	overflow: hidden;
	color: #edc87f !important;
	font-family: "Evren Fraunces", Georgia, serif;
	font-size: 17px !important;
	font-weight: 560;
	line-height: 1.25;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fe-cat-forum__info p {
	display: -webkit-box;
	overflow: hidden;
	margin: 5px 0 0;
	color: #acb9c2 !important;
	font-size: 12px !important;
	line-height: 1.35;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.fe-cat-forum__tags {
	display: flex;
	margin-top: 4px;
	flex-wrap: wrap;
	gap: 4px 14px;
	color: #aab5bc;
	font-size: 9px;
	line-height: 1;
}

.fe-cat-forum__tags span,
.fe-cat-forum__tags a {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: inherit !important;
	text-decoration: none;
}

.fe-cat-forum__tags span::before,
.fe-cat-forum__tags a::before {
	width: auto;
	height: auto;
	border: 0;
	border-radius: 0;
	color: #c99c4e;
	content: "○";
	font-size: 10px;
	line-height: 1;
	flex: none;
}

.fe-cat-forum__tags .is-red::before {
	border: 0;
	color: #db4939;
	content: "◉";
	box-shadow: none;
}

.fe-cat-forum__counts {
	display: grid;
	height: 58px;
	border-right: 1px solid rgba(174, 197, 211, 0.12);
	border-left: 1px solid rgba(174, 197, 211, 0.12);
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fe-cat-forum__counts > span {
	display: grid;
	place-items: center;
	grid-template-columns: 22px auto;
	grid-template-rows: auto auto;
	align-content: center;
}

#wpforo #wpforo-wrap .fe-cat-forum__counts > span {
	display: grid !important;
	grid-template-columns: 22px auto !important;
	grid-template-rows: auto auto !important;
	align-content: center !important;
	place-items: center !important;
}

.fe-cat-forum__counts svg {
	width: 15px;
	height: 15px;
	fill: none;
	stroke: #aab8c1;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.4;
	grid-row: 1 / 3;
}

.fe-cat-forum__counts b {
	color: #e3e7e9;
	font-family: "Evren Fraunces", Georgia, serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
}

#wpforo #wpforo-wrap .fe-cat-forum__counts b,
#wpforo #wpforo-wrap .fe-cat-forum__counts small {
	display: block !important;
}

.fe-cat-forum__counts small {
	color: #95a3ad;
	font-size: 10px;
}

.fe-cat-forum__latest {
	display: grid;
	min-width: 0;
	color: inherit !important;
	text-decoration: none;
	grid-template-columns: 52px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
}

.fe-cat-forum__latest img,
.fe-cat-forum__latest-fallback {
	display: grid;
	width: 50px;
	height: 50px;
	border: 1px solid rgba(217, 175, 104, 0.62);
	border-radius: 50%;
	place-items: center;
	object-fit: cover;
	background: radial-gradient(circle, #173047, #06111b 68%);
}

.fe-cat-forum__latest-fallback svg {
	width: 23px;
	height: 23px;
	fill: none;
	stroke: #b6a072;
	stroke-width: 1.3;
}

.fe-cat-forum__latest > span:last-child {
	display: grid;
	min-width: 0;
}

#wpforo #wpforo-wrap .fe-cat-forum__latest > span:last-child {
	display: grid !important;
	min-width: 0 !important;
}

.fe-cat-forum__latest strong {
	overflow: hidden;
	color: #e9c376;
	font-family: "Evren Fraunces", Georgia, serif;
	font-size: 13px;
	font-weight: 550;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#wpforo #wpforo-wrap .fe-cat-forum__latest strong,
#wpforo #wpforo-wrap .fe-cat-forum__latest small {
	display: block !important;
	min-width: 0 !important;
}

.fe-cat-forum__latest small {
	overflow: hidden;
	margin-top: 2px;
	color: #a9b4bc;
	font-size: 10px;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fe-cat-summary {
	position: relative;
	display: grid;
	min-height: 80px;
	margin-top: 12px;
	overflow: hidden;
	border: 1px solid var(--fe-cat-line);
	border-radius: 6px;
	background: linear-gradient(90deg, #061725, #04121d 58%, #0b1e2c);
	grid-template-columns: repeat(4, minmax(130px, 0.75fr)) minmax(390px, 2fr);
}

.fe-cat-summary > div {
	position: relative;
	z-index: 1;
	display: flex;
	padding: 15px 18px;
	border-right: 1px solid rgba(174, 197, 211, 0.16);
	align-items: center;
	gap: 12px;
}

.fe-cat-summary svg {
	width: 32px;
	height: 32px;
	fill: none;
	stroke: var(--fe-cat-gold);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.35;
}

.fe-cat-summary span {
	display: grid;
}

#wpforo #wpforo-wrap .fe-cat-summary > div {
	display: flex !important;
}

#wpforo #wpforo-wrap .fe-cat-summary > div > span {
	display: grid !important;
}

#wpforo #wpforo-wrap .fe-cat-summary b,
#wpforo #wpforo-wrap .fe-cat-summary small {
	display: block !important;
}

.fe-cat-summary b {
	color: #ede6da;
	font-family: "Evren Fraunces", Georgia, serif;
	font-size: 17px;
	font-weight: 520;
}

.fe-cat-summary small {
	color: #9eabb4;
	font-size: 10px;
}

.fe-cat-summary blockquote {
	position: relative;
	z-index: 1;
	display: grid;
	min-height: 76px;
	padding: 0;
	margin: 0;
	place-items: center;
	background-color: #151b1d;
	background-image: var(--fe-summary-image);
	background-position: center;
	background-size: 100% 100%;
	color: #e8d4af;
	font-family: "Evren Fraunces", Georgia, serif;
	font-size: 14px;
	font-style: italic;
	text-align: center;
}

.fe-cat-summary blockquote span {
	opacity: 0;
}

.fe-cat-bottom {
	display: flex;
	min-height: 54px;
	align-items: center;
	justify-content: space-between;
}

.fe-cat-breadcrumb--bottom {
	min-height: 54px;
}

.fe-cat-back-top {
	color: #c8b388 !important;
	font-size: 12px;
	text-decoration: none;
}

@media (max-width: 1080px) {
	.fe-cat-forum {
		grid-template-columns: 106px minmax(220px, 1fr) 180px 220px;
		gap: 12px;
	}

	.fe-cat-intro {
		grid-template-columns: 78px minmax(0, 1fr) 260px;
	}

	.fe-cat-summary {
		grid-template-columns: repeat(4, minmax(110px, 1fr));
	}

	.fe-cat-summary blockquote {
		grid-column: 1 / -1;
		min-height: 76px;
	}
}

@media (max-width: 820px) {
	body.fe-category-ready .evren-forum-layout.shell-wide {
		width: calc(100% - 20px) !important;
		max-width: 760px !important;
	}

	.fe-cat-hero {
		display: grid;
		min-height: 260px;
		padding: 24px;
		aspect-ratio: auto;
		background-image:
			linear-gradient(90deg, rgba(2, 9, 16, 0.9) 0%, rgba(3, 13, 22, 0.5) 45%, rgba(3, 12, 19, 0.08) 78%),
			var(--fe-category-mobile-image);
		background-position: 66% center;
		background-size: cover;
		grid-template-columns: 110px minmax(0, 1fr);
	}

	.fe-category-page--harry-potter .fe-cat-hero {
		background-position: 38% center;
	}

	.fe-category-page--harry-potter .fe-cat-intro {
		grid-template-columns: 78px minmax(0, 1fr);
	}

	.fe-category-page--harry-potter .fe-cat-intro__mark {
		width: 72px;
		height: 52px;
	}

	.fe-cat-emblem {
		width: 98px;
		height: 98px;
	}

	.fe-cat-emblem svg {
		width: 92px;
		height: 92px;
	}

	.fe-cat-intro {
		grid-template-columns: 70px minmax(0, 1fr);
	}

	.fe-cat-intro blockquote {
		display: none;
	}

	.fe-cat-forum {
		grid-template-columns: 100px minmax(0, 1fr) 176px;
	}

	.fe-cat-forum__thumb {
		height: 60px;
	}

	.fe-cat-forum__latest {
		display: none;
	}

	.fe-cat-summary {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	body.fe-category-ready .evren-forum-page,
	body.fe-category-ready #wpforo,
	body.fe-category-ready #wpforo-wrap {
		min-width: 0 !important;
		max-width: 100% !important;
		overflow-x: hidden !important;
	}

	.fe-category-page,
	.fe-cat-forums,
	.fe-cat-forum-list,
	.fe-cat-forum {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		box-sizing: border-box;
	}

	#wpforo #wpforo-wrap .fe-cat-intro {
		padding: 18px !important;
	}

	#wpforo #wpforo-wrap .fe-cat-intro p {
		font-size: 11px !important;
		overflow-wrap: anywhere !important;
	}

	.fe-cat-breadcrumb {
		min-height: 42px;
		gap: 8px;
		font-size: 11px;
	}

	.fe-cat-hero {
		min-height: 300px;
		padding: 26px 20px;
		background-position: 68% center;
		grid-template-columns: 1fr;
		align-content: end;
	}

	.fe-cat-hero::before {
		position: absolute;
		inset: 0;
		background: linear-gradient(0deg, rgba(2, 9, 16, 0.96), rgba(2, 9, 16, 0.15) 85%);
		content: "";
	}

	.fe-cat-emblem {
		position: absolute;
		top: 18px;
		left: 18px;
		width: 76px;
		height: 76px;
	}

	.fe-cat-emblem svg {
		width: 70px;
		height: 70px;
	}

	.fe-category-page--harry-potter .fe-cat-emblem {
		width: 76px;
		height: 96px;
		border-radius: 0;
		background: transparent;
		filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.7));
	}

	.fe-category-page--harry-potter .fe-cat-emblem img {
		border-radius: 0;
		object-fit: cover;
	}

	.fe-cat-hero h1 {
		font-size: 43px !important;
	}

	.fe-cat-hero blockquote {
		font-size: 15px;
	}

	.fe-cat-intro {
		min-height: 0;
		padding: 18px;
		grid-template-columns: 54px minmax(0, 1fr);
		gap: 12px;
	}

	.fe-cat-intro__mark {
		width: 48px;
		height: 48px;
	}

	.fe-cat-intro__mark svg {
		width: 27px;
		height: 27px;
	}

	.fe-cat-intro p {
		font-size: 11px;
	}

	.fe-cat-forums__head {
		min-height: 44px;
		padding-left: 12px;
	}

	#wpforo #wpforo-wrap .fe-cat-forums__head {
		position: relative !important;
		display: flex !important;
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
		padding-left: 12px !important;
		overflow: hidden !important;
	}

	.fe-cat-forums__head h2 {
		font-size: 17px;
	}

	#wpforo #wpforo-wrap .fe-cat-forums__head h2 {
		min-width: 0 !important;
		padding-right: 116px !important;
		font-size: 17px !important;
		flex: 1 1 auto !important;
	}

	.fe-cat-new-topic {
		min-height: 34px;
		padding: 0 10px;
		font-size: 10px;
	}

	#wpforo #wpforo-wrap .fe-cat-new-topic {
		position: absolute !important;
		top: 5px !important;
		right: 6px !important;
		width: 108px !important;
		min-width: 108px !important;
		max-width: 108px !important;
		min-height: 34px !important;
		padding: 0 10px !important;
		flex: 0 0 108px !important;
	}

	.fe-cat-forum {
		min-height: 0;
		padding: 9px;
		grid-template-columns: 82px minmax(0, 1fr);
		gap: 10px;
	}

	#wpforo #wpforo-wrap .fe-cat-forum {
		padding: 9px !important;
	}

	.fe-cat-forum__thumb {
		height: 52px;
	}

	.fe-cat-forum__info > a {
		font-size: 14px !important;
		white-space: normal;
	}

	.fe-cat-forum__info p {
		font-size: 10px !important;
		-webkit-line-clamp: 2;
	}

	#wpforo #wpforo-wrap .fe-cat-forum__tags {
		display: grid !important;
		max-width: 100% !important;
		grid-template-columns: repeat(2, max-content) !important;
		gap: 5px 10px !important;
	}

	#wpforo #wpforo-wrap .fe-cat-forum__tags span,
	#wpforo #wpforo-wrap .fe-cat-forum__tags a {
		display: inline-flex !important;
	}

	.fe-cat-forum__counts {
		width: 100%;
		max-width: 100%;
		height: 36px;
		box-sizing: border-box;
		padding-right: 4px;
		border: 0;
		grid-column: 1 / -1;
	}

	.fe-cat-forum__counts > span {
		border-top: 1px solid rgba(174, 197, 211, 0.12);
		grid-template-columns: 18px auto auto;
		grid-template-rows: 1fr;
		gap: 5px;
	}

	#wpforo #wpforo-wrap .fe-cat-forum__counts > span {
		display: flex !important;
		grid-template-columns: none !important;
		grid-template-rows: none !important;
		align-items: center !important;
		justify-content: center !important;
		gap: 5px !important;
	}

	.fe-cat-forum__counts svg {
		width: 13px;
		height: 13px;
		grid-row: auto;
	}

	.fe-cat-forum__counts b {
		font-size: 12px;
	}

	.fe-cat-forum__counts small {
		font-size: 9px;
	}

	.fe-cat-summary {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fe-cat-summary > div {
		padding: 12px;
	}

	.fe-cat-summary svg {
		width: 25px;
		height: 25px;
	}

	.fe-cat-summary blockquote {
		min-height: 58px;
		padding: 0;
		font-size: 12px;
	}

	.fe-cat-bottom {
		align-items: flex-end;
	}

	.fe-cat-breadcrumb--bottom {
		max-width: 72%;
		flex-wrap: wrap;
	}
}

@media (max-width: 1200px) {
	.fe-marvel-layout {
		grid-template-columns: minmax(0, 1fr) 255px;
	}

	.fe-category-page--marvel .fe-cat-forum {
		grid-template-columns: 60px minmax(180px, 1fr) 140px 200px;
	}

	.fe-marvel-dashboard {
		grid-template-columns: 1fr 1fr;
	}

	.fe-marvel-panel:last-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 1000px) {
	.fe-marvel-layout {
		grid-template-columns: 1fr;
	}

	.fe-marvel-sidebar {
		margin-top: 0;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		align-items: start;
	}

	.fe-category-page--marvel .fe-cat-forum {
		grid-template-columns: 60px minmax(0, 1fr) 150px;
	}

	.fe-category-page--marvel .fe-cat-forum__latest {
		display: none;
	}

	.fe-marvel-promo--tall {
		grid-column: 2;
		grid-row: 2 / span 2;
	}
}

@media (max-width: 560px) {
	.fe-category-page--marvel .fe-cat-hero {
		width: auto;
		min-height: 318px;
		margin-right: -10px;
		margin-left: -10px;
		aspect-ratio: auto;
		background-position: 30% center;
	}

	.fe-category-page--marvel .fe-cat-emblem {
		display: none;
	}

	.fe-category-page--marvel .fe-cat-emblem img {
		border-radius: 0;
	}

	.fe-category-page--marvel .fe-cat-hero h1 {
		font-size: 40px !important;
	}

	.fe-category-page--marvel .fe-cat-intro {
		min-height: 92px;
		padding: 12px;
		background-image: linear-gradient(90deg, #061521, #0a2438);
		aspect-ratio: auto;
		grid-template-columns: 62px minmax(0, 1fr);
		gap: 10px;
	}

	#wpforo #wpforo-wrap .fe-category-page--marvel .fe-cat-intro {
		padding: 12px !important;
	}

	.fe-category-page--marvel .fe-cat-intro > * {
		opacity: 1;
	}

	.fe-category-page--marvel .fe-cat-intro__mark {
		width: 58px;
		height: 58px;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	.fe-category-page--marvel .fe-cat-intro__mark img {
		border-radius: 0;
	}

	.fe-category-page--marvel .fe-cat-intro p strong {
		color: #edc87f;
		font-size: 15px;
		font-weight: 700 !important;
	}

	.fe-marvel-column-labels {
		display: none;
	}

	#wpforo #wpforo-wrap .fe-marvel-column-labels {
		display: none !important;
	}

	.fe-category-page--marvel .fe-cat-forum {
		grid-template-columns: 58px minmax(0, 1fr);
		gap: 8px;
	}

	.fe-category-page--marvel .fe-cat-forum__thumb {
		width: 56px;
		height: 56px;
	}

	.fe-category-page--marvel .fe-cat-forum__counts {
		grid-column: 1 / -1;
	}

	.fe-marvel-dashboard,
	.fe-marvel-sidebar {
		grid-template-columns: 1fr;
	}

	.fe-marvel-dashboard {
		min-height: 0;
	}

	.fe-marvel-panel:last-child,
	.fe-marvel-promo--tall {
		grid-column: auto;
		grid-row: auto;
	}

	.fe-marvel-skyline {
		min-height: 78px;
		margin-right: -10px;
		margin-left: -10px;
		aspect-ratio: auto;
		background-size: auto 100%;
	}
}

@media (max-width: 1080px) and (min-width: 821px) {
	.fe-category-page--game-of-thrones .fe-cat-forum {
		grid-template-columns: 112px minmax(220px, 1fr) 170px 220px;
		gap: 12px;
	}

	.fe-category-page--game-of-thrones .fe-cat-forum__thumb {
		width: 110px;
	}
}

@media (max-width: 820px) {
	.fe-category-page--game-of-thrones .fe-cat-hero {
		display: block;
		min-height: 0;
		padding: 0;
		background-image: var(--fe-category-mobile-image);
		background-position: left center;
		background-size: 100% 100%;
		aspect-ratio: 663 / 234;
	}

	.fe-category-page--game-of-thrones .fe-cat-hero::before,
	.fe-category-page--game-of-thrones .fe-cat-hero .fe-cat-emblem,
	.fe-category-page--game-of-thrones .fe-cat-hero .fe-cat-hero__copy {
		display: none;
	}

	.fe-category-page--game-of-thrones .fe-cat-intro {
		min-height: 96px;
		padding: 16px 20px;
		background-image: linear-gradient(105deg, #091721, #050d13 70%, #111b20);
		aspect-ratio: auto;
		grid-template-columns: 78px minmax(0, 1fr);
	}

	#wpforo #wpforo-wrap .fe-category-page--game-of-thrones .fe-cat-intro {
		padding: 16px 20px !important;
	}

	.fe-category-page--game-of-thrones .fe-cat-intro > * {
		opacity: 1;
	}

	.fe-category-page--game-of-thrones .fe-cat-intro__mark {
		width: 68px;
		height: 68px;
	}

	.fe-category-page--game-of-thrones .fe-cat-forum {
		grid-template-columns: 102px minmax(0, 1fr) 170px;
	}

	.fe-category-page--game-of-thrones .fe-cat-forum__thumb {
		width: 100px;
	}
}

@media (max-width: 560px) {
	.fe-category-page--game-of-thrones .fe-cat-hero {
		min-height: 0;
		padding: 0;
		aspect-ratio: 663 / 234;
	}

	.fe-category-page--game-of-thrones .fe-cat-intro {
		padding: 13px;
		grid-template-columns: 54px minmax(0, 1fr);
	}

	#wpforo #wpforo-wrap .fe-category-page--game-of-thrones .fe-cat-intro {
		padding: 13px !important;
	}

	.fe-category-page--game-of-thrones .fe-cat-intro__mark {
		width: 48px;
		height: 48px;
	}

	.fe-category-page--game-of-thrones .fe-cat-forum {
		grid-template-columns: 88px minmax(0, 1fr);
	}

	.fe-category-page--game-of-thrones .fe-cat-forum__thumb {
		width: 86px;
		height: 54px;
	}

	.fe-category-page--game-of-thrones .fe-cat-forum__tags {
		display: none !important;
	}
}

@media (max-width: 1080px) and (min-width: 821px) {
	.fe-category-page--star-wars .fe-cat-forum {
		grid-template-columns: 112px minmax(220px, 1fr) 170px 220px;
		gap: 12px;
	}

	.fe-category-page--star-wars .fe-cat-forum__thumb {
		width: 110px;
	}
}

@media (max-width: 820px) {
	.fe-category-page--star-wars::before,
	.fe-category-page--star-wars::after {
		display: none;
	}

	.fe-category-page--star-wars .fe-cat-hero {
		display: block;
		min-height: 0;
		padding: 0;
		background-image: var(--fe-category-mobile-image);
		background-position: left center;
		background-size: 100% 100%;
		aspect-ratio: 663 / 211;
	}

	.fe-category-page--star-wars .fe-cat-hero::before,
	.fe-category-page--star-wars .fe-cat-hero .fe-cat-emblem,
	.fe-category-page--star-wars .fe-cat-hero .fe-cat-hero__copy {
		display: none;
	}

	.fe-category-page--star-wars .fe-cat-intro {
		min-height: 96px;
		padding: 16px 20px;
		background-image: linear-gradient(105deg, #081724, #040d15 70%, #0a1c2d);
		aspect-ratio: auto;
		grid-template-columns: 78px minmax(0, 1fr);
	}

	#wpforo #wpforo-wrap .fe-category-page--star-wars .fe-cat-intro {
		padding: 16px 20px !important;
	}

	.fe-category-page--star-wars .fe-cat-intro > * {
		opacity: 1;
	}

	.fe-category-page--star-wars .fe-cat-intro__mark {
		width: 68px;
		height: 68px;
	}

	.fe-category-page--star-wars .fe-cat-forum {
		grid-template-columns: 102px minmax(0, 1fr) 170px;
	}

	.fe-category-page--star-wars .fe-cat-forum__thumb {
		width: 100px;
	}
}

@media (max-width: 560px) {
	.fe-category-page--star-wars .fe-cat-hero {
		min-height: 0;
		padding: 0;
		aspect-ratio: 663 / 211;
	}

	.fe-category-page--star-wars .fe-cat-intro {
		padding: 13px;
		grid-template-columns: 54px minmax(0, 1fr);
	}

	#wpforo #wpforo-wrap .fe-category-page--star-wars .fe-cat-intro {
		padding: 13px !important;
	}

	.fe-category-page--star-wars .fe-cat-intro__mark {
		width: 48px;
		height: 48px;
	}

	.fe-category-page--star-wars .fe-cat-forum {
		grid-template-columns: 88px minmax(0, 1fr);
	}

	.fe-category-page--star-wars .fe-cat-forum__thumb {
		width: 86px;
		height: 54px;
	}
}

@media (max-width: 1080px) and (min-width: 821px) {
	.fe-category-page--witcher .fe-cat-forum {
		grid-template-columns: 112px minmax(220px, 1fr) 170px 220px;
		gap: 12px;
	}

	.fe-category-page--witcher .fe-cat-forum__thumb {
		width: 110px;
	}
}

@media (max-width: 820px) {
	.fe-category-page--witcher::before,
	.fe-category-page--witcher::after {
		display: none;
	}

	.fe-category-page--witcher .fe-cat-hero {
		display: block;
		min-height: 0;
		padding: 0;
		background-image: var(--fe-category-mobile-image);
		background-position: left center;
		background-size: 100% 100%;
		aspect-ratio: 663 / 205;
	}

	.fe-category-page--witcher .fe-cat-hero::before,
	.fe-category-page--witcher .fe-cat-hero .fe-cat-emblem,
	.fe-category-page--witcher .fe-cat-hero .fe-cat-hero__copy {
		display: none;
	}

	.fe-category-page--witcher .fe-cat-intro {
		min-height: 96px;
		padding: 16px 20px;
		background-image: linear-gradient(105deg, #081720, #040c11 70%, #10191b);
		aspect-ratio: auto;
		grid-template-columns: 78px minmax(0, 1fr);
	}

	#wpforo #wpforo-wrap .fe-category-page--witcher .fe-cat-intro {
		padding: 16px 20px !important;
	}

	.fe-category-page--witcher .fe-cat-intro > * {
		opacity: 1;
	}

	.fe-category-page--witcher .fe-cat-intro__mark {
		width: 68px;
		height: 58px;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	.fe-category-page--witcher .fe-cat-intro__mark img {
		border-radius: 0;
		object-fit: cover;
	}

	.fe-category-page--witcher .fe-cat-forum {
		grid-template-columns: 102px minmax(0, 1fr) 170px;
	}

	.fe-category-page--witcher .fe-cat-forum__thumb {
		width: 100px;
	}
}

@media (max-width: 560px) {
	.fe-category-page--witcher .fe-cat-hero {
		min-height: 0;
		padding: 0;
		aspect-ratio: 663 / 205;
	}

	.fe-category-page--witcher .fe-cat-intro {
		padding: 13px;
		grid-template-columns: 54px minmax(0, 1fr);
	}

	#wpforo #wpforo-wrap .fe-category-page--witcher .fe-cat-intro {
		padding: 13px !important;
	}

	.fe-category-page--witcher .fe-cat-intro__mark {
		width: 48px;
		height: 42px;
	}

	.fe-category-page--witcher .fe-cat-forum {
		grid-template-columns: 88px minmax(0, 1fr);
	}

	.fe-category-page--witcher .fe-cat-forum__thumb {
		width: 86px;
		height: 54px;
	}
}

@media (max-width: 1080px) and (min-width: 821px) {
	.fe-category-page--general-fantasy .fe-cat-forum {
		grid-template-columns: 112px minmax(220px, 1fr) 170px 220px;
		gap: 12px;
	}

	.fe-category-page--general-fantasy .fe-cat-forum__thumb {
		width: 110px;
	}
}

@media (max-width: 820px) {
	.fe-category-page--general-fantasy::before,
	.fe-category-page--general-fantasy::after {
		display: none;
	}

	.fe-category-page--general-fantasy .fe-cat-hero {
		display: block;
		min-height: 0;
		padding: 0;
		background-image: var(--fe-category-mobile-image);
		background-position: left center;
		background-size: 100% 100%;
		aspect-ratio: 663 / 188;
	}

	.fe-category-page--general-fantasy .fe-cat-hero::before,
	.fe-category-page--general-fantasy .fe-cat-hero .fe-cat-emblem,
	.fe-category-page--general-fantasy .fe-cat-hero .fe-cat-hero__copy {
		display: none;
	}

	.fe-category-page--general-fantasy .fe-cat-intro {
		min-height: 96px;
		padding: 16px 20px;
		background-image: linear-gradient(105deg, #091923, #050e14 70%, #102027);
		aspect-ratio: auto;
		grid-template-columns: 78px minmax(0, 1fr);
	}

	#wpforo #wpforo-wrap .fe-category-page--general-fantasy .fe-cat-intro {
		padding: 16px 20px !important;
	}

	.fe-category-page--general-fantasy .fe-cat-intro > * {
		opacity: 1;
	}

	.fe-category-page--general-fantasy .fe-cat-intro__mark {
		width: 68px;
		height: 52px;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	.fe-category-page--general-fantasy .fe-cat-intro__mark img {
		border-radius: 0;
		object-fit: cover;
	}

	.fe-category-page--general-fantasy .fe-cat-forum {
		grid-template-columns: 102px minmax(0, 1fr) 170px;
	}

	.fe-category-page--general-fantasy .fe-cat-forum__thumb {
		width: 100px;
	}
}

@media (max-width: 560px) {
	.fe-category-page--general-fantasy .fe-cat-hero {
		min-height: 0;
		padding: 0;
		aspect-ratio: 663 / 188;
	}

	.fe-category-page--general-fantasy .fe-cat-intro {
		padding: 13px;
		grid-template-columns: 54px minmax(0, 1fr);
	}

	#wpforo #wpforo-wrap .fe-category-page--general-fantasy .fe-cat-intro {
		padding: 13px !important;
	}

	.fe-category-page--general-fantasy .fe-cat-intro__mark {
		width: 48px;
		height: 38px;
	}

	.fe-category-page--general-fantasy .fe-cat-forum {
		grid-template-columns: 88px minmax(0, 1fr);
	}

	.fe-category-page--general-fantasy .fe-cat-forum__thumb {
		width: 86px;
		height: 54px;
	}
}

@media (max-width: 1080px) and (min-width: 821px) {
	.fe-category-page--fantasy-games .fe-cat-forum {
		grid-template-columns: 112px minmax(220px, 1fr) 170px 220px;
		gap: 12px;
	}

	.fe-category-page--fantasy-games .fe-cat-forum__thumb {
		width: 110px;
	}
}

@media (max-width: 820px) {
	.fe-category-page--fantasy-games::before,
	.fe-category-page--fantasy-games::after {
		display: none;
	}

	.fe-category-page--fantasy-games .fe-cat-hero {
		display: block;
		min-height: 0;
		padding: 0;
		background-image: var(--fe-category-mobile-image);
		background-position: left center;
		background-size: 100% 100%;
		aspect-ratio: 663 / 205;
	}

	.fe-category-page--fantasy-games .fe-cat-hero::before,
	.fe-category-page--fantasy-games .fe-cat-hero .fe-cat-emblem,
	.fe-category-page--fantasy-games .fe-cat-hero .fe-cat-hero__copy {
		display: none;
	}

	.fe-category-page--fantasy-games .fe-cat-intro {
		min-height: 96px;
		padding: 16px 20px;
		background-image: linear-gradient(105deg, #081824, #040d15 70%, #0d1c27);
		aspect-ratio: auto;
		grid-template-columns: 78px minmax(0, 1fr);
	}

	#wpforo #wpforo-wrap .fe-category-page--fantasy-games .fe-cat-intro {
		padding: 16px 20px !important;
	}

	.fe-category-page--fantasy-games .fe-cat-intro > * {
		opacity: 1;
	}

	.fe-category-page--fantasy-games .fe-cat-intro__mark {
		width: 68px;
		height: 52px;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	.fe-category-page--fantasy-games .fe-cat-intro__mark img {
		border-radius: 0;
		object-fit: cover;
	}

	.fe-category-page--fantasy-games .fe-cat-forum {
		grid-template-columns: 102px minmax(0, 1fr) 170px;
	}

	.fe-category-page--fantasy-games .fe-cat-forum__thumb {
		width: 100px;
	}
}

@media (max-width: 560px) {
	.fe-category-page--fantasy-games .fe-cat-hero {
		min-height: 0;
		padding: 0;
		aspect-ratio: 663 / 205;
	}

	.fe-category-page--fantasy-games .fe-cat-intro {
		padding: 13px;
		grid-template-columns: 54px minmax(0, 1fr);
	}

	#wpforo #wpforo-wrap .fe-category-page--fantasy-games .fe-cat-intro {
		padding: 13px !important;
	}

	.fe-category-page--fantasy-games .fe-cat-intro__mark {
		width: 48px;
		height: 38px;
	}

	.fe-category-page--fantasy-games .fe-cat-forum {
		grid-template-columns: 88px minmax(0, 1fr);
	}

	.fe-category-page--fantasy-games .fe-cat-forum__thumb {
		width: 86px;
		height: 54px;
	}
}

@media (max-width: 1080px) and (min-width: 821px) {
	.fe-category-page--books-literature .fe-cat-forum {
		grid-template-columns: 112px minmax(220px, 1fr) 170px 220px;
		gap: 12px;
	}

	.fe-category-page--books-literature .fe-cat-forum__thumb {
		width: 110px;
	}
}

@media (max-width: 820px) {
	.fe-category-page--books-literature::before,
	.fe-category-page--books-literature::after {
		display: none;
	}

	.fe-category-page--books-literature .fe-cat-hero {
		display: block;
		min-height: 0;
		padding: 0;
		background-image: var(--fe-category-mobile-image);
		background-position: left center;
		background-size: 100% 100%;
		aspect-ratio: 663 / 205;
	}

	.fe-category-page--books-literature .fe-cat-hero::before,
	.fe-category-page--books-literature .fe-cat-hero .fe-cat-emblem,
	.fe-category-page--books-literature .fe-cat-hero .fe-cat-hero__copy {
		display: none;
	}

	.fe-category-page--books-literature .fe-cat-intro {
		min-height: 96px;
		padding: 16px 20px;
		background-image: linear-gradient(105deg, #0b171c, #070d10 70%, #171513);
		aspect-ratio: auto;
		grid-template-columns: 78px minmax(0, 1fr);
	}

	#wpforo #wpforo-wrap .fe-category-page--books-literature .fe-cat-intro {
		padding: 16px 20px !important;
	}

	.fe-category-page--books-literature .fe-cat-intro > * {
		opacity: 1;
	}

	.fe-category-page--books-literature .fe-cat-intro__mark {
		width: 68px;
		height: 52px;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	.fe-category-page--books-literature .fe-cat-intro__mark img {
		border-radius: 0;
		object-fit: cover;
	}

	.fe-category-page--books-literature .fe-cat-forum {
		grid-template-columns: 102px minmax(0, 1fr) 170px;
	}

	.fe-category-page--books-literature .fe-cat-forum__thumb {
		width: 100px;
	}
}

@media (max-width: 560px) {
	.fe-category-page--books-literature .fe-cat-hero {
		min-height: 0;
		padding: 0;
		aspect-ratio: 663 / 205;
	}

	.fe-category-page--books-literature .fe-cat-intro {
		padding: 13px;
		grid-template-columns: 54px minmax(0, 1fr);
	}

	#wpforo #wpforo-wrap .fe-category-page--books-literature .fe-cat-intro {
		padding: 13px !important;
	}

	.fe-category-page--books-literature .fe-cat-intro__mark {
		width: 48px;
		height: 38px;
	}

	.fe-category-page--books-literature .fe-cat-forum {
		grid-template-columns: 88px minmax(0, 1fr);
	}

	.fe-category-page--books-literature .fe-cat-forum__thumb {
		width: 86px;
		height: 54px;
	}
}

@media (max-width: 1080px) and (min-width: 821px) {
	.fe-category-page--movies-tv .fe-cat-forum {
		grid-template-columns: 112px minmax(220px, 1fr) 170px 220px;
		gap: 12px;
	}

	.fe-category-page--movies-tv .fe-cat-forum__thumb {
		width: 110px;
	}

	.fe-category-page--movies-tv .fe-cat-summary {
		grid-template-columns: repeat(4, minmax(110px, 1fr));
	}
}

@media (max-width: 820px) {
	.fe-category-page--movies-tv::before,
	.fe-category-page--movies-tv::after {
		display: none;
	}

	.fe-category-page--movies-tv .fe-cat-hero {
		display: block;
		min-height: 0;
		padding: 0;
		background-image: var(--fe-category-mobile-image);
		background-position: left center;
		background-size: 100% 100%;
		aspect-ratio: 663 / 211;
	}

	.fe-category-page--movies-tv .fe-cat-hero::before,
	.fe-category-page--movies-tv .fe-cat-hero .fe-cat-emblem,
	.fe-category-page--movies-tv .fe-cat-hero .fe-cat-hero__copy {
		display: none;
	}

	.fe-category-page--movies-tv .fe-cat-intro {
		min-height: 96px;
		padding: 16px 20px;
		background-image: linear-gradient(105deg, #07151d, #040c12 70%, #151316);
		aspect-ratio: auto;
		grid-template-columns: 78px minmax(0, 1fr);
	}

	#wpforo #wpforo-wrap .fe-category-page--movies-tv .fe-cat-intro {
		padding: 16px 20px !important;
	}

	.fe-category-page--movies-tv .fe-cat-intro > * {
		opacity: 1;
	}

	.fe-category-page--movies-tv .fe-cat-intro__mark {
		width: 68px;
		height: 52px;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	.fe-category-page--movies-tv .fe-cat-intro__mark img {
		border-radius: 0;
		object-fit: cover;
	}

	.fe-category-page--movies-tv .fe-cat-forum {
		grid-template-columns: 102px minmax(0, 1fr) 170px;
	}

	.fe-category-page--movies-tv .fe-cat-forum__thumb {
		width: 100px;
	}

	.fe-category-page--movies-tv .fe-cat-summary {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.fe-category-page--movies-tv .fe-cat-hero {
		min-height: 0;
		padding: 0;
		aspect-ratio: 663 / 211;
	}

	.fe-category-page--movies-tv .fe-cat-intro {
		padding: 13px;
		grid-template-columns: 54px minmax(0, 1fr);
	}

	#wpforo #wpforo-wrap .fe-category-page--movies-tv .fe-cat-intro {
		padding: 13px !important;
	}

	.fe-category-page--movies-tv .fe-cat-intro__mark {
		width: 48px;
		height: 38px;
	}

	.fe-category-page--movies-tv .fe-cat-forum {
		grid-template-columns: 88px minmax(0, 1fr);
	}

	.fe-category-page--movies-tv .fe-cat-forum__thumb {
		width: 86px;
		height: 52px;
	}
}

/* Sanat & Tasarim: isolated to the requested forum family. */
body.fe-art-design-ready {
	--fe-cat-gold: #d49a43;
	--fe-cat-bright: #ffd88c;
	--fe-cat-line: rgba(212, 154, 67, 0.62);
	background: #020b12;
}

.fe-category-page--art-design {
	position: relative;
	padding-right: 8px;
	padding-left: 8px;
	background:
		radial-gradient(circle at 8% 24%, rgba(196, 112, 35, 0.16), transparent 24%),
		radial-gradient(circle at 92% 72%, rgba(31, 102, 117, 0.16), transparent 26%),
		repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.012) 0 1px, transparent 1px 11px),
		#020c14;
	box-shadow: 0 0 0 1px rgba(212, 154, 67, 0.18), inset 0 0 90px rgba(0, 0, 0, 0.45);
}

.fe-category-page--art-design::before,
.fe-category-page--art-design::after {
	position: absolute;
	z-index: 4;
	top: 41px;
	bottom: 58px;
	width: 9px;
	border: 1px solid rgba(224, 165, 78, 0.48);
	background:
		repeating-linear-gradient(0deg, transparent 0 27px, rgba(225, 160, 66, 0.44) 28px 29px),
		linear-gradient(90deg, #382014, #8b542a 50%, #21120c);
	box-shadow: 0 0 18px rgba(0, 0, 0, 0.85);
	content: "";
	pointer-events: none;
}

.fe-category-page--art-design::before {
	left: -8px;
}

.fe-category-page--art-design::after {
	right: -8px;
}

.fe-category-page--art-design .fe-cat-breadcrumb {
	min-height: 41px;
}

.fe-category-page--art-design .fe-cat-hero {
	display: grid;
	min-height: 215px;
	padding: 28px 38px;
	border-color: rgba(226, 165, 76, 0.82);
	border-radius: 3px;
	background-image:
		linear-gradient(90deg, rgba(2, 10, 17, 0.97) 0%, rgba(3, 13, 21, 0.78) 32%, rgba(3, 12, 19, 0.13) 64%, rgba(2, 9, 14, 0.28) 100%),
		var(--fe-category-image);
	background-position: center 44%;
	background-size: cover;
	box-shadow: inset 0 0 0 6px rgba(2, 9, 14, 0.42), inset 0 0 60px rgba(0, 0, 0, 0.55), 0 16px 42px rgba(0, 0, 0, 0.38);
	aspect-ratio: auto;
	grid-template-columns: 112px minmax(0, 1fr);
	gap: 24px;
	align-items: center;
}

@media (min-width: 821px) {
	.fe-category-page--art-design .fe-cat-hero .fe-cat-emblem,
	.fe-category-page--art-design .fe-cat-hero .fe-cat-hero__copy {
		display: grid;
	}
}

.fe-category-page--art-design .fe-cat-emblem {
	width: 104px;
	height: 104px;
	border: 1px solid rgba(246, 192, 103, 0.75);
	background: rgba(3, 12, 19, 0.82);
	box-shadow: 0 0 28px rgba(225, 151, 57, 0.28), inset 0 0 18px rgba(255, 220, 148, 0.08);
}

.fe-category-page--art-design .fe-cat-hero__copy {
	display: grid;
	justify-self: start;
}

.fe-category-page--art-design .fe-cat-hero h1 {
	color: #f7cd80 !important;
	font-size: clamp(40px, 4.3vw, 62px) !important;
	font-weight: 620;
	letter-spacing: -0.025em;
	text-shadow: 0 3px 2px #120803, 0 0 18px rgba(225, 151, 57, 0.46);
}

.fe-category-page--art-design .fe-cat-hero blockquote {
	margin-top: 12px;
	color: #f0e5d2;
	font-size: clamp(16px, 1.45vw, 21px);
}

.fe-category-page--art-design .fe-cat-intro {
	min-height: 94px;
	padding: 16px 24px;
	margin-top: 8px;
	border-color: rgba(211, 153, 67, 0.72);
	border-radius: 4px;
	background:
		radial-gradient(circle at 7% 50%, rgba(240, 176, 72, 0.12), transparent 14%),
		linear-gradient(100deg, #071d2a, #04131e 62%, #081822);
	grid-template-columns: 88px minmax(0, 1fr) minmax(245px, 0.46fr);
	gap: 20px;
}

#wpforo #wpforo-wrap .fe-category-page--art-design .fe-cat-intro {
	padding: 16px 24px !important;
}

.fe-category-page--art-design .fe-cat-intro__mark {
	width: 70px;
	height: 70px;
	border-color: rgba(235, 177, 83, 0.76);
	box-shadow: 0 0 28px rgba(229, 157, 58, 0.2);
}

.fe-category-page--art-design .fe-cat-intro p strong {
	color: #efc674;
	font-family: "Evren Fraunces", Georgia, serif;
	font-size: 17px;
}

.fe-category-page--art-design .fe-cat-intro blockquote {
	color: #eadac0;
}

.fe-category-page--art-design .fe-cat-forums {
	margin-top: 8px;
	border-color: rgba(205, 151, 72, 0.66);
	border-radius: 3px;
	background: #04151f;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.52);
}

.fe-category-page--art-design .fe-cat-forums__head {
	min-height: 44px;
	background: linear-gradient(90deg, #15364a, #092433 60%, #102c3c);
}

.fe-category-page--art-design .fe-cat-forums__head h2,
#wpforo #wpforo-wrap .fe-category-page--art-design .fe-cat-forums__head h2 {
	color: #f2eee5 !important;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: 19px !important;
	font-weight: 400 !important;
}

.fe-category-page--art-design .fe-cat-new-topic {
	border-color: #ffd27d;
	color: #221303 !important;
	background: linear-gradient(#f5ca79, #bf7627);
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2), 0 0 16px rgba(225, 147, 45, 0.32);
}

.fe-category-page--art-design .fe-cat-forum {
	min-height: 74px;
	padding: 4px 10px;
	border-bottom-color: rgba(132, 166, 183, 0.32);
	background: linear-gradient(90deg, rgba(3, 18, 27, 0.99), rgba(5, 27, 38, 0.97));
	grid-template-columns: 132px minmax(290px, 1fr) 195px 285px;
	gap: 14px;
}

#wpforo #wpforo-wrap .fe-category-page--art-design .fe-cat-forum {
	padding: 4px 10px !important;
}

.fe-category-page--art-design .fe-cat-forum:hover {
	background: linear-gradient(90deg, rgba(8, 32, 44, 0.99), rgba(7, 29, 40, 0.98));
}

.fe-category-page--art-design .fe-cat-forum__thumb {
	width: 132px;
	height: 64px;
	border-color: #d39a42;
	border-radius: 3px;
	box-shadow: 0 0 0 2px rgba(3, 12, 18, 0.9), 0 0 9px rgba(209, 142, 54, 0.2);
}

.fe-category-page--art-design .fe-cat-forum__info > a {
	color: #ecc175 !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px !important;
	font-weight: 400;
}

.fe-category-page--art-design .fe-cat-forum__info p {
	margin-top: 3px;
	color: #c3cbd0 !important;
	font-size: 11px !important;
}

.fe-category-page--art-design .fe-cat-forum__latest strong {
	color: #e1b668;
}

.fe-category-page--art-design .fe-cat-forum__latest img,
.fe-category-page--art-design .fe-cat-forum__latest-fallback {
	border-color: rgba(211, 151, 64, 0.8);
	background: radial-gradient(circle, #2a3c48, #071019 68%);
}

.fe-category-page--art-design .fe-cat-summary {
	min-height: 74px;
	margin-top: 8px;
	border-color: rgba(197, 143, 67, 0.68);
	border-radius: 3px;
	background:
		linear-gradient(90deg, rgba(5, 20, 28, 0.96), rgba(7, 25, 34, 0.95) 58%, rgba(29, 21, 15, 0.9)),
		var(--fe-category-image) center 46% / cover;
}

.fe-category-page--art-design .fe-cat-summary blockquote {
	min-height: 72px;
	background: rgba(14, 18, 20, 0.72);
}

.fe-category-page--art-design .fe-cat-summary blockquote span {
	opacity: 1;
	color: #edd8ae;
	font-size: 14px;
}

.fe-category-page--art-design .fe-cat-summary svg {
	stroke: #e3a441;
}

.fe-category-page--art-design .fe-cat-bottom {
	min-height: 56px;
	margin-top: 8px;
	border-top: 1px solid rgba(190, 141, 72, 0.3);
}

@media (max-width: 1080px) and (min-width: 821px) {
	.fe-category-page--art-design .fe-cat-forum {
		grid-template-columns: 112px minmax(220px, 1fr) 170px 220px;
		gap: 12px;
	}

	.fe-category-page--art-design .fe-cat-forum__thumb {
		width: 110px;
	}
}

@media (max-width: 820px) {
	.fe-category-page--art-design {
		padding-right: 0;
		padding-left: 0;
	}

	.fe-category-page--art-design::before,
	.fe-category-page--art-design::after {
		display: none;
	}

	.fe-category-page--art-design .fe-cat-hero {
		min-height: 260px;
		padding: 24px;
		background-image:
			linear-gradient(90deg, rgba(2, 9, 16, 0.94), rgba(3, 13, 22, 0.45) 68%, rgba(3, 12, 19, 0.16)),
			var(--fe-category-mobile-image);
		background-position: 53% center;
		grid-template-columns: 92px minmax(0, 1fr);
	}

	.fe-category-page--art-design .fe-cat-emblem {
		width: 84px;
		height: 84px;
	}

	.fe-category-page--art-design .fe-cat-intro {
		grid-template-columns: 70px minmax(0, 1fr);
	}

	.fe-category-page--art-design .fe-cat-forum {
		grid-template-columns: 102px minmax(0, 1fr) 170px;
	}

	.fe-category-page--art-design .fe-cat-forum__thumb {
		width: 100px;
	}
}

@media (max-width: 560px) {
	.fe-category-page--art-design .fe-cat-hero {
		min-height: 285px;
		padding: 22px 18px;
		background-image:
			linear-gradient(0deg, rgba(2, 9, 16, 0.97), rgba(2, 9, 16, 0.18) 88%),
			var(--fe-category-mobile-image);
		background-position: 56% center;
		grid-template-columns: 1fr;
		align-content: end;
	}

	.fe-category-page--art-design .fe-cat-emblem {
		position: absolute;
		top: 16px;
		left: 16px;
		width: 72px;
		height: 72px;
	}

	.fe-category-page--art-design .fe-cat-hero h1 {
		font-size: 39px !important;
	}

	.fe-category-page--art-design .fe-cat-intro {
		padding: 14px;
		grid-template-columns: 52px minmax(0, 1fr);
	}

	#wpforo #wpforo-wrap .fe-category-page--art-design .fe-cat-intro {
		padding: 14px !important;
	}

	.fe-category-page--art-design .fe-cat-intro__mark {
		width: 48px;
		height: 48px;
	}

	.fe-category-page--art-design .fe-cat-intro p strong {
		display: block;
		font-size: 14px;
		line-height: 1.2;
		white-space: normal;
	}

	#wpforo #wpforo-wrap .fe-category-page--art-design .fe-cat-forums__head h2 {
		padding-right: 0 !important;
	}

	#wpforo #wpforo-wrap .fe-category-page--art-design .fe-cat-new-topic {
		position: static !important;
		width: auto !important;
		min-width: 96px !important;
		max-width: 104px !important;
		padding: 0 8px !important;
		margin-right: 5px !important;
		font-size: 9px !important;
		flex: 0 0 auto !important;
	}

	.fe-category-page--art-design .fe-cat-forum {
		grid-template-columns: 88px minmax(0, 1fr);
	}

	.fe-category-page--art-design .fe-cat-forum__thumb {
		width: 86px;
		height: 54px;
	}
}

/* Teknik Destek & Oneriler: isolated to the requested forum family. */
body.fe-technical-support-ready {
	--fe-cat-gold: #d39a43;
	--fe-cat-bright: #ffda8b;
	--fe-cat-line: rgba(211, 154, 67, 0.64);
	background: #020a11;
}

.fe-category-page--technical-support {
	position: relative;
	padding-right: 8px;
	padding-left: 8px;
	background:
		radial-gradient(circle at 8% 32%, rgba(202, 115, 34, 0.16), transparent 24%),
		radial-gradient(circle at 92% 68%, rgba(29, 96, 112, 0.16), transparent 25%),
		repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.012) 0 1px, transparent 1px 11px),
		#020b13;
	box-shadow: 0 0 0 1px rgba(211, 154, 67, 0.18), inset 0 0 90px rgba(0, 0, 0, 0.45);
}

.fe-category-page--technical-support::before,
.fe-category-page--technical-support::after {
	position: absolute;
	z-index: 4;
	top: 41px;
	bottom: 58px;
	width: 9px;
	border: 1px solid rgba(226, 164, 75, 0.5);
	background:
		repeating-linear-gradient(0deg, transparent 0 26px, rgba(229, 163, 70, 0.46) 27px 29px),
		linear-gradient(90deg, #382014, #8a5228 50%, #21120c);
	box-shadow: 0 0 18px rgba(0, 0, 0, 0.85);
	content: "";
	pointer-events: none;
}

.fe-category-page--technical-support::before {
	left: -8px;
}

.fe-category-page--technical-support::after {
	right: -8px;
}

.fe-category-page--technical-support .fe-cat-breadcrumb {
	min-height: 41px;
}

.fe-category-page--technical-support .fe-cat-hero {
	display: grid;
	min-height: 224px;
	padding: 26px 38px;
	border-color: rgba(226, 165, 76, 0.84);
	border-radius: 3px;
	background-image:
		linear-gradient(90deg, rgba(2, 9, 15, 0.97) 0%, rgba(3, 12, 19, 0.84) 34%, rgba(3, 12, 19, 0.18) 67%, rgba(2, 9, 14, 0.3) 100%),
		var(--fe-category-image);
	background-position: center 47%;
	background-size: cover;
	box-shadow: inset 0 0 0 6px rgba(2, 9, 14, 0.42), inset 0 0 60px rgba(0, 0, 0, 0.58), 0 16px 42px rgba(0, 0, 0, 0.4);
	aspect-ratio: auto;
	grid-template-columns: 112px minmax(0, 1fr);
	gap: 24px;
	align-items: center;
}

@media (min-width: 821px) {
	.fe-category-page--technical-support .fe-cat-hero .fe-cat-emblem,
	.fe-category-page--technical-support .fe-cat-hero .fe-cat-hero__copy {
		display: grid;
	}
}

.fe-category-page--technical-support .fe-cat-emblem {
	width: 104px;
	height: 104px;
	border: 1px solid rgba(246, 192, 103, 0.76);
	background: rgba(3, 12, 19, 0.84);
	box-shadow: 0 0 28px rgba(225, 151, 57, 0.28), inset 0 0 18px rgba(255, 220, 148, 0.08);
}

.fe-category-page--technical-support .fe-cat-hero__copy {
	display: grid;
	max-width: 610px;
	justify-self: start;
}

.fe-category-page--technical-support .fe-cat-hero h1 {
	max-width: 610px;
	color: #f5cf87 !important;
	font-size: clamp(40px, 4.1vw, 59px) !important;
	font-weight: 620;
	letter-spacing: -0.025em;
	line-height: 0.98 !important;
	text-shadow: 0 3px 2px #120803, 0 0 18px rgba(225, 151, 57, 0.44);
}

.fe-category-page--technical-support .fe-cat-hero blockquote {
	margin-top: 15px;
	color: #f0e4d0;
	font-size: clamp(15px, 1.35vw, 20px);
}

.fe-category-page--technical-support .fe-cat-intro {
	min-height: 94px;
	padding: 16px 24px;
	margin-top: 8px;
	border-color: rgba(211, 153, 67, 0.74);
	border-radius: 4px;
	background:
		radial-gradient(circle at 7% 50%, rgba(240, 176, 72, 0.12), transparent 14%),
		linear-gradient(100deg, #071d2a, #04131e 62%, #081822);
	grid-template-columns: 88px minmax(0, 1fr) minmax(245px, 0.46fr);
	gap: 20px;
}

#wpforo #wpforo-wrap .fe-category-page--technical-support .fe-cat-intro {
	padding: 16px 24px !important;
}

.fe-category-page--technical-support .fe-cat-intro__mark {
	width: 70px;
	height: 70px;
	border-color: rgba(235, 177, 83, 0.76);
	box-shadow: 0 0 28px rgba(229, 157, 58, 0.2);
}

.fe-category-page--technical-support .fe-cat-intro p strong {
	color: #efc674;
	font-family: "Evren Fraunces", Georgia, serif;
	font-size: 17px;
}

.fe-category-page--technical-support .fe-cat-intro blockquote {
	color: #eadac0;
}

.fe-category-page--technical-support .fe-cat-forums {
	margin-top: 8px;
	border-color: rgba(205, 151, 72, 0.68);
	border-radius: 3px;
	background: #04151f;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.54);
}

.fe-category-page--technical-support .fe-cat-forums__head {
	min-height: 44px;
	background: linear-gradient(90deg, #15364a, #092433 60%, #102c3c);
}

.fe-category-page--technical-support .fe-cat-forums__head h2,
#wpforo #wpforo-wrap .fe-category-page--technical-support .fe-cat-forums__head h2 {
	color: #f2eee5 !important;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: 19px !important;
	font-weight: 400 !important;
}

.fe-category-page--technical-support .fe-cat-new-topic {
	border-color: #ffd27d;
	color: #221303 !important;
	background: linear-gradient(#f5ca79, #bf7627);
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2), 0 0 16px rgba(225, 147, 45, 0.34);
}

.fe-category-page--technical-support .fe-cat-forum {
	min-height: 74px;
	padding: 4px 10px;
	border-bottom-color: rgba(132, 166, 183, 0.32);
	background: linear-gradient(90deg, rgba(3, 18, 27, 0.99), rgba(5, 27, 38, 0.97));
	grid-template-columns: 132px minmax(290px, 1fr) 195px 285px;
	gap: 14px;
}

#wpforo #wpforo-wrap .fe-category-page--technical-support .fe-cat-forum {
	padding: 4px 10px !important;
}

.fe-category-page--technical-support .fe-cat-forum:hover {
	background: linear-gradient(90deg, rgba(8, 32, 44, 0.99), rgba(7, 29, 40, 0.98));
}

.fe-category-page--technical-support .fe-cat-forum__thumb {
	width: 132px;
	height: 64px;
	border-color: #d39a42;
	border-radius: 3px;
	box-shadow: 0 0 0 2px rgba(3, 12, 18, 0.9), 0 0 9px rgba(209, 142, 54, 0.2);
}

.fe-category-page--technical-support .fe-cat-forum__info > a {
	color: #ecc175 !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px !important;
	font-weight: 400;
}

.fe-category-page--technical-support .fe-cat-forum__info p {
	margin-top: 3px;
	color: #c3cbd0 !important;
	font-size: 11px !important;
}

.fe-category-page--technical-support .fe-cat-forum__latest strong {
	color: #e1b668;
}

.fe-category-page--technical-support .fe-cat-forum__latest img,
.fe-category-page--technical-support .fe-cat-forum__latest-fallback {
	border-color: rgba(211, 151, 64, 0.8);
	background: radial-gradient(circle, #2a3c48, #071019 68%);
}

.fe-category-page--technical-support .fe-cat-summary {
	min-height: 74px;
	margin-top: 8px;
	border-color: rgba(197, 143, 67, 0.68);
	border-radius: 3px;
	background:
		linear-gradient(90deg, rgba(5, 20, 28, 0.96), rgba(7, 25, 34, 0.95) 58%, rgba(29, 21, 15, 0.9)),
		var(--fe-category-image) center 47% / cover;
}

.fe-category-page--technical-support .fe-cat-summary blockquote {
	min-height: 72px;
	background: rgba(14, 18, 20, 0.72);
}

.fe-category-page--technical-support .fe-cat-summary blockquote span {
	opacity: 1;
	color: #edd8ae;
	font-size: 14px;
}

.fe-category-page--technical-support .fe-cat-summary svg {
	stroke: #e3a441;
}

.fe-category-page--technical-support .fe-cat-bottom {
	min-height: 56px;
	margin-top: 8px;
	border-top: 1px solid rgba(190, 141, 72, 0.3);
}

@media (max-width: 1080px) and (min-width: 821px) {
	.fe-category-page--technical-support .fe-cat-forum {
		grid-template-columns: 112px minmax(220px, 1fr) 170px 220px;
		gap: 12px;
	}

	.fe-category-page--technical-support .fe-cat-forum__thumb {
		width: 110px;
	}
}

@media (max-width: 820px) {
	.fe-category-page--technical-support {
		padding-right: 0;
		padding-left: 0;
	}

	.fe-category-page--technical-support::before,
	.fe-category-page--technical-support::after {
		display: none;
	}

	.fe-category-page--technical-support .fe-cat-hero {
		min-height: 270px;
		padding: 24px;
		background-image:
			linear-gradient(90deg, rgba(2, 9, 16, 0.95), rgba(3, 13, 22, 0.48) 68%, rgba(3, 12, 19, 0.16)),
			var(--fe-category-mobile-image);
		background-position: 52% center;
		grid-template-columns: 92px minmax(0, 1fr);
	}

	.fe-category-page--technical-support .fe-cat-emblem {
		width: 84px;
		height: 84px;
	}

	.fe-category-page--technical-support .fe-cat-intro {
		grid-template-columns: 70px minmax(0, 1fr);
	}

	.fe-category-page--technical-support .fe-cat-forum {
		grid-template-columns: 102px minmax(0, 1fr) 170px;
	}

	.fe-category-page--technical-support .fe-cat-forum__thumb {
		width: 100px;
	}
}

@media (max-width: 560px) {
	.fe-category-page--technical-support .fe-cat-hero {
		min-height: 300px;
		padding: 22px 18px;
		background-image:
			linear-gradient(0deg, rgba(2, 9, 16, 0.98), rgba(2, 9, 16, 0.16) 88%),
			var(--fe-category-mobile-image);
		background-position: 54% center;
		grid-template-columns: 1fr;
		align-content: end;
	}

	.fe-category-page--technical-support .fe-cat-emblem {
		position: absolute;
		top: 16px;
		left: 16px;
		width: 72px;
		height: 72px;
	}

	.fe-category-page--technical-support .fe-cat-hero h1 {
		max-width: 345px;
		font-size: 38px !important;
		line-height: 1 !important;
	}

	.fe-category-page--technical-support .fe-cat-intro {
		padding: 14px;
		grid-template-columns: 52px minmax(0, 1fr);
	}

	#wpforo #wpforo-wrap .fe-category-page--technical-support .fe-cat-intro {
		padding: 14px !important;
	}

	.fe-category-page--technical-support .fe-cat-intro__mark {
		width: 48px;
		height: 48px;
	}

	.fe-category-page--technical-support .fe-cat-intro p strong {
		display: block;
		font-size: 14px;
		line-height: 1.2;
		white-space: normal;
	}

	#wpforo #wpforo-wrap .fe-category-page--technical-support .fe-cat-forums__head h2 {
		padding-right: 0 !important;
	}

	#wpforo #wpforo-wrap .fe-category-page--technical-support .fe-cat-new-topic {
		position: static !important;
		width: auto !important;
		min-width: 96px !important;
		max-width: 104px !important;
		padding: 0 8px !important;
		margin-right: 5px !important;
		font-size: 9px !important;
		flex: 0 0 auto !important;
	}

	.fe-category-page--technical-support .fe-cat-forum {
		grid-template-columns: 88px minmax(0, 1fr);
	}

	.fe-category-page--technical-support .fe-cat-forum__thumb {
		width: 86px;
		height: 54px;
	}
}

/* Genel Sohbet: isolated to the requested forum family. */
body.fe-general-chat-ready {
	--fe-cat-gold: #d49a43;
	--fe-cat-bright: #ffdc92;
	--fe-cat-line: rgba(212, 154, 67, 0.66);
	background: #030a0f;
}

.fe-category-page--general-chat {
	position: relative;
	padding-right: 8px;
	padding-left: 8px;
	background:
		radial-gradient(circle at 8% 31%, rgba(211, 112, 29, 0.18), transparent 25%),
		radial-gradient(circle at 92% 68%, rgba(96, 48, 21, 0.18), transparent 24%),
		repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.012) 0 1px, transparent 1px 11px),
		#020b12;
	box-shadow: 0 0 0 1px rgba(212, 154, 67, 0.18), inset 0 0 90px rgba(0, 0, 0, 0.46);
}

.fe-category-page--general-chat::before,
.fe-category-page--general-chat::after {
	position: absolute;
	z-index: 4;
	top: 41px;
	bottom: 58px;
	width: 9px;
	border: 1px solid rgba(230, 164, 74, 0.52);
	background:
		repeating-linear-gradient(0deg, transparent 0 26px, rgba(232, 160, 65, 0.48) 27px 29px),
		linear-gradient(90deg, #3a1d10, #925128 50%, #241209);
	box-shadow: 0 0 18px rgba(0, 0, 0, 0.86);
	content: "";
	pointer-events: none;
}

.fe-category-page--general-chat::before {
	left: -8px;
}

.fe-category-page--general-chat::after {
	right: -8px;
}

.fe-category-page--general-chat .fe-cat-breadcrumb {
	min-height: 41px;
}

.fe-category-page--general-chat .fe-cat-hero {
	display: grid;
	min-height: 224px;
	padding: 26px 38px;
	border-color: rgba(229, 164, 74, 0.86);
	border-radius: 3px;
	background-image:
		linear-gradient(90deg, rgba(3, 9, 13, 0.97) 0%, rgba(7, 12, 16, 0.82) 34%, rgba(20, 10, 5, 0.13) 67%, rgba(8, 4, 2, 0.27) 100%),
		var(--fe-category-image);
	background-position: center 50%;
	background-size: cover;
	box-shadow: inset 0 0 0 6px rgba(6, 4, 2, 0.42), inset 0 0 66px rgba(0, 0, 0, 0.58), 0 16px 42px rgba(0, 0, 0, 0.4);
	aspect-ratio: auto;
	grid-template-columns: 112px minmax(0, 1fr);
	gap: 24px;
	align-items: center;
}

@media (min-width: 821px) {
	.fe-category-page--general-chat .fe-cat-hero .fe-cat-emblem,
	.fe-category-page--general-chat .fe-cat-hero .fe-cat-hero__copy {
		display: grid;
	}
}

.fe-category-page--general-chat .fe-cat-emblem {
	width: 104px;
	height: 104px;
	border: 1px solid rgba(248, 194, 103, 0.78);
	background: rgba(6, 12, 16, 0.84);
	box-shadow: 0 0 30px rgba(230, 137, 39, 0.3), inset 0 0 18px rgba(255, 220, 148, 0.08);
}

.fe-category-page--general-chat .fe-cat-hero__copy {
	display: grid;
	max-width: 640px;
	justify-self: start;
}

.fe-category-page--general-chat .fe-cat-hero h1 {
	color: #f7d08a !important;
	font-size: clamp(44px, 4.7vw, 66px) !important;
	font-weight: 620;
	letter-spacing: -0.025em;
	line-height: 1 !important;
	text-shadow: 0 3px 2px #160803, 0 0 20px rgba(231, 137, 38, 0.48);
}

.fe-category-page--general-chat .fe-cat-hero blockquote {
	margin-top: 13px;
	color: #f2e4ce;
	font-size: clamp(16px, 1.45vw, 21px);
}

.fe-category-page--general-chat .fe-cat-intro {
	min-height: 94px;
	padding: 16px 24px;
	margin-top: 8px;
	border-color: rgba(214, 154, 66, 0.76);
	border-radius: 4px;
	background:
		radial-gradient(circle at 7% 50%, rgba(246, 167, 58, 0.14), transparent 14%),
		linear-gradient(100deg, #071d27, #04131d 62%, #0a1a22);
	grid-template-columns: 88px minmax(0, 1fr) minmax(245px, 0.46fr);
	gap: 20px;
}

#wpforo #wpforo-wrap .fe-category-page--general-chat .fe-cat-intro {
	padding: 16px 24px !important;
}

.fe-category-page--general-chat .fe-cat-intro__mark {
	width: 70px;
	height: 70px;
	border-color: rgba(239, 177, 79, 0.78);
	box-shadow: 0 0 30px rgba(233, 144, 40, 0.22);
}

.fe-category-page--general-chat .fe-cat-intro p strong {
	color: #f0c777;
	font-family: "Evren Fraunces", Georgia, serif;
	font-size: 17px;
}

.fe-category-page--general-chat .fe-cat-intro blockquote {
	color: #eadac0;
}

.fe-category-page--general-chat .fe-cat-forums {
	margin-top: 8px;
	border-color: rgba(208, 151, 69, 0.7);
	border-radius: 3px;
	background: #04151e;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.56);
}

.fe-category-page--general-chat .fe-cat-forums__head {
	min-height: 44px;
	background: linear-gradient(90deg, #15364a, #092433 60%, #102c3c);
}

.fe-category-page--general-chat .fe-cat-forums__head h2,
#wpforo #wpforo-wrap .fe-category-page--general-chat .fe-cat-forums__head h2 {
	color: #f3eee4 !important;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: 19px !important;
	font-weight: 400 !important;
}

.fe-category-page--general-chat .fe-cat-new-topic {
	border-color: #ffd27d;
	color: #221303 !important;
	background: linear-gradient(#f5ca79, #bf7627);
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2), 0 0 17px rgba(226, 137, 38, 0.36);
}

.fe-category-page--general-chat .fe-cat-forum {
	min-height: 74px;
	padding: 4px 10px;
	border-bottom-color: rgba(132, 166, 183, 0.32);
	background: linear-gradient(90deg, rgba(3, 18, 27, 0.99), rgba(5, 27, 38, 0.97));
	grid-template-columns: 132px minmax(290px, 1fr) 195px 285px;
	gap: 14px;
}

#wpforo #wpforo-wrap .fe-category-page--general-chat .fe-cat-forum {
	padding: 4px 10px !important;
}

.fe-category-page--general-chat .fe-cat-forum:hover {
	background: linear-gradient(90deg, rgba(8, 32, 44, 0.99), rgba(8, 29, 39, 0.98));
}

.fe-category-page--general-chat .fe-cat-forum__thumb {
	width: 132px;
	height: 64px;
	border-color: #d59b40;
	border-radius: 3px;
	box-shadow: 0 0 0 2px rgba(3, 12, 18, 0.9), 0 0 10px rgba(218, 132, 38, 0.22);
}

.fe-category-page--general-chat .fe-cat-forum__info > a {
	color: #edc174 !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px !important;
	font-weight: 400;
}

.fe-category-page--general-chat .fe-cat-forum__info p {
	margin-top: 3px;
	color: #c4cbd0 !important;
	font-size: 11px !important;
}

.fe-category-page--general-chat .fe-cat-forum__latest strong {
	color: #e2b668;
}

.fe-category-page--general-chat .fe-cat-forum__latest img,
.fe-category-page--general-chat .fe-cat-forum__latest-fallback {
	border-color: rgba(214, 150, 59, 0.82);
	background: radial-gradient(circle, #2a3c48, #071019 68%);
}

.fe-category-page--general-chat .fe-chat-topics {
	margin-top: 8px;
	overflow: hidden;
	border: 1px solid rgba(208, 151, 69, 0.7);
	border-radius: 3px;
	background: #04151e;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.42);
}

.fe-category-page--general-chat .fe-chat-topics__head {
	display: flex;
	min-height: 44px;
	padding: 0 14px;
	border-bottom: 1px solid rgba(212, 154, 67, 0.42);
	align-items: center;
	background: linear-gradient(90deg, #15364a, #092433 60%, #102c3c);
}

#wpforo #wpforo-wrap .fe-category-page--general-chat .fe-chat-topics__head {
	padding: 0 14px !important;
}

.fe-category-page--general-chat .fe-chat-topics__head h2,
#wpforo #wpforo-wrap .fe-category-page--general-chat .fe-chat-topics__head h2 {
	padding: 0 !important;
	margin: 0 !important;
	color: #f3eee4 !important;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: 19px !important;
	font-weight: 400 !important;
}

#wpforo #wpforo-wrap .fe-category-page--general-chat .fe-chat-topics__list .wpforo-section {
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

#wpforo #wpforo-wrap .fe-category-page--general-chat .fe-chat-topics__list .topic-wrap {
	margin: 0 !important;
	border-bottom: 1px solid rgba(132, 166, 183, 0.32) !important;
	background: linear-gradient(90deg, rgba(3, 18, 27, 0.99), rgba(5, 27, 38, 0.97)) !important;
}

#wpforo #wpforo-wrap .fe-category-page--general-chat .fe-chat-topics__list .topic-wrap:last-child {
	border-bottom: 0 !important;
}

#wpforo #wpforo-wrap .fe-category-page--general-chat .fe-chat-topics__list .wpforo-topic-title a {
	color: #edc174 !important;
	font-family: Georgia, "Times New Roman", serif !important;
}

#wpforo #wpforo-wrap .fe-category-page--general-chat .fe-chat-topics__list .wpforo-topic-start-info,
#wpforo #wpforo-wrap .fe-category-page--general-chat .fe-chat-topics__list .wpforo-topic-start-info a,
#wpforo #wpforo-wrap .fe-category-page--general-chat .fe-chat-topics__list .stat-line {
	color: #c4cbd0 !important;
}

.fe-category-page--general-chat .fe-cat-summary {
	min-height: 74px;
	margin-top: 8px;
	border-color: rgba(201, 141, 61, 0.7);
	border-radius: 3px;
	background:
		linear-gradient(90deg, rgba(5, 20, 28, 0.96), rgba(7, 25, 34, 0.94) 58%, rgba(38, 20, 10, 0.9)),
		var(--fe-category-image) center 50% / cover;
}

.fe-category-page--general-chat .fe-cat-summary blockquote {
	min-height: 72px;
	background: rgba(20, 14, 10, 0.72);
}

.fe-category-page--general-chat .fe-cat-summary blockquote span {
	opacity: 1;
	color: #edd7ad;
	font-size: 14px;
}

.fe-category-page--general-chat .fe-cat-summary svg {
	stroke: #e6a23b;
}

.fe-category-page--general-chat .fe-cat-bottom {
	min-height: 56px;
	margin-top: 8px;
	border-top: 1px solid rgba(194, 137, 66, 0.32);
}

@media (max-width: 1080px) and (min-width: 821px) {
	.fe-category-page--general-chat .fe-cat-forum {
		grid-template-columns: 112px minmax(220px, 1fr) 170px 220px;
		gap: 12px;
	}

	.fe-category-page--general-chat .fe-cat-forum__thumb {
		width: 110px;
	}
}

@media (max-width: 820px) {
	.fe-category-page--general-chat {
		padding-right: 0;
		padding-left: 0;
	}

	.fe-category-page--general-chat::before,
	.fe-category-page--general-chat::after {
		display: none;
	}

	.fe-category-page--general-chat .fe-cat-hero {
		min-height: 270px;
		padding: 24px;
		background-image:
			linear-gradient(90deg, rgba(3, 8, 12, 0.95), rgba(8, 12, 15, 0.46) 68%, rgba(13, 7, 3, 0.14)),
			var(--fe-category-mobile-image);
		background-position: 51% center;
		grid-template-columns: 92px minmax(0, 1fr);
	}

	.fe-category-page--general-chat .fe-cat-emblem {
		width: 84px;
		height: 84px;
	}

	.fe-category-page--general-chat .fe-cat-intro {
		grid-template-columns: 70px minmax(0, 1fr);
	}

	.fe-category-page--general-chat .fe-cat-forum {
		grid-template-columns: 102px minmax(0, 1fr) 170px;
	}

	.fe-category-page--general-chat .fe-cat-forum__thumb {
		width: 100px;
	}
}

@media (max-width: 560px) {
	.fe-category-page--general-chat .fe-cat-hero {
		min-height: 300px;
		padding: 22px 18px;
		background-image:
			linear-gradient(0deg, rgba(3, 8, 12, 0.98), rgba(8, 5, 3, 0.15) 88%),
			var(--fe-category-mobile-image);
		background-position: 52% center;
		grid-template-columns: 1fr;
		align-content: end;
	}

	.fe-category-page--general-chat .fe-cat-emblem {
		position: absolute;
		top: 16px;
		left: 16px;
		width: 72px;
		height: 72px;
	}

	.fe-category-page--general-chat .fe-cat-hero h1 {
		font-size: 42px !important;
	}

	.fe-category-page--general-chat .fe-cat-intro {
		padding: 14px;
		grid-template-columns: 52px minmax(0, 1fr);
	}

	#wpforo #wpforo-wrap .fe-category-page--general-chat .fe-cat-intro {
		padding: 14px !important;
	}

	.fe-category-page--general-chat .fe-cat-intro__mark {
		width: 48px;
		height: 48px;
	}

	.fe-category-page--general-chat .fe-cat-intro p strong {
		display: block;
		font-size: 14px;
		line-height: 1.2;
		white-space: normal;
	}

	#wpforo #wpforo-wrap .fe-category-page--general-chat .fe-cat-forums__head h2 {
		padding-right: 0 !important;
	}

	#wpforo #wpforo-wrap .fe-category-page--general-chat .fe-cat-new-topic {
		position: static !important;
		width: auto !important;
		min-width: 96px !important;
		max-width: 104px !important;
		padding: 0 8px !important;
		margin-right: 5px !important;
		font-size: 9px !important;
		flex: 0 0 auto !important;
	}

	.fe-category-page--general-chat .fe-cat-forum {
		grid-template-columns: 88px minmax(0, 1fr);
	}

	.fe-category-page--general-chat .fe-cat-forum__thumb {
		width: 86px;
		height: 54px;
	}
}
