.post-area {
	margin-top: 40px;
	border-top: 1px solid var(--medium);
	border-bottom: 1px solid var(--medium);
	padding: var(--base-gap) 0;
}

.post-surrounder {
	background: var(--dark-opacity);
}

.post-area .top-area {
	display: grid;
	grid-template-columns: 120px 1fr 380px;
	gap: 40px;
}

.post-area .mini-icon {
	margin-top: 50px;
	margin-bottom: 50px;
}

.post-area .head-textarea,
.post-area .head-controls {
	padding-top: 50px;
	padding-bottom: 50px;
}

.post-area .head-textarea {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.post-area .head-controls {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	text-transform: uppercase;
	font-size: 12px;
}
.post-area .head-controls:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1px;
	height: calc(100% - 5px);
	background: var(--medium);
	filter: brightness(0.5);
}
.post-area .top-area:after,
.post-area .post-footer:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: -1;
	mix-blend-mode: overlay;
	background: transparent;
}
.post-area .post-number input {
	margin: 0;
}
.post-area .post-number a {
	color: var(--light);
}
.post-area .post-number a:hover {
	color: var(--secondary);
}
.post-area .post-number-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: var(--base-gap);
}
.post-area .post-up-controls {
	display: flex;
	flex-wrap: wrap;
	gap: var(--base-gap);
}
.post-area .post-up-controls a {
	padding: 5px;
	border: 1px solid var(--light);
	color: var(--light);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	transition: color 0.3s ease, border 0.3s ease;
}
.post-area .post-up-controls a:hover {
	color: var(--secondary);
	border: 1px solid var(--secondary);
}

.post-area .top-area,
.post-area .post-footer {
	background: var(--bg-image);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	z-index: 1;
	position: relative;
	padding: 0 30px;
}

.post-area .post-footer {
	background-position: center bottom;
	display: grid;
	grid-template-columns: 1fr 410px;
	padding: 0;
	text-transform: uppercase;
	font-size: 11px;
}
.post-area .post-footer .first-bit {
	position: relative;
	justify-content: space-between;
}
.post-area .post-footer .first-bit:after {
	content: "played by:";
	font-family: var(--display-font);
	font-size: 40px;
	display: block;
	position: absolute;
	left: var(--base-gap);
	bottom: 10px;
	opacity: 0.1;
	color: var(--light);
	line-height: 1em;
	letter-spacing: 0.06em;
}
.post-area .post-footer .second-bit {
	justify-content: center;
}
.post-area .post-footer .first-bit,
.post-area .post-footer .second-bit {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 30px;
}
.post-area .post-footer .playername {
	font-family: var(--display-font);
	line-height: 1em;
	letter-spacing: 0.06em;
	font-size: 30px;
	line-height: 1em;
}
.post-area .post-footer .playername span {
	display: block;
	font-family: var(--main-font);
	font-size: 11px;
	letter-spacing: normal;
	line-height: 1em;
}
.post-area .post-footer .foot-controls {
	border-left: 1px solid var(--darker-medium);
	font-size: 18px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: var(--base-gap);
}
.post-area .post-footer .foot-controls a {
	display: block;
	padding: 5px;
	color: var(--light);
	border: 1px solid var(--light);
	transition: color 0.3s ease, border 0.3s ease;
}
.post-area .post-footer .foot-controls a:hover {
	color: var(--secondary);
	border: 1px solid var(--secondary);
}
.post-surrounder > .myreactions-container {
	padding: var(--base-gap) 30px;
}
.myreactions-container {
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 5px;
	align-items: center;
}
.myreactions-container .break {
	flex-basis: 100%;
	height: 0;
}
.myreactions-container .button {
	aspect-ratio: 1 / 1;
	font-size: 12px;
	width: 26px;
	height: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.myreactions-container img,
.myreactions-react img {
	max-width: 20px;
	height: auto;
	object-fit: contain;
	object-position: center;
	cursor: pointer;
	transition: filter 0.3s ease;
}
.myreactions-react img {
	max-width: 30px;
}
.myreactions-react img:hover {
	filter: grayscale(1) brightness(0.5);
}

.myreactions-reacted {
	font-size: 11px;
	text-transform: uppercase;
}
.myreactions-reacted span[onclick] {
	color: var(--primary);
	transition: color 0.3s ease;
	cursor: pointer;
}
.myreactions-reacted span[onclick]:hover {
	color: var(--secondary);
}

.posting-buttons {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: var(--base-gap);
	padding: var(--base-gap) 30px 0;
}
.posting-buttons a.button:link,
.posting-buttons a.button:visited,
.posting-buttons a.button:active {
	color: var(--light);
	border: 1px solid var(--light);
}
.posting-buttons a.button:hover {
	color: var(--secondary);
	border: 1px solid var(--secondary);
}

.post-area .top-area .user-name {
	text-transform: uppercase;
	font-family: var(--display-font);
	font-size: 40px;
}

.post-area .top-area .user-name .username,
.post-area .top-area .user-name .username b {
	font-weight: normal;
	color: var(--light) !important;
}

.post-area .top-area .user-quote {
	text-transform: uppercase;
	font-size: 11px;
}

.post-area .edit-button {
	position: relative;
}

.edit-button .popup_menu {
	top: 100% !important;
	left: 0 !important;
}

.post-area .mini-icon {
	border: 1px solid var(--medium);
	width: 120px;
	height: 120px;
	aspect-ratio: 1 / 1;
	padding: 10px;
}

.post-area .mini-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.posting-area {
	display: grid;
	grid-template-columns: 1fr 410px;
}

.posting-area_classic {
padding:40px;
}


.posting-area .profile-bit {
	position: relative;
	padding: 30px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	overflow: hidden;
}

.posting-area .profile-bit:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: var(--medium);
	filter: brightness(0.5);
}

.posting-area .profile-bit .border-box {
	padding: 10px;
	border: 1px solid var(--medium);
	max-width: 320px;
	display: flex;
	align-items: center;
}
.posting-area .profile-bit .border-box.icon-box img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	max-height: 150px;
}

.posting-area .profile-bit .info-box {
	position: relative;
	text-transform: uppercase;
	display: grid;
	grid-template-columns: 24px 1fr;
	align-items: center;
	gap: var(--base-gap);
	font-size: 11px;
}
.posting-area .profile-bit .info-box i {
	font-size: 24px;
	width: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.posting-area .profile-bit .info-box .bg-text {
	font-family: var(--display-font);
	font-size: 27px;
	display: block;
	position: absolute;
	top: calc(50% + 5px);
	left: 40px;
	z-index: -1;
	color: var(--medium);
	transform: translateY(-50%);
	filter: brightness(2);
}

.posting-area .profile-bit-overlay {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	padding: 30px;
	background: var(--dark);
	text-transform: uppercase;
	font-size: 11px;
	transition: left 0.5s ease;
}
.posting-area .profile-bit-overlay:before {
	content: "»";
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 700;
	width: 20px;
	height: 20px;
	color: var(--medium);
	border: 1px solid var(--medium);
	border-right: 0;
	position: absolute;
	top: 30px;
	right: 100%;
	cursor: pointer;
}
.posting-area .profile-bit-overlay .overlay-inlet {
	display: flex;
	flex-direction: column;
	gap: 30px;
	width: 100%;
	height: 100%;
	overflow-y: auto;
}
.posting-area .profile-bit-overlay:hover {
	left: 0;
}

.posting-area .profile-bit .infos-headline {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.posting-area .info-line {
	display: grid;
	grid-template-columns: 100px 1fr;
	column-gap: 10px;
}
.posting-area .char-infos .info-line:not(:last-child),
.posting-area .non-char-infos .info-line:not(:last-child) {
	border-bottom: 1px solid var(--darker-medium);
	padding-bottom: 5px;
}
.posting-area .char-infos .info-line:not(:first-child),
.posting-area .non-char-infos .info-line:not(:first-child) {
	padding-top: 5px;
}

.posting-area .post-body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.posting-area .post-body-inner {
	padding: 40px 20px 40px 40px;
	font-size: 13px;
	line-height: calc(1em + 8px);
	letter-spacing: 0.03em;
	text-align: justify;
}

.posting-area .signature-bit {
	position: relative;
	padding-top: 20px;
	padding-bottom: 30px;
}
.posting-area .signature-bit .signature {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.posting-area .signature-bit:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	width: 100%;
	background: var(--medium);
	filter: brightness(0.5);
}

.post.unapproved_post {
	background: #ffdde0;
}

.thread_start_datetime {
	color: #999;
}

.post.unapproved_post .post_author {
	border-bottom-color: #ffb8be;
}

.post.classic.unapproved_post .post_author {
	border-color: #ffb8be;
}

.post.unapproved_post .post_controls {
	border-top-color: #ffb8be;
}

.showthread-head {
	display: flex;
	flex-direction: column;
	gap: 5px;
	text-align: center;
}
.showthread-title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	width: fit-content;
	line-height: 1.1em;
	margin-top:10px;
}
.showthread-subject {
	padding-bottom: 5px;
	border-bottom: 1px solid var(--light);
}
.showthread-description {
	text-align: justify;
	display: block;
	font-family: var(--main-font);
	font-weight: normal;
	line-height: 1.1em;
	margin-top: 5px;
}

.thread-controls {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: var(--base-gap);
}
.thread-controls > * {
	flex: 1;
}

.ipt-head {
	padding: var(--base-gap);
	font-size: 11px;
	text-align: center;
}
.ipt-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: var(--base-gap);
}
.ipt-subject {
	text-transform: uppercase;
	font-weight: 700;
}

.Showthread_Infos {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	font-size: 11px;
}
.Showthread_Infos > div {
	padding: 10px;
	border-left: 1px solid var(--darker-medium);
	border-top: 1px solid var(--darker-medium);
	border-bottom: 1px solid var(--darker-medium);
}
.Showthread_Infos > div:last-child {
	border-right: 1px solid var(--darker-medium);
}

/* Add right border to every nth element */
.Showthread_Infos > div:nth-child(4n) {
    border-right:  1px solid var(--darker-medium);
}

.Showthread_Infos nd, de {
	display: block;
}
.Showthread_Infos nd {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 5px;
}

.notemoderator_note_normal {
	border: 1px solid var(--darker-medium);
  margin: 0;
  background: none;
  padding: 10px;
margin-top:15px;
	
}	

