.fire_szinfo {
	position: relative;

	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;

	width: min(100%, 1200px);
	min-height: 112px;
	margin: 0 auto 28px;
	padding: 24px 30px;

	color: var(--txt);

	background: transparent;
	border-top: 1px solid var(--post-line);
	border-bottom: 1px solid var(--post-line);
}

.fire_szinfo::before {
	content: "SZENENINFORMATION";

	margin-bottom: 10px;

	color: var(--fire-accent-light);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.28em;
	line-height: 1.4;
	text-transform: uppercase;
}

.fire_szinfo name {
	display: block;

	width: 100%;
	margin: 0;

	color: var(--post-strong);
	font-family: var(--fire-display);
	font-size: clamp(34px, 4vw, 52px);
	font-weight: 400;
	line-height: 1;

	text-align: left;

	border: 0;
	text-shadow: none;
}




.fire_postbit,
.fire_postbit * {
	box-sizing: border-box;
}

.fire_postbit {
display: grid;
	grid-template-columns: 270px minmax(0, 1fr) 76px;
	grid-template-rows: auto minmax(600px, auto);

	width: min(100%, 1200px);
	min-height: 600px;
	margin: 0 auto 42px;

	color: var(--post-text);

	background: transparent;
	border-top: 1px solid var(--post-line);
	border-bottom: 1px solid var(--post-line);
}




.fire_postbit .charainfo {
	position: relative;

	grid-column: 1 / -1;
	grid-row: 1;

	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;

	width: 100%;
	min-height: 138px;
	max-height: none;
	padding: 28px 34px 25px;

	text-align: left;

	background:
		linear-gradient(
			to right,
			var(--post-header-wash),
			transparent 66%
		);

	border-bottom: 1px solid var(--post-line);
}

.charainfo__eyebrow {
	margin-bottom: 9px;

	color: var(--fire-accent-light);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.28em;
	line-height: 1.4;
	text-transform: uppercase;
}

.fire_postbit .charainfo name {
	display: block;

	width: 100%;
	margin: 0;
	padding: 0;

color: var(--stecki-name);
	font-family: var(--fire-display);
	font-size: clamp(44px, 5vw, 70px);
	font-weight: 400;
	line-height: 0.95;

	text-align: left;

	text-shadow: none;
}

.fire_postbit .charainfo name a {
	color: inherit;
	text-decoration: none;
	transition:
		color 0.2s ease,
		-webkit-text-stroke-color 0.2s ease;
}

.fire_postbit .charainfo .spieler {
	position: static;

	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 7px 22px;

	margin-top: 18px;

	color: var(--post-muted);
	font-family: inherit;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-transform: uppercase;
}

.fire_postbit .charainfo .spieler span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.fire_postbit .charainfo .spieler span::before {
	content: "";

	width: 5px;
	height: 5px;

	border: 1px solid var(--post-diamond);

	transform: rotate(45deg);
}

.fire_postbit .charainfo .spieler u {
	color: var(--post-strong);
	font-weight: 700;
	text-decoration: none;
}




.fire_postbit .postleft {
	position: relative;

	grid-column: 1;
	grid-row: 2;

	width: auto;
	min-width: 0;
	min-height: 600px;

	color: var(--post-text);

	background: transparent;
	border-right: 1px solid var(--post-line);
}

.fire_postbit .postleft .inner {
	position: sticky;
	top: 120px;

	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	gap: 18px;

	width: 100%;
	height: auto;
	min-height: 0;
	padding: 30px;

	background: transparent;
}




.postleft__portrait {
	position: relative;

	width: 100%;
	aspect-ratio: 1 / 1.12;

	overflow: hidden;

	background: var(--post-panel);
	border: 1px solid var(--post-line);
}

.postleft__portrait::after {
	content: "";

	position: absolute;
	inset: 8px;

	border: 1px solid var(--post-image-line);

	pointer-events: none;
}

.postleft__portrait img {
	display: block;

	width: 100%;
	height: 100%;

	object-fit: cover;
	object-position: center;

	border: 0 !important;

	filter:
		saturate(0.74)
		contrast(1.04)
		brightness(0.86);

	transition:
		filter 0.25s ease,
		transform 0.3s ease;
}

.postleft__portrait:hover img {
	filter:
		saturate(0.95)
		contrast(1.02)
		brightness(0.94);

	transform: scale(1.015);
}




.fire_postbit .shortinfo {
	width: 100%;
	height: auto;
	max-height: 195px;
	padding: 0;

	overflow: auto;

	color: var(--post-text);
	font-family: inherit;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.72;
	text-align: left;

	background: transparent;
	border: 0;

	scrollbar-width: thin;
	scrollbar-color: var(--post-scrollbar) transparent;
}

.shortinfo__label {
	position: sticky;
	top: 0;
	z-index: 2;

	margin: 0 0 12px;
	padding: 0 0 9px;

	color: var(--fire-accent-light);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.4;
	text-transform: uppercase;

	background: var(--fire-bg-dark);
	border-bottom: 1px solid var(--post-line);
}

.shortinfo__text {
	padding-right: 7px;
	text-align:justify;
}

.fire_postbit .shortinfo::-webkit-scrollbar {
	width: 3px;
}

.fire_postbit .shortinfo::-webkit-scrollbar-track {
	background: transparent;
}

.fire_postbit .shortinfo::-webkit-scrollbar-thumb {
	background: var(--post-scrollbar);
}




.postleft__icon {
	position: relative;

	width: 100%;
	height: 96px;

	overflow: hidden;

	border: 1px solid var(--post-line);
}

.postleft__icon img {
	display: block;

	width: 100%;
	height: 100%;

	object-fit: cover;
	object-position: center;

	border: 0 !important;

	filter:
		saturate(0.68)
		brightness(0.8);
}




.fire_postbit .postmid {
	position: relative;

	grid-column: 2;
	grid-row: 2;

	min-width: 0;
	min-height: 600px;
	padding: 30px clamp(32px, 4vw, 52px) 42px;

	overflow-x: hidden;
	overflow-y: visible;

	color: var(--post-text);
	font-family: var(--fire-body);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.9;
	text-align: left;
	white-space: normal;

	background: transparent;
	border: 0;
}




.postmeta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;

	margin: 0;

	color: var(--post-muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-transform: uppercase;
}

.postmeta__url a {
	color: var(--fire-accent-light);
	text-decoration: none;

	transition: color 0.18s ease;
}

.postmeta__url a:hover {
	color: var(--post-hover-text);
}

.postmid__divider {
	width: 100%;
	height: 1px;
	margin: 15px 0 30px;

	background:
		linear-gradient(
			to right,
			var(--post-accent-line),
			var(--post-line) 40%,
			transparent
		);
}

.postmid__divider--bottom {
	margin: 32px 0 24px;
}




.postmid__message {
	min-height: 440px;
	text-align:justify;
}

.fire_postbit .postmid p {
	margin: 0 0 1.45em;
}

.fire_postbit .postmid a {
	color: var(--fire-accent-light);
	text-decoration-color: var(--post-link-line);
	text-underline-offset: 3px;

	transition:
		color 0.18s ease,
		text-decoration-color 0.18s ease;
}

.fire_postbit .postmid a:hover {
	color: var(--post-hover-text);
	text-decoration-color: var(--accent);
}




.fire_postbit .postmid b,
.fire_postbit .postmid strong {
	color: var(--stecki-name);
	font-weight: 700;

	background: transparent;
	padding: 0;
}

.fire_postbit .postmid i,
.fire_postbit .postmid em {
	color: var(--post-em);
	font-style: italic;

	background: transparent;
	padding: 0;
}

.fire_postbit .postmid u {
	color: var(--fire-accent-light);
	text-decoration-color: var(--post-accent-line);
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;

	background: transparent;
	padding: 0;
}

.fire_postbit .postmid blockquote {
	margin: 28px 0;
	padding: 18px 24px;

	color: var(--post-quote);
	font-style: italic;

	background: transparent;
	border-left: 1px solid var(--accent);
}




.postmid__notice {
	margin: 40px 0;
	padding: 28px;

	color: var(--post-notice-text);
	font-size: 12px;
	line-height: 1.8;

	background: var(--post-notice-bg);
	border: 1px solid var(--post-notice-border);
}

.postmid__notice span {
	display: block;

	margin-bottom: 8px;

	color: var(--fire-accent-light);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}




.postmid__edited {
	margin-top: 30px;

	color: var(--post-muted);
	font-size: 11px;
	font-style: italic;
	line-height: 1.5;
}




.postmid__signature {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 100%;
	overflow: hidden;
}

.postmid__signature img {
	display: block;

	max-width: 100%;
	height: auto;

	filter:
		saturate(0.78)
		brightness(0.9);
}




.fire_postbit .postmid nospan {
	position: static;

	display: block;

	width: 100%;
	margin: 0 0 18px;

	color: var(--post-muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.5;
	text-align: right;
	text-transform: uppercase;
}




.fire_postbit .postright {
	position: relative;

	grid-column: 3;
	grid-row: 2;

	min-width: 0;

	background: transparent;
	border-left: 1px solid var(--post-line);
}

.fire_postbit .postright .inner {
	position: sticky;
	top: 120px;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;

	width: 100%;
	padding: 28px 10px;

	background: transparent;
}

.postright__label {
	color: var(--post-muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1.4;
	text-transform: uppercase;

	writing-mode: vertical-rl;
	transform: rotate(180deg);
}

.postright__buttons {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 9px;
}




.postright__buttons a,
.postright__buttons button,
.postright__buttons input,
.postright__buttons img {
	transition:
		opacity 0.18s ease,
		transform 0.18s ease,
		filter 0.18s ease;
}

.postright__buttons a, .wandshare-postbit {
	display: flex;
	align-items: center;
	justify-content: center;

	min-width: 30px;
	min-height: 30px;

	color: var(--post-muted);
	font-size: 13px;
	text-decoration: none;

	background: transparent;
	border: 1px solid var(--post-line);
}

.postright__buttons a:hover {
	color: var(--post-hover-text);
	border-color: var(--post-button-hover-border);
	transform: translateY(-1px);
}

.postright__buttons img {
	display: block;

	max-width: 28px;
	max-height: 28px;

	opacity: 0.62;
	filter: grayscale(1) brightness(1.3);
}

.postright__buttons a:hover img,
.postright__buttons img:hover {
	opacity: 1;
	filter: grayscale(0) brightness(1.05);

	transform: translateY(-1px);
}


@media (max-width: 1050px) {
	.fire_postbit {
		grid-template-columns: 220px minmax(0, 1fr) 62px;
	}
	.fire_postbit .postleft .inner {
		padding: 22px;
	}
	.fire_postbit .postmid {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media (max-width: 820px), (max-device-width: 820px) {
	.fire_szinfo {
		width: 100%;
		min-height: 0;
		margin: 0 0 22px;
		padding: 22px 20px;
		font-size: 15px;
		line-height: 1.6;
	}
	.fire_szinfo::before {
		font-size: 11px;
		letter-spacing: 0.20em;
	}
	.fire_szinfo name {
		font-size: clamp(38px, 10vw, 56px);
		line-height: 1.02;
	}

	.fire_postbit {
		display: block;
		width: 100%;
		min-height: 0;
		margin: 0 0 34px;
	}

	.fire_postbit .charainfo {
		display: block;
		min-height: 0;
		padding: 24px 20px 22px;
	}
	.charainfo__eyebrow {
		margin-bottom: 8px;
		font-size: 11px;
		letter-spacing: 0.20em;
	}
	.fire_postbit .charainfo name {
		font-size: clamp(44px, 12vw, 66px);
		line-height: 0.98;
	}
	.fire_postbit .charainfo .spieler {
		display: block;
		margin-top: 15px;
		font-size: 13px;
		line-height: 1.65;
		letter-spacing: 0.06em;
	}
	.fire_postbit .charainfo .spieler span {
		display: flex;
		margin-top: 5px;
	}

	.fire_postbit .postleft {
		display: grid;
		grid-template-columns: minmax(150px, 0.55fr) minmax(0, 1fr);
		gap: 18px;
		min-height: 0;
		padding: 22px 20px;
		border-right: 0;
		border-bottom: 1px solid var(--post-line);
	}
	.fire_postbit .postleft .inner {
		position: static;
		display: contents;
	}
	.postleft__portrait {
		width: 100%;
		align-self: start;
	}
	.fire_postbit .shortinfo {
		max-height: none;
		overflow: visible;
		font-size: 15px;
		line-height: 1.7;
	}
	.shortinfo__label {
		position: static;
		font-size: 11px;
		letter-spacing: 0.16em;
	}
	.shortinfo__text {
		padding-right: 0;
		text-align: left;
	}
	.postleft__icon {
		display: none;
	}

	.fire_postbit .postmid {
		min-height: 0;
		padding: 28px 20px 34px;
		font-size: 17px;
		line-height: 1.78;
	}
	.postmeta {
		align-items: flex-start;
		flex-direction: column;
		gap: 7px;
		font-size: 12px;
		line-height: 1.5;
	}
	.postmid__divider {
		margin: 14px 0 24px;
	}
	.postmid__message {
		min-height: 0;
		text-align: left;
	}
	.fire_postbit .postmid blockquote {
		font-size: 16px;
		line-height: 1.7;
	}
	.postmid__notice {
		font-size: 15px;
		line-height: 1.7;
	}
	.postmid__edited,
	.fire_postbit .postmid nospan {
		font-size: 12px;
	}

	.fire_postbit .postright {
		border-top: 1px solid var(--post-line);
		border-left: 0;
	}
	.fire_postbit .postright .inner {
		position: static;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 14px;
		padding: 16px 20px;
	}
	.postright__label {
		font-size: 11px;
		writing-mode: initial;
		transform: none;
	}
	.postright__buttons {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-end;
		gap: 8px;
	}
	.postright__buttons a,
	.wandshare-postbit {
		min-width: 38px;
		min-height: 38px;
		font-size: 15px;
	}
}

@media (max-width: 560px), (max-device-width: 560px) {
	.fire_szinfo {
		padding: 20px 16px;
	}
	.fire_szinfo name {
		font-size: 42px;
	}

	.fire_postbit .charainfo {
		padding: 22px 16px 20px;
	}
	.fire_postbit .charainfo name {
		font-size: clamp(42px, 14vw, 58px);
	}
	.fire_postbit .charainfo .spieler {
		font-size: 14px;
	}

	.fire_postbit .postleft {
		padding: 20px 16px;
	}
	.postleft__portrait {
		max-width: 260px;
		margin: 0 auto 20px;
	}
	.fire_postbit .shortinfo {
		font-size: 16px;
		line-height: 1.72;
	}

	.fire_postbit .postmid {
		padding: 26px 16px 32px;
font-size: clamp(19px, 5vw, 23px);
		line-height: 1.75;
	}
	.fire_postbit .postmid blockquote {
		font-size: 17px;
	}
	.postmid__notice {
		font-size: 16px;
	}

	.fire_postbit .postright .inner {
		align-items: flex-start;
		flex-direction: column;
		padding: 16px;
	}
	.postright__buttons {
		justify-content: flex-start;
	}
	.postright__buttons a,
	.wandshare-postbit {
		min-width: 42px;
		min-height: 42px;
	}
}
