:root {
	--fe-gold: #d9af68;
	--fe-gold-bright: #f2cf8a;
	--fe-ink: #030b13;
	--fe-panel: #071521;
	--fe-line: rgba(217, 175, 104, 0.5);
	--fe-muted: #aab7c2;
}

body.fe-forum-ready {
	--green: var(--fe-gold);
	--green-bright: var(--fe-gold-bright);
	background: #020912;
	color: #f4eee2;
}

body.fe-forum-ready .portal-footer {
	display: none !important;
}

body.fe-forum-ready > .evren-ad-zone--wide,
body.fe-forum-ready .default-page--forum > header,
body.fe-forum-ready #wpforo-menu,
body.fe-forum-ready #wpforo-wrap .wpforo-subtop,
body.fe-forum-ready #wpforo-wrap .wpf-breadcrumb,
body.fe-forum-ready #wpforo-title,
body.fe-forum-ready #wpforo-footer,
body.fe-forum-ready .wpf-sbtn,
body.fe-forum-ready .evren-forum-sidebar > .watch-widget,
body.fe-forum-ready .evren-forum-sidebar > .trending-widget {
	display: none !important;
}

.fe-forum-portal {
	position: relative;
	z-index: 2;
	border-bottom: 1px solid var(--fe-line);
	background: var(--fe-ink);
}

.fe-forum-hero {
	position: relative;
	height: clamp(250px, 23vw, 330px);
	min-height: 250px;
	overflow: hidden;
	background-color: #07111c;
	background-image: var(--fe-hero-image);
	background-position: center center;
	background-size: cover;
	isolation: isolate;
}

.fe-forum-hero::before,
.fe-forum-hero::after {
	position: absolute;
	z-index: -1;
	content: "";
	pointer-events: none;
}

.fe-forum-hero::before {
	inset: 0;
	background:
		linear-gradient(90deg, rgba(2, 8, 14, 0.72) 0%, rgba(3, 12, 20, 0.2) 47%, rgba(3, 9, 15, 0.12) 76%, rgba(3, 9, 15, 0.3) 100%),
		linear-gradient(0deg, rgba(2, 9, 16, 0.78) 0%, transparent 52%);
}

.fe-forum-hero::after {
	inset: 0;
	border-top: 1px solid rgba(217, 175, 104, 0.36);
	border-bottom: 1px solid rgba(217, 175, 104, 0.5);
}

.fe-forum-hero__inner {
	position: relative;
	display: grid;
	width: min(1460px, calc(100% - 48px));
	height: 100%;
	min-height: 250px;
	padding: 58px 34px 86px;
	margin: 0 auto;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
}

.fe-forum-hero__copy {
	max-width: 640px;
}

.fe-forum-hero h1 {
	margin: 0;
	color: #f3d398;
	font-family: "Evren Fraunces", Georgia, serif;
	font-size: clamp(36px, 4vw, 56px);
	font-weight: 650;
	letter-spacing: -0.025em;
	line-height: 1;
	text-shadow: 0 3px 30px rgba(0, 0, 0, 0.9);
}

.fe-forum-hero__copy > p:last-child {
	margin: 9px 0 0;
	color: #f5f2ec;
	font-size: clamp(14px, 1.25vw, 18px);
	text-shadow: 0 2px 12px #000;
}

.fe-forum-hero blockquote {
	align-self: start;
	padding: 25px 18px 0 50px;
	margin: 0;
	color: #eadcc4;
	font-family: "Evren Fraunces", Georgia, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: 600;
	line-height: 1.4;
	text-align: right;
	text-shadow: 0 2px 12px #000;
}

.fe-forum-quick {
	position: absolute;
	right: auto;
	bottom: 14px;
	left: 34px;
	display: grid;
	width: min(76%, 1100px);
	overflow: hidden;
	border: 1px solid var(--fe-line);
	border-radius: 3px;
	background: rgba(3, 13, 22, 0.8);
	box-shadow: 0 14px 35px rgba(0, 0, 0, 0.34), inset 0 1px rgba(255, 255, 255, 0.035);
	backdrop-filter: blur(8px);
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fe-forum-quick a {
	display: grid;
	min-height: 62px;
	padding: 9px 14px 9px 64px;
	border-right: 1px solid rgba(217, 175, 104, 0.2);
	color: #fff !important;
	text-decoration: none;
	grid-template-rows: auto auto;
	align-content: center;
}

.fe-forum-quick a:last-child {
	border-right: 0;
}

.fe-forum-quick a > span {
	position: absolute;
	display: grid;
	width: 42px;
	height: 42px;
	margin: -1px 0 0 -51px;
	border: 1px solid var(--fe-gold);
	border-radius: 50%;
	place-items: center;
	color: var(--fe-gold-bright);
	box-shadow: inset 0 0 0 4px rgba(217, 175, 104, 0.07);
}

.fe-forum-quick a > span svg {
	display: block;
	width: 23px;
	height: 23px;
	fill: none;
	stroke: currentcolor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.45;
}

.fe-forum-quick .fe-quick-star {
	fill: currentcolor;
	stroke-width: 0;
}

.fe-forum-quick strong {
	font-size: 13px;
	line-height: 1.25;
}

.fe-forum-quick small {
	margin-top: 3px;
	color: #bfc8ce;
	font-size: 10px;
	line-height: 1.25;
}

body.fe-forum-ready .default-page--forum {
	padding: 18px 0 28px !important;
	background:
		radial-gradient(circle at 0 20%, rgba(29, 70, 105, 0.18), transparent 35%),
		radial-gradient(circle at 100% 80%, rgba(112, 61, 28, 0.13), transparent 32%),
		#020a13 !important;
}

body.fe-forum-ready .evren-forum-layout.shell-wide {
	display: grid !important;
	width: min(1460px, calc(100% - 38px)) !important;
	max-width: none !important;
	padding: 0 !important;
	margin: 0 auto !important;
	grid-template-columns: minmax(0, 1fr) 292px !important;
	gap: 14px !important;
	align-items: start;
}

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

body.fe-forum-ready #wpforo-wrap .wpforo-section {
	overflow: hidden;
	padding: 0 !important;
	border: 1px solid rgba(217, 175, 104, 0.46) !important;
	border-radius: 7px;
	background: rgba(3, 13, 22, 0.9) !important;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.32), inset 0 0 35px rgba(25, 69, 98, 0.07);
}

body.fe-forum-ready #wpforo-wrap .wpforo-section.fe-section-unused,
body.fe-forum-ready #wpforo-wrap .forum-wrap.fe-forum-unused {
	display: none !important;
}

body.fe-forum-ready #wpforo-wrap .wpforo-category {
	padding: 0 !important;
	border: 0 !important;
	background: linear-gradient(90deg, #071a2b, #06111d) !important;
}

body.fe-forum-ready #wpforo-wrap .wpforo-cat-panel {
	display: flex !important;
	height: 50px !important;
	padding: 0 16px !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(217, 175, 104, 0.4) !important;
	background: linear-gradient(90deg, rgba(12, 35, 53, 0.98), rgba(4, 16, 28, 0.96)) !important;
	align-items: center !important;
}

body.fe-forum-ready #wpforo-wrap .cat-title {
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

body.fe-forum-ready #wpforo-wrap .cat-name {
	display: flex;
	width: 100%;
	color: #f0e4d0 !important;
	font-family: "Evren Source Sans", "Segoe UI", sans-serif !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	letter-spacing: 0.08em;
	align-items: center;
}

body.fe-forum-ready #wpforo-wrap .cat-name::before {
	margin-right: 8px;
	color: var(--fe-gold);
	content: "♜";
	font-size: 14px;
}

body.fe-forum-ready #wpforo-wrap .cat-name::after {
	padding-left: 24px;
	margin-left: auto;
	color: #8798a7;
	content: "HER EVRENDE YENİ BİR BAŞLANGIÇ...";
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.12em;
}

body.fe-forum-ready #wpforo-wrap .wpforo-cat-panel .wpf-head-bar-right {
	position: absolute !important;
	left: -9999px !important;
}

body.fe-forum-ready #wpforo-wrap .fe-forum-row {
	position: relative;
	display: block !important;
	padding: 0 !important;
	margin: 0 10px !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(217, 175, 104, 0.32) !important;
	background: transparent !important;
}

body.fe-forum-ready #wpforo-wrap .fe-forum-row:last-child {
	border-bottom: 0 !important;
}

body.fe-forum-ready #wpforo-wrap .fe-forum-row .wpforo-forum {
	position: relative;
	display: grid !important;
	min-height: 112px !important;
	padding: 0 12px !important;
	border: 0 !important;
	background-color: #06131f !important;
	background-image:
		linear-gradient(90deg, rgba(3, 12, 20, 0.2) 0%, rgba(4, 15, 25, 0.55) 25%, #06131f 51%, #06131f 100%),
		var(--fe-row-image) !important;
	background-position: left center !important;
	background-size: auto 150%, auto 150% !important;
	box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.24);
	grid-template-columns: 68px minmax(250px, 1fr) 126px minmax(220px, 292px) 34px !important;
	gap: 8px;
	align-items: center !important;
	transition: background-color 180ms ease, transform 180ms ease;
}

body.fe-forum-ready #wpforo-wrap .fe-forum-row .wpforo-forum:hover {
	background-color: #0a1d2d !important;
	transform: translateX(2px);
}

body.fe-forum-ready #wpforo-wrap .wpforo-forum-icon {
	display: grid !important;
	width: 56px !important;
	min-width: 56px !important;
	height: 56px !important;
	padding: 0 !important;
	margin: 0 !important;
	place-items: center;
}

body.fe-forum-ready #wpforo-wrap .wpforo-forum-icon > div {
	display: grid !important;
	width: 50px !important;
	height: 50px !important;
	border: 1px solid var(--fe-gold) !important;
	background: rgba(3, 12, 20, 0.76);
	box-shadow: inset 0 0 0 4px rgba(217, 175, 104, 0.08), 0 5px 18px rgba(0, 0, 0, 0.45);
	place-items: center;
}

body.fe-forum-ready #wpforo-wrap .wpforo-forum-icon i {
	color: var(--fe-gold-bright) !important;
	font-size: 20px !important;
}

body.fe-forum-ready #wpforo-wrap .wpforo-forum-info {
	position: relative;
	z-index: 1;
	width: auto !important;
	min-width: 0;
	padding: 12px 14px !important;
	margin: 0 !important;
	text-align: left !important;
}

body.fe-forum-ready #wpforo-wrap .wpforo-forum-title {
	padding: 0 !important;
	margin: 0 0 5px !important;
	line-height: 1.1 !important;
}

body.fe-forum-ready #wpforo-wrap .wpforo-forum-title a {
	color: #f4d99f !important;
	font-family: "Evren Fraunces", Georgia, serif !important;
	font-size: clamp(18px, 1.7vw, 24px) !important;
	font-weight: 650 !important;
	text-decoration: none !important;
	text-shadow: 0 2px 12px #000;
}

body.fe-forum-ready #wpforo-wrap .wpforo-forum-description {
	display: -webkit-box;
	overflow: hidden;
	max-width: 550px;
	padding: 0 !important;
	margin: 0 !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #d6dde2 !important;
	font-size: 12px !important;
	line-height: 1.42 !important;
	text-shadow: 0 1px 8px #000;
}

body.fe-forum-ready #wpforo-wrap .wpforo-subforum,
body.fe-forum-ready #wpforo-wrap .fe-original-counts,
body.fe-forum-ready #wpforo-wrap .wpforo-forum-topic-toggle,
body.fe-forum-ready #wpforo-wrap .fe-forum-row > div[class*="wpforo-last-topics-"] {
	display: none !important;
}

.fe-forum-counts {
	display: grid;
	height: 62px;
	border-right: 1px solid rgba(217, 175, 104, 0.12);
	border-left: 1px solid rgba(217, 175, 104, 0.12);
	grid-template-columns: 1fr 1fr;
	align-items: center;
}

.fe-forum-counts > span {
	display: grid !important;
	grid-template-rows: auto auto;
	justify-items: center;
}

.fe-forum-counts b {
	display: block;
	color: #e9edf2;
	font-size: 14px;
	font-weight: 700;
}

.fe-forum-counts small,
.fe-forum-latest > small {
	display: block;
	color: #8fa0ae;
	font-size: 9px;
	text-transform: uppercase;
}

.fe-forum-latest {
	display: grid;
	min-width: 0;
	padding: 8px 14px;
	line-height: 1.28;
}

.fe-forum-latest a,
.fe-forum-latest strong {
	overflow: hidden;
	margin-top: 4px;
	color: #f4f0e8 !important;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fe-forum-latest span {
	overflow: hidden;
	margin-top: 4px;
	color: #8ea4b5;
	font-size: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fe-forum-arrow {
	display: grid;
	width: 28px;
	height: 28px;
	border: 1px solid rgba(217, 175, 104, 0.36);
	border-radius: 50%;
	place-items: center;
	color: var(--fe-gold);
	font-family: Georgia, serif;
	font-size: 22px;
	line-height: 1;
	text-decoration: none;
}

body.fe-forum-ready .evren-forum-sidebar {
	display: block !important;
	width: auto !important;
	padding: 0 !important;
	margin: 0 !important;
}

.fe-forum-side {
	display: grid;
	gap: 12px;
}

.fe-new-topic {
	width: 100%;
	min-height: 54px;
	border: 1px solid #dcb36d;
	border-radius: 5px;
	background: linear-gradient(180deg, #f4d89f 0%, #c98e43 100%);
	box-shadow: inset 0 0 0 3px rgba(55, 28, 9, 0.25), 0 8px 20px rgba(0, 0, 0, 0.4);
	color: #1a0c04;
	cursor: pointer;
	font-family: "Evren Source Sans", "Segoe UI", sans-serif;
	font-size: 14px;
	font-weight: 900;
}

.fe-new-topic:hover {
	filter: brightness(1.08);
}

.fe-side-card {
	position: relative;
	overflow: hidden;
	padding: 14px;
	border: 1px solid rgba(217, 175, 104, 0.54);
	border-radius: 6px;
	background: linear-gradient(145deg, rgba(8, 24, 37, 0.98), rgba(3, 13, 22, 0.98));
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.3), inset 0 0 24px rgba(39, 88, 119, 0.08);
}

.fe-side-card::before,
.fe-side-card::after {
	position: absolute;
	width: 26px;
	height: 26px;
	border-color: var(--fe-gold);
	content: "";
	pointer-events: none;
}

.fe-side-card::before {
	top: 4px;
	left: 4px;
	border-top: 1px solid;
	border-left: 1px solid;
}

.fe-side-card::after {
	right: 4px;
	bottom: 4px;
	border-right: 1px solid;
	border-bottom: 1px solid;
}

.fe-side-card h2 {
	padding: 0 0 11px;
	margin: 0 0 12px;
	border-bottom: 1px solid rgba(217, 175, 104, 0.23);
	color: #f4eee5;
	font-family: "Evren Source Sans", "Segoe UI", sans-serif;
	font-size: 13px;
	font-weight: 700;
}

.fe-side-card h2 span {
	margin-right: 6px;
	color: var(--fe-gold);
}

.fe-stat-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 4px;
}

.fe-stat-grid div {
	display: grid;
	justify-items: center;
}

.fe-stat-icon {
	display: grid;
	width: 32px;
	height: 32px;
	margin-bottom: 7px;
	border: 1px solid rgba(217, 175, 104, 0.58);
	border-radius: 50%;
	place-items: center;
	background: radial-gradient(circle, rgba(217, 175, 104, 0.13), rgba(3, 13, 22, 0.25));
	box-shadow: inset 0 0 0 3px rgba(217, 175, 104, 0.04);
}

.fe-stat-icon svg {
	display: block;
	width: 18px;
	height: 18px;
	fill: none;
	stroke: var(--fe-gold-bright);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
}

.fe-stat-grid b {
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
}

.fe-stat-grid small {
	color: #aeb8c0;
	font-size: 8px;
}

.fe-member-list,
.fe-topic-list,
.fe-active-list {
	display: grid;
	gap: 9px;
}

.fe-active-member {
	display: grid;
	min-width: 0;
	color: #fff !important;
	text-decoration: none;
	grid-template-columns: 32px minmax(0, 1fr) auto;
	gap: 8px;
	align-items: center;
}

.fe-active-member__badge {
	display: grid;
	width: 30px;
	height: 30px;
	border: 1px solid var(--fe-gold);
	border-radius: 50%;
	place-items: center;
	overflow: hidden;
	background: radial-gradient(circle, rgba(217, 175, 104, 0.2), #07131d);
	color: var(--fe-gold-bright);
	font-size: 10px;
	font-weight: 900;
}

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

.fe-active-member strong {
	overflow: hidden;
	color: #eee8df;
	font-size: 11px;
	font-weight: 650;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fe-active-member small {
	color: #aeb9c2;
	font-size: 9px;
	white-space: nowrap;
}

.fe-member,
.fe-topic {
	display: grid;
	min-width: 0;
	color: #fff !important;
	text-decoration: none;
	grid-template-columns: 36px minmax(0, 1fr);
	gap: 9px;
	align-items: center;
}

.fe-member img,
.fe-member__fallback,
.fe-topic > span:first-child {
	display: grid;
	width: 34px !important;
	height: 34px !important;
	border: 1px solid var(--fe-gold);
	border-radius: 50%;
	object-fit: cover;
	place-items: center;
	background: #0b1823;
	color: var(--fe-gold-bright);
}

.fe-member > span:last-child,
.fe-topic > span:last-child {
	display: grid;
	min-width: 0;
}

.fe-member strong,
.fe-topic strong {
	overflow: hidden;
	color: #eee8df;
	font-size: 11px;
	font-weight: 650;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fe-member small,
.fe-topic small {
	margin-top: 2px;
	color: #8e9eaa;
	font-size: 9px;
}

.fe-side-more {
	display: block;
	padding: 9px;
	margin-top: 13px;
	border: 1px solid rgba(217, 175, 104, 0.35);
	border-radius: 4px;
	color: #eee7db !important;
	font-size: 10px;
	font-weight: 650;
	text-align: center;
	text-decoration: none;
}

.fe-forum-footer {
	position: relative;
	display: grid;
	box-sizing: border-box;
	width: 100%;
	min-height: 206px;
	padding: 30px clamp(20px, 4vw, 64px) !important;
	place-items: center;
	border-top: 1px solid rgba(217, 175, 104, 0.5);
	border-bottom: 1px solid rgba(217, 175, 104, 0.45);
	background:
		radial-gradient(circle at 15% 50%, rgba(34, 75, 94, 0.2), transparent 28%),
		linear-gradient(105deg, #030b14 0%, #061522 48%, #020913 100%);
}

.fe-forum-footer * {
	box-sizing: border-box;
}

.fe-forum-footer::before {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, transparent 49.9%, rgba(218, 180, 111, 0.04) 50%, transparent 50.1%);
	content: "";
	pointer-events: none;
}

.fe-forum-footer__inner {
	position: relative;
	z-index: 1;
	display: grid;
	width: min(1420px, 100%);
	align-items: center;
	grid-template-columns: minmax(150px, 210px) minmax(330px, 1.7fr) minmax(245px, 0.8fr) minmax(220px, 0.72fr);
	gap: clamp(20px, 3vw, 48px);
}

.fe-forum-footer__brand {
	display: block;
	padding-right: 24px !important;
	border-right: 1px solid rgba(190, 204, 209, 0.14);
}

.fe-forum-footer__brand img {
	display: block !important;
	width: min(180px, 100%) !important;
	height: auto !important;
	margin: 0 !important;
	object-fit: contain;
}

.fe-forum-footer__links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px 0;
}

.fe-forum-footer__links a {
	position: relative;
	padding: 3px 13px !important;
	color: #c8d0d2 !important;
	font-family: "Evren Cinzel", Georgia, serif;
	font-size: 12px;
	font-weight: 650;
	text-decoration: none !important;
	transition: color 160ms ease;
}

.fe-forum-footer__links a:first-child {
	padding-left: 0 !important;
}

.fe-forum-footer__links a + a::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	background: rgba(167, 184, 190, 0.2);
	content: "";
}

.fe-forum-footer__links a:hover {
	color: #f0c878 !important;
}

.fe-forum-footer__social {
	display: grid;
	min-height: 96px;
	padding: 4px 30px !important;
	align-content: center;
	gap: 16px;
	border-right: 1px solid rgba(190, 204, 209, 0.14);
	border-left: 1px solid rgba(190, 204, 209, 0.14);
}

.fe-forum-footer__social > strong {
	color: #d8d4cb;
	font-family: "Evren Cinzel", Georgia, serif;
	font-size: 16px;
	font-weight: 700;
}

.fe-forum-footer__social > div {
	display: flex;
	align-items: center;
	gap: 18px;
}

.fe-forum-footer__social a {
	display: grid;
	width: 30px;
	height: 30px;
	place-items: center;
	color: #e0ded8 !important;
	font-size: 25px;
	line-height: 1;
	text-decoration: none !important;
	transition: color 160ms ease, transform 160ms ease;
}

.fe-forum-footer__social a:hover {
	color: #f0c878 !important;
	transform: translateY(-2px);
}

.fe-forum-footer blockquote {
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	color: #d9d2c6 !important;
	font-family: "Evren Fraunces", Georgia, serif;
	font-size: clamp(17px, 1.5vw, 23px);
	font-style: italic;
	font-weight: 600;
	line-height: 1.45;
	text-align: center;
}

.fe-forum-footer a:focus-visible {
	outline: 2px solid #f1bd61;
	outline-offset: 4px;
}

@media (max-width: 1120px) {
	.fe-forum-footer__inner {
		grid-template-columns: minmax(140px, 180px) minmax(280px, 1fr) minmax(230px, 0.7fr);
	}

	.fe-forum-footer blockquote {
		grid-column: 2 / 4;
	}

	body.fe-forum-ready .evren-forum-layout.shell-wide {
		grid-template-columns: minmax(0, 1fr) 260px !important;
	}

	body.fe-forum-ready #wpforo-wrap .fe-forum-row .wpforo-forum {
		grid-template-columns: 62px minmax(220px, 1fr) 112px 34px !important;
	}

	.fe-forum-latest {
		display: none;
	}
}

@media (max-width: 860px) {
	.fe-forum-footer {
		padding: 28px 22px !important;
	}

	.fe-forum-footer__inner {
		grid-template-columns: minmax(130px, 180px) minmax(0, 1fr);
		gap: 24px;
	}

	.fe-forum-footer__links,
	.fe-forum-footer blockquote {
		grid-column: 1 / -1;
	}

	.fe-forum-footer__social {
		padding-right: 0 !important;
		border-right: 0;
	}

	.fe-forum-hero,
	.fe-forum-hero__inner {
		min-height: 370px;
	}

	.fe-forum-hero__inner {
		width: min(100% - 24px, 720px);
		padding: 52px 12px 100px;
		grid-template-columns: 1fr;
	}

	.fe-forum-hero blockquote {
		display: none;
	}

	.fe-forum-quick {
		right: 10px;
		bottom: 10px;
		left: 10px;
		width: auto;
		overflow-x: auto;
		grid-template-columns: repeat(4, minmax(190px, 1fr));
	}

	body.fe-forum-ready .evren-forum-layout.shell-wide {
		width: min(100% - 20px, 760px) !important;
		grid-template-columns: 1fr !important;
	}

	body.fe-forum-ready .evren-forum-sidebar {
		order: 2;
	}

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

	.fe-new-topic,
	.fe-side-stats {
		grid-column: 1 / -1;
	}
}

@media (max-width: 620px) {
	.fe-forum-hero,
	.fe-forum-hero__inner {
		min-height: 420px;
	}

	.fe-forum-hero {
		background-position: 58% center;
	}

	.fe-forum-hero__inner {
		padding-top: 42px;
	}

	.fe-forum-hero__eyebrow {
		font-size: 9px;
	}

	.fe-forum-hero h1 {
		font-size: 38px;
	}

	.fe-forum-hero__copy > p:last-child {
		max-width: 310px;
		font-size: 14px;
	}

	.fe-forum-quick a {
		min-height: 64px;
		padding-left: 64px;
	}

	.fe-forum-quick {
		overflow: hidden;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fe-forum-quick a:nth-child(2) {
		border-right: 0;
	}

	.fe-forum-quick a:nth-child(-n + 2) {
		border-bottom: 1px solid rgba(217, 175, 104, 0.2);
	}

	.fe-forum-quick a > span {
		width: 40px;
		height: 40px;
		margin-left: -50px;
		font-size: 19px;
	}

	body.fe-forum-ready #wpforo-wrap .wpforo-cat-panel {
		height: 44px !important;
		padding: 0 11px !important;
	}

	body.fe-forum-ready #wpforo-wrap .cat-name {
		font-size: 11px !important;
	}

	body.fe-forum-ready #wpforo-wrap .cat-name::after {
		display: none;
	}

	body.fe-forum-ready #wpforo-wrap .fe-forum-row {
		margin: 0 6px !important;
	}

	body.fe-forum-ready #wpforo-wrap .fe-forum-row .wpforo-forum {
		min-height: 94px !important;
		padding: 0 5px !important;
		background-size: auto 130%, auto 130% !important;
		grid-template-columns: 50px minmax(0, 1fr) 62px 26px !important;
		gap: 3px;
	}

	body.fe-forum-ready #wpforo-wrap .wpforo-forum-icon {
		width: 44px !important;
		min-width: 44px !important;
		height: 44px !important;
	}

	body.fe-forum-ready #wpforo-wrap .wpforo-forum-icon > div {
		width: 42px !important;
		height: 42px !important;
	}

	body.fe-forum-ready #wpforo-wrap .wpforo-forum-info {
		padding: 8px 5px !important;
	}

	body.fe-forum-ready #wpforo-wrap .wpforo-forum-title a {
		font-size: 16px !important;
	}

	body.fe-forum-ready #wpforo-wrap .wpforo-forum-description {
		font-size: 10px !important;
		-webkit-line-clamp: 2;
	}

	.fe-forum-counts {
		height: 54px;
		border-right: 0;
		grid-template-columns: 1fr;
	}

	.fe-forum-counts span:last-child {
		display: none;
	}

	.fe-forum-counts b {
		font-size: 12px;
	}

	.fe-forum-arrow {
		width: 24px;
		height: 24px;
		font-size: 18px;
	}

	.fe-forum-side {
		grid-template-columns: 1fr;
	}

	.fe-new-topic,
	.fe-side-stats {
		grid-column: auto;
	}

	.fe-forum-footer {
		min-height: 0;
		padding: 26px 18px !important;
	}

	.fe-forum-footer__inner {
		justify-items: center;
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.fe-forum-footer__brand {
		padding: 0 !important;
		border: 0;
	}

	.fe-forum-footer__brand img {
		width: 170px !important;
	}

	.fe-forum-footer__links,
	.fe-forum-footer blockquote {
		grid-column: auto;
	}

	.fe-forum-footer__links {
		justify-content: center;
	}

	.fe-forum-footer__links a:first-child {
		padding-left: 13px !important;
	}

	.fe-forum-footer__social {
		min-height: 0;
		padding: 20px 0 !important;
		justify-items: center;
		border-top: 1px solid rgba(190, 204, 209, 0.14);
		border-bottom: 1px solid rgba(190, 204, 209, 0.14);
		border-left: 0;
	}

	.fe-forum-footer blockquote {
		font-size: 18px;
	}
}
