/*
Theme Name: Attitude Gaming
Theme URI: https://attitude-gaming.com/
Author: Attitude Gaming
Description: A clean, flexible theme for the Attitude Gaming website.
Version: 1.0.8
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: attitudegaming
Tags: blog, custom-logo, custom-menu, featured-images, threaded-comments
*/

.site-header {
	background-image: url('/wp-content/uploads/2026/08/header-bg.webp');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 50% 0;
	height: 280px;
	margin: 0;
	position: relative;
	z-index: 200;
	width: 100%;
}

.site-header__container {
	align-items: center;
	display: flex;
	gap: 40px;
	justify-content: flex-start;
	max-width: 1340px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
}

.site-header__menu-toggle {
	display: none;
}

.site-header__menu-panel {
	align-items: center;
	display: flex;
	gap: 28px;
	flex: 1;
	margin-left: 0;
}

.site-header__mobile-menu-panel {
	display: none;
}

.site-header__mobile-menu {
	display: none;
}

.site-primary-nav__list {
	align-items: center;
	display: flex;
	gap: 28px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-primary-nav__list a {
	color: #ffffff;
	display: block;
	font-family: CronosPro, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 400;
	padding: 10px 0 8px;
	text-decoration: none;
}

.site-primary-nav__list a:hover,
.site-primary-nav__list a:focus {
	text-decoration: none;
}

.site-header__account-actions {
	display: flex;
	gap: 18px;
	margin-left: auto;
}

.site-header__account-button {
	background-color: #0185df;
	border-radius: 4px;
	box-sizing: border-box;
	color: #f0f0f0;
	display: inline-flex;
	align-items: center;
	font-family: CronosPro, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 400;
	padding: 10px 22px 8px;
	text-decoration: none;
	white-space: nowrap;
}


.site-header__account-button > i {
	flex-shrink: 0;
	margin-right: 8px;
}

.site-header__account-button:hover,
.site-header__account-button:focus {
	background-color: #00419d;
	color: #f0f0f0;
	text-decoration: none;
}

.site-header__logged-in-actions {
	align-items: center;
	background-color: rgba(24, 28, 34, 0.82);
	border-radius: 4px;
	display: flex;
	gap: 20px;
	margin-left: auto;
	padding: 0 14px;
}

.site-header__mobile-placeholder.site-header__user-menu {
	display: none;
}

.site-header__logged-in-actions > .site-header__create-menu + .site-header__icon-button,
.site-header__logged-in-actions > .site-header__icon-button + .site-header__user-menu {
	border-left: 1px solid rgba(240, 240, 240, 0.35);
	padding-left: 20px;
}

.site-header__create-menu {
	position: relative;
}

.site-header__user-menu {
	align-items: center;
	display: flex;
	position: relative;
}

.site-header__create-button,
.site-header__create-option {
	background: none;
	border: 0;
	color: #f0f0f0;
	cursor: pointer;
	font-family: CronosPro, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400;
	padding: 8px 0;
}

.site-header__create-button {
	align-items: center;
	display: inline-flex;
	gap: 6px;
	white-space: nowrap;
}

.site-header__create-button .fa-angle-down,
.site-header__user-link .fa-angle-down {
	font-size: 11px;
	font-weight: 900;
}

.site-header__create-button .fa-plus {
	font-size: 14px;
}

.site-header__create-dropdown {
	background: #fff;
	border-radius: 4px;
	border: 1px solid rgba(62, 62, 62, 0.15);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
	left: 0;
	min-width: 240px;
	position: absolute;
	top: calc(100% + 10px);
	z-index: 10;
}

.site-header__create-dropdown::before,
.site-header__create-dropdown::after {
	border: solid transparent;
	content: "";
	height: 0;
	position: absolute;
	left: 14px;
	width: 0;
}

.site-header__create-dropdown::before {
	border-bottom-color: rgba(62, 62, 62, 0.15);
	border-width: 8px;
	top: -16px;
}

.site-header__create-dropdown::after {
	border-bottom-color: #fff;
	border-width: 7px;
	left: 15px;
	top: -14px;
}

.site-header__user-menu .site-header__create-dropdown {
	left: auto;
	right: 0;
}

.site-header__logged-in-actions .site-header__user-menu .site-header__create-dropdown {
	right: -14px;
}

.site-header__user-menu .site-header__create-dropdown::before,
.site-header__user-menu .site-header__create-dropdown::after {
	left: auto;
	right: 14px;
}

.site-header__user-menu .site-header__create-dropdown::after {
	right: 15px;
}

.site-header__create-option {
	align-items: center;
	box-sizing: border-box;
	color: rgb(62, 62, 62);
	display: flex;
	font-size: 15px;
	font-weight: 400;
	height: 43px;
	line-height: 21px;
	padding: 11px 20px;
	position: relative;
	text-align: left;
	text-decoration: none;
	width: 100%;
}

.site-header__create-option:hover,
.site-header__create-option:focus {
	background-color: rgba(62, 62, 62, 0.08);
	color: rgb(62, 62, 62);
	text-decoration: none;
}

.site-header__create-submenu {
	width: 100%;
}

.site-header__create-submenu > summary {
	cursor: pointer;
	list-style: none;
}

.site-header__create-submenu > summary::-webkit-details-marker {
	display: none;
}

.site-header__create-submenu[open] > summary .fa-angle-right {
	transform: rotate(90deg);
}

.site-header__create-option--toggle {
	justify-content: space-between;
}

.site-header__create-submenu-panel {
	background-color: rgba(62, 62, 62, 0.04);
}

.site-header__create-option--nested {
	padding-left: 40px;
	white-space: nowrap;
}

.site-header__create-option.is-disabled {
	color: rgba(62, 62, 62, 0.5);
	cursor: default;
}

.site-header__create-option.is-disabled:hover,
.site-header__create-option.is-disabled:focus {
	background-color: transparent;
}

.site-header__icon-button,
.site-header__user-link {
	align-items: center;
	color: #f0f0f0;
	display: inline-flex;
	text-decoration: none;
}

.site-header__icon-button {
	font-size: 18px;
	justify-content: center;
	min-width: 20px;
}

.site-header__icon-button:hover,
.site-header__icon-button:focus,
.site-header__user-link:hover,
.site-header__user-link:focus {
	color: #f0f0f0;
	text-decoration: none;
}

.site-header__user-link {
	font-size: 18px;
	gap: 8px;
	line-height: 1;
	white-space: nowrap;
}

.site-header__user-avatar {
	border-radius: 4px;
	height: 25px;
	object-fit: cover;
	width: 26px;
}

.attitudegaming-front-topic-activity .bbp-forum-last-avatar-image,
#bbpress-forums .attitudegaming-topic-author-avatar img,
#bbpress-forums .bbp-forum-last-avatar-image,
#bbpress-forums .bbp-forum-last-avatar img,
#bbpress-forums .attitudegaming-reply-header-avatar img,
#bbpress-forums .bbp-author-avatar img,
#bbpress-forums .attitudegaming-tracker-timeline-avatar img,
#bbpress-forums .attitudegaming-profile-avatar-img,
#bbpress-forums .attitudegaming-profile-avatar-link img,
#bbpress-forums .attitudegaming-forum-account-avatar {
	border-radius: 4px;
}

html, body {
	overflow-x: clip;
}

.container {
	max-width: 1310px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
}

.attitudegaming-page-shell {
	position: relative;
}

.attitudegaming-page-shell > .container,
.attitudegaming-side-art-container {
	position: relative;
}

body.home::before,
body.home::after,
body.page::before,
body.page::after,
body.bbpress::before,
body.bbpress::after,
body.attitudegaming-new-topic::before,
body.attitudegaming-new-topic::after,
body.attitudegaming-admin-tracker::before,
body.attitudegaming-admin-tracker::after,
body.attitudegaming-auth::before,
body.attitudegaming-auth::after {
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: contain;
	content: '';
	height: 1000px;
	opacity: 0.65;
	pointer-events: none;
	position: absolute;
	top: 320px;
	width: 558px;
	z-index: 0;
}

body.home .site-main,
body.page .site-main,
body.bbpress .site-main,
body.attitudegaming-new-topic .site-main,
body.attitudegaming-admin-tracker .site-main,
body.attitudegaming-auth .site-main {
	min-height: 1040px;
}

body.home::before,
body.page::before,
body.bbpress::before,
body.attitudegaming-new-topic::before,
body.attitudegaming-admin-tracker::before,
body.attitudegaming-auth::before {
	background-image: url('/wp-content/uploads/2026/09/ag-gw-sideart-left.webp');
	left: calc(50% - 670px - 558px);
}

body.home::after,
body.page::after,
body.bbpress::after,
body.attitudegaming-new-topic::after,
body.attitudegaming-admin-tracker::after,
body.attitudegaming-auth::after {
	background-image: url('/wp-content/uploads/2026/09/ag-warcraft-sideart-right.webp');
	right: calc(50% - 670px - 558px);
}
.attitudegaming-page-shell > .container > *,
.attitudegaming-side-art-container > * {
	position: relative;
	z-index: 1;
}

.attitudegaming-side-art-image {
	height: 1000px;
	opacity: 0.65;
	pointer-events: none;
	position: absolute;
	top: 40px;
	width: 558px;
	z-index: 0 !important;
}

.attitudegaming-side-art-container .attitudegaming-side-art-image {
	top: 20px;
}

.container.attitudegaming-side-art-container .attitudegaming-side-art-image {
	top: 40px;
}

.attitudegaming-side-art-image-left {
	right: calc(100% + 15px);
}

.attitudegaming-side-art-image-right {
	left: calc(100% + 15px);
}

.attitudegaming-page-shell > .container::before,
.attitudegaming-page-shell > .container::after,
.attitudegaming-side-art-image {
	display: none;
}

.content-with-sidebar {
	display: grid;
	gap: 40px;
	grid-template-columns: minmax(0, 1fr) 300px;
}

.content-primary {
	min-width: 0;
}

.widget-area {
	min-width: 0;
}

.widget-area > *:has(.atg-teamspeak-status) {
	position: sticky;
	top: 20px;
	z-index: 2;
}

.attitudegaming-front-topics {
	margin: 20px 0 20px 0;
}


#attitudegaming-front-topics-title {
	border-bottom: 1px solid rgb(0, 0, 0);
	box-sizing: border-box;
	color: #000000;
	display: block;
	font-size: 25px;
	font-weight: 400;
	height: auto;
	line-height: 25px;
	margin: 0 0 8px;
	padding: 16px 20px;
	text-transform: uppercase;
	width: 100%;
}

.attitudegaming-front-topic-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.attitudegaming-front-topic-list li {
	padding: 14px 0;
}

.attitudegaming-front-topic-image {
	display: block;
	height: 320px;
	overflow: hidden;
	margin-bottom: 14px;
}

.attitudegaming-front-topic-card {
	border-radius: 4px;
	color: #fff;
	display: block;
	height: 320px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.attitudegaming-front-topic-card .attitudegaming-front-topic-image {
	height: 100%;
	margin-bottom: 0;
	overflow: hidden;
}

.attitudegaming-front-topic-card .attitudegaming-front-topic-image img {
	transition: transform 0.3s ease;
}

.attitudegaming-front-topic-card:hover .attitudegaming-front-topic-image img {
	transform: scale(1.08);
}

.attitudegaming-front-topic-overlay {
	background-color: rgba(0, 0, 0, 0.45);
	box-sizing: border-box;
	color: #fff;
	inset: 0;
	overflow: auto;
	padding: 24px;
	position: absolute;
}

.attitudegaming-front-topic-image img {
	display: block;
	height: 100%;
	object-fit: fill;
	width: 100%;
}

.attitudegaming-front-topic-list h2 {
	border-bottom: 1px solid #ffffff;
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-size: 25px;
	font-weight: 400;
	height: auto;
	line-height: 25px;
	margin: 0 0 8px;
	padding: 16px 20px;
	text-transform: uppercase;
	width: 100%;
}

.attitudegaming-front-topic-card:hover,
.attitudegaming-front-topic-card:focus {
	color: #fff;
	text-decoration: none;
}

.attitudegaming-front-topic-content {
	background-image: none;
	color: #fff;
	font-family: CronosPro, Arial, Helvetica, sans-serif;
	margin-bottom: 28px;
	min-width: 0;
	padding-left: 0;
}

.attitudegaming-front-topic-content ul,
.attitudegaming-front-topic-content li,
.attitudegaming-front-topic-content p {
	color: #fff;
	font-family: CronosPro, Arial, Helvetica, sans-serif;
	font-size: 16.1px;
	line-height: 25.76px;
}

.attitudegaming-front-topic-content ul {
	padding-left: 40px;
}

.attitudegaming-front-topic-content strong {
	color: #fff;
	font-family: CronosPro, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 38.4px;
}

.attitudegaming-front-topic-content a:hover,
.attitudegaming-front-topic-content a:focus {
	color: #fff;
}

.attitudegaming-front-topic-content blockquote {
	background: rgba(243, 243, 243, 0.18);
	border-left: 4px solid rgba(255, 255, 255, 0.35);
	border-radius: 4px;
	margin: 0 0 0 4px;
	padding: 16px;
	position: relative;
}

.attitudegaming-front-topic-activity {
	align-items: center;
	display: flex;
	gap: 10px;
	position: absolute;
	right: 24px;
	bottom: 24px;
}

.attitudegaming-front-topic-activity .bbp-forum-last-avatar-image {
	display: block;
	height: 40px;
	object-fit: cover;
	width: 40px;
}

.attitudegaming-front-topic-activity .bbp-forum-last-activity {
	display: flex;
	flex-direction: column;
	font-size: 15px;
	line-height: 18px;
}

.attitudegaming-front-topic-activity .bbp-forum-last-activity-title,
.attitudegaming-front-topic-activity .bbp-forum-last-activity-meta {
	color: #fff;
}

.attitudegaming-front-topic-activity .bbp-forum-last-activity-title {
	font-weight: 700;
}

.attitudegaming-front-topic-meta {
	align-items: flex-start;
	bottom: 24px;
	display: flex;
	flex-direction: column;
	font-size: 14px;
	gap: 3px;
	left: 24px;
	line-height: 17px;
	position: absolute;
}

.attitudegaming-front-topic-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

.attitudegaming-front-topic-meta > span {
	color: rgba(255, 255, 255, 0.86);
}

.attitudegaming-front-topic-meta .attitudegaming-front-topic-type {
	background: rgba(0, 0, 0, 0.62);
	border-left: 3px solid #0185df;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 5px 8px;
	text-transform: uppercase;
}

.attitudegaming-front-topics-load-more-button {
	background-color: #0185df;
	border: none;
	border-radius: 4px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	font-weight: 400;
	height: 50.2812px;
	line-height: 48.3px;
	margin-top: 24px;
	padding: 0 40px;
	text-decoration: none;
}

.attitudegaming-front-topics-load-more-button:hover,
.attitudegaming-front-topics-load-more-button:focus {
	background-color: #00419d;
	color: #ffffff;
	text-decoration: none;
}

.attitudegaming-front-topics-load-more-button.is-loading {
	opacity: 0.6;
	pointer-events: none;
}

#block-8 p {
	margin: 0;
}

@media (min-width: 901px) {
	body.home .widget-area {
		margin-top: 20px;
	}
}

@media (max-width: 900px) {
	.content-with-sidebar {
		grid-template-columns: minmax(0, 1fr);
	}

	.widget-area > *:has(.atg-teamspeak-status) {
		position: static;
	}
}

@media (max-width: 1042px) {
	body.home::before,
	body.home::after,
	body.page::before,
	body.page::after,
	body.bbpress::before,
	body.bbpress::after,
	body.attitudegaming-new-topic::before,
	body.attitudegaming-new-topic::after,
	body.attitudegaming-admin-tracker::before,
	body.attitudegaming-admin-tracker::after,
	body.attitudegaming-auth::before,
	body.attitudegaming-auth::after,
	.attitudegaming-side-art-image {
		display: none;
	}
}

.attitudegaming-steam-email-page {
	max-width: 680px;
	padding-bottom: 80px;
}

.attitudegaming-steam-email-page h1 {
	color: rgb(62, 62, 62);
	font-family: CronosPro, Arial, Helvetica, sans-serif;
	font-size: 42px;
	font-weight: 400;
	margin: 0 0 14px;
}

.attitudegaming-steam-email-page p {
	color: rgb(62, 62, 62);
	font-size: 18px;
	line-height: 1.5;
	margin: 0 0 22px;
}

.attitudegaming-steam-email-error {
	color: rgb(170, 4, 4) !important;
}

.attitudegaming-steam-email-form {
	display: grid;
	gap: 12px;
}

.attitudegaming-steam-email-form label {
	color: rgb(62, 62, 62);
	font-size: 16px;
	font-weight: 500;
}

.attitudegaming-steam-email-form input[type="email"] {
	border: 1px solid rgba(62, 62, 62, 0.25);
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 18px;
	max-width: 420px;
	padding: 11px 12px;
	width: 100%;
}

.attitudegaming-steam-email-form button {
	background-color: rgb(170, 4, 4);
	border: 0;
	border-radius: 4px;
	color: #f0f0f0;
	cursor: pointer;
	font-family: CronosPro, Arial, Helvetica, sans-serif;
	font-size: 20px;
	justify-self: start;
	padding: 10px 22px 8px;
}

.site-footer {
	height: 320px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.site-footer::before {
	background-image: url('/wp-content/uploads/2026/08/footer-bg.webp');
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	content: '';
	inset: 0;
	position: absolute;
	transform: scaleX(-1);
}

.site-footer > * {
	position: relative;
}

.site-footer .container {
	display: flex;
	flex-direction: column;
	height: 100%;
	align-items: flex-start;
	justify-content: flex-end;
}

.site-footer .container p {
	margin: 0;
}

.site-footer .container p + p {
	margin-top: 4px;
}

.site-footer .container p:last-child {
	margin-bottom: 28px;
}

.site-logo-link {
	display: inline-block;
	line-height: 0;
}

.site-logo {
	height: clamp(96px, 22vw, 208px);
	width: auto;
}

@media (max-width: 1042px) {
	.site-header {
		/* header bg is a stretched gradient wash, so it can shrink to fit the collapsed mobile nav row */
		height: auto;
		min-height: 90px;
		overflow: visible;
	}

	.site-logo {
		height: clamp(60px, 11vw, 208px);
	}

	.site-header__container {
		align-items: center;
		flex-wrap: wrap;
		gap: 12px 20px;
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.site-header__mobile-menu {
		display: block;
		margin-left: auto;
		position: relative;
		z-index: 101;
	}

	.site-header__mobile-menu > summary {
		align-items: center;
		background: #0185df;
		border-radius: 4px;
		color: #fff;
		cursor: pointer;
		display: flex;
		height: 44px;
		justify-content: center;
		list-style: none;
		padding: 0;
		position: relative;
		width: 44px;
	}

	.site-header__mobile-menu > summary:hover,
	.site-header__mobile-menu > summary:focus {
		background: #00419d;
	}

	.site-header__mobile-menu > summary::-webkit-details-marker {
		display: none;
	}

	.site-header__mobile-menu > summary .fa-bars {
		font-size: 20px;
		line-height: 1;
	}

	.site-header__mobile-menu[open]::before {
		background: rgba(0, 0, 0, 0.45);
		backdrop-filter: blur(2px);
		-webkit-backdrop-filter: blur(2px);
		content: '';
		inset: 0;
		pointer-events: none;
		position: fixed;
		z-index: 100;
	}

	.site-header__mobile-menu[open] > summary {
		background: #0185df;
		position: fixed;
		right: calc(min(320px, 64vw) + 8px);
		top: 8px;
		z-index: 102;
	}

	.site-header__mobile-menu[open] > summary:focus {
		background: #0185df;
	}

	.site-header__mobile-menu[open] > summary:hover {
		background: #00419d;
	}

	.site-header__mobile-menu[open] > summary .fa-bars::before {
		content: '\f00d';
	}

	.site-primary-nav {
		display: none;
	}

	.site-header__menu-panel {
		margin-left: auto;
	}

	.site-header__create-menu,
	.site-header__icon-button {
		display: none;
	}

	.site-header__logged-in-actions > .site-header__icon-button + .site-header__user-menu {
		border-left: 0;
		padding-left: 0;
	}

	.site-header__logged-in-actions {
		min-height: 37px;
	}

	.site-header__logged-in-actions .site-header__user-menu {
		align-items: center;
		min-height: 37px;
	}

	.site-header__mobile-placeholder.site-header__user-menu {
		align-items: center;
		background-color: rgba(24, 28, 34, 0.82);
		border-radius: 4px;
		color: #f0f0f0;
		display: flex;
		font-size: 18px;
		gap: 8px;
		margin-left: auto;
		min-height: 37px;
		padding: 0 14px;
	}

	.site-header__mobile-placeholder .fa-angle-down {
		font-size: 11px;
		font-weight: 900;
	}

	.site-header__account-actions {
		display: none;
	}


	.site-header__mobile-menu[open] .site-header__mobile-menu-panel {
		background: #fff;
		bottom: 0;
		display: flex;
		flex-direction: column;
		left: auto;
		min-height: 100vh;
		padding: 0 0 24px;
		position: fixed;
		right: 0;
		top: 0;
		width: min(320px, 64vw);
		z-index: 101;
		box-shadow: -8px 0 24px rgba(0, 0, 0, 0.16);
	}

	.site-header__mobile-menu[open] .site-header__menu-panel > * {
		width: 100%;
	}

	.site-header__mobile-menu[open] .attitudegaming-forum-nav {
		gap: 0;
		flex-direction: column;
		align-items: stretch;
		width: 100%;
	}

	.site-header__mobile-menu[open] .attitudegaming-forum-nav-link,
	.site-header__mobile-menu[open] .attitudegaming-forum-account-link,
	.site-header__mobile-menu[open] .attitudegaming-forum-submenu-toggle {
		box-sizing: border-box;
		color: rgb(62, 62, 62);
		display: block;
		font-size: 15px;
		line-height: 22.5px;
		padding: 12px 20px;
		text-decoration: none;
		width: 100%;
	}

	.site-header__mobile-menu[open] .attitudegaming-forum-account {
		align-items: center;
		display: flex;
		gap: 14px;
		padding: 12px 20px;
	}

	.site-header__mobile-menu[open] .attitudegaming-forum-account-avatar {
		border-radius: 0;
		height: 40px;
		width: 40px;
	}

	.site-header__mobile-menu[open] .attitudegaming-forum-account-details {
		display: flex;
		flex-direction: column;
		font-size: 15px;
		line-height: 22.5px;
		min-width: 0;
	}

	.site-header__mobile-menu[open] .attitudegaming-forum-account-details span {
		color: rgb(135, 135, 135);
	}

	.site-header__mobile-menu[open] .attitudegaming-forum-account-details strong {
		color: rgb(0, 0, 0);
		cursor: pointer;
		display: inline;
		font-family: CronosPro, Arial, Helvetica, sans-serif;
		font-size: 19px;
		font-weight: 900;
		height: auto;
		line-height: 22.8px;
	}

	.site-header__mobile-menu[open] .attitudegaming-forum-account-actions {
		align-items: center;
		display: flex;
		gap: 18px;
		margin-left: auto;
	}

	.site-header__mobile-menu[open] .attitudegaming-forum-account-actions a {
		color: rgb(62, 62, 62);
		display: inline-flex;
		font-size: 18px;
		text-decoration: none;
	}

	.site-header__mobile-menu[open] .attitudegaming-forum-account-actions a:hover,
	.site-header__mobile-menu[open] .attitudegaming-forum-account-actions a:focus,
	.site-header__mobile-menu[open] .attitudegaming-forum-account-actions a:active {
		color: rgb(62, 62, 62);
		text-decoration: none;
	}

	.site-header__mobile-menu[open] .attitudegaming-forum-summary-separator {
		display: block;
		border: 0;
		border-top: 1px solid rgba(62, 62, 62, 0.08);
		margin: 0;
	}

	.site-header__mobile-menu[open] .attitudegaming-forum-account-link,
	.site-header__mobile-menu[open] .attitudegaming-forum-submenu-toggle {
		align-items: center;
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
		position: relative;
		width: 100%;
	}

	.site-header__mobile-menu[open] .attitudegaming-forum-account-menu {
		width: 100%;
	}

	.site-header__mobile-menu[open] .attitudegaming-forum-account-menu summary {
		cursor: pointer;
		list-style: none;
	}

	.site-header__mobile-menu[open] .attitudegaming-forum-account-menu summary::-webkit-details-marker {
		display: none;
	}

	.site-header__mobile-menu[open] .attitudegaming-forum-account-menu[open] .fa-angle-right {
		transform: rotate(90deg);
	}

	.site-header__mobile-menu[open] .attitudegaming-forum-account-submenu {
		background-color: rgba(62, 62, 62, 0.04);
	}

	.site-header__mobile-menu[open] .attitudegaming-forum-account-submenu a {
		box-sizing: border-box;
		color: rgb(62, 62, 62);
		display: block;
		font-size: 15px;
		line-height: 22.5px;
		padding: 10px 20px 10px 40px;
		text-decoration: none;
		width: 100%;
	}

	.site-header__mobile-menu[open] .attitudegaming-forum-account-submenu a:hover,
	.site-header__mobile-menu[open] .attitudegaming-forum-account-submenu a:focus {
		background-color: rgb(243, 243, 243);
		color: rgb(62, 62, 62);
		text-decoration: none;
	}

	.site-header__mobile-menu[open] .attitudegaming-forum-account-link .fa-angle-right,
	.site-header__mobile-menu[open] .attitudegaming-forum-submenu-toggle .fa-angle-right {
		font-weight: 700;
		position: absolute;
		right: 20px;
	}

	.site-header__mobile-menu[open] a.attitudegaming-forum-nav-link:hover,
	.site-header__mobile-menu[open] a.attitudegaming-forum-nav-link:focus,
	.site-header__mobile-menu[open] .attitudegaming-forum-account-link:hover,
	.site-header__mobile-menu[open] .attitudegaming-forum-account-link:focus,
	.site-header__mobile-menu[open] .attitudegaming-forum-submenu-toggle:hover,
	.site-header__mobile-menu[open] .attitudegaming-forum-submenu-toggle:focus {
		background-color: rgb(243, 243, 243);
		color: rgb(62, 62, 62);
		text-decoration: none;
	}

	.site-header__mobile-menu[open] .attitudegaming-forum-nav-link.is-active {
		color: rgb(62, 62, 62);
		font-weight: 400;
	}

	.site-header__mobile-menu[open] .attitudegaming-forum-nav-link.is-active::after {
		display: none;
	}

	.site-header__mobile-menu[open] .attitudegaming-forum-nav-link.is-disabled {
		color: rgba(62, 62, 62, 0.5);
		cursor: default;
	}

	.site-header__mobile-menu[open] .site-primary-nav,
	.site-header__mobile-menu[open] .site-header__account-actions,
	.site-header__mobile-menu[open] .site-header__logged-in-actions {
		display: none;
	}

	.site-header__mobile-menu[open] .site-primary-nav__list,
	.site-header__mobile-menu[open] .site-header__account-actions,
	.site-header__mobile-menu[open] .site-header__logged-in-actions {
		display: flex;
		flex-direction: column;
		gap: 0;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.site-header__mobile-menu[open] .site-primary-nav__list {
		align-items: stretch;
		list-style: none;
	}

	.site-header__mobile-menu[open]:has(.site-header__account-actions) .site-primary-nav {
		display: none;
	}

	.site-header__mobile-menu[open] .site-header__account-actions {
		background-color: #00419d;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		gap: 0;
		padding: 0;
		width: 100%;
	}

	.site-header__mobile-menu[open] .site-header__account-button {
		border-radius: 0;
		box-sizing: border-box;
		color: #f0f0f0;
		display: flex;
		font-size: 18px;
		line-height: 24px;
		padding: 10px 22px;
		width: 100%;
	}

	.site-header__mobile-menu[open] .site-header__account-button:hover,
	.site-header__mobile-menu[open] .site-header__account-button:focus {
		background-color: #00419d;
		color: #f0f0f0;
		text-decoration: none;
	}

}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	background-color: #f9f9f8;
	font-family: 'CronosPro', Arial, Helvetica, sans-serif;
	margin: 0;
}

.attitudegaming-auth-page {
	align-items: flex-start;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	min-height: 680px;
	padding: 20px 20px 90px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.attitudegaming-auth-panel {
	background: #f9f9f8;
	border: 1px solid #1d1d1d;
	border-image: url('/wp-content/uploads/2026/08/icon-line.webp') 18 round;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	max-width: 480px;
	padding: 30px 32px 28px;
	position: relative;
	width: 100%;
}

.attitudegaming-auth-panel::before,
.attitudegaming-auth-panel::after {
	background-image: url('/wp-content/uploads/2026/09/icon-line-verticle.webp');
	background-position: center center;
	background-repeat: repeat-y;
	background-size: 1px 100%;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
}

.attitudegaming-auth-panel::before {
	left: -1px;
}

.attitudegaming-auth-panel::after {
	right: -1px;
}

.attitudegaming-auth-header {
	margin-bottom: 20px;
	text-align: center;
}

.attitudegaming-auth-brand {
	margin: 0 auto 12px;
	text-align: center;
}

.attitudegaming-auth-brand img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 180px;
	width: 100%;
}

.attitudegaming-auth-header h1 {
	color: #1d1d1d;
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.12;
	margin: 0 0 14px;
}

.attitudegaming-auth-header > p:last-child {
	color: #61707c;
	font-size: 18px;
	line-height: 1.45;
	margin: 0;
}

.attitudegaming-auth-steam,
.attitudegaming-auth-primary-link {
	align-items: center;
	border-radius: 4px;
	box-sizing: border-box;
	color: #f0f0f0;
	display: flex;
	font-family: CronosPro, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 400;
	gap: 10px;
	justify-content: center;
	padding: 13px 18px;
	text-decoration: none;
	width: 100%;
}

.attitudegaming-auth-steam {
	background: #0185df;
	border: 1px solid #0185df;
	color: #f0f0f0;
}

.attitudegaming-auth-primary-link {
	background: #202a33;
}

.attitudegaming-auth-steam:hover,
.attitudegaming-auth-steam:focus {
	background: #00419d;
	color: #f0f0f0;
	text-decoration: none;
}

.attitudegaming-auth-primary-link:hover,
.attitudegaming-auth-primary-link:focus {
	background: #344451;
	color: #ffffff;
	text-decoration: none;
}

.attitudegaming-auth-divider {
	align-items: center;
	color: #2f2f2f;
	display: flex;
	font-size: 15px;
	gap: 12px;
	margin: 22px 0 16px;
	text-transform: lowercase;
}

.attitudegaming-auth-divider::before,
.attitudegaming-auth-divider::after {
	background-image: url('/wp-content/uploads/2026/08/icon-line.webp');
	background-position: center;
	background-repeat: repeat-x;
	background-size: contain;
	content: '';
	flex: 1;
	height: 12px;
	opacity: 0.85;
}

.attitudegaming-auth-form {
	display: flex;
	flex-direction: column;
}

.attitudegaming-auth-form > label,
.attitudegaming-auth-label-row label {
	color: #29343d;
	font-size: 17px;
	font-weight: 600;
	margin: 0 0 7px;
}

.attitudegaming-auth-form > input[type='text'],
.attitudegaming-auth-form > input[type='email'],
.attitudegaming-auth-form > input[type='password'] {
	background: #f9f9f8;
	border: 1px solid #d4dbe2;
	border-radius: 4px;
	box-sizing: border-box;
	color: #202a33;
	font-size: 18px;
	height: 48px;
	margin: 0 0 19px;
	padding: 8px 12px;
	width: 100%;
}

.attitudegaming-auth-form > input:focus {
	border-color: #d4dbe2;
	box-shadow: none;
	outline: 0;
}

.attitudegaming-auth-label-row {
	align-items: baseline;
	display: flex;
	justify-content: flex-end;
}

.attitudegaming-auth-label-row a,
.attitudegaming-auth-switch a {
	color: rgb(135, 135, 135);
}

.attitudegaming-auth-label-row a:hover,
.attitudegaming-auth-label-row a:focus,
.attitudegaming-auth-switch a:hover,
.attitudegaming-auth-switch a:focus {
	color: rgb(135, 135, 135);
}

.attitudegaming-auth-check {
	align-items: center;
	display: flex;
	font-weight: 400 !important;
	gap: 8px;
	margin-bottom: 20px !important;
}

.attitudegaming-auth-check input {
	height: 17px;
	margin: 0;
	width: 17px;
}

.attitudegaming-auth-form button {
	background: #0185df;
	border: 0;
	border-radius: 4px;
	color: #f0f0f0;
	cursor: pointer;
	font-family: CronosPro, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 400;
	min-height: 52px;
	padding: 10px 18px;
}

.attitudegaming-auth-form button:hover,
.attitudegaming-auth-form button:focus {
	background: #00419d;
	color: #f0f0f0;
}

.attitudegaming-auth-switch {
	color: #2d2d2d;
	font-size: 17px;
	margin: 26px 0 0;
	padding-top: 22px;
	text-align: center;
}

.attitudegaming-auth-switch--tight {
	border-top: 0;
	margin-top: 0;
	padding-top: 10px;
}

.attitudegaming-auth-disclaimer {
	color: #8a8a8a;
	font-size: 13px;
	margin: 14px 0 0;
	text-align: center;
}

.attitudegaming-auth-notice {
	background: #f1f5f7;
	border-left: 4px solid #72828f;
	color: #34414b;
	font-size: 16px;
	line-height: 1.4;
	margin: 0 0 22px;
	padding: 12px 14px;
}

.attitudegaming-auth-notice--error {
	background: #fff1f0;
	border-left-color: #bd3028;
	color: #76221d;
}

.attitudegaming-auth-notice--success {
	background: #edf8f1;
	border-left-color: #27854b;
	color: #22643a;
}

@media (max-width: 600px) {
	.attitudegaming-auth-page {
		min-height: 0;
		padding: 20px 14px 40px;
	}

	.attitudegaming-auth-panel {
		padding: 22px 18px 24px;
	}

	.attitudegaming-auth-header {
		margin-bottom: 12px;
	}

	.attitudegaming-auth-brand {
		margin: 0 auto 8px;
	}

	.attitudegaming-auth-brand img {
		max-width: 130px;
	}

	.attitudegaming-auth-header h1 {
		font-size: 26px;
		margin: 0 0 8px;
	}

	.attitudegaming-auth-header > p:last-child {
		font-size: 16px;
	}

	.attitudegaming-auth-label-row {
		align-items: flex-start;
		flex-direction: column;
	}

	.attitudegaming-auth-label-row a {
		margin: 0 0 7px;
	}

	body.attitudegaming-auth .site-main {
		min-height: 0;
	}
}

button,
input,
optgroup,
select,
textarea {
	font-family: 'CronosPro', Arial, Helvetica, sans-serif;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub { bottom: -0.25em; }
sup { top: -0.5em; }

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	appearance: button;
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	appearance: textfield;
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	appearance: none;
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

#bbpress-forums {
	color: #26333a;
	font-size: 17px;
	line-height: 1.45;
	margin-bottom: 0;
	margin-top: 20px;
	position: relative;
}

#bbpress-forums:has(.attitudegaming-reply-admin-dropdown[open]) {
	z-index: 80;
}

#bbpress-forums a {
	color: #774025;
	text-decoration: none;
}

#bbpress-forums a:not(.attitudegaming-topic-reply-button):hover,
#bbpress-forums a:not(.attitudegaming-topic-reply-button):focus {
	color: #a85b32;
	text-decoration: underline;
}

#bbpress-forums .bbp-search-form {
	align-items: stretch;
	background: rgb(62, 62, 62);
	border-radius: 4px;
	box-sizing: border-box;
	clear: both;
	display: flex;
	float: none;
	justify-content: space-between;
	margin-bottom: 18px;
	position: relative;
	width: 100%;
	z-index: 90;
}

#bbpress-forums .bbp-search-form > details {
	display: contents;
}

#bbpress-forums .bbp-search-form > details > summary {
	display: none;
}

@media (min-width: 1043px) {
	#bbpress-forums .bbp-search-form > details:not([open]) > :not(summary) {
		display: block !important;
	}

	#bbpress-forums .bbp-search-form > .attitudegaming-forum-menu:not([open]) .attitudegaming-forum-nav {
		display: flex !important;
	}
}

#bbpress-forums #bbp-search-form > div {
	align-items: center;
	display: flex;
	gap: 8px;
	height: 52px;
	justify-content: flex-end;
	padding: 0 15px;
}

#bbpress-forums .attitudegaming-forum-nav {
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	gap: 24px;
	min-width: 0;
	padding: 0 20px 0 0;
	white-space: nowrap;
}

#bbpress-forums .attitudegaming-forum-nav-link {
	color: rgba(255, 255, 255, 0.65);
	font-size: 14px;
	font-weight: 500;
	line-height: 52px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}

#bbpress-forums .attitudegaming-forum-nav-link.is-active::after {
	border-bottom: 7px solid #fff;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	bottom: 0;
	content: '';
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

#bbpress-forums a.attitudegaming-forum-nav-link:hover,
#bbpress-forums a.attitudegaming-forum-nav-link:focus {
	color: #fff;
	text-decoration: none;
}

#bbpress-forums .attitudegaming-forum-nav-link.is-active {
	color: #fff;
	font-weight: 700;
}

#bbpress-forums .attitudegaming-forum-nav-link.is-disabled {
	color: rgba(255, 255, 255, 0.3);
	cursor: default;
}

#bbpress-forums .attitudegaming-forum-desktop-only {
	align-items: center;
	display: flex;
	gap: 24px;
	padding-left: 15px;
}

#bbpress-forums .attitudegaming-forum-account,
#bbpress-forums .attitudegaming-forum-account-link,
#bbpress-forums .attitudegaming-forum-summary-separator,
#bbpress-forums .attitudegaming-forum-login-actions {
	display: none;
}

@media (min-width: 1043px) {
	#bbpress-forums .attitudegaming-forum-mobile-only {
		display: none;
	}
}

#bbpress-forums input[type="text"],
#bbpress-forums input[type="password"],
#bbpress-forums input[type="email"],
#bbpress-forums textarea {
	border: 1px solid #aeb7b6;
	box-sizing: border-box;
	color: #26333a;
	padding: 9px 10px;
}

#bbpress-forums #bbp_search {
	background: #fff;
	border: 1px solid rgba(62, 62, 62, 0.18);
	border-radius: 4px;
	box-sizing: border-box;
	box-shadow: none;
	font-family: CronosPro, Arial, Helvetica, sans-serif;
	font-size: 16.1px;
	height: 32px;
	line-height: 25.76px;
	min-width: 240px;
	padding-right: 36px;
}

#bbpress-forums .attitudegaming-forum-search-input {
	flex: 1 1 auto;
	position: relative;
	min-width: 240px;
}

#bbpress-forums .attitudegaming-forum-search-input #bbp_search {
	width: 100%;
}

#bbpress-forums .attitudegaming-forum-search-submit {
	background: transparent;
	border: 0;
	color: rgb(38, 51, 58);
	cursor: pointer;
	font-size: inherit;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
}

#bbpress-forums .attitudegaming-forum-search-submit:hover,
#bbpress-forums .attitudegaming-forum-search-submit:focus {
	background: transparent;
	color: rgb(38, 51, 58);
}

#bbpress-forums #bbp_search::placeholder {
	color: rgb(62, 62, 62);
	font-family: CronosPro, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 22.5px;
	opacity: 1;
}

#bbpress-forums #bbp-search-form .attitudegaming-forum-search-select {
	box-sizing: border-box;
	margin: 0;
	max-width: 320px;
	min-width: 220px;
	position: relative;
	width: 100%;
	z-index: 150;
}

#bbpress-forums #bbp-search-form .attitudegaming-forum-search-select .attitudegaming-forum-select-toggle {
	background: #fff;
	border: 1px solid rgba(62, 62, 62, 0.18);
	border-radius: 4px;
	box-sizing: border-box;
	color: #26333a;
	font-size: 15px;
	height: 32px;
	line-height: 30px;
	padding: 0 12px;
	width: 100%;
}

#bbpress-forums #bbp-search-form .attitudegaming-forum-search-select .attitudegaming-forum-select-toggle[aria-expanded="true"] {
	border-bottom-color: transparent;
	border-radius: 4px 4px 0 0;
}

#bbpress-forums #bbp-search-form .attitudegaming-forum-search-select .attitudegaming-forum-select-label {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#bbpress-forums #bbp-search-form .attitudegaming-forum-search-select .attitudegaming-forum-tree-wrapper {
	box-sizing: border-box;
	left: 0;
	margin-top: -1px;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 10;
}

#bbpress-forums .attitudegaming-forum-search-close {
	display: none;
}

.attitudegaming-forum-menu-close {
	display: none;
}

#bbpress-forums .attitudegaming-forum-search-title {
	display: none;
}

#bbpress-forums input.button,
#bbpress-forums button,
#bbpress-forums input[type="submit"] {
	background: #774025;
	border: 1px solid #774025;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	padding: 9px 15px;
}

#bbpress-forums #bbp-search-form .attitudegaming-forum-search-select .attitudegaming-forum-select-label {
	color: rgb(62, 62, 62);
	font-weight: 400;
}

#bbpress-forums #bbp-search-form .attitudegaming-forum-search-select .attitudegaming-forum-select-toggle {
	align-items: center;
	display: flex;
	justify-content: space-between;
	text-align: left;
}

#bbpress-forums #bbp-search-form .attitudegaming-forum-search-select .attitudegaming-forum-select-toggle .fa-angle-down {
	color: #333;
	font-weight: 900;
}

#bbpress-forums input.button:hover,
#bbpress-forums input.button:focus,
#bbpress-forums button:not(#bbp_reply_submit):not(.attitudegaming-modal-trigger):not(.attitudegaming-modal-dismiss):not(.attitudegaming-modal-continue):not(.attitudegaming-forum-select-toggle):not(.attitudegaming-forum-tree-toggle):not(.attitudegaming-forum-tree-option):not(.attitudegaming-forum-search-submit):not(.attitudegaming-forum-search-close):not(.attitudegaming-forum-menu-close):not(.attitudegaming-reply-form-toggle):not(.attitudegaming-favorite-btn):not(.bbp-forum-title):not(.bbp-forum-title-toggle):hover,
#bbpress-forums button:not(#bbp_reply_submit):not(.attitudegaming-modal-trigger):not(.attitudegaming-modal-dismiss):not(.attitudegaming-modal-continue):not(.attitudegaming-forum-select-toggle):not(.attitudegaming-forum-tree-toggle):not(.attitudegaming-forum-tree-option):not(.attitudegaming-forum-search-submit):not(.attitudegaming-forum-search-close):not(.attitudegaming-forum-menu-close):not(.attitudegaming-reply-form-toggle):not(.attitudegaming-favorite-btn):not(.bbp-forum-title):not(.bbp-forum-title-toggle):focus,
#bbpress-forums input[type="submit"]:hover,
#bbpress-forums input[type="submit"]:focus {
	background: #5b2e1b;
	border-color: #5b2e1b;
}

#bbpress-forums .bbp-breadcrumb {
	clear: both;
	color: rgba(0, 0, 0, 0.7);
	display: flex;
	float: none;
	font-size: 15px;
	justify-content: space-between;
	margin-bottom: 24px;
	width: 100%;
}

#bbpress-forums div.bbp-breadcrumb p {
	margin: 0;
}

#bbpress-forums .attitudegaming-mark-all-read {
	align-items: center;
	color: rgba(0, 0, 0, 0.7);
	display: inline-flex;
	font-size: 15px;
	font-weight: 500;
	gap: 6px;
	margin-bottom: 0;
}

#bbpress-forums a.attitudegaming-mark-all-read:hover,
#bbpress-forums a.attitudegaming-mark-all-read:focus {
	color: #000;
	text-decoration: none;
}

#bbpress-forums a.bbp-breadcrumb-home,
#bbpress-forums a.bbp-breadcrumb-forum {
	color: #0185df;
}

#bbpress-forums a.bbp-breadcrumb-home:hover,
#bbpress-forums a.bbp-breadcrumb-home:focus,
#bbpress-forums a.bbp-breadcrumb-forum:hover,
#bbpress-forums a.bbp-breadcrumb-forum:focus {
	color: #00419d;
	text-decoration: none;
}

#bbpress-forums a.bbp-breadcrumb-home:active,
#bbpress-forums a.bbp-breadcrumb-forum:active {
	color: #00419d;
	text-decoration: none;
}

#bbpress-forums .bbp-breadcrumb-current,
#bbpress-forums span.bbp-breadcrumb-forum,
#bbpress-forums span.bbp-breadcrumb-category {
	color: rgb(38, 51, 58);
}

#bbpress-forums .bbp-breadcrumb-sep {
	color: #9da7a7;
	margin: 0 8px;
}

.attitudegaming-topic-composer {
	margin-top: 0;
}

.attitudegaming-topic-edit .attitudegaming-topic-composer,
.attitudegaming-reply-edit .attitudegaming-topic-composer {
	margin: 0 !important;
}

.attitudegaming-topic-composer-title {
	color: #000;
	font-size: 27.6px;
	font-weight: bold;
	font-family: CronosPro, Arial, Helvetica, sans-serif;
	line-height: 1.2;
	letter-spacing: -.02em;
	margin: 15px 0 0;
	padding: 0 !important;
	position: relative;
	z-index: 1;
}

#bbpress-forums .attitudegaming-topic-composer-title {
	color: #000 !important;
	font-family: CronosPro, Arial, Helvetica, sans-serif !important;
	font-size: 27.6px !important;
	font-weight: bold !important;
	letter-spacing: -.02em !important;
	line-height: 1.2 !important;
	margin: 15px 0 0 !important;
	padding: 0 !important;
}

.attitudegaming-topic-tabs {
	align-items: flex-end;
	background: rgb(62, 62, 62);
	display: flex;
	gap: 0;
	margin-top: 18px;
	min-height: 58px;
	padding-left: 10px;
}

.attitudegaming-topic-tab {
	background: transparent;
	border: 0 !important;
	color: #fff;
	cursor: pointer;
	font-family: CronosPro, Arial, Helvetica, sans-serif !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: 1.2 !important;
	min-height: 48px;
	padding: 0 20px !important;
	text-transform: none !important;
}

.attitudegaming-topic-tab.is-active,
.attitudegaming-topic-tab:hover,
.attitudegaming-topic-tab:focus {
	background: #fff;
	color: #000;
}

.attitudegaming-topic-tab.is-active {
	background: #f9f9f8 !important;
	border: 0 !important;
	border-radius: 4px 4px 0 0;
	color: #000 !important;
}

.attitudegaming-topic-composer .attitudegaming-topic-tab:not(.is-active) {
	background: transparent !important;
	border: 0 !important;
	color: #fff !important;
}

.attitudegaming-topic-tab:not(.is-active):hover,
.attitudegaming-topic-tab:not(.is-active):focus {
	background: rgb(90, 90, 90) !important;
	border: 0 !important;
	color: #fff !important;
}

.attitudegaming-topic-tab:focus-visible {
	box-shadow: inset 0 0 0 2px #d6230c;
	outline: 0;
}

.attitudegaming-topic-panel {
	padding-top: 24px;
}

.attitudegaming-topic-edit .attitudegaming-topic-composer-title,
.attitudegaming-reply-edit .attitudegaming-topic-composer-title {
	margin: 15px 0 0 !important;
}

.attitudegaming-topic-edit .attitudegaming-topic-tabs,
.attitudegaming-reply-edit .attitudegaming-topic-tabs {
	margin-top: 18px !important;
}

.attitudegaming-topic-edit .attitudegaming-topic-panel,
.attitudegaming-reply-edit .attitudegaming-topic-panel {
	padding-top: 24px !important;
}

.attitudegaming-reply-edit .bbp-reply-form .form-reply-to,
.attitudegaming-reply-edit .bbp-reply-form p:has(> label[for="bbp_reply_status"]),
.attitudegaming-reply-edit .bbp-reply-form div:has(> label[for="bbp_reply_edit_reason"]) {
	display: none;
}

.attitudegaming-reply-edit .bbp-reply-form p:has(> label[for="bbp_topic_subscription"]):not(.attitudegaming-reply-edit-subscription) {
	display: none;
}

.attitudegaming-reply-edit .bbp-reply-form .attitudegaming-topic-summary-separator {
	border: 1px solid rgba(62, 62, 62, 0.08);
	border-width: 1px 0 0;
	height: 0;
	margin: 15px 0 30px;
	padding: 0;
}

.attitudegaming-reply-edit .bbp-reply-form .bbp-submit-wrapper {
	border-top: 0;
	display: flex !important;
	float: none !important;
	justify-content: center !important;
	margin: 12px 0 20px !important;
	padding: 30px 0 22px !important;
	text-align: center;
	width: 100% !important;
}

.attitudegaming-reply-edit .bbp-reply-form .bbp-submit-wrapper button,
.attitudegaming-reply-edit .bbp-reply-form .bbp-submit-wrapper input[type="submit"] {
	background-color: #0185df !important;
	background-image: none !important;
	border: none !important;
	border-radius: 4px;
	box-sizing: border-box;
	color: #ffffff !important;
	display: inline-block;
	font-size: 22px !important;
	font-weight: 400 !important;
	float: none !important;
	height: 50.2812px !important;
	line-height: 48.3px !important;
	margin-left: auto;
	margin-right: auto;
	padding: 0 40px;
	text-decoration: none !important;
	white-space: nowrap;
}

.attitudegaming-reply-edit .bbp-reply-form .bbp-submit-wrapper button:hover,
.attitudegaming-reply-edit .bbp-reply-form .bbp-submit-wrapper button:focus,
.attitudegaming-reply-edit .bbp-reply-form .bbp-submit-wrapper button:active,
.attitudegaming-reply-edit .bbp-reply-form .bbp-submit-wrapper input[type="submit"]:hover,
.attitudegaming-reply-edit .bbp-reply-form .bbp-submit-wrapper input[type="submit"]:focus,
.attitudegaming-reply-edit .bbp-reply-form .bbp-submit-wrapper input[type="submit"]:active {
	background-color: #00419d !important;
	background-image: none !important;
	border: none !important;
	color: #ffffff !important;
}

.attitudegaming-topic-poll-panel {
	color: #667275;
	min-height: 220px;
}

.attitudegaming-topic-poll-panel p {
	margin: 0;
}

#bbpress-forums.attitudegaming-header-breadcrumb {
	overflow: visible;
	position: relative;
	z-index: 20;
}

.attitudegaming-topic-content-required {
	color: #d6230c;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.attitudegaming-topic-composer .bbp-topic-form p:has(> label[for="bbp_topic_tags"]) {
	display: none;
}

.attitudegaming-topic-composer .bbp-topic-form p:has(> label[for="bbp_stick_topic"]) {
	display: none;
}

.attitudegaming-topic-composer .bbp-topic-form p:has(> label[for="bbp_topic_status"]) {
	display: none;
}

.attitudegaming-topic-edit .bbp-topic-form p:has(> label[for="bbp_forum_id"]) {
	display: none;
}

.attitudegaming-topic-edit #bbpress-forums p:has(> a[rel="tag"]) {
	font-size: 0;
}

.attitudegaming-topic-edit #bbpress-forums p:has(> a[rel="tag"]) > a[rel="tag"] {
	font-size: 15px;
	line-height: 1.45;
}

.attitudegaming-topic-edit .bbp-topic-form fieldset.bbp-form:has(> legend > #bbp_log_topic_edit) {
	display: none;
}

.attitudegaming-topic-composer :is(.bbp-topic-form, .bbp-reply-form) p:has(> label[for="bbp_topic_subscription"]) {
	align-items: center;
	display: flex;
	gap: 8px;
	margin-top: 30px !important;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.attitudegaming-topic-composer #bbp_topic_subscription {
	appearance: none;
	background: #c8c8c8;
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	height: 22px;
	margin: 0;
	position: relative;
	width: 42px;
}

.attitudegaming-topic-composer #bbp_topic_subscription::before {
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	content: '';
	height: 18px;
	left: 2px;
	position: absolute;
	top: 2px;
	transition: transform 0.15s ease;
	width: 18px;
}

.attitudegaming-topic-composer #bbp_topic_subscription:checked {
	background: #0185df;
}

.attitudegaming-topic-composer #bbp_topic_subscription:checked::before {
	transform: translateX(20px);
}

.attitudegaming-topic-composer #bbp_topic_subscription:focus-visible {
	box-shadow: 0 0 0 2px rgba(214, 35, 12, 0.35);
	outline: 0;
}

.attitudegaming-topic-composer :is(.bbp-topic-form, .bbp-reply-form) p:has(> label[for="bbp_topic_subscription"]) > label {
	align-items: center;
	color: #26333a;
	display: flex;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
}

.attitudegaming-topic-composer :is(.bbp-topic-form, .bbp-reply-form) p:has(> label[for="bbp_topic_subscription"]) > label {
	font-size: 0;
}

.attitudegaming-topic-composer :is(.bbp-topic-form, .bbp-reply-form) p:has(> label[for="bbp_topic_subscription"]) > label::after {
	content: 'Follow topic';
	font-size: 14px;
}

#bbpress-forums .attitudegaming-forum-summary {
	background-color: rgb(243, 243, 243);
	border-radius: 4px;
	clear: both;
	color: #000;
	margin-bottom: 10px;
	padding: 20px;
}

#bbpress-forums .attitudegaming-forum-summary-title {
	color: #000000;
	font-size: 27px;
	font-weight: bold;
	letter-spacing: -0.02em;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}

#bbpress-forums .attitudegaming-forum-summary-description {
	color: rgb(135, 135, 135);
	font-size: 16.1px;
	line-height: 25.76px;
	margin-bottom: 0;
	margin-top: 8px;
}

#bbpress-forums .attitudegaming-forum-summary-separator {
	border: 1px solid rgba(62, 62, 62, 0.08);
	border-width: 1px 0 0;
	height: 0;
	margin: 15px 0;
	padding: 0;
}

#bbpress-forums .attitudegaming-topic-summary-separator {
	border: 1px solid rgba(62, 62, 62, 0.08);
	border-width: 1px 0 0 0;
	height: 0;
	margin: 15px 0;
	padding: 0;
}

.attitudegaming-topic-composer .attitudegaming-topic-summary-separator {
	border: 1px solid rgba(62, 62, 62, 0.08);
	border-width: 1px 0 0;
	height: 0;
	margin: 15px 0 0;
	padding: 0;
}

#bbpress-forums .attitudegaming-guest-reply-prompt {
	margin: 36px 0 60px;
	text-align: center;
}

#bbpress-forums .attitudegaming-guest-reply-prompt h2 {
	color: #000;
	font-size: 27px;
	line-height: 1.2;
	margin: 0;
}

#bbpress-forums .attitudegaming-guest-reply-prompt > p,
#bbpress-forums .attitudegaming-guest-reply-actions p {
	color: rgb(135, 135, 135);
	font-size: 16px;
	line-height: 25.76px;
}

#bbpress-forums .attitudegaming-guest-reply-prompt > p {
	margin: 12px 0 36px;
}

#bbpress-forums .attitudegaming-guest-reply-actions {
	display: grid;
	grid-template-columns: repeat(2, 350px);
	gap: 257px;
	justify-content: center;
}

#bbpress-forums .attitudegaming-guest-reply-actions h3 {
	color: #000;
	font-size: 20px;
	margin: 0;
}

#bbpress-forums .attitudegaming-guest-reply-actions p {
	margin: 8px 0 20px;
}

#bbpress-forums .attitudegaming-guest-reply-actions a {
	background-color: #0185df;
	border: none;
	border-radius: 4px;
	box-sizing: border-box;
	color: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
	height: 50.2812px;
	max-width: 100%;
	padding: 10px 22px 8px;
	text-decoration: none;
}

#bbpress-forums .attitudegaming-guest-reply-actions a:hover,
#bbpress-forums .attitudegaming-guest-reply-actions a:focus,
#bbpress-forums .attitudegaming-guest-reply-actions a:active {
	background-color: #00419d !important;
	background-image: none !important;
	border: none !important;
	color: #ffffff !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-size: 22px !important;
	font-weight: 400 !important;
	height: 50.2812px !important;
	line-height: 1 !important;
	max-width: 100% !important;
	padding: 10px 22px 8px !important;
	text-decoration: none !important;
}

@media (max-width: 900px) {
	#bbpress-forums .attitudegaming-forum-summary-subscription {
		margin-top: 12px;
	}
}

@media (max-width: 782px) {
	#bbpress-forums .bbp-breadcrumb {
		display: none;
	}

	#bbpress-forums .attitudegaming-forum-topic-controls--reply-pagination {
		margin-top: 20px;
	}

	#bbpress-forums .attitudegaming-guest-reply-actions {
		grid-template-columns: 1fr;
		gap: 24px;
	}
}
#bbpress-forums .attitudegaming-forum-summary-subscription {
	text-align: right;
}

#bbpress-forums .bbp-new-topic-link.attitudegaming-forum-summary-new-topic {
	margin: 0 0 20px;
	text-align: right;
}

#bbpress-forums .attitudegaming-forum-topic-controls {
	align-items: center;
	background-color: rgb(243, 237, 236);
	border-bottom: 1px solid rgba(62, 62, 62, 0.15);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 0;
	padding: 12px;
	position: relative;
	z-index: 2;
}

#bbpress-forums .attitudegaming-forum-topic-controls--reply-pagination {
	background-color: transparent;
	border: 0;
	padding-left: 0;
	padding-right: 0;
}

#bbpress-forums .attitudegaming-forum-topic-controls--bottom {
	border-bottom: 0;
	margin-bottom: 38px;
}

#bbpress-forums .attitudegaming-forum-topic-controls--bottom.attitudegaming-forum-topic-controls--empty {
	box-sizing: border-box;
	margin-bottom: 24px;
	min-height: 50.2812px;
}

#bbpress-forums .attitudegaming-forum-pagination-preview,
#bbpress-forums .attitudegaming-forum-topic-pagination .bbp-pagination-links,
#bbpress-forums .attitudegaming-forum-topic-pagination .bbp-topic-pagination {
	align-items: center;
	display: flex;
	gap: 10px;
}

#bbpress-forums .attitudegaming-forum-topic-pagination .page-numbers {
	align-items: center;
	color: #000;
	display: inline-flex;
	font-size: 12px;
	font-weight: 600;
	height: 28px;
	justify-content: center;
	line-height: 28px;
	min-width: 28px;
	padding: 0;
}

#bbpress-forums .attitudegaming-forum-topic-pagination .page-numbers.current {
	background-color: #0185df;
	border-radius: 4px;
	color: #ffffff;
	min-width: 28px;
}

#bbpress-forums .attitudegaming-forum-topic-controls--reply-pagination .bbp-topic-pagination .page-numbers.current {
	background-color: #0185df !important;
	color: #ffffff !important;
}

#bbpress-forums .attitudegaming-forum-topic-pagination a.page-numbers.current:hover,
#bbpress-forums .attitudegaming-forum-topic-pagination a.page-numbers.current:focus {
	background-color: #0185df;
	border-radius: 4px;
	color: #ffffff;
	text-decoration: none;
}

#bbpress-forums .attitudegaming-forum-topic-pagination a.page-numbers:not(.current):hover,
#bbpress-forums .attitudegaming-forum-topic-pagination a.page-numbers:not(.current):focus {
	background-color: rgb(221, 221, 221);
	border-radius: 4px;
	color: #000;
	text-decoration: none;
}

#bbpress-forums .attitudegaming-forum-topic-pagination a.page-numbers.next:hover,
#bbpress-forums .attitudegaming-forum-topic-pagination a.page-numbers.next:focus,
#bbpress-forums .attitudegaming-forum-topic-pagination a.page-numbers.prev:hover,
#bbpress-forums .attitudegaming-forum-topic-pagination a.page-numbers.prev:focus,
#bbpress-forums .attitudegaming-forum-topic-pagination a.page-numbers.last:hover,
#bbpress-forums .attitudegaming-forum-topic-pagination a.page-numbers.last:focus {
	background-color: transparent;
}

#bbpress-forums .attitudegaming-forum-topic-pagination .page-numbers.next,
#bbpress-forums .attitudegaming-forum-topic-pagination .page-numbers.prev,
#bbpress-forums .attitudegaming-forum-topic-pagination .page-numbers.last {
	margin-left: 8px;
	min-width: auto;
}

#bbpress-forums .attitudegaming-forum-topic-actions {
	align-items: center;
	display: flex;
	gap: 10px;
}

body.single-forum #bbpress-forums,
body.attitudegaming-admin-tracker #bbpress-forums {
	overflow: visible;
}

#bbpress-forums .attitudegaming-forum-sort {
	position: relative;
}

#bbpress-forums .attitudegaming-forum-sort summary,
#bbpress-forums .attitudegaming-forum-control-button {
	background-color: #ffffff;
	border: 0;
	border-radius: 4px;
	color: #000000;
	cursor: pointer;
	display: inline-block;
	font-size: 10px;
	font-weight: 700;
	height: 26px;
	line-height: 26px;
	padding: 0 9px;
	text-decoration: none;
}

#bbpress-forums .attitudegaming-forum-sort summary {
	list-style: none;
}

#bbpress-forums a.attitudegaming-forum-control-button:hover,
#bbpress-forums a.attitudegaming-forum-control-button:focus {
	color: #000000;
	text-decoration: none;
}

#bbpress-forums .attitudegaming-forum-sort summary::after {
	content: "▼";
	margin-left: 5px;
}

#bbpress-forums .attitudegaming-forum-sort summary::-webkit-details-marker {
	display: none;
}

#bbpress-forums .attitudegaming-forum-sort[open] summary {
	background-color: #0185df;
	color: #fff;
}

#bbpress-forums .attitudegaming-forum-sort-menu {
	background: #fff;
	border-radius: 4px;
	border: 1px solid rgba(62, 62, 62, 0.15);
	min-width: 160px;
	position: absolute;
	right: 0;
	top: calc(100% + 10px);
	z-index: 1;
}

#bbpress-forums .attitudegaming-forum-sort-menu::before,
#bbpress-forums .attitudegaming-forum-sort-menu::after {
	border: solid transparent;
	content: "";
	height: 0;
	position: absolute;
	right: 14px;
	width: 0;
}

#bbpress-forums .attitudegaming-forum-sort-menu::before {
	border-bottom-color: rgba(62, 62, 62, 0.15);
	border-width: 8px;
	top: -16px;
}

#bbpress-forums .attitudegaming-forum-sort-menu::after {
	border-bottom-color: #fff;
	border-width: 7px;
	top: -14px;
	right: 15px;
}

#bbpress-forums .attitudegaming-forum-sort-menu a,
#bbpress-forums .attitudegaming-forum-sort-option {
	align-items: center;
	box-sizing: border-box;
	color: rgb(62, 62, 62);
	display: flex;
	font-size: 15px;
	font-weight: 400;
	height: 43px;
	line-height: 21px;
	padding: 11px 20px;
	position: relative;
	text-decoration: none;
	text-transform: none;
}

#bbpress-forums .attitudegaming-forum-sort-menu a:hover,
#bbpress-forums .attitudegaming-forum-sort-menu a:focus {
	background-color: rgba(62, 62, 62, 0.08);
	color: rgb(62, 62, 62);
	text-decoration: none;
}

@media (max-width: 600px) {
	#bbpress-forums .attitudegaming-forum-topic-controls {
		align-items: center;
		flex-direction: row;
		gap: 16px;
	}

	#bbpress-forums .attitudegaming-forum-topic-actions {
		justify-content: flex-end;
		width: auto;
	}
}

#bbpress-forums .attitudegaming-forum-summary-subscription #subscription-toggle {
	float: none;
}

#bbpress-forums .attitudegaming-forum-summary-subscriber-count {
	background-color: #fff;
	border-radius: 4px;
	box-sizing: border-box;
	display: inline-block;
	height: 24px;
	line-height: 20px;
	margin-left: 8px;
	padding: 2px 0;
	text-align: center;
	vertical-align: middle;
	width: 24px;
}

#bbpress-forums .attitudegaming-forum-summary-subscription #subscription-toggle a.subscription-toggle {
	background-color: rgb(221, 221, 221);
	border: 1px solid rgb(221, 221, 221);
	border-radius: 4px;
	color: rgb(63, 54, 55);
	display: inline-flex;
	align-items: center;
	font-size: 15px;
	font-weight: 400;
	height: 36.9375px;
	line-height: 1;
	padding: 0 10px 0 18px;
}

#bbpress-forums .attitudegaming-forum-summary-subscription #subscription-toggle a.subscription-toggle:hover,
#bbpress-forums .attitudegaming-forum-summary-subscription #subscription-toggle a.subscription-toggle:focus {
	background-color: rgb(221, 221, 221);
	border-color: rgb(221, 221, 221);
	text-decoration: none;
}

/* Apply same follow/subscribe styles to topic summary follow button */
#bbpress-forums .attitudegaming-topic-actions #subscription-toggle {
	float: none;
}

#bbpress-forums .attitudegaming-topic-actions #subscription-toggle a.subscription-toggle {
	background-color: rgb(221, 221, 221);
	border: 1px solid rgb(221, 221, 221);
	border-radius: 4px;
	color: rgb(63, 54, 55);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 400;
	height: 36.9375px;
	padding: 0 10px 0 14px;
}

#bbpress-forums .attitudegaming-topic-actions #subscription-toggle a.subscription-toggle:hover,
#bbpress-forums .attitudegaming-topic-actions #subscription-toggle a.subscription-toggle:focus {
	background-color: rgb(221, 221, 221);
	border-color: rgb(221, 221, 221);
	text-decoration: none;
}

/* Topic summary layout and alignment */
#bbpress-forums .attitudegaming-topic-favorite-btn {
	background-color: rgb(221, 221, 221);
	border: 1px solid rgb(221, 221, 221);
	border-radius: 4px;
	color: rgb(63, 54, 55);
	font-size: 15px;
	height: 36.9375px;
	margin-right: 8px;
	width: 38px;
}

#bbpress-forums .attitudegaming-topic-favorite-btn:hover {
	background-color: rgb(210, 210, 210);
	border-color: rgb(210, 210, 210);
	color: #dc2626;
	transform: none;
}

#bbpress-forums .attitudegaming-topic-favorite-btn.is-active {
	background-color: #fef2f2;
	border-color: #fecaca;
	color: #dc2626;
}

#bbpress-forums .attitudegaming-topic-favorite-btn.is-active:hover {
	background-color: #fee2e2;
	border-color: #fca5a5;
	color: #dc2626;
	transform: none;
}

#bbpress-forums .attitudegaming-forum-summary.attitudegaming-topic-summary .attitudegaming-forum-summary-meta {
	display: flex;
	align-items: center;
	gap: 16px;
	width: 100%;
}

#bbpress-forums .attitudegaming-topic-author-avatar {
	flex: 0 0 auto;
}

#bbpress-forums .attitudegaming-topic-author-info {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	height: 44px;
	justify-content: space-between;
	min-width: 0;
}

#bbpress-forums .attitudegaming-topic-actions {
	flex: 0 0 auto;
	margin-left: auto;
	display: flex;
	align-items: center;
}

#bbpress-forums .attitudegaming-topic-author-avatar img {
	display: block;
	height: 44px;
	width: 44px;
}

#bbpress-forums .attitudegaming-topic-author-name {
	color: rgb(62, 62, 62);
	font-family: CronosPro, Arial, Helvetica, sans-serif;
	font-size: 16.1px;
	font-weight: 700;
	line-height: 24.15px;
}

#bbpress-forums .attitudegaming-topic-author-name a {
	color: rgb(62, 62, 62);
}

#bbpress-forums .attitudegaming-topic-author-name a:hover,
#bbpress-forums .attitudegaming-topic-author-name a:focus {
	text-decoration: none;
}

#bbpress-forums .attitudegaming-topic-meta-line.ipsType_light {
	color: rgb(135, 135, 135);
	font-family: CronosPro, Arial, Helvetica, sans-serif;
	font-size: 16.1px;
	line-height: 24.15px;
}

#bbpress-forums .attitudegaming-topic-meta-line.ipsType_light a {
	color: rgb(135, 135, 135);
}

#bbpress-forums .attitudegaming-topic-meta-line.ipsType_light a:hover,
#bbpress-forums .attitudegaming-topic-meta-line.ipsType_light a:focus {
	text-decoration: none;
}


/* Ensure subscriber count aligns inside the follow button */
#bbpress-forums .attitudegaming-topic-actions .attitudegaming-forum-summary-subscriber-count {
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	height: auto;
	line-height: normal;
}

#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-forums li,
#bbpress-forums ul.bbp-forums ul {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
}

#bbpress-forums ul.bbp-forums {
	border: 0;
}

#bbpress-forums .forum-titles,
#bbpress-forums .bbp-body > ul {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
}

#bbpress-forums ul.bbp-replies {
	border: 0;
	margin-top: 20px;
	overflow: visible;
}

#bbpress-forums ul.bbp-replies > li.bbp-body,
#bbpress-forums ul.bbp-replies > li.bbp-body > div.reply {
	overflow: visible;
}

#bbpress-forums ul.bbp-replies > li.bbp-header {
	display: none;
}

#bbpress-forums ul.bbp-forums li.bbp-header {
	background: transparent;
	border: 0;
	color: #26333a;
	margin: 20px 0;
}

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-header .forum-titles,
#bbpress-forums li.bbp-header .forum-titles > li {
	border: 0;
}

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
	padding: 0;
	border-top: 0;
}

#bbpress-forums .bbp-body {
	background: none;
}

#bbpress-forums li.bbp-body > ul.forum {
	margin-bottom: 20px;
}

#bbpress-forums ul.even,
#bbpress-forums ul.odd {
	background-color: transparent;
}

#bbpress-forums .forum-titles > li,
#bbpress-forums .bbp-body > ul > li {
	box-sizing: border-box;
	padding: 18px 20px;
}

#bbpress-forums .forum-titles > li {
	font-size: 27.6px;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}

#bbpress-forums .bbp-body > ul > li {
	padding: 0;
}

#bbpress-forums li.bbp-body li.bbp-forum-info {
	width: 100%;
}

#bbpress-forums .forum-titles > li:not(:first-child),
#bbpress-forums .bbp-body > ul > li:not(:first-child) {
	text-align: center;
}

#bbpress-forums .bbp-forum-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	color: #000000;
	font-family: inherit;
	font-size: 25px;
	font-weight: 400;
	height: auto;
	line-height: 25px;
	margin-bottom: 8px;
	border-color: rgb(0, 0, 0);
	text-transform: uppercase;
	border-bottom-color: rgb(0, 0, 0);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: rgb(0, 0, 0);
	border-right-color: rgb(0, 0, 0);
	border-top-color: rgb(0, 0, 0);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding-bottom: 16px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 16px;
	width: 100%;
	background: transparent;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	cursor: pointer;
	text-align: left;
}

#bbpress-forums .bbp-forum-title:hover,
#bbpress-forums .bbp-forum-title:focus,
#bbpress-forums .bbp-forum-title:active {
	background: transparent;
	border-bottom: 1px solid rgb(0, 0, 0);
	color: #000000;
	text-decoration: none;
	outline: none;
}

#bbpress-forums .bbp-forum-title .bbp-forum-title-caret {
	font-size: 22px;
	color: #000000;
	transition: transform 0.2s ease-in-out;
	margin-left: 12px;
	flex-shrink: 0;
}

#bbpress-forums .bbp-forum-title[aria-expanded="false"] .bbp-forum-title-caret {
	transform: rotate(-90deg);
}

#bbpress-forums .bbp-forum-collapsible-content {
	transition: opacity 0.2s ease-in-out;
}

#bbpress-forums .bbp-forum-collapsible-content.is-collapsed {
	display: none;
}

#bbpress-forums .bbp-forums-list {
	border: 0;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	margin: 0;
	padding: 0;
}

#bbpress-forums .bbp-forums-list .bbp-forum.css-sep {
	background-image: url('/wp-content/uploads/2026/08/icon-line.webp');
	background-position: center bottom;
	background-repeat: repeat-x;
	box-sizing: border-box;
	margin-bottom: 0;
	padding-bottom: 24px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 24px;
	width: 100%;
}

#bbpress-forums .bbp-forums-list .bbp-forum.css-sep:not(:last-child)::after {
	content: none;
}

#bbpress-forums .bbp-forum-link {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	width: 100%;
	font-size: 15px;
	min-height: 52px;
	padding: 0 334px 0 0;
}

#bbpress-forums .bbp-forum-link:hover,
#bbpress-forums .bbp-forum-link:focus {
	text-decoration: none;
}

#bbpress-forums .bbp-forum-post-count {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	position: absolute;
	right: 244px;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 16px;
	min-height: 40px;
}

#bbpress-forums .bbp-forum-last-avatar {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	height: 40px;
	justify-content: flex-start;
	padding-left: 24px;
	position: absolute;
	right: 180px;
	top: 50%;
	transform: translateY(-50%);
	width: 64px;
}

#bbpress-forums .bbp-forum-last-avatar-image,
#bbpress-forums .bbp-forum-last-avatar img {
	display: block;
	height: 40px;
	width: 40px;
}

#bbpress-forums .bbp-forum-last-activity {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	font-weight: 400;
	justify-content: center;
	min-height: 40px;
	overflow: hidden;
	padding-left: 12px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 180px;
}

#bbpress-forums .bbp-forum-last-activity-title,
#bbpress-forums .bbp-forum-last-activity-meta {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#bbpress-forums .bbp-forum-last-activity-title {
	color: #0185df;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
}

#bbpress-forums .bbp-forum-last-activity-meta {
	color: rgb(135, 135, 135);
	font-size: 15px;
	line-height: 18px;
}

#bbpress-forums .bbp-forum-post-count-number,
#bbpress-forums .bbp-forum-post-count-label {
	display: block;
}

#bbpress-forums .bbp-forum-post-count-number {
	color: rgb(62, 62, 62);
	font-size: 20.7px;
	height: 26.9062px;
	line-height: 26.91px;
}

#bbpress-forums .bbp-forum-post-count-label {
	color: rgb(135, 135, 135);
	font-size: 15px;
	height: 22.5px;
	line-height: 22.5px;
}

#bbpress-forums .bbp-subforum-description {
	color: rgb(135, 135, 135);
	display: block;
	font-size: 15px;
	height: 20px;
	line-height: 20px;
	margin-top: 0;
	padding-left: 0;
	text-align: left;
	width: 100%;
	font-weight: 400;
}

#bbpress-forums .bbp-child-category-list {
	box-sizing: border-box;
	color: #0185df;
	display: block;
	font-size: 15px;
	height: auto;
	line-height: 20px;
	margin-top: 0;
	min-height: 20px;
	padding-left: 14px;
	position: relative;
	text-align: left;
	width: 100%;
	font-weight: 400;
}

#bbpress-forums .bbp-child-category-list::before {
	border-bottom: 1px solid rgb(135, 135, 135);
	border-left: 1px solid rgb(135, 135, 135);
	content: '';
	height: 8px;
	left: 1px;
	position: absolute;
	top: 3px;
	width: 8px;
}

#bbpress-forums .bbp-child-category-list a {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

#bbpress-forums .bbp-child-category-list .bbp-child-category-sep {
	margin-right: 8px;
}

#bbpress-forums .bbp-child-category-list a:hover,
#bbpress-forums .bbp-child-category-list a:focus {
	color: #00419d;
	text-decoration: none;
}

#bbpress-forums .bbp-parent-forum-title {
	color: #0185df;
	text-decoration: none;
}


#bbpress-forums a.bbp-parent-forum-title:hover,
#bbpress-forums a.bbp-parent-forum-title:focus {
	color: #00419d;
	text-decoration: none;
}

#bbpress-forums a.bbp-forum-last-activity-title:hover,
#bbpress-forums a.bbp-forum-last-activity-title:focus {
	color: #00419d;
	text-decoration: none;
}

#bbpress-forums a.bbp-author-name:hover,
#bbpress-forums a.bbp-author-name:focus {
	text-decoration: none;
}

#bbpress-forums a.bbp-author-link:hover,
#bbpress-forums a.bbp-author-link:focus {
	color: inherit;
	text-decoration: none;
}

#bbpress-forums .bbp-topic-freshness-author a:hover,
#bbpress-forums .bbp-topic-freshness-author a:focus,
#bbpress-forums .bbp-forum-last-activity-title a:hover,
#bbpress-forums .bbp-forum-last-activity-title a:focus,
#bbpress-forums .bbp-topic-freshness-author a:hover .bbp-author-name,
#bbpress-forums .bbp-topic-freshness-author a:focus .bbp-author-name,
#bbpress-forums .bbp-forum-last-activity-title a:hover .bbp-author-name,
#bbpress-forums .bbp-forum-last-activity-title a:focus .bbp-author-name {
	text-decoration: none;
}

#bbpress-forums a.bbp-forum-last-activity-meta,
#bbpress-forums a.bbp-forum-last-activity-meta:hover,
#bbpress-forums a.bbp-forum-last-activity-meta:focus {
	color: rgb(135, 135, 135);
	text-decoration: none;
}

#bbpress-forums .bbp-topic-permalink .bbp-topic-icon[data-tooltip],
#bbpress-forums .bbp-parent-forum-title .bbp-topic-icon[data-tooltip] {
	position: relative;
}

#bbpress-forums ul.bbp-topics .bbp-body > ul.attitudegaming-topic-row .bbp-topic-title,
#bbpress-forums ul.bbp-topics .bbp-body > ul.attitudegaming-topic-row .attitudegaming-topic-link,
#bbpress-forums ul.bbp-topics .bbp-body > ul.attitudegaming-topic-row .attitudegaming-topic-title-line,
#bbpress-forums ul.bbp-topics .bbp-body > ul.attitudegaming-topic-row .bbp-topic-permalink {
	overflow: visible;
}

#bbpress-forums .bbp-topic-permalink .bbp-topic-icon[data-tooltip]::after,
#bbpress-forums .bbp-parent-forum-title .bbp-topic-icon[data-tooltip]::after {
	background-color: rgb(36, 36, 36);
	border-radius: 2px;
	top: calc(100% + 8px);
	color: rgb(255, 255, 255);
	content: attr(data-tooltip);
	font-family: CronosPro, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 20px;
	opacity: 0;
	padding: 4px 8px;
	pointer-events: none;
	position: absolute;
	transform: none;
	visibility: hidden;
	white-space: nowrap;
	z-index: 20;
	transition: none;
}

#bbpress-forums .bbp-topic-permalink .bbp-topic-icon[data-tooltip]::before,
#bbpress-forums .bbp-parent-forum-title .bbp-topic-icon[data-tooltip]::before {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid rgb(36, 36, 36);
	top: calc(100% + 3px);
	content: '';
	height: 0;
	left: 12px;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: none;
	visibility: hidden;
	width: 0;
	z-index: 20;
	transition: none;
}

#bbpress-forums .bbp-topic-permalink .bbp-topic-icon[data-tooltip]:hover::after,
#bbpress-forums .bbp-topic-permalink .bbp-topic-icon[data-tooltip]:hover::before,
#bbpress-forums .bbp-parent-forum-title .bbp-topic-icon[data-tooltip]:hover::after,
#bbpress-forums .bbp-parent-forum-title .bbp-topic-icon[data-tooltip]:hover::before {
	opacity: 1;
	visibility: visible;
}

#bbpress-forums .bbp-subforum-description,
#bbpress-forums .bbp-forum-post-count {
	font-weight: 400;
}

#bbpress-forums .bbp-forums-list .bbp-forum.css-sep .bbp-forum-link {
	color: #0185df;
	font-size: 20.7px;
	font-weight: 500;
	height: auto;
	line-height: 20px;
	background-image: url('/wp-content/uploads/2026/08/ag-logo-grey.webp');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 56px 56px;
	min-height: 56px;
	padding-left: 82px;
}

#bbpress-forums .bbp-forums-list .bbp-forum.css-sep .bbp-forum-link:hover,
#bbpress-forums .bbp-forums-list .bbp-forum.css-sep .bbp-forum-link:focus {
	color: #00419d;
}

body.logged-in #bbpress-forums .bbp-forums-list .bbp-forum.css-sep .bbp-forum-link.has-new-posts {
	color: #00419d;
	font-weight: 700;
	background-image: url('/wp-content/uploads/2026/08/ag-logo-color.webp');
}

#bbpress-forums .bbp-forum-freshness {
	color: #667275;
	font-size: 15px;
}

#bbpress-forums .bbp-topic-meta {
	margin: 5px 0 0;
}

#bbpress-forums .bbp-topic-tags {
	align-items: center;
	align-self: center;
	display: flex;
	margin: 0;
	order: 2;
}

#bbpress-forums .bbp-topic-tags p {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin: 0 !important;
}

#bbpress-forums .bbp-topic-tags span,
#bbpress-forums .bbp-topic-tags a {
	background: rgba(0, 0, 0, 0.62);
	border-left: 3px solid #0185df;
	border-radius: 4px;
	color: #fff;
	cursor: default;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 17px;
	padding: 5px 8px;
	pointer-events: none;
	text-decoration: none;
	text-transform: uppercase;
}

#bbpress-forums .bbp-topic-tags a:hover,
#bbpress-forums .bbp-topic-tags a:focus {
	background: rgba(0, 0, 0, 0.62);
	border-left-color: #0185df;
	color: #fff;
}

#bbpress-forums .attitudegaming-forum-topic-controls--no-pagination > .bbp-topic-tags {
	margin-left: auto;
	order: 2;
}

#bbpress-forums .attitudegaming-forum-topic-controls--reply-pagination > .attitudegaming-forum-topic-pagination {
	align-items: center;
	align-self: center;
	display: flex;
	order: 1;
}

#bbpress-forums ul.bbp-topics {
	border: 0;
	margin: 0;
	padding: 0;
}

#bbpress-forums ul.bbp-topics .forum-titles,
#bbpress-forums ul.bbp-topics .bbp-body > ul {
	align-items: center;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 80px 80px 180px;
}

#bbpress-forums ul.bbp-topics li.bbp-header {
	margin: 20px 0 10px;
}

#bbpress-forums ul.bbp-topics .forum-titles > li {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0;
	text-transform: uppercase;
}

#bbpress-forums ul.bbp-topics .forum-titles > li:not(:first-child),
#bbpress-forums ul.bbp-topics .bbp-body > ul > li:not(:first-child) {
	text-align: center;
}

#bbpress-forums ul.bbp-topics .bbp-body > ul {
	border-bottom: 1px solid #aeb7b6;
	margin: 0;
	padding: 18px 20px;
}

#bbpress-forums ul.bbp-topics .bbp-topic-title {
	min-width: 0;
}

#bbpress-forums .bbp-topic-permalink {
	color: #d6230c;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
}

#bbpress-forums .bbp-topic-permalink:hover,
#bbpress-forums .bbp-topic-permalink:focus {
	text-decoration: none;
}

#bbpress-forums ul.bbp-topics .bbp-topic-voice-count,
#bbpress-forums ul.bbp-topics .bbp-topic-reply-count {
	color: #667275;
}

#bbpress-forums ul.bbp-topics .bbp-topic-freshness {
	color: #667275;
	font-size: 14px;
	text-align: right;
}

#bbpress-forums ul.bbp-topics .bbp-topic-freshness .bbp-topic-meta {
	font-size: 13px;
}

#bbpress-forums ul.bbp-topics .bbp-body > ul.attitudegaming-topic-row {
	background-image: url('/wp-content/uploads/2026/08/icon-line.webp');
	background-position: center bottom;
	background-repeat: repeat-x;
	box-sizing: border-box;
	display: block;
	margin: 0;
	padding: 24px 12px;
	position: relative;
	width: 100%;
}

#bbpress-forums ul.bbp-topics .bbp-body > ul.attitudegaming-topic-row.sticky {
	background-color: transparent !important;
	font-size: inherit;
}

/* Hide specific bbPress controls and notices on single topic pages only.
   Scoped to .bbp-topic-wrapper to avoid affecting forum listings or archive pages. */
#bbpress-forums .bbp-topic-wrapper #subscription-toggle,
#bbpress-forums .bbp-topic-wrapper #favorite-toggle,
#bbpress-forums .bbp-topic-wrapper .bbp-template-notice,
#bbpress-forums .bbp-topic-wrapper .bbp-template-notice.info,
#bbpress-forums .bbp-topic-wrapper .bbp-pagination {
    display: none !important;
}

/* Hide bbPress template notices throughout forum UI. */
#bbpress-forums .bbp-template-notice,
#bbpress-forums .bbp-template-notice.info,
#bbpress-forums div.bbp-template-notice,
#bbpress-forums div.bbp-template-notice.info {
	display: none !important;
}

#bbpress-forums .bbp-topic-form fieldset.bbp-form {
	border: 0;
}

#bbpress-forums .bbp-topic-form fieldset.bbp-form > legend {
	display: none;
}

#bbpress-forums .bbp-topic-form fieldset.bbp-form > div > p:has(> label[for="bbp_topic_title"]),
.attitudegaming-topic-composer .bbp-topic-form fieldset.bbp-form > div > p:has(> label[for="bbp_topic_title"]) {
	font-size: 16.1px;
	font-weight: 600;
	line-height: 24.15px;
	margin: 0;
}

#bbpress-forums .bbp-topic-form fieldset.bbp-form > div > p:has(> label[for="bbp_topic_title"]) > label,
.attitudegaming-topic-composer .bbp-topic-form fieldset.bbp-form > div > p:has(> label[for="bbp_topic_title"]) > label {
	display: flex;
	align-items: center;
	font-size: 0;
	line-height: 1.2;
	margin: 0 0 5px;
}

#bbpress-forums .bbp-topic-form fieldset.bbp-form > div > p:has(> label[for="bbp_topic_title"]) > label::before,
.attitudegaming-topic-composer .bbp-topic-form fieldset.bbp-form > div > p:has(> label[for="bbp_topic_title"]) > label::before {
	color: #26333a;
	content: 'Title';
	font-size: 16.1px;
	font-weight: 600;
	line-height: 24.15px;
}

#bbpress-forums .bbp-topic-form fieldset.bbp-form > div > p:has(> label[for="bbp_topic_title"]) > label::after,
.attitudegaming-topic-composer .bbp-topic-form fieldset.bbp-form > div > p:has(> label[for="bbp_topic_title"]) > label::after {
	color: #d6230c;
	content: 'REQUIRED';
	font-size: 11px;
	font-weight: 400;
	margin-left: 12px;
	text-transform: uppercase;
}

#bbpress-forums .bbp-topic-form fieldset.bbp-form > div > p:has(> label[for="bbp_topic_title"]) > label + br,
.attitudegaming-topic-composer .bbp-topic-form fieldset.bbp-form > div > p:has(> label[for="bbp_topic_title"]) > label + br {
	display: none;
}

#bbpress-forums .bbp-topic-form #bbp_topic_title {
	background: transparent;
	background-color: transparent;
	border: 1px solid #d4dbe2;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	font-size: 16.1px;
	font-weight: 600;
	height: 58px;
	line-height: 24.15px;
	margin: 0 0 30px;
	padding: 12px 14px;
	width: 100%;
}

.attitudegaming-topic-composer .bbp-topic-form #bbp_topic_title {
	font-size: 16.1px;
	font-weight: 600;
	line-height: 24.15px;
}

#bbpress-forums .bbp-topic-form #bbp_topic_title:focus {
	border-color: #d4dbe2;
	box-shadow: none;
	outline: 0;
}

#bbpress-forums .bbp-reply-form.is-collapsed {
	margin-bottom: 24px;
	margin-top: 22px;
}

#bbpress-forums .bbp-reply-form.is-collapsed .attitudegaming-reply-form-toggle {
	height: auto;
	margin-left: 70px;
	min-height: 62px;
	width: calc(100% - 70px);
}

#bbpress-forums .attitudegaming-reply-form-toggle {
	align-items: center;
	background: transparent !important;
	background-image: none !important;
	border: 1px solid rgba(135, 135, 135, 0.4);
	border-radius: 4px;
	color: #9aa3ab;
	cursor: text;
	display: flex;
	font-size: 30px;
	font-weight: 300;
	gap: 0;
	line-height: 1.1;
	margin: 0;
	min-height: 52px;
	height: 52px;
	padding: 0 20px 0 24px;
	position: relative;
	text-align: left;
	transition: border-color 0.16s ease, box-shadow 0.16s ease;
	width: 100%;
}

#bbpress-forums .attitudegaming-reply-form-toggle::before {
	background: #f9f9f8;
	border-bottom: 1px solid #d4dbe2;
	border-left: 1px solid #d4dbe2;
	content: '';
	height: 12px;
	left: -7px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 12px;
}

#bbpress-forums .attitudegaming-reply-form-toggle:hover {
	background: transparent !important;
	background-image: none !important;
	border-color: rgba(135, 135, 135, 0.4);
	box-shadow: none;
	outline: none;
}

#bbpress-forums .attitudegaming-reply-form-toggle:focus {
	background: transparent !important;
	background-image: none !important;
	border-color: #b6bfc9;
	box-shadow: 0 0 0 2px rgba( 183, 7, 7, 0.08 );
	outline: none;
}

#bbpress-forums .attitudegaming-reply-form-toggle:active {
	background: transparent !important;
	background-image: none !important;
	border-color: #b6bfc9;
}

#bbpress-forums .attitudegaming-reply-form-avatar {
	background-image: var( --attitudegaming-reply-avatar-url, url('/wp-content/uploads/2026/08/default-avatar.webp') );
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 4px;
	box-shadow: inset 0 0 0 1px rgba( 255, 255, 255, 0.08 );
	left: -70px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 52px;
	width: 52px;
}

#bbpress-forums .attitudegaming-reply-form-placeholder {
	color: rgb(135, 135, 135);
	display: block;
	font-family: CronosPro, Arial, Helvetica, sans-serif;
	font-size: 16.1px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 25.76px;
	padding: 10px 5px;
	white-space: normal;
}

#bbpress-forums .attitudegaming-reply-form-placeholder::before {
	color: rgb(98, 108, 118);
	content: '\f0e5';
	display: inline-block;
	font-family: FontAwesome;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	margin-right: 8px;
	position: relative;
	top: -1px;
}

#bbpress-forums .bbp-reply-form.is-collapsed form {
	border-width: 0;
	margin-top: 0;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	transform: translateY(-10px);
}

#bbpress-forums .bbp-reply-form form {
	transition: max-height 0.28s ease, opacity 0.2s ease, transform 0.24s ease;
	will-change: max-height, opacity, transform;
}

#bbpress-forums .bbp-reply-form.is-expanded {
	margin-top: 22px;
	padding-left: 70px;
	position: relative;
}

#bbpress-forums .bbp-reply-form.is-expanded .attitudegaming-reply-form-toggle {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: transparent;
	cursor: default;
	height: 52px;
	justify-content: flex-start;
	margin-bottom: 0;
	min-height: 52px;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 52px;
}

#bbpress-forums .bbp-reply-form.is-expanded .attitudegaming-reply-form-toggle::before {
	display: none;
}

#bbpress-forums .bbp-reply-form.is-expanded .attitudegaming-reply-form-placeholder {
	display: none;
}

#bbpress-forums .bbp-reply-form.is-expanded .attitudegaming-reply-form-avatar {
	left: auto;
	position: static;
	top: auto;
	transform: none;
}

#bbpress-forums .bbp-reply-form.is-expanded::before {
	display: none;
}

#bbpress-forums .bbp-reply-form.is-expanded::after {
	display: none;
}

#bbpress-forums .bbp-reply-form.is-expanded form {
	border: 0;
	border-radius: 2px;
	margin-top: 0;
	max-height: 2400px;
	opacity: 1;
	padding: 0;
	pointer-events: auto;
	transform: translateY(0);
}

#bbpress-forums .bbp-reply-form.is-expanding form {
	max-height: 2400px;
	opacity: 1;
	transform: translateY(0);
}

#bbpress-forums .bbp-reply-form .bbp-form {
	border: 0;
	margin: 0;
	padding: 0;
}

#bbpress-forums .bbp-reply-form .bbp-form > legend {
	display: none;
}

#bbpress-forums .bbp-reply-form .bbp-form > p,
#bbpress-forums .bbp-reply-form .bbp-form > div {
	margin: 0;
}

#bbpress-forums :is(.bbp-reply-form, .bbp-topic-form) .bbp-form .wp-editor-wrap {
	margin-bottom: 0;
}

#bbpress-forums :is(.bbp-reply-form, .bbp-topic-form) .bbp-form .wp-editor-tools {
	padding-top: 0;
}

#bbpress-forums :is(.bbp-reply-form, .bbp-topic-form) .bbp-form .quicktags-toolbar,
#bbpress-forums :is(.bbp-reply-form, .bbp-topic-form) .bbp-form .mce-toolbar-grp {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	border: 0;
}

#bbpress-forums :is(.bbp-reply-form, .bbp-topic-form) .bbp-form .quicktags-toolbar input[type="button"] {
	background: transparent !important;
	background-color: transparent !important;
	border: 0 !important;
	font-size: 12px;
	line-height: 1;
	min-height: 28px;
	padding: 4px 8px;
}

#bbpress-forums :is(.bbp-reply-form, .bbp-topic-form) .bbp-form .quicktags-toolbar input[type="button"]:hover,
#bbpress-forums :is(.bbp-reply-form, .bbp-topic-form) .bbp-form .quicktags-toolbar input[type="button"]:focus {
	background: transparent !important;
	background-color: transparent !important;
	border: 0 !important;
}

#bbpress-forums :is(.bbp-reply-form, .bbp-topic-form) .bbp-form .wp-editor-container,
#bbpress-forums :is(.bbp-reply-form, .bbp-topic-form) .bbp-form .quicktags-toolbar {
	border: 0;
}

#bbpress-forums :is(.bbp-reply-form, .bbp-topic-form) .bbp-form .wp-editor-container {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	border: 1px solid #d4dbe2;
	border-radius: 4px;
}

#bbpress-forums :is(.bbp-reply-form, .bbp-topic-form) .bbp-form .wp-editor-container:focus-within {
	border-color: #d4dbe2;
	box-shadow: none;
}

#bbpress-forums :is(.bbp-reply-form, .bbp-topic-form) .bbp-form textarea.bbp-the-content {
	background-color: transparent !important;
	border: 0 !important;
	box-shadow: none;
	min-height: 280px;
	padding: 14px;
}

#wp-bbp_reply_content-editor-container #qt_bbp_reply_content_toolbar,
#wp-bbp_reply_content-editor-container #qt_bbp_reply_content_toolbar input,
#wp-bbp_topic_content-editor-container #qt_bbp_topic_content_toolbar,
#wp-bbp_topic_content-editor-container #qt_bbp_topic_content_toolbar input {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
}

#bbpress-forums .bbp-reply-form .bbp-form .bbp-reply-image-upload {
	background: #f5f5f5;
	border-radius: 4px;
	margin: 12px;
	padding: 12px;
}

#bbpress-forums .bbp-reply-form .bbp-form .bbp-reply-image-upload-dropzone {
	align-items: center;
	border: 2px dashed transparent;
	box-sizing: border-box;
	border-radius: 4px;
	color: rgba(0, 0, 0, 0.65);
	cursor: pointer;
	display: flex;
	gap: 18px;
	justify-content: flex-start;
	padding: 16px;
	text-align: left;
}

#bbpress-forums .bbp-reply-form .bbp-form .bbp-reply-image-upload-dropzone.is-dragover {
	border-color: rgba(62, 62, 62, 0.65);
}

#bbpress-forums .bbp-reply-form .bbp-form .bbp-reply-image-upload-dropzone .fa-paperclip {
	color: rgba(0, 0, 0, 0.45);
	font-size: 2em;
	transform: rotate(45deg);
}

#bbpress-forums .bbp-reply-form .bbp-form .bbp-reply-image-upload-dropzone-text {
	display: flex;
	flex-direction: column;
	gap: 6px;
	align-items: flex-start;
}

#bbpress-forums .bbp-reply-form .bbp-form .bbp-reply-image-upload-drag-text {
	line-height: 1.4;
}

#bbpress-forums .bbp-reply-form .bbp-form .bbp-reply-image-upload-choose {
	color: rgba(0, 0, 0, 0.65);
	font-weight: 700;
	text-decoration: underline;
}

#bbpress-forums .bbp-reply-form .bbp-form .bbp-reply-image-upload-limits {
	color: rgba(0, 0, 0, 0.55);
	display: flex;
	font-size: 12px;
	gap: 16px;
	line-height: 1.4;
	margin: 0;
}

#bbpress-forums .bbp-reply-form .bbp-form .bbp-reply-image-upload-error {
	color: #c0392b;
	font-size: 13px;
	line-height: 1.4;
	margin: 8px 16px 0;
}

#bbpress-forums .bbp-reply-form .bbp-form .bbp-reply-image-upload-error[hidden] {
	display: none;
}

#bbpress-forums .bbp-reply-form .bbp-form .bbp-reply-image-upload-heading {
	align-items: center;
	color: rgba(0, 0, 0, 0.65);
	display: flex;
	font-family: CronosPro, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 500;
	line-height: 23.8px;
	margin: 15px 16px 12px;
}

#bbpress-forums .bbp-reply-form .bbp-form .bbp-reply-image-upload-heading[hidden] {
	display: none !important;
}

#bbpress-forums .bbp-reply-form .bbp-form .bbp-reply-image-upload-heading::after {
	border-bottom: 1px solid rgba(62, 62, 62, 0.08);
	content: '';
	flex: 1;
	margin-left: 10px;
}

#bbpress-forums .bbp-reply-form .bbp-form .bbp-reply-image-upload-filenames {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 8px 16px 0;
	text-align: left;
	width: calc(100% - 32px);
}

#bbpress-forums .bbp-reply-form .bbp-form .bbp-reply-image-preview {
	background: #fff;
	border: 1px solid #d4dbe2;
	border-radius: 4px;
	box-sizing: border-box;
	min-width: 214px;
	padding: 4px;
	position: relative;
	width: 214px;
}

#bbpress-forums .bbp-reply-form .bbp-form .bbp-reply-image-preview-image {
	border-radius: 3px;
	display: block;
	height: 140px;
	object-fit: cover;
	width: 100%;
}

#bbpress-forums .bbp-reply-form .bbp-form .bbp-reply-image-preview-remove {
	align-items: center;
	background: #000;
	border: 0;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 18px;
	height: 22px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: -5px;
	top: -5px;
	width: 22px;
}

#bbpress-forums .bbp-reply-form .bbp-form .bbp-reply-image-preview-name {
	color: #26333a;
	display: block;
	font-size: 13px;
	line-height: 1.4;
	margin: 8px 4px 2px;
	overflow: hidden;
	margin: 0;
	white-space: nowrap;
}

#bbpress-forums .bbp-reply-form .bbp-form .bbp-reply-image-preview-status {
	color: rgba(0, 0, 0, 0.55);
	display: block;
	font-size: 12px;
	line-height: 1.4;
	margin: 0 4px 4px;
}

#bbpress-forums .attitudegaming-reply-images {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
	margin: 16px 0 0;
	padding: 0;
}

#bbpress-forums .attitudegaming-reply-image-link {
	aspect-ratio: 1 / 1;
	border-radius: 4px;
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#bbpress-forums .attitudegaming-reply-image-fav {
	align-items: center;
	background: rgba(20, 20, 20, 0.65);
	backdrop-filter: blur(2px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	color: #ffffff;
	cursor: pointer;
	display: flex;
	font-size: 14px;
	height: 32px;
	justify-content: center;
	line-height: 1;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: 8px;
	top: 8px;
	transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease, color 0.2s ease;
	width: 32px;
	z-index: 5;
}

#bbpress-forums .attitudegaming-reply-image-link:hover .attitudegaming-reply-image-fav,
#bbpress-forums .attitudegaming-reply-image-link:focus-within .attitudegaming-reply-image-fav,
#bbpress-forums .attitudegaming-reply-image-fav.is-active {
	opacity: 1;
}

#bbpress-forums .attitudegaming-reply-image-fav:hover {
	background: rgba(0, 0, 0, 0.9);
	border-color: rgba(255, 255, 255, 0.6);
	transform: scale(1.1);
}

#bbpress-forums .attitudegaming-reply-image-fav.is-active {
	background: rgba(220, 38, 38, 0.9);
	border-color: rgba(255, 255, 255, 0.6);
	color: #ffffff;
}

#bbpress-forums .attitudegaming-reply-image-fav.is-animating,
.attitudegaming-image-lightbox-fav.is-animating {
	animation: attitudegaming-heart-pop 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes attitudegaming-heart-pop {
	0% {
		transform: scale(1);
	}
	40% {
		transform: scale(1.35);
	}
	70% {
		transform: scale(0.9);
	}
	100% {
		transform: scale(1);
	}
}

#bbpress-forums .attitudegaming-reply-image {
	aspect-ratio: 1 / 1;
	border-radius: 4px;
	cursor: pointer;
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 0.2s ease, filter 0.2s ease;
	width: 100%;
}

#bbpress-forums .attitudegaming-reply-image:hover {
	filter: brightness(1.05);
	transform: scale(1.03);
}

body.attitudegaming-modal-open {
	overflow: hidden;
}

.attitudegaming-image-lightbox {
	align-items: center;
	background: rgba(0, 0, 0, 0.82);
	backdrop-filter: blur(4px);
	bottom: 0;
	display: flex;
	inset: 0;
	justify-content: center;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999999;
}

.attitudegaming-image-lightbox[hidden] {
	display: none !important;
}

.attitudegaming-image-lightbox .attitudegaming-modal-overlay {
	background: transparent;
	inset: 0;
	position: absolute;
	z-index: 1;
}

.attitudegaming-image-lightbox-dialog,
.attitudegaming-modal.attitudegaming-image-lightbox .attitudegaming-modal-dialog {
	align-items: center;
	background: transparent !important;
	background-color: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	display: flex;
	justify-content: center;
	margin: 0;
	max-height: 90vh;
	max-width: 90vw;
	padding: 0 !important;
	pointer-events: none;
	position: relative;
	width: auto;
	z-index: 2;
}

.attitudegaming-image-lightbox-container {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	pointer-events: auto;
	position: relative;
}

.attitudegaming-image-lightbox-fav {
	align-items: center;
	background: rgba(30, 30, 30, 0.65);
	backdrop-filter: blur(2px);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	color: #ffffff;
	cursor: pointer;
	display: flex;
	font-size: 18px;
	height: 42px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: 14px;
	top: 14px;
	transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	width: 42px;
	z-index: 10;
}

.attitudegaming-image-lightbox-fav:hover {
	background: rgba(0, 0, 0, 0.9);
	border-color: rgba(255, 255, 255, 0.6);
	transform: scale(1.1);
}

.attitudegaming-image-lightbox-fav.is-active {
	background: rgba(220, 38, 38, 0.9);
	border-color: rgba(255, 255, 255, 0.6);
	color: #ffffff;
}

.attitudegaming-image-lightbox-img {
	border-radius: 4px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.8);
	display: block;
	height: auto;
	max-height: 85vh;
	max-width: 90vw;
	object-fit: contain;
	pointer-events: auto;
	width: auto;
}

.attitudegaming-image-lightbox-close {
	align-items: center;
	background: rgba(30, 30, 30, 0.6);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	color: #ffffff;
	cursor: pointer;
	display: flex;
	font-size: 20px;
	height: 40px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	position: fixed;
	right: 24px;
	top: 24px;
	transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s;
	width: 40px;
	z-index: 1000000;
}

.attitudegaming-image-lightbox-close:hover,
.attitudegaming-image-lightbox-close:focus {
	background: rgba(0, 0, 0, 0.9);
	border-color: rgba(255, 255, 255, 0.5);
	color: #ffffff;
	transform: scale(1.08);
}

@media (max-width: 782px) {
	#bbpress-forums .attitudegaming-reply-images {
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
	}
}

@media (max-width: 480px) {
	#bbpress-forums .attitudegaming-reply-images {
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
	}
}

#bbpress-forums .bbp-topic-form .bbp-reply-image-upload {
	background: #f5f5f5;
	border-radius: 4px;
	margin: 12px;
	padding: 12px;
}

#bbpress-forums .bbp-topic-form .bbp-reply-image-upload-dropzone {
	align-items: center;
	border: 2px dashed transparent;
	box-sizing: border-box;
	border-radius: 4px;
	color: rgba(0, 0, 0, 0.65);
	cursor: pointer;
	display: flex;
	gap: 18px;
	justify-content: flex-start;
	padding: 16px;
	text-align: left;
}

#bbpress-forums .bbp-topic-form .bbp-reply-image-upload-dropzone.is-dragover {
	border-color: rgba(62, 62, 62, 0.65);
}

#bbpress-forums .bbp-topic-form .bbp-reply-image-upload-dropzone .fa-paperclip {
	color: rgba(0, 0, 0, 0.45);
	font-size: 2em;
	transform: rotate(45deg);
}

#bbpress-forums .bbp-topic-form .bbp-reply-image-upload-dropzone-text {
	display: flex;
	flex-direction: column;
	gap: 6px;
	align-items: flex-start;
}

#bbpress-forums .bbp-topic-form .bbp-reply-image-upload-drag-text {
	line-height: 1.4;
}

#bbpress-forums .bbp-topic-form .bbp-reply-image-upload-choose {
	color: rgba(0, 0, 0, 0.65);
	font-weight: 700;
	text-decoration: underline;
}

#bbpress-forums .bbp-topic-form .bbp-reply-image-upload-limits {
	color: rgba(0, 0, 0, 0.55);
	display: flex;
	font-size: 12px;
	gap: 16px;
	line-height: 1.4;
	margin: 0;
}

#bbpress-forums .bbp-topic-form .bbp-reply-image-upload-error {
	color: #c0392b;
	font-size: 13px;
	line-height: 1.4;
	margin: 8px 16px 0;
}

#bbpress-forums .bbp-topic-form .bbp-reply-image-upload-error[hidden] {
	display: none;
}

#bbpress-forums .bbp-topic-form .bbp-reply-image-upload-heading {
	align-items: center;
	color: rgba(0, 0, 0, 0.65);
	display: flex;
	font-family: CronosPro, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 500;
	line-height: 23.8px;
	margin: 15px 16px 12px;
}

#bbpress-forums .bbp-topic-form .bbp-reply-image-upload-heading[hidden] {
	display: none !important;
}

#bbpress-forums .bbp-topic-form .bbp-reply-image-upload-heading::after {
	border-bottom: 1px solid rgba(62, 62, 62, 0.08);
	content: '';
	flex: 1;
	margin-left: 10px;
}

#bbpress-forums .bbp-topic-form .bbp-reply-image-upload-filenames {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 8px 16px 0;
	text-align: left;
	width: calc(100% - 32px);
}

#bbpress-forums .bbp-topic-form .bbp-reply-image-preview {
	background: #fff;
	border: 1px solid #d4dbe2;
	border-radius: 4px;
	box-sizing: border-box;
	min-width: 214px;
	padding: 4px;
	position: relative;
	width: 214px;
}

#bbpress-forums .bbp-topic-form .bbp-reply-image-preview-image {
	border-radius: 3px;
	display: block;
	height: 140px;
	object-fit: cover;
	width: 100%;
}

#bbpress-forums .bbp-topic-form .bbp-reply-image-preview-remove {
	align-items: center;
	background: #000;
	border: 0;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 18px;
	height: 22px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: -5px;
	top: -5px;
	width: 22px;
}

#bbpress-forums .bbp-topic-form .bbp-reply-image-preview-name {
	color: #26333a;
	display: block;
	font-size: 13px;
	line-height: 1.4;
	margin: 8px 4px 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#bbpress-forums .bbp-topic-form .bbp-reply-image-preview-status {
	color: rgba(0, 0, 0, 0.55);
	display: block;
	font-size: 12px;
	line-height: 1.4;
	margin: 0 4px 4px;
}

#bbpress-forums .attitudegaming-reply-image {
	border-radius: 4px;
	height: auto;
	max-width: 240px;
}

#wp-bbp_reply_content-editor-container,
#wp-bbp_reply_content-editor-container.wp-editor-container,
#wp-bbp_reply_content-editor-container .wp-editor-wrap,
#wp-bbp_reply_content-editor-container .wp-editor-container,
#wp-bbp_reply_content-editor-container .quicktags-toolbar,
#wp-bbp_reply_content-editor-container textarea.bbp-the-content,
#wp-bbp_topic_content-editor-container,
#wp-bbp_topic_content-editor-container.wp-editor-container,
#wp-bbp_topic_content-editor-container .wp-editor-wrap,
#wp-bbp_topic_content-editor-container .wp-editor-container,
#wp-bbp_topic_content-editor-container .quicktags-toolbar,
#wp-bbp_topic_content-editor-container textarea.bbp-the-content {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
}

#bbpress-forums #wp-bbp_reply_content-editor-container .mce-toolbar-grp,
#bbpress-forums #wp-bbp_reply_content-editor-container .mce-toolbar,
#bbpress-forums #wp-bbp_reply_content-editor-container .mce-toolbar *,
#bbpress-forums #wp-bbp_reply_content-editor-container .mce-btn,
#bbpress-forums #wp-bbp_reply_content-editor-container .mce-btn:hover,
#bbpress-forums #wp-bbp_reply_content-editor-container .mce-btn:focus,
#bbpress-forums #wp-bbp_reply_content-editor-container .mce-btn button,
#bbpress-forums #wp-bbp_reply_content-editor-container .mce-btn button:hover,
#bbpress-forums #wp-bbp_reply_content-editor-container .mce-btn button:focus {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	border: 0 !important;
	box-shadow: none !important;
	color: inherit;
	font-weight: 400;
	padding: 0;
}

#wp-bbp_reply_content-editor-container .mce-toolbar .mce-btn,
#wp-bbp_reply_content-editor-container .mce-toolbar .mce-btn button,
#wp-bbp_reply_content-editor-container .mce-toolbar .mce-btn:hover,
#wp-bbp_reply_content-editor-container .mce-toolbar .mce-btn:focus,
#wp-bbp_reply_content-editor-container .mce-toolbar .mce-btn button:hover,
#wp-bbp_reply_content-editor-container .mce-toolbar .mce-btn button:focus {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	border: 0 !important;
	border-color: transparent !important;
	box-shadow: none !important;
	color: #50575e !important;
	cursor: pointer;
	font-weight: 400 !important;
	padding: 2px 3px !important;
}

#wp-bbp_reply_content-editor-container .mce-toolbar-grp {
	overflow-x: auto;
	white-space: nowrap;
}

#wp-bbp_reply_content-editor-container .mce-toolbar,
#wp-bbp_reply_content-editor-container .mce-toolbar .mce-btn-group,
#wp-bbp_reply_content-editor-container .mce-toolbar .mce-btn {
	display: inline-block;
	float: none;
	vertical-align: top;
	white-space: nowrap;
}

#wp-bbp_reply_content-editor-container .mce-toolbar-grp {
	overflow-x: auto;
}

#wp-bbp_reply_content-editor-container .mce-toolbar {
	padding: 4px 6px;
}

#bbpress-forums #wp-bbp_reply_content-editor-container .mce-toolbar .mce-btn-group + .mce-btn-group {
	border-left: 0 !important;
	margin-left: 0;
	padding-left: 0;
}

#bbpress-forums #wp-bbp_reply_content-editor-container .mce-statusbar {
	display: none !important;
}

#bbpress-forums #wp-bbp_reply_content-editor-container .mce-toolbar-grp,
#bbpress-forums #wp-bbp_reply_content-editor-container .mce-toolbar,
#bbpress-forums #wp-bbp_reply_content-editor-container .mce-toolbar-grp > div,
#bbpress-forums #wp-bbp_reply_content-editor-container .mce-stack-layout-item,
#bbpress-forums #wp-bbp_reply_content-editor-container .mce-tinymce,
#bbpress-forums #wp-bbp_reply_content-editor-container .mce-edit-area,
#bbpress-forums #wp-bbp_reply_content-editor-container iframe#bbp_reply_content_ifr {
	border: 0 !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
	box-shadow: none !important;
}

#bbpress-forums #wp-bbp_reply_content-editor-container .mce-toolbar-grp {
	border-bottom-color: transparent !important;
	border-bottom-style: none !important;
	box-shadow: inset 0 -1px 0 transparent !important;
}

#bbpress-forums #wp-bbp_reply_content-editor-container .mce-toolbar-grp,
#bbpress-forums #wp-bbp_reply_content-editor-container .mce-toolbar-grp *,
#bbpress-forums #wp-bbp_reply_content-editor-container .mce-edit-area,
#bbpress-forums #wp-bbp_reply_content-editor-container .mce-edit-area * {
	border-top: 0 !important;
	border-bottom: 0 !important;
	box-shadow: none !important;
}

#bbpress-forums #wp-bbp_reply_content-editor-container .mce-edit-area {
	margin-top: -1px !important;
	border: 0 !important;
	border-width: 0 !important;
}

#bbpress-forums #wp-bbp_reply_content-editor-container .mce-tinymce * {
	border-top: 0 !important;
	border-bottom: 0 !important;
}

#bbpress-forums #wp-bbp_reply_content-editor-container .mce-toolbar .mce-btn-group + .mce-btn-group {
	border-left: 1px solid #d4dbe2 !important;
	margin-left: 6px;
	padding-left: 6px;
}

#bbpress-forums #wp-bbp_reply_content-editor-container .mce-panel,
#bbpress-forums #wp-bbp_reply_content-editor-container .mce-panel *,
#bbpress-forums #wp-bbp_reply_content-editor-container .mce-edit-area {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	border: 0 !important;
}

#bbpress-forums #wp-bbp_reply_content-editor-container .mce-panel .mce-edit-area {
	border: 0 !important;
	border-radius: 0;
}

#bbpress-forums #wp-bbp_reply_content-editor-container iframe#bbp_reply_content_ifr {
	border: 0 !important;
	box-shadow: none !important;
	outline: 0 !important;
}

#bbpress-forums #wp-bbp_topic_content-editor-container .mce-toolbar-grp,
#bbpress-forums #wp-bbp_topic_content-editor-container .mce-toolbar,
#bbpress-forums #wp-bbp_topic_content-editor-container .mce-toolbar *,
#bbpress-forums #wp-bbp_topic_content-editor-container .mce-btn,
#bbpress-forums #wp-bbp_topic_content-editor-container .mce-btn:hover,
#bbpress-forums #wp-bbp_topic_content-editor-container .mce-btn:focus,
#bbpress-forums #wp-bbp_topic_content-editor-container .mce-btn button,
#bbpress-forums #wp-bbp_topic_content-editor-container .mce-btn button:hover,
#bbpress-forums #wp-bbp_topic_content-editor-container .mce-btn button:focus {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	border: 0 !important;
	box-shadow: none !important;
	color: inherit;
	font-weight: 400;
	padding: 0;
}

#bbpress-forums #wp-bbp_topic_content-editor-container .mce-toolbar .mce-btn,
#bbpress-forums #wp-bbp_topic_content-editor-container .mce-toolbar .mce-btn button,
#bbpress-forums #wp-bbp_topic_content-editor-container .mce-toolbar .mce-btn:hover,
#bbpress-forums #wp-bbp_topic_content-editor-container .mce-toolbar .mce-btn:focus,
#bbpress-forums #wp-bbp_topic_content-editor-container .mce-toolbar .mce-btn button:hover,
#bbpress-forums #wp-bbp_topic_content-editor-container .mce-toolbar .mce-btn button:focus {
	color: #50575e !important;
	cursor: pointer;
	font-weight: 400 !important;
	padding: 2px 3px !important;
}

#wp-bbp_topic_content-editor-container .mce-toolbar-grp {
	overflow-x: auto;
	white-space: nowrap;
}

#wp-bbp_topic_content-editor-container .mce-toolbar,
#wp-bbp_topic_content-editor-container .mce-toolbar .mce-btn-group,
#wp-bbp_topic_content-editor-container .mce-toolbar .mce-btn {
	display: inline-block;
	float: none;
	vertical-align: top;
	white-space: nowrap;
}

#wp-bbp_topic_content-editor-container .mce-toolbar {
	padding: 4px 6px;
}

#bbpress-forums #wp-bbp_topic_content-editor-container .mce-statusbar {
	display: none !important;
}

#bbpress-forums #wp-bbp_topic_content-editor-container .mce-toolbar .mce-btn-group + .mce-btn-group {
	border-left: 1px solid #d4dbe2 !important;
	margin-left: 6px;
	padding-left: 6px;
}

#bbpress-forums #wp-bbp_topic_content-editor-container .mce-toolbar-grp,
#bbpress-forums #wp-bbp_topic_content-editor-container .mce-toolbar,
#bbpress-forums #wp-bbp_topic_content-editor-container .mce-toolbar-grp > div,
#bbpress-forums #wp-bbp_topic_content-editor-container .mce-stack-layout-item,
#bbpress-forums #wp-bbp_topic_content-editor-container .mce-tinymce,
#bbpress-forums #wp-bbp_topic_content-editor-container .mce-edit-area,
#bbpress-forums #wp-bbp_topic_content-editor-container iframe#bbp_topic_content_ifr,
#bbpress-forums #wp-bbp_topic_content-editor-container .mce-panel,
#bbpress-forums #wp-bbp_topic_content-editor-container .mce-panel * {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	border: 0 !important;
	box-shadow: none !important;
}

#bbpress-forums #wp-bbp_topic_content-editor-container .mce-edit-area {
	margin-top: -1px !important;
}

#bbpress-forums #wp-bbp_topic_content-editor-container iframe#bbp_topic_content_ifr {
	outline: 0 !important;
}

#bbpress-forums .bbp-reply-form .bbp-form .bbp-form-allowed-tags,
#bbpress-forums .bbp-reply-form .bbp-form .bbp-topic-tags {
	color: #7a8590;
	font-size: 14px;
	margin-top: 12px;
}

#bbpress-forums .bbp-reply-form .bbp-submit-wrapper {
	border-top: 0;
	margin: 12px 0 0;
	padding: 0;
	text-align: right;
}

#bbpress-forums .bbp-reply-form .bbp-submit-wrapper button,
#bbpress-forums .bbp-reply-form .bbp-submit-wrapper input[type="submit"] {
	background-color: transparent;
	background-image: url('/wp-content/uploads/2026/08/button-bg.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border: none;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	border-radius: 4px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 22px;
	font-weight: 400;
	height: 50.2812px;
	line-height: 48.3px;
	text-decoration: none;
}

#bbpress-forums .attitudegaming-topic-reply-button {
	background-color: #0185df;
	background-image: none;
	border: none;
	border-radius: 4px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	font-weight: 400;
	height: 50.2812px;
	line-height: 48.3px;
	padding: 0 40px;
	text-decoration: none;
}

#bbpress-forums .attitudegaming-topic-reply-button {
	box-sizing: border-box;
	display: block;
	margin: 10px 0 0 auto;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	width: calc(80px + 15ch);
}

.attitudegaming-topic-composer .bbp-topic-form .bbp-submit-wrapper {
	border-top: 0;
	display: flex !important;
	float: none !important;
	justify-content: center !important;
	margin: 12px 0 0;
	padding: 30px 0 22px;
	text-align: center;
	width: 100% !important;
}

#bbpress-forums .attitudegaming-bottom-breadcrumb {
	margin-top: 24px;
	margin-bottom: 24px;
}

#bbpress-forums .attitudegaming-bottom-breadcrumb .bbp-breadcrumb {
	margin-bottom: 0;
}

body.attitudegaming-admin-tracker #bbpress-forums .attitudegaming-bottom-breadcrumb {
	margin-top: 24px;
}

.attitudegaming-topic-composer .bbp-topic-form #bbp_topic_submit {
	background-color: #0185df;
	background-image: none;
	border: none;
	border-radius: 4px;
	box-sizing: border-box;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	font-weight: 400;
	float: none !important;
	height: 50.2812px;
	line-height: 48.3px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 40px;
	text-decoration: none;
	white-space: nowrap;
}

.attitudegaming-topic-composer .bbp-topic-form #bbp_topic_submit:hover,
.attitudegaming-topic-composer .bbp-topic-form #bbp_topic_submit:focus,
.attitudegaming-topic-composer .bbp-topic-form #bbp_topic_submit:active {
	background-color: #00419d !important;
	background-image: none !important;
	border: none !important;
	color: #ffffff !important;
	font-size: 22px !important;
	font-weight: 400 !important;
	height: 50.2812px !important;
	line-height: 48.3px !important;
	text-decoration: none !important;
}

.attitudegaming-reply-edit .bbp-reply-form .bbp-submit-wrapper {
	text-align: center;
}

#bbpress-forums a.attitudegaming-topic-reply-button:hover,
#bbpress-forums a.attitudegaming-topic-reply-button:focus,
#bbpress-forums a.attitudegaming-topic-reply-button:active {
	background-color: #00419d !important;
	background-image: none !important;
	border: none !important;
	color: #ffffff !important;
	text-decoration: none !important;
	transform: none !important;
	transition: none !important;
}

#bbpress-forums .bbp-reply-form .bbp-submit-wrapper button:hover,
#bbpress-forums .bbp-reply-form .bbp-submit-wrapper button:focus,
#bbpress-forums .bbp-reply-form .bbp-submit-wrapper button:active,
#bbpress-forums .bbp-reply-form .bbp-submit-wrapper input[type="submit"]:hover,
#bbpress-forums .bbp-reply-form .bbp-submit-wrapper input[type="submit"]:focus,
#bbpress-forums .bbp-reply-form .bbp-submit-wrapper input[type="submit"]:active {
	background-color: transparent !important;
	background-image: url('/wp-content/uploads/2026/08/button-bg.webp') !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: 100% 100% !important;
	border: none !important;
	color: #ffffff !important;
	font-size: 22px !important;
	font-weight: 400 !important;
	height: 50.2812px !important;
	line-height: 48.3px !important;
	padding: 0 40px !important;
	text-decoration: none !important;
	transform: none !important;
	transition: none !important;
}

#bbpress-forums #bbp_reply_submit {
	background-color: #0185df;
	background-image: none;
	border-radius: 4px;
}

#bbpress-forums #bbp_reply_submit:hover,
#bbpress-forums #bbp_reply_submit:focus,
#bbpress-forums #bbp_reply_submit:active {
	background-color: #00419d !important;
	background-image: none !important;
}

#bbpress-forums .attitudegaming-topic-navigation {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 24px 0;
	padding: 14px 0 0;
}

#bbpress-forums .attitudegaming-topic-navigation-link,
#bbpress-forums .attitudegaming-topic-navigation-link:visited {
	align-items: center;
	color: rgba(0, 0, 0, 0.7) !important;
	display: inline-flex;
	font-size: 15px;
	font-weight: 500;
	gap: 8px;
	text-decoration: none !important;
}

#bbpress-forums .attitudegaming-topic-navigation-link i {
	font-size: 12px;
}

#bbpress-forums .attitudegaming-topic-navigation-link:hover,
#bbpress-forums .attitudegaming-topic-navigation-link:focus,
#bbpress-forums .attitudegaming-topic-navigation-link:visited:hover,
#bbpress-forums .attitudegaming-topic-navigation-link:visited:focus {
	color: #000000 !important;
	text-decoration: none !important;
}

@media (max-width: 782px) {
	#bbpress-forums .bbp-reply-form.is-expanded::before,
	#bbpress-forums .bbp-reply-form.is-expanded::after,
	#bbpress-forums .attitudegaming-reply-form-toggle::before {
		display: none;
	}

	#bbpress-forums .attitudegaming-reply-form-toggle {
		font-size: 22px;
		gap: 12px;
		min-height: 40px;
		height: 40px;
		padding: 0 14px;
	}

	#bbpress-forums .bbp-reply-form.is-collapsed .attitudegaming-reply-form-toggle {
		height: auto;
		margin-left: 54px;
		min-height: 50px;
		width: calc(100% - 54px);
	}

	#bbpress-forums .bbp-reply-form.is-expanded .attitudegaming-reply-form-toggle {
		min-height: 40px;
		padding: 0;
		position: static;
		width: 40px;
		height: 40px;
	}

	#bbpress-forums .bbp-reply-form.is-expanded {
		padding-left: 0;
	}

	#bbpress-forums .bbp-reply-form.is-expanded form {
		margin-top: 8px;
	}

	#bbpress-forums .attitudegaming-reply-form-avatar {
		left: -54px;
		height: 40px;
		width: 40px;
	}

	#bbpress-forums .bbp-reply-form .bbp-form > p,
	#bbpress-forums .bbp-reply-form .bbp-form > div {
		margin: 0;
	}

	#bbpress-forums .bbp-reply-form.is-expanded .attitudegaming-reply-form-avatar {
		left: auto;
	}

	#bbpress-forums .bbp-reply-form .bbp-form textarea.bbp-the-content {
		min-height: 220px;
	}

	#bbpress-forums .bbp-reply-form .bbp-submit-wrapper {
		padding: 0 0 14px;
	}

	#bbpress-forums .bbp-reply-form .bbp-submit-wrapper button,
	#bbpress-forums .bbp-reply-form .bbp-submit-wrapper input[type="submit"] {
		width: 100%;
	}

	#bbpress-forums .attitudegaming-topic-reply-button {
		text-align: center;
	}
}

#bbpress-forums ul.bbp-topics .bbp-body > ul.attitudegaming-topic-row .bbp-topic-title {
	float: none;
	padding: 0;
	width: 100%;
}

#bbpress-forums ul.bbp-topics .bbp-body > ul.attitudegaming-topic-row .attitudegaming-topic-link {
	padding-left: 24px;
}

#bbpress-forums ul.bbp-topics .bbp-body > ul.attitudegaming-topic-row .attitudegaming-topic-link::before {
	background: transparent;
	border-radius: 50%;
	content: '';
	height: 12px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
}

#bbpress-forums ul.bbp-topics .bbp-body > ul.attitudegaming-topic-row.has-new-posts .attitudegaming-topic-link::before {
	background: #0185df;
}

#bbpress-forums ul.bbp-topics .bbp-body > ul.attitudegaming-topic-row .bbp-topic-permalink {
	color: #00419d;
	font-size: 20.7px;
	font-weight: 500;
	line-height: 20px;
	text-decoration: none;
}

#bbpress-forums ul.bbp-topics .bbp-body > ul.attitudegaming-topic-row a.bbp-topic-permalink.bbp-parent-forum-title {
	color: #0185df;
}

#bbpress-forums ul.bbp-topics .bbp-body > ul.attitudegaming-topic-row a.bbp-topic-permalink.bbp-parent-forum-title:hover,
#bbpress-forums ul.bbp-topics .bbp-body > ul.attitudegaming-topic-row a.bbp-topic-permalink.bbp-parent-forum-title:focus {
	color: #00419d;
	text-decoration: none;
}

#bbpress-forums ul.bbp-topics .bbp-body > ul.attitudegaming-topic-row.has-new-posts .bbp-topic-permalink {
	font-weight: 700;
}

#bbpress-forums ul.bbp-topics .bbp-body > ul.attitudegaming-topic-row .bbp-forum-post-count-number,
#bbpress-forums ul.bbp-topics .bbp-body > ul.attitudegaming-topic-row .bbp-author-name {
	color: rgb(62, 62, 62);
	font-size: 15px;
	height: 22.5px;
	line-height: 22.5px;
}

#bbpress-forums ul.bbp-topics .bbp-body > ul.attitudegaming-topic-row .attitudegaming-topic-title-line {
	align-items: center;
	display: flex;
	gap: 12px;
	min-width: 0;
}

#bbpress-forums ul.bbp-topics .bbp-body > ul.attitudegaming-topic-row .attitudegaming-topic-title-line .bbp-topic-permalink {
	flex: 0 1 auto;
}

#bbpress-forums ul.bbp-topics .bbp-body > ul.attitudegaming-topic-row .bbp-topic-pagination {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	gap: 6px;
	margin-left: 0;
	vertical-align: middle;
}

#bbpress-forums ul.bbp-topics .bbp-body > ul.attitudegaming-topic-row .bbp-topic-pagination a,
#bbpress-forums ul.bbp-topics .bbp-body > ul.attitudegaming-topic-row .bbp-topic-pagination .page-numbers {
	align-items: center;
	background: rgb(228, 240, 253);
	border: 0;
	border-radius: 0;
	color: #0185df;
	display: inline-flex;
	font-size: 12px;
	font-weight: 600;
	height: 20px;
	justify-content: center;
	line-height: 20px;
	min-width: 20px;
	padding: 0 4px;
	text-align: center;
	text-decoration: none;
}

#bbpress-forums ul.bbp-topics .bbp-body > ul.attitudegaming-topic-row .bbp-topic-pagination .dots {
	background: transparent;
	min-width: 0;
	padding: 0;
}

#bbpress-forums ul.bbp-topics .bbp-body > ul.attitudegaming-topic-row .bbp-topic-pagination .last {
	padding: 0 8px;
}

#bbpress-forums ul.bbp-topics .bbp-body > ul.attitudegaming-topic-row .bbp-topic-pagination a:hover,
#bbpress-forums ul.bbp-topics .bbp-body > ul.attitudegaming-topic-row .bbp-topic-pagination a:focus {
	background: rgb(205, 226, 248);
	color: rgb(27, 70, 120);
}

#bbpress-forums ul.bbp-topics .bbp-body > ul.attitudegaming-topic-row .bbp-subforum-description a {
	color: inherit;
	text-decoration: none;
}

#bbpress-forums ul.bbp-topics .bbp-body > ul.attitudegaming-topic-row .attitudegaming-topic-age::before {
	content: ', ';
}

#bbpress-forums .bbp-new-topic-link a {
	background: #774025;
	border: 1px solid #774025;
	color: #fff;
	display: inline-block;
	cursor: pointer;
	font-weight: 700;
	padding: 9px 15px;
}

#bbpress-forums .bbp-new-topic-link a:hover,
#bbpress-forums .bbp-new-topic-link a:focus {
	background: #5b2e1b;
	border-color: #5b2e1b;
	text-decoration: none;
}

#bbpress-forums .bbp-new-topic-link {
	margin: 24px 0 0;
}

#bbpress-forums .bbp-header {
	position: relative;
}

#bbpress-forums .bbp-header-new-topic-link {
	margin: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

#bbpress-forums .bbp-header-new-topic-link .attitudegaming-modal-trigger,
#bbpress-forums .bbp-new-topic-link.attitudegaming-forum-summary-new-topic a {
	background-color: #0185df;
	border: none;
	color: #ffffff;
	display: inline-block;
	cursor: pointer;
	border-radius: 4px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 22px;
	font-weight: 400;
	height: 50.2812px;
	line-height: 48.3px;
	text-decoration: none;
	text-shadow: none;
	-webkit-text-stroke: 0;
}

#bbpress-forums .bbp-new-topic-link.attitudegaming-forum-summary-new-topic a {
	font-size: 22px;
	font-weight: 400;
	color: #ffffff;
}

#bbpress-forums .bbp-header-new-topic-link .attitudegaming-modal-trigger:hover,
#bbpress-forums .bbp-header-new-topic-link .attitudegaming-modal-trigger:focus,
#bbpress-forums .bbp-new-topic-link.attitudegaming-forum-summary-new-topic a:hover,
#bbpress-forums .bbp-new-topic-link.attitudegaming-forum-summary-new-topic a:focus {
	background-color: #00419d;
}

.attitudegaming-modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.attitudegaming-modal[hidden] {
	display: none;
}

.attitudegaming-modal-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
}

.attitudegaming-modal-dialog {
	position: relative;
	z-index: 2;
	margin: 0;
	width: 90%;
	max-width: 400px;
	background: #fff;
	border-radius: 4px;
	padding: 24px;
	text-align: left;
}

.attitudegaming-modal-header {
	position: relative;
	padding-right: 32px;
}

.attitudegaming-modal-dialog h2 {
	margin-top: 0;
	color: #26333a;
	font-size: 27.6px;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.2;
	padding: 0;
	text-align: left;
}

.attitudegaming-modal-divider {
	height: 0;
	padding: 0;
	border: 1px solid rgba(62, 62, 62, 0.08);
	border-width: 1px 0 0 0;
	margin: 24px 0 16px;
}

.attitudegaming-forum-select {
	position: relative;
	text-align: left;
	margin-bottom: 16px;
}

.attitudegaming-forum-select-label {
	font-weight: 300;
	color: rgba(135, 135, 135, 0.8);
	font-size: 15px;
	height: auto;
	line-height: 22.5px;
}

#attitudegaming-new-topic-modal .attitudegaming-forum-select-toggle {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #333;
	cursor: pointer;
	font-weight: 400;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 9px 15px;
}

#attitudegaming-new-topic-modal .attitudegaming-forum-select-toggle[aria-expanded="true"] {
	border-radius: 4px 4px 0 0;
	border-bottom-color: transparent;
}

#attitudegaming-new-topic-modal .attitudegaming-forum-select-toggle:hover,
#attitudegaming-new-topic-modal .attitudegaming-forum-select-toggle:focus {
	background: #fff;
	border-color: #ccc;
}

.attitudegaming-forum-tree-wrapper {
	max-height: 320px;
	overflow-y: auto;
	text-align: left;
	margin-top: -1px;
	position: relative;
	z-index: 1;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0 0 4px 4px;
	padding: 8px 12px;
}

.attitudegaming-forum-tree-wrapper[hidden] {
	display: none;
}

#attitudegaming-new-topic-modal .attitudegaming-forum-tree-wrapper .attitudegaming-forum-tree,
#attitudegaming-new-topic-modal .attitudegaming-forum-tree-wrapper .attitudegaming-forum-tree--nested,
#bbpress-forums #bbp-search-form .attitudegaming-forum-search-select .attitudegaming-forum-tree {
	list-style: none;
	margin: 0;
	padding: 0;
}

#attitudegaming-new-topic-modal .attitudegaming-forum-tree-wrapper .attitudegaming-forum-tree--nested,
#bbpress-forums #bbp-search-form .attitudegaming-forum-search-select .attitudegaming-forum-tree--nested {
	padding-left: 14px;
	margin-left: 8px;
	border-left: 1px solid #ddd;
}

.attitudegaming-forum-tree--nested[hidden] {
	display: none;
}

#attitudegaming-new-topic-modal .attitudegaming-forum-tree-wrapper .attitudegaming-forum-tree-item,
#bbpress-forums #bbp-search-form .attitudegaming-forum-search-select .attitudegaming-forum-tree-item {
	margin: 6px 0;
	padding: 0;
	position: relative;
}

.attitudegaming-forum-tree--nested > .attitudegaming-forum-tree-item::before {
	content: '';
	position: absolute;
	top: 14px;
	left: -14px;
	width: 9px;
	border-top: 1px solid #ddd;
}

.attitudegaming-forum-tree-row {
	display: flex;
	align-items: center;
}

#attitudegaming-new-topic-modal .attitudegaming-forum-tree-toggle,
#bbpress-forums #bbp-search-form .attitudegaming-forum-search-select .attitudegaming-forum-tree-toggle {
	background: none;
	border: 0;
	cursor: pointer;
	padding: 4px;
	width: 20px;
	flex: 0 0 20px;
	color: #667275;
	font-weight: 400;
}

#attitudegaming-new-topic-modal .attitudegaming-forum-tree-toggle:hover,
#attitudegaming-new-topic-modal .attitudegaming-forum-tree-toggle:focus,
#bbpress-forums #bbp-search-form .attitudegaming-forum-search-select .attitudegaming-forum-tree-toggle:hover,
#bbpress-forums #bbp-search-form .attitudegaming-forum-search-select .attitudegaming-forum-tree-toggle:focus {
	background: none;
}

.attitudegaming-forum-tree-caret-spacer {
	display: inline-block;
	width: 10px;
	flex: 0 0 10px;
}

.attitudegaming-forum-tree-label {
	font-weight: 700;
	color: rgba(135, 135, 135, 0.8);
	font-size: 15px;
	height: auto;
	line-height: 22.5px;
}

#attitudegaming-new-topic-modal .attitudegaming-forum-tree-wrapper > .attitudegaming-forum-tree > .attitudegaming-forum-tree-item > .attitudegaming-forum-tree-row .attitudegaming-forum-tree-label {
	font-weight: 700;
}

#attitudegaming-new-topic-modal .attitudegaming-forum-tree-option,
#bbpress-forums #bbp-search-form .attitudegaming-forum-search-select .attitudegaming-forum-tree-option {
	background: none;
	border: 0;
	cursor: pointer;
	color: rgb(62, 62, 62);
	font-weight: 400;
	display: inline;
	font-family: CronosPro, Arial, Helvetica, sans-serif;
	font-size: 15px;
	height: auto;
	line-height: 22.5px;
	padding: 4px 0;
	text-align: left;
}

#attitudegaming-new-topic-modal .attitudegaming-forum-tree-option:hover,
#bbpress-forums #bbp-search-form .attitudegaming-forum-search-select .attitudegaming-forum-tree-option:hover {
	background: none;
	color: #0185df;
}

#attitudegaming-new-topic-modal .attitudegaming-forum-tree-option:focus,
#bbpress-forums #bbp-search-form .attitudegaming-forum-search-select .attitudegaming-forum-tree-option:focus {
	background: none;
	color: rgb(62, 62, 62);
}

.attitudegaming-forum-tree-option.is-selected {
	color: rgb(170, 4, 4);
	font-weight: 700;
}

#attitudegaming-new-topic-modal .attitudegaming-modal-continue {
	background-color: #0185df;
	border: none;
	color: #fff;
	display: inline-block;
	cursor: pointer;
	border-radius: 4px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 22px;
	font-weight: 400;
	height: 50.2812px;
	line-height: 48.3px;
	text-decoration: none;
	text-shadow: none;
	-webkit-text-stroke: 0;
}

#attitudegaming-new-topic-modal .attitudegaming-modal-continue:hover,
#attitudegaming-new-topic-modal .attitudegaming-modal-continue:focus {
	background-color: #00419d;
}

#attitudegaming-new-topic-modal .attitudegaming-modal-dismiss {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: none;
	border: 0;
	color: #333;
	cursor: pointer;
	font-size: 24px;
	line-height: 1;
}

#attitudegaming-new-topic-modal .attitudegaming-modal-dismiss:hover,
#attitudegaming-new-topic-modal .attitudegaming-modal-dismiss:focus {
	background: none;
}

#bbpress-forums .attitudegaming-dev-tracker-list {
	border: 0;
	margin: 0;
	padding: 0;
}

#bbpress-forums .attitudegaming-dev-tracker-list .bbp-body {
	background-image: url('/wp-content/uploads/2026/08/icon-line.webp');
	background-position: center bottom;
	background-repeat: repeat-x;
	box-sizing: border-box;
	padding: 18px 20px;
}

#bbpress-forums .attitudegaming-dev-tracker-list .bbp-body:last-child {
	background-image: none;
}

#bbpress-forums .attitudegaming-tracker-timeline {
	clear: both;
	position: relative;
}

#bbpress-forums .attitudegaming-tracker-timeline-group {
	position: relative;
}

#bbpress-forums .attitudegaming-tracker-date-pill {
	background-color: rgb(62, 62, 62);
	border-radius: 999px;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	margin: 0 0 20px 0;
	padding: 8px 20px;
	position: relative;
	z-index: 1;
}

#bbpress-forums .attitudegaming-tracker-timeline-items {
	border: 0;
	margin: 0;
	padding: 0;
	position: relative;
}

#bbpress-forums .attitudegaming-tracker-timeline-items::before {
	background-color: rgba(62, 62, 62, 0.15);
	content: '';
	left: 15px;
	position: absolute;
	top: 0;
	bottom: 24px;
	width: 2px;
}

#bbpress-forums .attitudegaming-tracker-timeline-item {
	display: flex;
	gap: 20px;
	padding: 0 0 24px 0;
	position: relative;
}

#bbpress-forums .attitudegaming-tracker-timeline-marker {
	align-items: center;
	background-color: #fff;
	border: 2px solid rgba(62, 62, 62, 0.15);
	border-radius: 50%;
	box-sizing: border-box;
	color: rgb(135, 135, 135);
	display: flex;
	flex: 0 0 auto;
	font-size: 13px;
	height: 32px;
	justify-content: center;
	position: relative;
	width: 32px;
	z-index: 1;
}

#bbpress-forums .attitudegaming-tracker-timeline-card {
	display: flex;
	flex: 1 1 auto;
	gap: 12px;
	min-width: 0;
}

#bbpress-forums .attitudegaming-tracker-timeline-avatar {
	flex: 0 0 auto;
}

#bbpress-forums .attitudegaming-tracker-timeline-avatar img {
	border-radius: 4px;
	display: block;
	height: 40px;
	width: 40px;
}

#bbpress-forums .attitudegaming-tracker-timeline-content {
	min-width: 0;
}

#bbpress-forums .attitudegaming-tracker-timeline-title {
	color: #0185df;
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 22.08px;
	position: relative;
}

#bbpress-forums .attitudegaming-tracker-timeline-title.is-unread {
	font-weight: 700;
	padding-left: 16px;
}

#bbpress-forums .attitudegaming-tracker-timeline-type-badge {
	background-color: rgba(62, 62, 62, 0.1);
	border-radius: 3px;
	color: rgb(62, 62, 62);
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: 16px;
	vertical-align: 2px;
	margin-right: 8px;
	padding: 1px 6px;
	text-transform: uppercase;
}

#bbpress-forums .attitudegaming-tracker-timeline-dot {
	background-color: #00419d;
	border-radius: 50%;
	display: inline-block;
	height: 8px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

#bbpress-forums .attitudegaming-tracker-timeline-title:hover {
	color: #00419d !important;
	text-decoration: none !important;
}

#bbpress-forums .attitudegaming-tracker-timeline-title:focus,
#bbpress-forums .attitudegaming-tracker-timeline-title:active {
	color: #00419d !important;
	text-decoration: none !important;
}

#bbpress-forums .attitudegaming-tracker-timeline-byline {
	color: rgb(62, 62, 62);
	font-size: 16px;
	height: 24.1406px;
	line-height: 24.15px;
	margin-top: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#bbpress-forums .attitudegaming-tracker-timeline-excerpt {
	color: rgb(62, 62, 62);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	font-size: 15px;
	line-height: 24px;
	margin: 10px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	width: 100%;
}

#bbpress-forums .attitudegaming-tracker-timeline-images {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
}

#bbpress-forums .attitudegaming-tracker-timeline-images .attitudegaming-reply-image-link {
	aspect-ratio: 1 / 1;
	border-radius: 4px;
	display: block;
	flex: 0 0 76px;
	height: 76px;
	max-height: 76px;
	max-width: 76px;
	min-height: 76px;
	min-width: 76px;
	overflow: hidden;
	position: relative;
	width: 76px;
}

#bbpress-forums .attitudegaming-tracker-timeline-images .attitudegaming-reply-image,
#bbpress-forums .attitudegaming-tracker-timeline-images img {
	aspect-ratio: 1 / 1;
	border-radius: 4px;
	cursor: pointer;
	display: block;
	flex: 0 0 76px;
	height: 76px;
	max-height: 76px;
	max-width: 76px;
	min-height: 76px;
	min-width: 76px;
	object-fit: cover;
	transition: transform 0.2s ease, filter 0.2s ease;
	width: 76px;
}

#bbpress-forums .attitudegaming-tracker-timeline-images .attitudegaming-reply-image-link img {
	flex: none;
	height: 100%;
	max-height: 100%;
	max-width: 100%;
	min-height: 100%;
	min-width: 100%;
	width: 100%;
}

#bbpress-forums .attitudegaming-tracker-timeline-images .attitudegaming-reply-image:hover,
#bbpress-forums .attitudegaming-tracker-timeline-images img:hover {
	filter: brightness(1.08);
	transform: scale(1.04);
}

#bbpress-forums .attitudegaming-tracker-timeline-meta {
	align-items: center;
	color: rgb(135, 135, 135);
	display: flex;
	font-size: 15px;
	gap: 20px;
	line-height: 22.95px;
	margin-top: 12px;
}

#bbpress-forums .attitudegaming-tracker-timeline-meta span {
	align-items: center;
	display: inline-flex;
	gap: 5px;
}

@media (max-width: 700px) {
	#bbpress-forums .attitudegaming-tracker-timeline-card {
		flex-direction: column;
	}

	#bbpress-forums .bbp-forums-list .bbp-forum-last-activity,
	#bbpress-forums ul.bbp-topics .bbp-body > ul.attitudegaming-topic-row .bbp-forum-last-activity {
		display: none;
	}

	#bbpress-forums .bbp-forum-link {
		padding-right: 154px;
	}

	#bbpress-forums .bbp-forum-last-avatar {
		right: 0;
	}

	#bbpress-forums .bbp-forum-post-count {
		min-height: 36px;
		right: 64px;
	}

	#bbpress-forums .bbp-forums-list .bbp-forum-post-count-number {
		font-size: 20.7px;
		height: 22px;
		line-height: 22px;
		text-align: right;
	}

	#bbpress-forums .bbp-forums-list .bbp-forum-post-count-label {
		font-size: 15px;
		height: 17px;
		line-height: 17px;
		text-align: right;
	}
}

#bbpress-forums .attitudegaming-tracker-load-more {
	margin-top: 20px;
	text-align: center;
}

#bbpress-forums .attitudegaming-tracker-load-more-button {
	background-color: #0185df;
	border: none;
	border-radius: 4px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	font-weight: 400;
	height: 50.2812px;
	line-height: 48.3px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 0;
	padding-bottom: 0;
	text-shadow: none;
	-webkit-text-stroke: 0;
	text-decoration: none;
}

#bbpress-forums a.attitudegaming-tracker-load-more-button,
#bbpress-forums a.attitudegaming-tracker-load-more-button:visited,
#bbpress-forums a.attitudegaming-tracker-load-more-button:hover,
#bbpress-forums a.attitudegaming-tracker-load-more-button:focus,
#bbpress-forums a.attitudegaming-tracker-load-more-button:active {
	color: #ffffff;
	text-decoration: none;
}

#bbpress-forums .attitudegaming-tracker-load-more-button:hover,
#bbpress-forums .attitudegaming-tracker-load-more-button:focus {
	background-color: #00419d;
	color: #ffffff;
	text-decoration: none;
}

#bbpress-forums .attitudegaming-tracker-load-more-button.is-loading {
	opacity: 0.75;
	pointer-events: none;
}

#bbpress-forums .attitudegaming-forum-summary--tracker {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	margin-bottom: 0;
}

#bbpress-forums .attitudegaming-tracker-filters {
	align-items: stretch;
	background-color: rgb(243, 243, 243);
	border-radius: 4px;
	border-top: 1px solid rgba(62, 62, 62, 0.12);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 56px;
}

#bbpress-forums .attitudegaming-tracker-filter {
	border-right: 1px solid rgba(62, 62, 62, 0.12);
	flex: 1 1 0;
	position: relative;
}

#bbpress-forums .attitudegaming-tracker-filter:last-child {
	border-right: 0;
}

#bbpress-forums .attitudegaming-tracker-filter summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 8px;
	justify-content: space-between;
	list-style: none;
	padding: 12px 16px;
}

#bbpress-forums .attitudegaming-tracker-filter summary::-webkit-details-marker {
	display: none;
}

#bbpress-forums .attitudegaming-tracker-filter-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

#bbpress-forums .attitudegaming-tracker-filter-label {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#bbpress-forums .attitudegaming-tracker-filter-value {
	color: rgb(135, 135, 135);
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#bbpress-forums .attitudegaming-tracker-filter-caret {
	color: rgb(135, 135, 135);
	flex: 0 0 auto;
	font-size: 12px;
}

#bbpress-forums .attitudegaming-tracker-filter[open] summary {
	background-color: #0185df;
}

#bbpress-forums .attitudegaming-tracker-filter[open] .attitudegaming-tracker-filter-label,
#bbpress-forums .attitudegaming-tracker-filter[open] .attitudegaming-tracker-filter-value,
#bbpress-forums .attitudegaming-tracker-filter[open] .attitudegaming-tracker-filter-caret {
	color: #fff;
}

#bbpress-forums .attitudegaming-tracker-filter[open] .attitudegaming-tracker-filter-caret {
	transform: rotate(180deg);
}

#bbpress-forums .attitudegaming-tracker-filter-menu {
	background: #fff;
	border: 1px solid rgba(62, 62, 62, 0.15);
	border-radius: 4px;
	left: 0;
	min-width: 260px;
	position: absolute;
	top: calc(100% + 6px);
	z-index: 2;
}

#bbpress-forums .attitudegaming-tracker-filter-menu::before,
#bbpress-forums .attitudegaming-tracker-filter-menu::after {
	border: solid transparent;
	content: "";
	height: 0;
	left: 20px;
	position: absolute;
	width: 0;
}

#bbpress-forums .attitudegaming-tracker-filter-menu::before {
	border-bottom-color: rgba(62, 62, 62, 0.15);
	border-width: 8px;
	top: -16px;
}

#bbpress-forums .attitudegaming-tracker-filter-menu::after {
	border-bottom-color: #fff;
	border-width: 7px;
	top: -14px;
}

#bbpress-forums .attitudegaming-tracker-filter-menu a {
	align-items: center;
	box-sizing: border-box;
	color: rgb(62, 62, 62);
	display: flex;
	font-size: 15px;
	font-weight: 400;
	line-height: 21px;
	padding: 11px 20px;
	position: relative;
	text-align: left;
	text-decoration: none;
	width: 100%;
}

#bbpress-forums .attitudegaming-tracker-filter-menu a:hover,
#bbpress-forums .attitudegaming-tracker-filter-menu a:focus {
	background-color: rgba(62, 62, 62, 0.08);
	color: rgb(62, 62, 62);
	text-decoration: none;
}

#bbpress-forums .attitudegaming-tracker-filter-menu a[aria-current="true"] {
	color: rgb(62, 62, 62);
	font-weight: 700;
}

#bbpress-forums a.bbp-forum-link[href$="/elementalist/"] {
	color: #0185df;
}

#bbpress-forums a.bbp-forum-link[href$="/elementalist/"]:hover,
#bbpress-forums a.bbp-forum-link[href$="/elementalist/"]:focus {
	color: #00419d;
}

#bbpress-forums a.bbp-forum-last-activity-title[href$="/patch-notes/"] {
	color: #0185df;
}

#bbpress-forums a.bbp-forum-last-activity-title[href$="/patch-notes/"]:hover,
#bbpress-forums a.bbp-forum-last-activity-title[href$="/patch-notes/"]:focus {
	color: #00419d;
}

@media (max-width: 700px) {
	#bbpress-forums .attitudegaming-tracker-filters {
		flex-direction: column;
	}

	#bbpress-forums .attitudegaming-tracker-filter {
		border-bottom: 1px solid rgba(62, 62, 62, 0.12);
		border-right: 0;
	}

	#bbpress-forums .attitudegaming-tracker-filter:last-child {
		border-bottom: 0;
	}
}




#bbpress-forums .bbp-footer {
	display: none;
}

#bbpress-forums .bbp-reply-header {
	align-items: center;
	background-color: rgb(204, 204, 204);
	background-image: url('/wp-content/uploads/2026/08/post-header.webp');
	background-size: cover;
	border: 0;
	display: flex;
	height: 44px;
	overflow: visible;
	padding-bottom: 0;
	padding-top: 0;
	position: relative;
	z-index: 5;
}

#bbpress-forums .bbp-reply-header .bbp-meta {
	align-items: center;
	display: flex;
	overflow: visible;
	position: relative;
	width: 100%;
}

#bbpress-forums .bbp-reply-header .attitudegaming-reply-header-avatar {
	display: none;
}

#bbpress-forums .attitudegaming-favorite-btn {
	align-items: center;
	background: transparent !important;
	border: 0 !important;
	border-radius: 50%;
	color: #9aa3ab;
	cursor: pointer;
	display: inline-flex;
	font-size: 16px;
	height: 36px;
	justify-content: center;
	line-height: 1;
	margin: 0;
	padding: 0;
	position: relative;
	transition: color 0.2s ease, transform 0.2s ease;
	width: 36px;
}

#bbpress-forums .attitudegaming-favorite-btn i {
	display: inline-block;
	transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), color 0.2s ease;
}

#bbpress-forums .attitudegaming-favorite-btn:hover {
	background: transparent !important;
	border-color: transparent !important;
	color: #dc2626 !important;
}

#bbpress-forums .attitudegaming-favorite-btn:hover i {
	font-weight: 900; /* switches font-awesome to solid style on hover */
	transform: scale(1.3);
}

#bbpress-forums .attitudegaming-favorite-btn.is-active {
	color: #dc2626;
}

#bbpress-forums .attitudegaming-favorite-btn.is-active i {
	font-weight: 900;
}

#bbpress-forums .attitudegaming-favorite-btn.is-active:hover i {
	transform: scale(1.3);
}

#bbpress-forums .attitudegaming-favorite-btn.is-animating i {
	animation: attitudegaming-heart-pop 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#bbpress-forums .bbp-reply-header .attitudegaming-favorite-btn {
	margin-left: auto;
	margin-right: 2px;
}

#bbpress-forums .bbp-reply-header .attitudegaming-reply-admin-dropdown {
	align-items: center;
	display: flex;
	margin-left: 0;
	position: relative;
}

#bbpress-forums .bbp-reply-header .attitudegaming-reply-admin-toggle {
	align-items: center;
	color: rgb(0, 0, 0);
	cursor: pointer;
	display: flex;
	font-size: 0;
	font-weight: 700;
	height: 44px;
	justify-content: center;
	line-height: 1;
	list-style: none;
	padding: 0 12px;
	position: relative;
	user-select: none;
}

#bbpress-forums .bbp-reply-header .attitudegaming-reply-admin-toggle::before {
	content: '\f141';
	font-family: FontAwesome;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	left: 50%;
	line-height: 1;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

#bbpress-forums .bbp-reply-header .attitudegaming-reply-admin-toggle::-webkit-details-marker {
	display: none;
}

#bbpress-forums .bbp-reply-header .attitudegaming-reply-admin-dropdown[open] .attitudegaming-reply-admin-toggle {
	color: rgb(32, 32, 32);
}

#bbpress-forums .bbp-reply-header .attitudegaming-reply-admin-dropdown[open] {
	z-index: 40;
}

#bbpress-forums .bbp-reply-header:has(.attitudegaming-reply-admin-dropdown[open]) {
	z-index: 60;
}

#bbpress-forums .bbp-reply-header .attitudegaming-reply-admin-dropdown .bbp-admin-links {
	background: #fff;
	border: 1px solid rgba(62, 62, 62, 0.15);
	border-radius: 4px;
	display: block;
	max-height: 220px;
	min-width: 160px;
	overflow-y: auto;
	position: absolute;
	right: 0;
	top: calc(100% + 6px);
	z-index: 30;
}

#bbpress-forums .bbp-reply-header .attitudegaming-reply-admin-dropdown .bbp-admin-links::before,
#bbpress-forums .bbp-reply-header .attitudegaming-reply-admin-dropdown .bbp-admin-links::after {
	border: solid transparent;
	content: '';
	height: 0;
	position: absolute;
	right: 6px;
	width: 0;
}

#bbpress-forums .bbp-reply-header .attitudegaming-reply-admin-dropdown .bbp-admin-links::before {
	border-bottom-color: rgba(62, 62, 62, 0.15);
	border-width: 8px;
	top: -16px;
}

#bbpress-forums .bbp-reply-header .attitudegaming-reply-admin-dropdown .bbp-admin-links::after {
	border-bottom-color: rgb(255, 255, 255);
	border-width: 7px;
	right: 7px;
	top: -14px;
}

#bbpress-forums .bbp-reply-header .attitudegaming-reply-admin-dropdown .bbp-admin-links a {
	align-items: center;
	box-sizing: border-box;
	color: rgb(62, 62, 62);
	display: flex;
	font-size: 15px;
	font-weight: 400;
	height: 43px;
	line-height: 21px;
	padding: 11px 20px;
	position: relative;
	text-decoration: none;
	text-transform: none;
}

#bbpress-forums .bbp-reply-header .attitudegaming-reply-admin-dropdown .bbp-admin-links a:hover,
#bbpress-forums .bbp-reply-header .attitudegaming-reply-admin-dropdown .bbp-admin-links a:focus {
	background-color: rgba(62, 62, 62, 0.08);
	text-decoration: none;
}

#bbpress-forums .bbp-reply-header .bbp-reply-author-name {
	color: rgb(0, 0, 0);
	display: inline-block;
	font-family: CronosPro, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: 900;
	line-height: 22.8px;
	text-align: center;
	flex: 0 0 192px;
	width: 192px;
}

#bbpress-forums .bbp-reply-header .bbp-reply-author-name a {
	color: rgb(0, 0, 0);
	font-family: CronosPro, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: 900;
	line-height: 22.8px;
}

#bbpress-forums .bbp-reply-header .bbp-reply-author-name a:hover,
#bbpress-forums .bbp-reply-header .bbp-reply-author-name a:focus {
	text-decoration: none;
}

#bbpress-forums .bbp-reply-header .bbp-reply-posted {
	flex: 0 0 auto;
	font-family: CronosPro, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 22.95px;
}

#bbpress-forums ul.bbp-topic-revision-log {
	background-image: url('/wp-content/uploads/2026/08/icon-line.webp');
	background-position: center top;
	background-repeat: repeat-x;
	border-top: 0;
	display: none;
}

#bbpress-forums .bbp-replies .bbp-reply-author,
#bbpress-forums .bbp-replies .bbp-reply-content,
#bbpress-forums .bbp-replies .bbp-body > div:not(.bbp-reply-header) {
	background-color: transparent;
	border: 0;
}

#bbpress-forums .bbp-replies .bbp-reply-author {
	box-sizing: border-box;
	height: 167px;
	width: 192px;
}

#bbpress-forums .bbp-replies .bbp-reply-author .bbp-author-link {
	align-items: center;
	display: flex;
	flex-direction: column;
}

#bbpress-forums .bbp-replies .bbp-reply-author .bbp-author-name,
#bbpress-forums .bbp-replies .bbp-reply-author .bbp-author-ip {
	display: none;
}

#bbpress-forums .bbp-replies .bbp-reply-author .bbp-author-role {
	color: rgb(62, 62, 62);
	font-family: CronosPro, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 22.5px;
}

#bbpress-forums .bbp-replies .bbp-reply-author .bbp-author-role.bbp-author-role--recruit {
	color: #62A4DA;
}

#bbpress-forums .bbp-replies .bbp-reply-author .bbp-author-role.bbp-author-role--casual {
	color: #1a9306;
}

#bbpress-forums .bbp-replies .bbp-reply-author .bbp-author-role.bbp-author-role--member {
	color: #fcd00b;
}

#bbpress-forums .bbp-replies .bbp-reply-author .bbp-author-role.bbp-author-role--veteran {
	color: #ffa405;
}

#bbpress-forums .bbp-replies .bbp-reply-author .bbp-author-role.bbp-author-role--officer {
	color: #fb3e8d;
}

#bbpress-forums .bbp-replies .bbp-reply-author .bbp-author-role.bbp-author-role--guild-master {
	color: #4C139D;
	font-style: normal;
	font-weight: 700;
}

#bbpress-forums .bbp-replies .bbp-reply-author .bbp-author-post-count {
	align-items: center;
	color: rgb(130, 137, 145);
	display: inline-flex;
	font-family: CronosPro, Arial, Helvetica, sans-serif;
	font-size: 15px;
	gap: 4px;
	line-height: 22.5px;
	position: relative;
	text-align: center;
}

#bbpress-forums .bbp-replies .bbp-reply-author .bbp-author-post-count::before {
	background-color: currentColor;
	content: '';
	height: 13px;
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 4h14a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3h-8l-5 4v-4H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3z'/%3E%3C/svg%3E");
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 4h14a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3h-8l-5 4v-4H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3z'/%3E%3C/svg%3E");
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	width: 13px;
}

#bbpress-forums .bbp-replies .bbp-reply-author .bbp-author-post-count-tooltip {
	background-color: rgb(36, 36, 36);
	border-radius: 2px;
	bottom: calc(100% + 8px);
	color: rgb(255, 255, 255);
	font-family: CronosPro, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	left: 50%;
	line-height: 20px;
	opacity: 0;
	padding: 4px 8px;
	pointer-events: none;
	position: absolute;
	transform: translateX(-50%);
	visibility: hidden;
	white-space: nowrap;
	z-index: 20;
	transition: none;
}

#bbpress-forums .bbp-replies .bbp-reply-author .bbp-author-post-count-tooltip::after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid rgb(36, 36, 36);
	content: '';
	height: 0;
	left: 50%;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
	width: 0;
}

#bbpress-forums .bbp-replies .bbp-reply-author .bbp-author-post-count:hover .bbp-author-post-count-tooltip,
#bbpress-forums .bbp-replies .bbp-reply-author .bbp-author-post-count:focus-within .bbp-author-post-count-tooltip {
	opacity: 1;
	visibility: visible;
}

#bbpress-forums .bbp-replies .bbp-body > div:not(.bbp-reply-header) {
	display: grid;
	grid-template-columns: 192px minmax(0, 1fr);
}

#bbpress-forums .bbp-replies .bbp-reply-content {
	background-image: url('/wp-content/uploads/2026/08/icon-line.webp');
	background-position: center bottom;
	background-repeat: repeat-x;
	margin-left: 0;
	margin-bottom: 28px;
	min-width: 0;
	padding-left: 0;
}

#bbpress-forums ul.bbp-replies div.bbp-reply-content:has(.attitudegaming-topic-edited-meta) {
	padding-bottom: 0;
}

#bbpress-forums ul.bbp-replies .bbp-reply-content ul,
#bbpress-forums ul.bbp-replies .bbp-reply-content li,
#bbpress-forums ul.bbp-replies .bbp-reply-content p:not(.attitudegaming-topic-edited-meta) {
	color: rgb(62, 62, 62);
	font-family: CronosPro, Arial, Helvetica, sans-serif;
	font-size: 16.1px;
	line-height: 25.76px;
}

#bbpress-forums ul.bbp-replies .bbp-reply-content ul {
	padding-left: 40px;
}

#bbpress-forums .bbp-reply-content .attitudegaming-empty-paragraph,
#bbpress-forums .bbp-topic-content .attitudegaming-empty-paragraph {
	line-height: 25.76px;
	margin: 0;
	min-height: 25.76px;
}

#bbpress-forums .bbp-topic-content .attitudegaming-topic-edited-meta,
#bbpress-forums .bbp-reply-content .attitudegaming-topic-edited-meta {
	align-items: center;
	background-image: url('/wp-content/uploads/2026/08/icon-line.webp');
	background-position: center top;
	background-repeat: repeat-x;
	box-sizing: border-box;
	color: rgb(110, 110, 110);
	display: flex;
	font-family: CronosPro, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	height: 46px;
	justify-content: flex-end;
	line-height: 22px;
	margin: 18px 0 0;
	padding: 0;
}

#bbpress-forums .attitudegaming-topic-edited-meta-text {
	display: inline-block;
}

#bbpress-forums ul.bbp-replies .bbp-reply-content strong {
	color: rgb(62, 62, 62);
	font-family: CronosPro, Arial, Helvetica, sans-serif;
	font-size: inherit;
	font-weight: 700;
	line-height: inherit;
}

#bbpress-forums ul.bbp-replies .bbp-reply-content a {
	color: #0185df;
	text-decoration: none;
}

#bbpress-forums ul.bbp-replies .bbp-reply-content a:hover {
	color: #00419d;
	text-decoration: none;
}

#bbpress-forums ul.bbp-replies .bbp-reply-content blockquote {
	background: #f3f3f3;
	border-left: 4px solid rgba(63, 54, 55, 0.15);
	border-radius: 4px;
	margin: 0 0 0 4px;
	padding: 16px;
	position: relative;
}


@media (max-width: 1042px) {
	/* Classes toggled by forum-search-mobile.js; iOS Safari doesn't reliably apply the
	   :has()-based equivalents, which left the menu/search overlay stuck behind the header. */
	body.has-forum-menu-open .site-header,
	body.has-forum-search-open .site-header {
		filter: blur(2px);
		z-index: 1;
	}

	body.has-forum-menu-open .site-header__mobile-menu,
	body.has-forum-search-open .site-header__mobile-menu {
		filter: blur(2px);
		pointer-events: none;
	}

	/* iOS Safari treats #bbpress-forums's overflow:hidden (from bbpress.css) as a
	   containing block for its position:fixed descendants, so the centered search
	   modal and full-height nav overlay get positioned/clipped relative to the whole
	   (very tall) #bbpress-forums box instead of the viewport, landing far down the
	   page until scrolled into view. Drop the overflow while either overlay is open. */
	body.has-forum-menu-open #bbpress-forums,
	body.has-forum-search-open #bbpress-forums {
		overflow: visible;
	}

	#bbpress-forums .bbp-search-form {
		align-items: center;
		flex-direction: row;
		justify-content: flex-end;
		position: relative;
		z-index: 100;
	}

	#bbpress-forums .bbp-search-form.is-menu-open {
		z-index: 1000;
	}

	#bbpress-forums .bbp-search-form.is-menu-open::before {
		background: rgba(0, 0, 0, 0.45);
		-webkit-backdrop-filter: blur(2px);
		backdrop-filter: blur(2px);
		content: '';
		inset: 0;
		pointer-events: none;
		position: fixed;
		z-index: 1000;
	}

	#bbpress-forums .bbp-search-form.is-search-open::before {
		background: rgba(0, 0, 0, 0.45);
		-webkit-backdrop-filter: blur(4px);
		backdrop-filter: blur(4px);
		content: '';
		inset: 0;
		position: fixed;
		z-index: 1;
	}

	#bbpress-forums .bbp-search-form > details {
		position: relative;
		z-index: 2;
	}

	#bbpress-forums .bbp-search-form > .attitudegaming-forum-menu[open] {
		align-self: flex-start;
		height: 52px;
		position: relative;
		z-index: 1001;
	}

	#bbpress-forums .bbp-search-form > details {
		display: block;
	}

	#bbpress-forums .attitudegaming-forum-bar-back {
		align-items: center;
		background: rgba(255, 255, 255, 0.1);
		border-radius: 4px;
		color: #fff;
		display: flex;
		font-size: 13px;
		font-weight: 400;
		gap: 6px;
		margin: 10px 0 10px 10px;
		margin-right: auto;
		order: 0;
		padding: 8px 14px;
	}

	#bbpress-forums .attitudegaming-forum-bar-back i {
		line-height: 1;
	}

	#bbpress-forums .attitudegaming-forum-bar-back span {
		line-height: 1;
	}

	#bbpress-forums a.attitudegaming-forum-bar-back:hover,
	#bbpress-forums a.attitudegaming-forum-bar-back:focus {
		background: rgba(255, 255, 255, 0.1);
		color: #fff;
		text-decoration: none;
	}

	#bbpress-forums .bbp-search-form > details > summary {
		align-items: center;
		color: #fff;
		cursor: pointer;
		display: flex;
		font-size: 20px;
		font-weight: 700;
		height: 52px;
		justify-content: center;
		list-style: none;
		padding: 0 4px;
		width: 36px;
	}

	#bbpress-forums .bbp-search-form.is-search-open > details > summary {
		filter: blur(2px);
		pointer-events: none;
	}

	#bbpress-forums .bbp-search-form > details > summary::-webkit-details-marker {
		display: none;
	}

	#bbpress-forums .bbp-search-form > details > summary::after {
		content: none;
	}

	#bbpress-forums .attitudegaming-forum-desktop-only {
		display: none;
	}

	#bbpress-forums .bbp-search-form > .attitudegaming-forum-search {
		order: 1;
	}

	#bbpress-forums .bbp-search-form > .attitudegaming-forum-search:not([open]) #bbp-search-form {
		display: none;
	}

	#bbpress-forums .bbp-search-form > .attitudegaming-forum-menu {
		order: 2;
	}

	#bbpress-forums .bbp-search-form > .attitudegaming-forum-menu:not([open]) .attitudegaming-forum-nav {
		display: none;
	}

	#bbpress-forums .attitudegaming-forum-nav {
		gap: 0;
		flex-direction: column;
		align-items: stretch;
		padding: 0 !important;
		width: 100%;
	}

	#bbpress-forums .bbp-search-form > .attitudegaming-forum-menu[open] .attitudegaming-forum-nav {
		background: #fff;
		bottom: 0;
		box-shadow: -8px 0 24px rgba(0, 0, 0, 0.16);
		color: #26333a;
		left: auto;
		min-height: 100vh;
		overflow-y: auto;
		padding: 10px 0;
		position: fixed;
		right: 0;
		top: 0;
		width: min(320px, 64vw);
		z-index: 1001;
	}

	#bbpress-forums .bbp-search-form > .attitudegaming-forum-menu[open] .attitudegaming-forum-nav-link {
		box-sizing: border-box;
		color: rgb(62, 62, 62);
		display: block;
		font-size: 15px;
		line-height: 22.5px;
		padding: 12px 20px;
	}

	#bbpress-forums .attitudegaming-forum-login-actions {
		background-color: #00419d;
		display: flex;
		flex-direction: column;
		gap: 0;
		width: 100%;
	}

	#bbpress-forums .attitudegaming-forum-login-actions .site-header__account-button {
		border-radius: 0;
		box-sizing: border-box;
		color: #f0f0f0;
		display: flex;
		font-size: 18px;
		line-height: 24px;
		padding: 10px 22px;
		width: 100%;
	}

	#bbpress-forums .attitudegaming-forum-login-actions .site-header__account-button:hover,
	#bbpress-forums .attitudegaming-forum-login-actions .site-header__account-button:focus {
		background-color: #00419d;
		color: #f0f0f0;
		text-decoration: none;
	}

	#bbpress-forums .attitudegaming-forum-account {
		align-items: center;
		display: flex;
		gap: 14px;
		padding: 12px 20px;
	}

	#bbpress-forums .attitudegaming-forum-account-avatar {
		border-radius: 0;
		height: 40px;
		width: 40px;
	}

	#bbpress-forums .attitudegaming-forum-account-details {
		display: flex;
		flex-direction: column;
		font-size: 15px;
		line-height: 22.5px;
		min-width: 0;
	}

	#bbpress-forums .attitudegaming-forum-account-details span {
		color: rgb(135, 135, 135);
	}

	#bbpress-forums .attitudegaming-forum-account-details strong {
		color: rgb(0, 0, 0);
		cursor: pointer;
		display: inline;
		font-family: CronosPro, Arial, Helvetica, sans-serif;
		font-size: 19px;
		font-weight: 900;
		height: auto;
		line-height: 22.8px;
	}

	#bbpress-forums .attitudegaming-forum-account-actions {
		align-items: center;
		display: flex;
		gap: 18px;
		margin-left: auto;
	}

	#bbpress-forums .attitudegaming-forum-account-actions a {
		color: rgb(62, 62, 62);
		display: inline-flex;
		font-size: 18px;
		text-decoration: none;
	}

	#bbpress-forums .attitudegaming-forum-account-actions a:hover,
	#bbpress-forums .attitudegaming-forum-account-actions a:focus,
	#bbpress-forums .attitudegaming-forum-account-actions a:active {
		color: rgb(62, 62, 62);
		text-decoration: none;
	}

	#bbpress-forums .attitudegaming-forum-summary-separator {
		display: block;
		margin: 0;
	}

	#bbpress-forums .attitudegaming-forum-account-link,
	#bbpress-forums .attitudegaming-forum-submenu-toggle {
		align-items: center;
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
		position: relative;
		width: 100%;
	}

	#bbpress-forums .attitudegaming-forum-account-link .fa-angle-right,
	#bbpress-forums .attitudegaming-forum-submenu-toggle .fa-angle-right {
		font-weight: 700;
		position: absolute;
		right: 20px;
	}

	#bbpress-forums .attitudegaming-forum-account-menu {
		width: 100%;
	}

	#bbpress-forums .attitudegaming-forum-account-menu summary {
		cursor: pointer;
		list-style: none;
	}

	#bbpress-forums .attitudegaming-forum-account-menu summary::-webkit-details-marker {
		display: none;
	}

	#bbpress-forums .attitudegaming-forum-account-menu[open] .fa-angle-right {
		transform: rotate(90deg);
	}

	#bbpress-forums .attitudegaming-forum-account-submenu {
		background-color: rgba(62, 62, 62, 0.04);
	}

	#bbpress-forums .attitudegaming-forum-account-submenu a,
	#bbpress-forums .attitudegaming-forum-account-submenu span {
		box-sizing: border-box;
		color: rgb(62, 62, 62);
		display: block;
		font-size: 15px;
		line-height: 22.5px;
		padding: 10px 20px 10px 40px;
		text-decoration: none;
		width: 100%;
	}

	#bbpress-forums .attitudegaming-forum-account-submenu a:hover,
	#bbpress-forums .attitudegaming-forum-account-submenu a:focus {
		background-color: rgb(243, 243, 243);
		color: rgb(62, 62, 62);
		text-decoration: none;
	}

	#bbpress-forums .attitudegaming-forum-account-submenu span.is-disabled {
		color: rgba(62, 62, 62, 0.5);
		cursor: default;
	}

	#bbpress-forums .bbp-search-form > .attitudegaming-forum-menu[open] a.attitudegaming-forum-nav-link:hover,
	#bbpress-forums .bbp-search-form > .attitudegaming-forum-menu[open] a.attitudegaming-forum-nav-link:focus,
	#bbpress-forums .bbp-search-form > .attitudegaming-forum-menu[open] .attitudegaming-forum-submenu-toggle:hover,
	#bbpress-forums .bbp-search-form > .attitudegaming-forum-menu[open] .attitudegaming-forum-submenu-toggle:focus {
		background-color: rgb(243, 243, 243);
		color: rgb(62, 62, 62);
		text-decoration: none;
	}

	#bbpress-forums .bbp-search-form > .attitudegaming-forum-menu[open] .attitudegaming-forum-nav-link.is-active {
		color: rgb(62, 62, 62);
		font-weight: 400;
	}

	#bbpress-forums .bbp-search-form > .attitudegaming-forum-menu[open] .attitudegaming-forum-nav-link.is-active::after {
		display: none;
	}

	#bbpress-forums .bbp-search-form > .attitudegaming-forum-search[open] #bbp-search-form {
		-webkit-overflow-scrolling: touch;
		background: #fff;
		border-radius: 4px;
		box-sizing: border-box;
		left: 50%;
		margin: 0 auto;
		max-height: 90vh;
		max-width: 400px;
		overflow-y: auto;
		padding: 24px;
		position: fixed;
		right: auto;
		text-align: left;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 90%;
		z-index: 3;
	}

	#bbpress-forums .bbp-search-form > .attitudegaming-forum-search[open] .attitudegaming-forum-search-close {
		background: none;
		border: 0;
		color: #333;
		display: block;
		font-size: 24px;
		height: auto;
		line-height: 1;
		padding: 0;
		position: absolute;
		right: 24px;
		top: 24px;
		width: auto;
	}

	#bbpress-forums .bbp-search-form > .attitudegaming-forum-search[open] .attitudegaming-forum-search-close:hover,
	#bbpress-forums .bbp-search-form > .attitudegaming-forum-search[open] .attitudegaming-forum-search-close:focus {
		background: none;
	}

	#bbpress-forums .bbp-search-form > .attitudegaming-forum-search[open] .attitudegaming-forum-search-title {
		color: #26333a;
		display: block;
		font-size: 27.6px;
		font-weight: 700;
		letter-spacing: -0.02em;
		line-height: 1.2;
		margin: 0;
		padding-right: 32px;
	}

	#bbpress-forums .bbp-search-form > .attitudegaming-forum-search[open] #bbp-search-form > div {
		border-top: 1px solid rgba(62, 62, 62, 0.08);
		display: flex;
		flex-direction: column;
		gap: 12px;
		margin-top: 24px;
		padding-top: 16px;
	}

	#bbpress-forums .attitudegaming-forum-nav-link {
		line-height: 36px;
	}

	#bbpress-forums #bbp-search-form,
	#bbpress-forums #bbp-search-form > div,
	#bbpress-forums #bbp_search,
	#bbpress-forums .attitudegaming-forum-search-input {
		width: 100%;
	}

	#bbpress-forums #bbp-search-form .attitudegaming-forum-search-select {
		box-sizing: border-box;
		max-width: none;
		min-width: 0;
		width: 100%;
	}

	#bbpress-forums #bbp-search-form > div {
		align-items: stretch;
		box-sizing: border-box;
		flex-direction: column;
		gap: 12px;
		height: auto;
		padding: 0;
	}

	#bbpress-forums #bbp_search {
		border: 1px solid rgba(62, 62, 62, 0.18);
		flex: 1 1 auto;
		height: 44px;
		min-width: 0;
		padding: 0 12px;
	}

	#bbpress-forums .bbp-search-form > .attitudegaming-forum-search[open] .attitudegaming-forum-search-input {
		box-sizing: border-box;
		flex: none;
		max-width: none;
		min-width: 0;
		position: relative !important;
		width: 100%;
	}

	#bbpress-forums .bbp-search-form > .attitudegaming-forum-search[open] .attitudegaming-forum-search-select {
		box-sizing: border-box;
		max-width: none;
		min-width: 0;
		width: 100%;
	}

	#bbpress-forums .bbp-search-form > .attitudegaming-forum-search[open] .attitudegaming-forum-search-input #bbp_search {
		box-sizing: border-box;
		display: block;
		min-width: 0;
		padding-right: 40px;
		width: 100% !important;
	}

	#bbpress-forums .bbp-search-form > .attitudegaming-forum-search[open] .attitudegaming-forum-search-submit {
		align-items: center;
		background: transparent;
		border: 0;
		display: inline-flex;
		height: 20px;
		justify-content: center;
		line-height: 1;
		padding: 0;
		position: absolute;
		right: 12px;
		top: 50%;
		transform: translateY(-50%);
		width: 20px;
		z-index: 2;
	}

	#bbpress-forums #bbp-search-form .attitudegaming-forum-search-select .attitudegaming-forum-select-toggle {
		height: 44px;
		line-height: 42px;
		padding: 0 12px;
	}

	#bbpress-forums #bbp-search-form .attitudegaming-forum-search-select .attitudegaming-forum-tree-wrapper {
		box-sizing: border-box;
		max-height: 260px;
		max-width: 100%;
		position: static;
		width: 100%;
	}

	#bbpress-forums .forum-titles,
	#bbpress-forums .bbp-body > ul {
		grid-template-columns: minmax(0, 1fr);
	}

	#bbpress-forums .bbp-forum-freshness {
		display: none;
	}

	#bbpress-forums .bbp-subforum-description {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	#bbpress-forums .attitudegaming-topic-meta-line.ipsType_light {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 100%;
	}

	#bbpress-forums .bbp-child-category-list {
		align-self: stretch;
		box-sizing: border-box;
		display: block;
		height: auto;
		min-width: 0;
	}

	#bbpress-forums .bbp-child-category-list a {
		display: block;
		min-width: 0;
	}

	#bbpress-forums .bbp-child-category-list .bbp-child-category-sep {
		display: none;
	}

	#bbpress-forums .forum-titles > li {
		padding: 14px 12px;
	}

	#bbpress-forums ul.bbp-topics .forum-titles,
	#bbpress-forums ul.bbp-topics .bbp-body > ul {
		grid-template-columns: minmax(0, 1fr) 70px 120px;
	}

	#bbpress-forums ul.bbp-topics .bbp-topic-voice-count {
		display: none;
	}

	#bbpress-forums ul.bbp-topics .bbp-body > ul {
		padding: 14px 12px;
	}

	#bbpress-forums .bbp-reply-header {
		height: auto;
		min-height: 50px;
		padding: 12px 16px;
	}

	#bbpress-forums .bbp-reply-header .bbp-meta {
		column-gap: 12px;
		display: grid;
		grid-template-columns: 40px minmax(0, 1fr);
		grid-template-rows: auto auto;
		row-gap: 2px;
	}

	#bbpress-forums .bbp-reply-header .attitudegaming-reply-header-avatar {
		align-self: center;
		display: block;
		grid-column: 1;
		grid-row: 1 / 3;
		height: 40px;
		overflow: hidden;
		width: 40px;
	}

	#bbpress-forums .bbp-reply-header .attitudegaming-reply-header-avatar img {
		display: block;
		height: 100%;
		object-fit: cover;
		width: 100%;
	}

	#bbpress-forums .bbp-reply-header .bbp-reply-author-name {
		grid-column: 2;
		grid-row: 1;
		text-align: left;
		width: auto;
	}

	#bbpress-forums .bbp-reply-header .bbp-reply-posted {
		color: rgb(130, 137, 145);
		font-size: 13px;
		grid-column: 2;
		grid-row: 2;
	}

	#bbpress-forums .bbp-reply-header .attitudegaming-favorite-btn {
		margin-left: 0;
		position: absolute;
		right: 36px;
		top: 50%;
		transform: translateY(-50%);
	}

	#bbpress-forums .bbp-reply-header .attitudegaming-reply-admin-dropdown {
		margin-left: 0;
		position: absolute;
		right: 4px;
		top: 50%;
		transform: translateY(-50%);
	}

	#bbpress-forums .bbp-replies .bbp-body > div:not(.bbp-reply-header) {
		display: block;
	}

	/* without the grid layout's author column forcing extra height, the content box
	   shrinks to the text, leaving no gap above the bottom-anchored divider line.
	   Selector specificity matches bbpress.css's own `max-width: 480px` padding:0 reset
	   (which would otherwise win despite loading first, since it is more specific). */
	#bbpress-forums .bbp-replies div.bbp-reply-content {
		padding-bottom: 16px;
	}

	#bbpress-forums .bbp-replies .bbp-reply-author {
		display: none;
	}

}

/* ==========================================================================
   User Profile Header & Layout (IPS Style)
   ========================================================================== */

#bbpress-forums .attitudegaming-profile-header {
	background: transparent;
	border: none;
	border-radius: 4px;
	box-shadow: none;
	box-sizing: border-box;
	margin: 14px 0 24px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#bbpress-forums .attitudegaming-profile-cover {
	border: none !important;
	box-shadow: none !important;
	height: 230px;
	position: relative;
}

#bbpress-forums .attitudegaming-profile-cover::before {
	background-image: url('/wp-content/uploads/2026/08/account-profile-banner.webp');
	background-position: center 50%;
	background-repeat: no-repeat;
	background-size: cover;
	content: '';
	filter: grayscale(100%) brightness(1.12);
	inset: 0;
	position: absolute;
}

#bbpress-forums .attitudegaming-profile-cover > * {
	z-index: 1;
}

#bbpress-forums .attitudegaming-profile-cover-actions {
	display: flex;
	gap: 10px;
	position: absolute;
	right: 18px;
	top: 14px;
	z-index: 5;
}

#bbpress-forums a.attitudegaming-profile-cover-btn,
#bbpress-forums .attitudegaming-profile-cover-btn {
	align-items: center;
	backdrop-filter: blur(4px);
	background: rgba(35, 35, 35, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 3px;
	box-sizing: border-box;
	color: #ffffff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 500;
	gap: 7px;
	line-height: 1.4;
	padding: 6px 14px;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

#bbpress-forums a.attitudegaming-profile-cover-btn:hover,
#bbpress-forums a.attitudegaming-profile-cover-btn:focus,
#bbpress-forums .attitudegaming-profile-cover-btn:hover,
#bbpress-forums .attitudegaming-profile-cover-btn:focus {
	background: rgba(0, 0, 0, 0.88);
	border-color: rgba(255, 255, 255, 0.5);
	color: #ffffff;
	padding: 6px 14px;
	text-decoration: none;
}

#bbpress-forums .attitudegaming-profile-avatar-container {
	bottom: -28px;
	height: 124px;
	left: 20px;
	position: absolute;
	width: 124px;
	z-index: 10;
}

#bbpress-forums .attitudegaming-profile-avatar-link {
	display: block;
	height: 100%;
	width: 100%;
}

#bbpress-forums .attitudegaming-profile-avatar-img,
#bbpress-forums .attitudegaming-profile-avatar-link img {
	background: #1e1e1e;
	border: 3px solid #ffffff;
	border-radius: 2px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.5);
	display: block;
	height: 124px;
	object-fit: cover;
	width: 124px;
}

#bbpress-forums .attitudegaming-profile-avatar-edit-btn {
	align-items: center;
	background: #e6e6e6;
	border: 1px solid #cccccc;
	border-radius: 2px;
	bottom: 6px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	color: #444444;
	cursor: pointer;
	display: flex;
	font-size: 13px;
	height: 28px;
	justify-content: center;
	left: 6px;
	position: absolute;
	text-decoration: none;
	transition: background 0.2s, color 0.2s;
	width: 28px;
	z-index: 2;
}

#bbpress-forums a.attitudegaming-profile-avatar-edit-btn:hover,
#bbpress-forums a.attitudegaming-profile-avatar-edit-btn:focus {
	background: #ffffff;
	color: #111111;
	text-decoration: none;
}

#bbpress-forums .attitudegaming-profile-user-badge {
	backdrop-filter: blur(4px);
	background: rgba(45, 45, 45, 0.78);
	border-radius: 2px;
	bottom: 14px;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	left: 160px;
	padding: 8px 18px 10px;
	position: absolute;
	z-index: 5;
}

#bbpress-forums .attitudegaming-profile-name {
	color: #ffffff;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: -0.2px;
	line-height: 1.2;
	margin: 0;
}

#bbpress-forums .attitudegaming-profile-role {
	color: #cccccc;
	font-size: 13px;
	font-weight: 400;
	margin-top: 4px;
}

#bbpress-forums .attitudegaming-profile-bar {
	align-items: center;
	background-color: #342c2c;
	box-sizing: border-box;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	min-height: 64px;
	padding: 12px 24px 12px 164px;
}

#bbpress-forums .attitudegaming-profile-stats {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
}

#bbpress-forums .attitudegaming-profile-stat {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#bbpress-forums .attitudegaming-stat-label {
	color: #a69a9a;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.6px;
	line-height: 1;
	margin-bottom: 4px;
	text-transform: uppercase;
}

#bbpress-forums .attitudegaming-stat-value {
	align-items: center;
	color: #ffffff;
	display: flex;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
}

#bbpress-forums .attitudegaming-stat-divider {
	background-color: rgba(255, 255, 255, 0.14);
	flex-shrink: 0;
	height: 32px;
	margin: 0 24px;
	width: 1px;
}

#bbpress-forums .attitudegaming-status-dot {
	background-color: #2ecc71;
	border-radius: 50%;
	display: inline-block;
	flex-shrink: 0;
	height: 9px;
	margin-right: 6px;
	width: 9px;
}

#bbpress-forums #bbp-user-wrapper {
	clear: both;
	display: flex;
	gap: 28px;
	margin: 20px 0 0;
	width: 100%;
}

#bbpress-forums #bbp-user-wrapper ~ .bbp-breadcrumb {
	margin-top: 42px;
}

#bbpress-forums #bbp-single-user-details.attitudegaming-single-user-details {
	flex: 0 0 200px;
	float: none;
	margin: 0;
	overflow: visible;
	width: 200px;
}

#bbpress-forums #bbp-single-user-details.attitudegaming-single-user-details #bbp-user-avatar {
	display: none;
}

#bbpress-forums #bbp-your-profile.is-accordion-enhanced > .entry-title {
	display: none;
}

#bbpress-forums #bbp-your-profile .attitudegaming-profile-edit-section {
	border: 1px solid #d4dbe2;
	border-radius: 4px;
	margin: 0 0 10px;
}

#bbpress-forums #bbp-your-profile .attitudegaming-profile-edit-section > summary {
	align-items: center;
	color: #26333a;
	cursor: pointer;
	display: flex;
	font-family: CronosPro, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 700;
	justify-content: space-between;
	line-height: 1.2;
	list-style: none;
	padding: 20px;
}

#bbpress-forums #bbp-your-profile .attitudegaming-profile-edit-section > summary::-webkit-details-marker {
	display: none;
}

#bbpress-forums #bbp-your-profile .attitudegaming-profile-edit-section > summary::after {
	content: '\f107';
	font-family: 'Font Awesome 6 Free';
	font-size: 16px;
	font-weight: 900;
}

#bbpress-forums #bbp-your-profile .attitudegaming-profile-edit-section[open] > summary {
	border-bottom: 1px solid #d4dbe2;
}

#bbpress-forums #bbp-your-profile .attitudegaming-profile-edit-section[open] > summary::after {
	content: '\f106';
}

#bbpress-forums #bbp-your-profile .attitudegaming-profile-edit-section > fieldset.bbp-form {
	padding: 18px 20px 2px;
}

#bbpress-forums #bbp-your-profile > .entry-title {
	border-bottom: 1px solid #d4dbe2;
	color: #26333a;
	font-family: CronosPro, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	padding: 0 0 10px;
}

#bbpress-forums #bbp-your-profile > .entry-title:not(:first-child) {
	margin-top: 28px;
}

#bbpress-forums #bbp-your-profile fieldset.bbp-form {
	border: 0;
	margin: 0;
	padding: 18px 0 0;
}

#bbpress-forums #bbp-your-profile fieldset.bbp-form > legend {
	display: none;
}

#bbpress-forums #bbp-your-profile fieldset.bbp-form > div {
	margin: 0 0 18px;
}

#bbpress-forums #bbp-your-profile fieldset label[for] {
	color: #26333a;
	display: block;
	float: none;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 6px;
	padding: 0;
	text-align: left;
	width: auto;
}

#bbpress-forums #bbp-your-profile input[type="text"],
#bbpress-forums #bbp-your-profile input[type="password"],
#bbpress-forums #bbp-your-profile input[type="email"],
#bbpress-forums #bbp-your-profile select,
#bbpress-forums #bbp-your-profile textarea {
	background: transparent;
	border: 1px solid #d4dbe2;
	border-radius: 4px;
	box-shadow: none;
	font-family: CronosPro, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.3;
	max-width: 100%;
	padding: 10px 12px;
	width: 100%;
}

#bbpress-forums #bbp-your-profile textarea {
	min-height: 130px;
	resize: vertical;
}

#bbpress-forums #bbp-your-profile fieldset.bbp-form > div:has(> #description),
#bbpress-forums #bbp-your-profile fieldset textarea#description {
	width: 100%;
}

#bbpress-forums #bbp-your-profile fieldset select {
	width: 100%;
}

#bbpress-forums #bbp-your-profile input[type="text"],
#bbpress-forums #bbp-your-profile input[type="password"],
#bbpress-forums #bbp-your-profile input[type="email"] {
	height: 42px;
}

#bbpress-forums #bbp-your-profile select {
	appearance: auto;
	background-color: #fff;
	box-sizing: border-box;
	color: #26333a;
	height: 42px;
	line-height: normal;
	padding: 0 12px;
}

#bbpress-forums #bbp-your-profile select option {
	background-color: #fff;
	color: #26333a;
}

#bbpress-forums #bbp-your-profile input:focus,
#bbpress-forums #bbp-your-profile select:focus,
#bbpress-forums #bbp-your-profile textarea:focus {
	border-color: #0185df;
	box-shadow: 0 0 0 2px rgba(1, 133, 223, 0.12);
	outline: 0;
}

#bbpress-forums #bbp-your-profile input:disabled {
	background: #f1f3f4;
	color: #667275;
	cursor: not-allowed;
}

#bbpress-forums #bbp-your-profile fieldset.submit {
	border: 0;
	margin: 30px 0 0;
	padding: 22px 0 0;
}

#bbpress-forums #bbp-your-profile fieldset.submit legend {
	display: none;
}

#bbpress-forums #bbp-your-profile fieldset.submit > div {
	display: flex;
	justify-content: center;
	text-align: center;
}

#bbpress-forums #bbp-your-profile #bbp_user_edit_submit {
	background: #d6230c;
	border: 1px solid #d6230c;
	border-radius: 4px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: CronosPro, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	float: none;
	line-height: 1.2;
	padding: 11px 18px;
}

#bbpress-forums #bbp-your-profile #bbp_user_edit_submit:hover,
#bbpress-forums #bbp-your-profile #bbp_user_edit_submit:focus {
	background: #b91d0a;
	border-color: #b91d0a;
	color: #fff;
	outline: 0;
}

#bbpress-forums #bbp-your-profile button,
#bbpress-forums #bbp-your-profile #bbp_user_edit_submit {
	background-color: #0185df;
	border: 0;
	border-radius: 4px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: CronosPro, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 400;
	height: 50.2812px;
	line-height: 48.3px;
	padding: 0 40px;
	text-decoration: none;
	text-shadow: none;
	-webkit-text-stroke: 0;
}

#bbpress-forums #bbp-your-profile button:hover,
#bbpress-forums #bbp-your-profile button:focus,
#bbpress-forums #bbp-your-profile #bbp_user_edit_submit:hover,
#bbpress-forums #bbp-your-profile #bbp_user_edit_submit:focus {
	background-color: #00419d !important;
	border-color: #00419d !important;
	color: #fff;
	outline: 0;
}

#bbpress-forums .attitudegaming-user-navigation ul {
	background-color: rgba(62, 62, 62, 0.04);
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	gap: 0;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

#bbpress-forums .attitudegaming-user-navigation li {
	border-bottom: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation a,
#bbpress-forums .attitudegaming-user-navigation li a {
	border: none;
	box-sizing: border-box;
	color: rgb(62, 62, 62);
	display: block;
	font-size: 15px;
	font-weight: 400;
	line-height: 22.5px;
	opacity: 1;
	padding: 10px 20px;
	text-decoration: none;
	transition: background-color 0.16s ease, color 0.16s ease;
	width: 100%;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li a:hover,
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li a:focus,
#bbpress-forums .attitudegaming-user-navigation li a:hover,
#bbpress-forums .attitudegaming-user-navigation li a:focus {
	background: rgba(62, 62, 62, 0.12) !important;
	color: rgb(0, 0, 0);
	opacity: 1;
	text-decoration: none;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a,
#bbpress-forums .attitudegaming-user-navigation li.current a {
	background: rgba(62, 62, 62, 0.25) !important;
	color: rgb(0, 0, 0);
	font-weight: 700;
	opacity: 1;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a:hover,
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a:focus,
#bbpress-forums .attitudegaming-user-navigation li.current a:hover,
#bbpress-forums .attitudegaming-user-navigation li.current a:focus {
	background: rgba(62, 62, 62, 0.32) !important;
	color: rgb(0, 0, 0);
	opacity: 1;
}

#bbpress-forums #bbp-user-wrapper #bbp-user-body {
	flex: 1 1 auto;
	margin-left: 0;
	min-width: 0;
	width: auto;
}

#bbpress-forums .attitudegaming-user-content-title {
	border-bottom: 1px solid rgb(0, 0, 0);
	border-color: rgb(0, 0, 0);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	box-sizing: border-box;
	color: #000000;
	display: block;
	font-size: 25px;
	font-weight: 400;
	height: auto;
	line-height: 25px;
	margin: 0 0 20px 0;
	padding: 16px 20px;
	text-transform: uppercase;
	width: 100%;
}

@media (max-width: 782px) {
	#bbpress-forums #bbp-user-wrapper {
		flex-direction: column;
		gap: 20px;
	}

	#bbpress-forums #bbp-single-user-details.attitudegaming-single-user-details {
		flex: none;
		width: 100%;
	}

	#bbpress-forums .attitudegaming-user-navigation ul {
		flex-direction: row;
		flex-wrap: wrap;
	}

	#bbpress-forums .attitudegaming-user-navigation li {
		border-bottom: none;
	}

	#bbpress-forums .attitudegaming-user-navigation li a {
		padding: 8px 14px;
	}

	#bbpress-forums .attitudegaming-user-navigation li.current a {
		background-color: rgba(62, 62, 62, 0.25);
	}

	#bbpress-forums .attitudegaming-profile-cover {
		height: 180px;
	}

	#bbpress-forums .attitudegaming-profile-avatar-container {
		bottom: -25px;
		height: 90px;
		left: 15px;
		width: 90px;
	}

	#bbpress-forums .attitudegaming-profile-avatar-img,
	#bbpress-forums .attitudegaming-profile-avatar-link img {
		height: 90px;
		width: 90px;
	}

	#bbpress-forums .attitudegaming-profile-user-badge {
		bottom: 10px;
		left: 120px;
		padding: 4px 10px;
	}

	#bbpress-forums .attitudegaming-profile-name {
		font-size: 20px;
	}

	#bbpress-forums .attitudegaming-profile-role {
		font-size: 12px;
	}

	#bbpress-forums .attitudegaming-profile-bar {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
		padding: 12px 15px 12px 120px;
	}

	#bbpress-forums .attitudegaming-profile-stats {
		justify-content: flex-start;
		width: 100%;
	}

	#bbpress-forums .attitudegaming-stat-divider {
		margin: 0 12px;
	}

	#bbpress-forums .attitudegaming-profile-cover-actions {
		gap: 6px;
		right: 10px;
		top: 10px;
	}

	#bbpress-forums .attitudegaming-profile-cover-btn {
		font-size: 11px;
		padding: 4px 8px;
	}
}

@media (max-width: 540px) {
	#bbpress-forums .attitudegaming-profile-cover {
		height: 220px;
	}

	#bbpress-forums .attitudegaming-profile-avatar-container {
		bottom: -35px;
		left: 50%;
		transform: translateX(-50%);
	}

	#bbpress-forums .attitudegaming-profile-user-badge {
		bottom: 60px;
		left: 50%;
		text-align: center;
		transform: translateX(-50%);
		white-space: nowrap;
	}

	#bbpress-forums .attitudegaming-profile-bar {
		align-items: center;
		padding: 45px 15px 15px;
		text-align: center;
	}

	#bbpress-forums .attitudegaming-profile-stats {
		justify-content: center;
	}
}