/* ----------------- FONTS ----------------- */
@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-Regular.woff2') format('woff2'),
		url('../fonts/Inter-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-SemiBold.woff2') format('woff2'),
		url('../fonts/Inter-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-SemiBold-Italic.woff2') format('woff2'),
		url('../fonts/Inter-SemiBold-Italic.woff') format('woff');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Saira';
	src: url('../fonts/Saira-Regular.woff2') format('woff2'),
		url('../fonts/Saira-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Saira';
	src: url('../fonts/Saira-Regular-Italic.woff2') format('woff2'),
		url('../fonts/Saira-Regular-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Saira';
	src: url('../fonts/Saira-Medium.woff2') format('woff2'),
		url('../fonts/Saira-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Saira';
	src: url('../fonts/Saira-Medium-Italic.woff2') format('woff2'),
		url('../fonts/Saira-Medium-Italic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Saira';
	src: url('../fonts/Saira-SemiBold.woff2') format('woff2'),
		url('../fonts/Saira-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Saira';
	src: url('../fonts/Saira-SemiBold-Italic.woff2') format('woff2'),
		url('../fonts/Saira-SemiBold-Italic.woff') format('woff');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Saira';
	src: url('../fonts/Saira-Bold.woff2') format('woff2'),
		url('../fonts/Saira-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Saira';
	src: url('../fonts/Saira-Bold-Italic.woff2') format('woff2'),
		url('../fonts/Saira-Bold-Italic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}
/* ----------------- VARIABLES ----------------- */
:root {
	/* Colors */
	--black1: #12121233;
	--black2: #1212124D;
	--black3: #12121266;
	--black4: #121212B2;
	--black5: #121212;
	--white1: #F5F5F533;
	--white2: #F5F5F54D;
	--white3: #F5F5F566;
	--white4: #F5F5F5B2;
	--white5: #FAFAFA;
	--green1: #E9EAE6;
	--green2: #D4D6CF;
	--green3: #BFC1B8;
	--green4: #AAADA2;
	--green5: #95988C;
	--green6: #818477;
	--green7: #6C7063;
	--green8: #585B4F;
	--green9: #44473D;
	--shade1: #F5F5F5;
	--shade2: #B9B6B6;
	--shade3: #828282;
	--shade4: #707070;
	--shade5: #5C5C5C;
	--shade6: #484848;
	--shade7: #3C3C3C;
	--shade8: #282828;
	--shade9: #191919;
	--shade10: #121212;
	--shade11: #0C0C0C;
	--primary-green: #A9ED2C;
	--primary-green-darker: #80B818;
	--primary-green-dark: #10321D;
	--primary-green-light: #E3E898;
	--primary-green-vintage: #C6EC51;
	--primary-green-wasabi: #5D8E01;
	--primary-red: #DE0606;
	--primary-red-darker: #920E1A;
	--primary-red-dark: #5F0D14;
	--primary-red-light: #FF8D8D;
	--primary-red-strawberry: #E53239;
	--primary-red-crimson: #C31323;
	--secondary-orange1: #F96926;
	--secondary-orange2: #CD3304;
	--secondary-yellow1: #FFAE00;
	--secondary-yellow2: #D99400;
	/* Tipography */
	--font-family-1: "Inter", sans-serif;
	--font-family-2: "Saira", sans-serif;
	/* Transition */
	--transition-base: all 0.3s ease;
	/* Font size base*/
	--font-size-base: 14px;
}
/* ----------------- BASE STYLES ----------------- */
#wpadminbar {
	display: none !important;
}
html {
	position: relative;
	min-height: 100%;
	background-color: var(--bg1);
}
body {
	background-color: var(--bg1);
	font-family: var(--font-family-1);
	font-optical-sizing: auto;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: var(--font-size-base);
	font-weight: normal;
	color: var(--text1);
	position: relative;
	/* Height of the nav and search bars */
	margin-top: 50px;
}
body.home,
body.single {
	margin-top: 0;
}
a,
a:hover,
a:focus {
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-family-2);
	font-weight: 600;
}
p {
	font-weight: normal;
}
.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: none;
	text-decoration: none;
}
input,
button:focus {
	outline: 0;
	box-shadow: none;
	border-radius: 0;
}
.section-title {
	font-family: var(--font-family-2);
	font-weight: 700;
	color: var(--text1);
	font-size: 24px;
	line-height: 1;
	margin: 0 0 0 -15px;
	text-transform: uppercase;
	background-color: var(--primary-green-vintage);
	color: var(--black5);
	height: 36px;
	position: relative;
	width: fit-content;
	padding: 6px 20px;
}
.section-title:after {
	position: absolute;
	top: 0;
	right: -24px;
	content: "";
	display: block;
	width: 24px;
	height: 36px;
	background-image: url("data:image/svg+xml,%3csvg width='32' height='48' viewBox='0 0 32 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='8' height='8' fill='%23C6EC51'/%3e%3crect x='8' y='8' width='8' height='8' fill='%23C6EC51'/%3e%3crect x='8' y='24' width='8' height='8' fill='%23C6EC51'/%3e%3crect y='24' width='8' height='8' fill='%23C6EC51'/%3e%3crect y='40' width='8' height='8' fill='%23C6EC51'/%3e%3crect x='16' y='16' width='8' height='8' fill='%23C6EC51'/%3e%3crect y='16' width='8' height='8' fill='%23C6EC51'/%3e%3crect x='24' y='24' width='8' height='8' fill='%23C6EC51'/%3e%3crect x='24' y='8' width='8' height='8' fill='%23C6EC51'/%3e%3crect x='16' width='8' height='8' fill='%23C6EC51'/%3e%3crect x='8' y='32' width='8' height='8' fill='%23C6EC51'/%3e%3crect x='16' y='40' width='8' height='8' fill='%23C6EC51'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.pagination-wrapper .current,
.pagination-wrapper a {
	min-width: 32px;
	height: 32px;
	color: var(--text1);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	background-color: transparent;
	border: none;
	padding: 0 5px;
}
.pagination-wrapper .current {
	background-color: var(--primary-green-vintage);
	color: var(--black5);
}
.pagination-wrapper a.prev {
	transform: rotate(180deg);
}
button.pixeled {
	background: none;
	border: none;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
}
button.pixeled span {
	padding: 0 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: var(--font-family-2);
	font-weight: bold;
	font-size: 20px;
	color: var(--text-button);
	height: 48px;
	background-color: var(--primary-red);
	transition: var(--transition-base);
	white-space: nowrap;
}
button.pixeled:active span,
button.pixeled:hover span {
	color: var(--primary-green);
}
button.pixeled::before,
button.pixeled::after {
	content: "";
	display: inline-block;
	width: 32px;
	height: 48px;
	background-image: url("data:image/svg+xml,%3csvg width='32' height='48' viewBox='0 0 32 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='0.00341797' y='16' width='7.99991' height='7.99991' fill='%23DE0606'/%3e%3crect x='8.00342' y='24' width='7.99991' height='7.99991' fill='%23DE0606'/%3e%3crect width='7.99991' height='7.99991' fill='%23DE0606'/%3e%3crect x='8' width='7.99991' height='7.99991' fill='%23DE0606'/%3e%3crect y='8' width='7.99991' height='7.99991' fill='%23DE0606'/%3e%3crect x='23.9995' y='16' width='7.99991' height='7.99991' fill='%23DE0606'/%3e%3crect x='16' y='8.00171' width='7.99991' height='7.99991' fill='%23DE0606'/%3e%3crect x='24' y='0.00170898' width='7.99991' height='7.99991' fill='%23DE0606'/%3e%3crect x='0.00341797' y='31.9985' width='7.99991' height='7.99991' fill='%23DE0606'/%3e%3crect x='8.00342' y='40' width='7.99991' height='7.99991' fill='%23DE0606'/%3e%3crect x='16' y='32.0017' width='7.99991' height='7.99991' fill='%23DE0606'/%3e%3crect x='24' y='24' width='7.99991' height='7.99991' fill='%23DE0606'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
button.pixeled::before {
	background-image: url("data:image/svg+xml,%3csvg width='32' height='48' viewBox='0 0 32 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='7.99991' height='7.99991' transform='matrix(-1 0 0 1 31.9966 16)' fill='%23DE0606'/%3e%3crect width='7.99991' height='7.99991' transform='matrix(-1 0 0 1 23.9966 24)' fill='%23DE0606'/%3e%3crect width='7.99991' height='7.99991' transform='matrix(-1 0 0 1 32 0)' fill='%23DE0606'/%3e%3crect width='7.99991' height='7.99991' transform='matrix(-1 0 0 1 24 0)' fill='%23DE0606'/%3e%3crect width='7.99991' height='7.99991' transform='matrix(-1 0 0 1 32 8)' fill='%23DE0606'/%3e%3crect width='7.99991' height='7.99991' transform='matrix(-1 0 0 1 8.00049 16)' fill='%23DE0606'/%3e%3crect width='7.99991' height='7.99991' transform='matrix(-1 0 0 1 16 8.00171)' fill='%23DE0606'/%3e%3crect width='7.99991' height='7.99991' transform='matrix(-1 0 0 1 8 0.00170898)' fill='%23DE0606'/%3e%3crect width='7.99991' height='7.99991' transform='matrix(-1 0 0 1 31.9966 31.9985)' fill='%23DE0606'/%3e%3crect width='7.99991' height='7.99991' transform='matrix(-1 0 0 1 23.9966 40)' fill='%23DE0606'/%3e%3crect width='7.99991' height='7.99991' transform='matrix(-1 0 0 1 16 32.0017)' fill='%23DE0606'/%3e%3crect width='7.99991' height='7.99991' transform='matrix(-1 0 0 1 8 24)' fill='%23DE0606'/%3e%3c/svg%3e");
}
/* top buffer mobile = .gamurs-ad-container height 50px + header height 50px */
.top-buffer {
	margin-bottom: 100px;
}
body.ads-disabled .top-buffer {
	margin-bottom: 50px;
}
/* ----------------- ADS ----------------- */
.gamurs-ad-container {
	overflow: hidden;
	width: 100%;
}
header .gamurs-ad-container {
	position: fixed;
	top: 0;
}
/* ----------------- NAVIGATION ----------------- */
#homepage-nav #main-nav-container {
	position: relative;
	z-index: 1000;
}
#main-nav-container {
	height: 50px;
	background-color: var(--bg1);
}
#destructoid-2025-main-nav li.current-menu-item a::before {
	content: "[ ";
}
#destructoid-2025-main-nav li.current-menu-item a::after {
	content: " ]";
}
#destructoid-2025-main-nav li.current-menu-item a:hover,
#destructoid-2025-main-nav li.current-menu-item a {
	color: var(--primary-red-strawberry);
}
#destructoid-2025-main-nav li.current-menu-item a {
	font-weight: 600;
}
#destructoid-2025-main-nav li a {
	text-transform: uppercase;
	color: var(--text1);
	transition: var(--transition-base);
	white-space: nowrap;
	font-size: 18px;
	font-weight: 600;
}
#main-nav-buttons button {
	border: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
}
#main-nav-buttons button svg rect,
#main-nav-buttons button svg path,
#main-nav-buttons button:active svg rect,
#main-nav-buttons button:active svg path,
#main-nav-buttons button:focus svg rect,
#main-nav-buttons button:focus svg path {
	fill: var(--text1);
	transition: var(--transition-base);
}
#main-search-container {
	z-index: 1001;
	background-color: var(--bg1);
	height: 0px;
	transition: height 0.3s ease;
}
#main-search-container.active {
	height: 50px;
}
.search-form-container [type="text"] {
	background-color: var(--bg3);
	color: var(--text1);
	border: none;
	padding: 10px 25px;
	width: 100%;
}
.search-form-container #main-search-submit {
	height: 41px;
	border: none;
	transition: var(--transition-base);
	background-color: var(--primary-red);
	color: var(--text-button);
	padding: 0 10px;
	font-family: var(--font-family-2);
	font-weight: 700;
}
.search-form-container #main-search-submit:hover {
	background-color: var(--primary-red-darker);
}
.search-form-container #main-search-submit svg path {
	fill: var(--text1);
}
.search-form-container #main-search-button-close {
	height: 41px;
	transition: var(--transition-base);
	background-color: var(--shade3);
	color: var(--text1);
	padding: 0 10px;
	cursor: pointer;
}
.search-form-container #main-search-button-close:hover {
	background-color: var(--shade6);
}
.search-form-container #main-search-button-close svg path {
	fill: var(--text1);
}
#top-bar-nav {
	background-color: var(--bg1);
	z-index: 1000;
	transition: height 0.3s ease;
	height: 0;
	top: 0;
	border-bottom: 1px solid var(--shade5);
}
#top-bar-nav.active {
	height: 50px;
}
#top-bar-nav .top-bar-nav-logo {
	width: 160px;
}
#off-canvas-nav.active {
	right: 0;
}
#off-canvas-nav .menu-divider {
	width: 100%;
	height: 1px;
	background-color: var(--border1);
	margin: 2rem 0;
}
.off-canvas-nav-container {
	z-index: 999;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
}
#off-canvas-nav {
	position: absolute;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: var(--bg1);
	transition: right 0.3s ease;
}
.off-canvas-nav-container #destructoid-2025-main-nav {
	height: 120px;
}
#off-canvas-nav-footer .legal-and-info-links a {
	color: var(--shade2);
	transition: var(--transition-base);
}
#off-canvas-nav-footer .legal-and-info-links a:active,
#off-canvas-nav-footer .legal-and-info-links a:hover {
	color: var(--text-link);
}
#off-canvas-nav-footer .legal-and-info-links .divider {
	width: 1px;
	height: 12px;
	background-color: var(--shade2);
	margin: 0 10px;
	display: inline-block;
	vertical-align: middle;
}
#off-canvas-nav-footer .legal-and-info-links .divider:before {
	display: none;
}
#off-canvas-nav-footer .legal-and-info-links {
	width: 250px;
}
#off-canvas-nav .menu-section {
	margin-bottom: 2rem;
}
#off-canvas-nav .menu-title {
	color: var(--primary-red-strawberry);
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 15px 0;
	line-height: 1;
}
#off-canvas-nav .menu-title:before {
	content: "";
	display: inline-block;
	height: 3px;
	width: 12px;
	background-color: red;
	margin-right: 8px;
}
#off-canvas-nav .menu-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
#off-canvas-nav .menu-list li {
	width: 100%;
	margin: 0.5rem 0;
	padding: 0 0 0 4px;
}
#off-canvas-nav .menu-list li a {
	color: var(--text1);
	font-size: 18px;
	text-decoration: none;
	transition: var(--transition-base);
	display: block;
	line-height: 150%;
	font-weight: bold;
	position: relative;
}
#off-canvas-nav .menu-list li a::before {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: -15px;
	width: 10px;
	height: 15px;
	background-image: url("data:image/svg+xml,%3csvg width='15' height='20' viewBox='0 0 15 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='4.99994' height='4.99996' fill='transparent'/%3e%3crect y='15' width='4.99994' height='4.99996' fill='transparent'/%3e%3crect y='5' width='4.99994' height='4.99996' fill='transparent'/%3e%3crect x='4.99902' y='5' width='4.99994' height='4.99996' fill='transparent'/%3e%3crect x='4.99902' y='10.0005' width='4.99994' height='4.99996' fill='transparent'/%3e%3crect x='9.99951' y='7.50049' width='4.99994' height='4.99996' fill='transparent'/%3e%3crect y='10.0005' width='4.99994' height='4.99996' fill='transparent'/%3e%3c/svg%3e");
	background-size: 10px 15px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 0.5rem;
}
#off-canvas-nav .menu-list li a:hover::before,
#off-canvas-nav .menu-list li.current-menu-item a::before {
	background-image: url("data:image/svg+xml,%3csvg width='15' height='20' viewBox='0 0 15 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='4.99994' height='4.99996' fill='%23E53239'/%3e%3crect y='15' width='4.99994' height='4.99996' fill='%23E53239'/%3e%3crect y='5' width='4.99994' height='4.99996' fill='%23E53239'/%3e%3crect x='4.99902' y='5' width='4.99994' height='4.99996' fill='%23E53239'/%3e%3crect x='4.99902' y='10.0005' width='4.99994' height='4.99996' fill='%23E53239'/%3e%3crect x='9.99951' y='7.50049' width='4.99994' height='4.99996' fill='%23E53239'/%3e%3crect y='10.0005' width='4.99994' height='4.99996' fill='%23E53239'/%3e%3c/svg%3e");
}
#off-canvas-nav #off-canvas-nav-grid {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
/* ----------------- FOOTER ----------------- */
footer {
	position: relative;
	z-index: 9999;
}
footer:not(.post-footer) {
	background-color: var(--bg2);
}
footer h2 {
	color: var(--text1);
	font-size: 24px;
	margin: 0;
}
footer .divider-dark,
footer .divider {
	position: relative;
	height: 1px;
}
footer .divider-dark:before,
footer .divider:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 1px;
	background-color: var(--text1);
}
footer .divider-dark:before {
	background-color: var(--shade5);
}
footer .legal-and-info-links a {
	font-weight: 600;
	font-size: 16px;
	transition: var(--transition-base);
	color: var(--text1);
}
footer .copyright-info,
footer .copyright-info a {
	font-size: 14px;
}
footer .copyright-info a {
	transition: var(--transition-base);
	color: var(--text1);
}
footer .copyright-info a:hover {
	color: var(--text-link);
}
/* ----------------- BREADCRUMB ----------------- */
#breadcrumb {
	padding-top: 15px;
}
#breadcrumb a {
	font-size: 14px;
	line-height: 1;
	color: var(--text1);
	font-family: var(--font-family-1);
	font-weight: 400;
}
/* ----------------- TEMPLATE PARTS: NEWSLETTER FORM ----------------- */
#newsletter-form {
	background-color: #C6EC51;
	border: 10px solid #E53239;
}
#newsletter-form h2 {
	font-size: 20px;
	color: #FFFFFF;
	background-color: #E53239;
	padding: 0 0 8px 0;
	width: 100%;
}
#newsletter-form .title-svg {
	height: 56px;
	width: 52px;
}
#newsletter-form .content {
	background-color: #C6EC51;
	padding: 15px;
	overflow: hidden;
}
#newsletter-form .bg-svg {
	top: 20%;
	left: 30%;
}
#newsletter-form form {
	display: flex;
	margin: 0 auto;
	max-width: 800px;
}
#newsletter-form button[type=submit] {
	background-color: #E53239;
	border: none;
	height: 48px;
	width: 48px;
	color: var(--white5);
}
#newsletter-form input {
	height: 48px;
	width: calc(100% - 48px);
	border: none;
	background-color: #8E9A26;
	color: var(--white5);
	padding: 0 20px;
}
#newsletter-form input::placeholder {
	color: var(--white5);
}
#newsletter-form .consent-text {
	font-size: 10px;
	color: #000000;
	margin: 10px 0 0 0;
}
#newsletter-form .consent-text a:hover,
#newsletter-form .consent-text a {
	color: #000000;
	text-decoration: underline;
}
/* ----------------- TEMPLATE PARTS: SOCIAL LINKS ----------------- */
#social-links a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid;
}
body.theme-dark #social-links a {
	border-color: var(--white1);
}
body.theme-light #social-links a {
	border-color: var(--black2);
}
/* ----------------- TEMPLATE PARTS: AUTHOR, LIKES AND COMMENTS ----------------- */
#author-comments-likes .number {
	font-size: 14px;
	color: var(--text1);
}
#author-comments-likes .author {
	font-family: var(--font-family-2);
	color: var(--text-link);
	font-size: 14px;
	line-height: 100%;
	font-weight: 600;
}
/* ----------------- TEMPLATE PARTS: ARTICLE CARD ----------------- */
.article-card {
	background-color: var(--bg2);
}
.article-card h3 {
	color: var(--text1);
	font-size: 20px;
	line-height: 130%;
	height: 3lh;
	font-weight: 600;
	transition: var(--transition-base);
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.article-card .edge-square {
	top: 0;
	width: 24px;
	height: 24px;
}
.article-card .edge-square.left {
	left: 0;
}
.article-card .edge-square.right {
	right: 0;
}
.article-card .edge-square.black {
	background-color: var(--bg1);
}
.article-card .rank-badge {
	z-index: 1;
	width: 55px;
	height: 55px;
	border-right: 5px solid var(--bg2);
	border-bottom: 5px solid var(--bg2);
	background-color: var(--primary-red);
	color: var(--white5);
	font-family: var(--font-family-2);
	font-size: 24px;
	font-weight: 800;
}
.article-card .view-score {
	z-index: 1;
	background-color: var(--secondary-orange2);
	color: var(--shade1);
	font-family: var(--font-family-2);
	font-size: 14px;
	padding: 10px 20px;
}
.article-card .time-tag {
	font-size: 12px;
	background-color: var(--tag1);
	color: var(--text1);
	white-space: nowrap;
	border-right: 6px solid var(--bg1);
	border-bottom: 6px solid var(--bg1);
}
.article-card .wp-post-image {
	aspect-ratio: 2 / 1;
	object-fit: cover;
}
.article-card.is-review .wp-post-image {
	aspect-ratio: 3 / 1;
	max-height: 300px;
}
.article-card #author-comments-likes {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/* ----------------- TEMPLATE PARTS: POSTS LATEST ----------------- */
.posts-latest .article-card.big-card h3 {
	font-size: 20px;
}
/* ----------------- TEMPLATE PARTS: POSTS FULL WIDTH ----------------- */
.posts-full-width .article-card {
	background-color: transparent;
}
.posts-full-width .article-card h3 {
	font-size: 16px;
	height: auto;
	-webkit-line-clamp: none;
}
.posts-full-width .divider {
	position: relative;
	height: 1px;
	margin: 2rem 0;
}
.posts-full-width .divider:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 1px;
	background-color: var(--shade5);
}
.posts-full-width .article-card .time-tag {
	position: absolute;
	z-index: 1;
}
.posts-full-width .article-card #author-comments-likes {
	flex-direction: column;
	align-items: start;
	gap: 8px;
}
.posts-full-width .article-card img.featured-image {
	max-width: 130px;
}
/* ----------------- TEMPLATE PARTS: FEATURED ----------------- */
body.theme-dark .posts-featured .article-card .gradient-layer {
	inset: 0;
	background: linear-gradient(180deg, rgba(25, 25, 25, 0) 70%, rgba(25, 25, 25, 0.3) 80%, #191919 100%);
}
/* ----------------- TEMPLATE PARTS: TRENDING ----------------- */
.posts-trending .article-card {
	background-color: var(--bg1);
}
.posts-trending .article-card.big-card h3 {
	color: var(--white5);
}
.posts-trending .article-card.big-card .gradient-layer {
	inset: 0;
	background: linear-gradient(180deg, rgba(18, 18, 18, 0) 50%, rgba(18, 18, 18, 0.8) 65%, #121212 100%);
}
.posts-trending .comments-highlight {
	max-height: 430px;
	overflow: hidden;
	background-color: var(--bg1);
}
.posts-trending .comments-highlight h5 {
	color: var(--text1);
}
.posts-trending .comments-highlight:after {
	position: absolute;
	content: '';
	display: block;
	inset: 0;
	top: 60%;
	background: linear-gradient(180deg, rgba(233, 234, 230, 0) 0%, #E9EAE6 100%);
}
body.theme-dark .posts-trending .comments-highlight:after {
	background: linear-gradient(180deg, rgba(25, 25, 25, 0) 0%, #191919 100%);
}
.posts-trending .article-card.big-card #author-comments-likes .number {
	color: var(--shade1);
}
.posts-trending .comments-highlight .comments-for-first-trending-post {
	inset: 0;
}
.posts-trending .comments-highlight .view-all-comments-button {
	background-color: var(--primary-red);
	border: none;
	color: var(--text1);
	font-family: var(--font-family-2);
	font-weight: bold;
	padding: 10px 20px;
	transition: var(--transition-base);
	width: 200px;
}
.posts-trending .comments-highlight .view-all-comments-button:hover {
	background-color: var(--primary-red-dark);
	color: var(--text1);
}
.posts-trending .comments-highlight .comment-container {
	font-size: 12px;
}
.posts-trending .comments-highlight .comment-container .avatar {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	object-fit: cover;
}
.posts-trending .comments-highlight .comment-container .text {
	color: var(--text3);
}
/* ----------------- SECTION: FEATURED COMMENTS ----------------- */
#featured-comments {
	padding: 4rem 0 1rem 0;
	background-color: var(--bg2);
}
#featured-comments .featured-comment-card {
	padding: 2rem 1.5rem;
}
#featured-comments .featured-comment-card .article-link .article-title,
#featured-comments .featured-comment-card .comment-author {
	font-family: var(--font-family-2);
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	color: var(--text1);
}
#featured-comments .featured-comment-card .article-link .article-title {
	line-height: 130%;
	height: 2lh;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: var(--transition-base);
}
#featured-comments .featured-comment-card .article-link:hover .article-title {
	color: var(--primary-green-light);
}
#featured-comments .featured-comment-card .article-link .article-thumb {
	object-fit: cover;
	height: auto;
	aspect-ratio: 16 / 9;
}
#featured-comments .featured-comment-card .comment-text {
	font-size: 12px;
	line-height: 150%;
	color: var(--text3);
	max-height: 3lh;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	place-self: center;
	flex-grow: 1;
}
#featured-comments .featured-comment-card .comment-likes {
	font-family: var(--font-family-2);
	font-size: 12px;
	color: var(--text1);
}
#featured-comments .featured-comment-card .article-link {
	background-color: var(--bg2);
}
.hottest-comments-carousel-buttons button {
	border: none;
	background-color: var(--secondary-orange1);
	width: 48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	filter: grayscale(1);
	transition: var(--transition-base);
	opacity: .7;
}
body.theme-dark .hottest-comments-carousel-buttons button:hover,
.hottest-comments-carousel-buttons button:hover {
	filter: grayscale(0);
	opacity: 1;
}
#featured-comments .featured-comment-card:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 24px;
	right: 24px;
}
#featured-comments .featured-comment-card:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 24px;
	bottom: 24px;
}
#featured-comments .featured-comment-card:before,
#featured-comments .featured-comment-card:after {
	background-color: var(--text5);
}
#featured-comments .content {
	z-index: 1;
}
/* ----------------- SEARCH PAGE ----------------- */
.section-title-search {
	font-family: var(--font-family-2);
	font-size: 20px;
	font-weight: 600;
	color: var(--text1);
	line-height: 130%;
}
.search-filters:after {
	content: "";
	display: block;
	clear: both;
	bottom: 0;
	height: 2px;
	width: 100%;
	background-color: var(--border2);
	position: absolute;
	opacity: 0.5;
}
.search-filters .btn-group,
.search-filters .btn-group a {
	border-radius: 0;
}
.search-filters .btn-group a:focus,
.search-filters .btn-group a:active,
.search-filters .btn-group a {
	padding: 10px 16px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	font-family: var(--font-family-2);
	line-height: 1;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid var(--border2);
	color: var(--text1);
	opacity: 0.5;
	transition: var(--transition-base);
}
.search-filters .btn-group a:hover,
.search-filters a.active {
	border-bottom: 2px solid var(--text1);
	font-weight: 700;
	opacity: 1;
}
.search-filters::-webkit-scrollbar {
	height: 4px;
}
.search-filters::-webkit-scrollbar-track {
	background: transparent;
}
.search-filters::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 2px;
}
#search-results-main form {
	width: 100%;
}
/* ----------------- LEGAL PAGES ----------------- */
.wp-block-gamurs-team__title {
	font-size: 18px;
	font-weight: 700;
}
/* About Us */
body.page-id-360916 #main article a,
/* Contact Us */
body.page-id-2955 #main article a,
/* Terms of Service */
body.page-id-2965 #main article a,
/* Ethics */
body.page-id-2961 #main article a,
/* Privacy Policy */
body.privacy-policy #main article a {
	color: var(--text-link);
	transition: var(--transition-base);
}
/* ----------------- ABOUT US PAGE ----------------- */
.wp-block-gamurs-author-bio__wrapper.is-about-us {
	max-width: unset;
	min-width: unset;
}
/* ----------------- FAVORITES PLUGIN - LIKE SYSTEM ----------------- */
article.single-post .post-content .simplefavorite-button {
	display: none !important;
}
button.simplefavorite-button:hover,
button.simplefavorite-button:focus,
button.simplefavorite-button:active,
button.simplefavorite-button {
	background: transparent;
	border: none;
}
#social-interactions-sidebar button.simplefavorite-button span {
	display: none;
}
/* ----------------- ERROR PAGE ----------------- */
#error-page h1 {
	font-family: var(--font-family-2);
	font-weight: 600;
	font-size: 20px;
	color: var(--text1);
}
#error-page a {
	background-color: var(--secondary-orange2);
	color: var(--shade1);
	font-family: var(--font-family-2);
	font-size: 16px;
	padding: 10px 20px;
	transition: var(--transition-base);
}
#error-page a:hover {
	background-color: var(--primary-red-strawberry);
}
/* ---------------------- HOMEPAGE ---------------------- */
.homepage-title {
	color: var(--bg1);
	overflow: hidden !important;
	text-indent: -9999px;
	line-height: 0;
}
/* ----------------- FIXES FOR MTC SKIN ----------------- */
body.gg-takeover-enabled #featured-comments .container,
body.single-post #posts-all>.container,
body.single-eg_reviews #posts-all>.container,
body.single-post #newsletter-section>.container,
body.single-eg_reviews #newsletter-section>.container,
body.single-post #related-posts>.container,
body.single-eg_reviews #related-posts>.container,
article.single-post>.container,
#search-results-main .container,
#single-game_hub>.container,
#latest-articles-main .container,
#archive-main .container,
.homepage-content,
#homepage-nav .container {
	position: relative;
	z-index: 1;
	background-color: var(--bg1);
}
body.gg-takeover-enabled #featured-comments .container,
.homepage-content.trending_and_news {
	background-color: var(--bg2);
}
body.gg-takeover-enabled #home-featured-posts,
body.gg-takeover-enabled #homepage-nav .container {
	padding-bottom: 15px;
}
body.gg-takeover-enabled #mtc-destructoidcom_leaderboard_atf {
	height: 300px;
}
#single-game_hub #section1 {
	z-index: 1;
}
body.gg-takeover-enabled #newsletter-section,
body.gg-takeover-enabled #home-reviews-posts {
	padding-top: 15px;
}
body.gg-takeover-enabled #featured-comments .container,
body.gg-takeover-enabled .homepage-content.trending_and_news,
body.gg-takeover-enabled.single-post #posts-all>.container,
body.gg-takeover-enabled.single-eg_reviews #posts-all>.container,
body.gg-takeover-enabled.single-post #newsletter-section>.container,
body.gg-takeover-enabled.single-eg_reviews #newsletter-section>.container,
body.gg-takeover-enabled.single-post #related-posts>.container,
body.gg-takeover-enabled.single-eg_reviews #related-posts>.container {
	padding-top: 15px;
	padding-bottom: 15px;
}
body.single-eg_reviews.gg-takeover-enabled .featured-image-container {
	padding: 15px 0;
}
#author-header {
	z-index: 1;
}
#author-texts .container,
#author-latest .container {
	background-color: var(--bg1);
	position: relative;
	z-index: 1;
	padding-top: 15px;
	padding-bottom: 15px;
}
/* ----------------- RESPONSIVE ----------------- */
@media (min-width: 992px) {
	/* ----------------- FIXES FOR MTC SKIN ----------------- */
	body.gg-takeover-enabled #social-interactions-sidebar {
		margin: 15px 0 40px 0;
	}
	/* ----------------- FIXES FOR MTC SKIN END----------------- */
	#error-page h1 {
		font-size: 32px;
	}
	.wp-block-gamurs-team__cards {
		grid-template-columns: 1fr 1fr 1fr;
	}
	#search-results-main form {
		flex-shrink: 0;
		width: 40%;
	}
	.search-filters a {
		font-size: 16px;
	}
	.section-title-search {
		font-size: 32px;
	}
	#breadcrumb a {
		font-size: 16px;
		transition: var(--transition-base);
	}
	#breadcrumb a:hover {
		color: var(--text-hover);
	}
	#featured-comments .featured-comment-card {
		padding: 2rem;
	}
	#featured-comments {
		padding: 4rem 0 2rem 0;
	}
	#featured-comments .featured-comment-card:before {
		z-index: -1;
	}
	#featured-comments .featured-comment-card:after {
		z-index: -1;
	}
	#featured-comments .bg-quotes-top {
		right: 0;
		top: -4rem;
	}
	#featured-comments .bg-quotes-bottom {
		left: 0;
		bottom: -5rem;
		transform: rotate(180deg);
	}
	#featured-comments .featured-comment-card .comment-text {
		max-height: 2lh;
		-webkit-line-clamp: 2;
		font-size: 16px;
	}
	.posts-trending .comments-highlight {
		max-height: unset;
	}
	.posts-full-width .article-card #author-comments-likes {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.posts-full-width .divider {
		margin: 2.5rem 0;
	}
	.posts-full-width .article-card .time-tag {
		width: 150px;
		position: relative;
	}
	.pagination-wrapper a {
		background-color: transparent;
		transition: var(--transition-base);
	}
	.pagination-wrapper a:hover {
		background-color: var(--primary-green-vintage);
		color: var(--black5);
	}
	.pagination-wrapper a:hover svg path {
		fill: var(--black5);
	}
	.article-card .view-score {
		font-size: 16px;
	}
	.posts-latest .article-card {
		background-color: var(--bg1);
	}
	.posts-latest .article-card.big-card h3 {
		font-size: 24px;
		height: 5lh;
		-webkit-line-clamp: 5;
	}
	.posts-full-width .article-card h3 {
		font-size: 32px;
		height: 4lh;
		-webkit-line-clamp: 4;
	}
	.posts-latest .article-card.big-card img.featured-image,
	.posts-full-width .article-card img.featured-image {
		height: 240px;
		width: auto;
		max-width: 430px;
	}
	#author-comments-likes .author {
		font-size: 16px;
	}
	.article-card h3 {
		font-size: 24px;
		transition: var(--transition-base);
	}
	.article-card .rank-badge {
		font-size: 28px;
		width: 65px;
		height: 65px;
	}
	.article-card.big-card .rank-badge {
		font-size: 32px;
		width: 75px;
		height: 75px;
	}
	.article-card.big-card h3 {
		font-size: 32px;
	}
	body.theme-dark .posts-trending .article-card.big-card:hover h3,
	body.theme-dark .article-card:hover h3 {
		color: var(--primary-green-light);
	}
	body.theme-light .posts-trending .article-card.big-card:hover h3,
	body.theme-light .article-card:hover h3 {
		color: var(--primary-red-crimson);
	}
	.posts-trending .article-card.big-card h3 {
		height: auto;
	}
	.posts-trending .article-card.big-card {
		background-size: cover;
		background-position: center center;
	}
	.posts-trending .article-card.big-card {
		height: 430px;
	}
	.sticky {
		overflow-x: hidden;
		position: sticky;
		/* Height of the top bar nav + 15 px */
		top: 75px;
		height: fit-content;
	}
	.section-title:after {
		display: block;
		width: 32px;
		height: 48px;
		right: -32px;
	}
	.section-title {
		margin: 0;
		font-size: 36px;
		height: 48px;
	}
	#author-comments-likes .author {
		font-size: 14px;
	}
	body.theme-dark footer #social-links a svg {
		filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(8deg) brightness(106%) contrast(101%);
	}
	body.theme-light footer #social-links a svg {
		filter: brightness(0) saturate(100%) invert(0%) sepia(16%) saturate(5350%) hue-rotate(219deg) brightness(96%) contrast(91%);
	}
	#newsletter-form .content {
		overflow: visible;
	}
	#newsletter-form .bg-svg {
		top: -50px;
		left: auto;
		right: 0;
	}
	#newsletter-form input {
		height: 60px;
	}
	#newsletter-form button[type=submit] {
		height: 60px;
		width: auto;
		display: flex;
		gap: 10px;
		justify-content: center;
		align-items: center;
		font-weight: bold;
		font-family: var(--font-family-2);
		padding: 0 20px;
	}
	#newsletter-form .consent-text {
		font-size: 14px;
	}
	#newsletter-form .title-svg {
		height: 50px;
		width: 40px;
	}
	#newsletter-form h2 {
		font-size: 32px;
		width: auto;
		padding-right: 15px;
		height: 50px;
	}
	#social-links a {
		border: 1px solid var(--text1);
		transition: var(--transition-base);
	}
	body.theme-dark #social-links a:hover,
	#social-links a:hover {
		border-color: var(--text-link);
	}
	footer .legal-and-info-links a:hover {
		color: var(--text-hover);
	}
	#off-canvas-nav .menu-title {
		margin: 0;
	}
	#off-canvas-nav .menu-list li a::before {
		width: 15px;
		height: 20px;
		background-size: 15px 20px;
		top: 4px;
		left: -25px;
	}
	#off-canvas-nav .menu-list li {
		width: 50%;
		padding: 0 1.5rem;
	}
	#off-canvas-nav .menu-list li a {
		font-size: 20px;
	}
	#off-canvas-nav-footer .legal-and-info-links {
		width: 280px;
		text-align: right;
	}
	#off-canvas-nav #off-canvas-nav-footer,
	#off-canvas-nav #off-canvas-nav-grid {
		padding: 1rem;
	}
	#off-canvas-nav {
		width: 850px;
		right: -850px;
	}
	.off-canvas-nav-container {
		top: 60px;
		height: calc(100vh - 60px);
	}
	#top-bar-nav .top-bar-nav-logo {
		width: auto;
	}
	#main-nav-container,
	#main-search-container.active,
	#top-bar-nav.active {
		height: 60px;
	}
	.search-form-container #main-search-submit,
	.search-form-container #main-search-button-close {
		height: 44px;
	}
	.search-form-container #main-search-button-close svg,
	.search-form-container #main-search-submit svg,
	#main-nav-buttons button svg {
		width: 24px;
		height: 24px;
	}
	#main-nav-buttons button:hover svg rect,
	#main-nav-buttons button:hover svg path {
		fill: var(--primary-red);
	}
	#destructoid-2025-main-nav li {
		margin-bottom: 0;
		list-style: none;
	}
	#destructoid-2025-main-nav li a {
		font-size: 18px;
		line-height: 130%;
	}
	#destructoid-2025-main-nav li a:hover {
		color: var(--text3);
	}
	/* top buffer desktop = header height 60px */
	body.ads-disabled .top-buffer,
	.top-buffer {
		margin-bottom: 60px;
	}
	body.home .top-buffer {
		margin-bottom: 0;
	}
	body.overflow-hidden #top-bar-nav,
	body.overflow-hidden {
		padding-right: 15px;
	}
	@-moz-document url-prefix() {
		body.overflow-hidden {
			padding-right: 17px;
		}
	}
	body {
		/* Height of the nav and search bars */
		margin-top: 60px;
	}
	:root {
		--font-size-base: 16px;
	}
}
@media (min-width: 1400px) {
	#off-canvas-nav #off-canvas-nav-footer,
	#off-canvas-nav #off-canvas-nav-grid {
		padding: 2rem;
	}
}