
.post-content {
    --bs-body-bg: #090c0f;
	--prez-width: 900px;
	--prez-padding-x: 3rem;
	--prez-padding-y: 4rem;
	
	--bg-box-rgb-val: 102, 102, 102;
	--bg-box-opaicty: .35;
	--bg-box-rgba: rgba(var(--bg-box-rgb-val), var(--bg-box-opaicty)); 
	
	--bg-bar-rgb-val: 16, 16, 18;
	--bg-bar-opaicty: .48;
	--bg-bar-rgba: rgba(var(--bg-bar-rgb-val), var(--bg-bar-opaicty)); 
	
	--bs-border-color: var(--bg-box-rgba);
	--bs-list-group-border-color: rgba(var(--bg-box-rgb-val), .05); 
}

.post-content table {
	border-collapse: collapse !important;
}
.post-content .table {
	border: 1px solid var(--bg-box-rgba) !important;
}
.post-content .table-bordered > thead:not(caption) > * > * {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}
.post-content .table tr {
	border-bottom: 1px solid var(--bg-box-rgba) !important;
}
.post-content .table tr td {
	border: none !important;
	vertical-align: middle !important;
	border: 1px solid var(--bg-box-rgba) !important;
}
.post-content .table tr td:last-child {
	border-right: none !important;
}
.post-content .table tr:last-child td {
	border-bottom: none !important;
}

.post-content .table-bordered > :not(caption) > * > *,
.post-content .table tr:nth-of-type(odd) td {
	background: rgba(255,255,255,.03) !important;
}

.post-content .table-bordered > :not(caption) > * > *,
.post-content .table tr:nth-of-type(even) td {
	background: rgba(255,255,255,.01) !important;
}


.post-content .table2 tr td {
	border: none;
	border-right: 1px solid var(--bg-box-rgba);
	border-bottom: 1px solid var(--bg-box-rgba);
}
.post-content .table2 tr td:last-child {
	border-right: none;
}
.post-content .table2 tr:last-child td {
	border-bottom: none;
}
.post-content .table2 tr:nth-of-type(odd) td {
	background: rgba(255,255,255,.03);
}
.post-content .table2 tr:nth-of-type(even) td {
	background: rgba(255,255,255,.025);
}

.post-content .table img[data-item],
.post-content .table img[data-icon] {
	margin: 4px 5px !important;
}

.post-content .row-desc {
	padding: 1.5rem;
	border: 1px solid var(--bg-box-rgba);
	background: var(--bg-bar-rgba);
	margin: 0.5rem 0;
	border-radius: 3px;
	color: #b5b5b5
}

.post-content h1,
.post-content h2 { 
	font-family: "Roboto", sans-serif!important;
	font-weight: 300!important;
	text-align: center;
}

.post-content h1,
.post-content h2 { 
	background: url(/assets/img/headline.webp) no-repeat;
	width: 541px;
	height: 110px;
	margin: 1.5rem auto 3rem auto;
	padding-top: 48px;
	font-size: 1.5rem;
	position: relative;
}
.post-content h2 {
	margin: 1rem auto;
	font-size: 1.25rem;
	padding-top: 47px;
	transform: scale(0.7);
}


.post-content .sbar2,
.post-content .sbar3,
.post-content .sbar2:after,
.post-content .sbar2:before,
.post-content .sbar3:after,
.post-content .sbar3:before {
	--bg-rgb: 38,167,50;
	--bg-opacity: .15;
	--bg-ellipse: top;
	--bg-ellipse-opacity: .05;
	background: linear-gradient(90deg, rgba(var(--bg-rgb),0) 0%, rgba(var(--bg-rgb),var(--bg-opacity)) 50%, rgba(var(--bg-rgb),0) 100%),
				radial-gradient(ellipse farthest-corner at var(--bg-ellipse) center, rgba(var(--bg-rgb), var(--bg-ellipse-opacity)) 0%, rgba(var(--bg-rgb),0) 50%);
	padding: .6rem 0;
	position: relative;
}
.post-content .sbar2 {
	margin-bottom: 1rem;
	color: #619f65;
}
.post-content .sbar3 {
	--bg-rgb: 24,29,40;
	--bg-opacity: 0.5;
	--bg-ellipse: bottom;
	--bg-ellipse-opacity: .3;
	color: #95979a;
}
.post-content .sbar2:after,
.post-content .sbar2:before,
.post-content .sbar3:after,
.post-content .sbar3:before {
	padding: 0;
	height: 2px;
	content: " ";
	display: block;
	--bg-rgb: var(--bg-box-rgb-val);
	--bg-opacity: .05;
	position: absolute;
	width: 100%;
	
	background: linear-gradient(90deg, rgba(var(--bg-rgb),0) 0%, rgba(var(--bg-rgb),var(--bg-opacity)) 50%, rgba(var(--bg-rgb),0) 100%);
}
.post-content .sbar2:before,
.post-content .sbar3:before {
	top: 0;
}
.post-content .sbar2:after,
.post-content .sbar3:after {
	bottom: 0;
}

.post-content .sbar2:has(table), .post-content .sbar2:has(.table) {
	padding: 0;
	--bg-opacity: .1;
}

.sbar3 + .sbar2:before {
    height: 0 !important;
    background: none !important;
}


.post-content .imgframe2 {
	display: inline-block;
	padding: 5px;
	margin: 1rem auto;
	line-height: 0;
	position: relative;
	z-index: 999999;
}
.post-content .imgframe2 ,
.post-content .imgframe2 > div {
	border-radius: 3px;
	border: 1px solid var(--bg-box-rgba);
}

.post-content .imgframe2 img,
.post-content .imgframe2 video {
	vertical-align: bottom;
	float: left;
	max-width: 100%;
}

.post-content .row .imgframe2 {
	margin: 0 0 0 20px;
}
.post-content .nav-link {
	padding: 3px 5px;
}
.post-content .nav-link:hover span {
	opacity: 1;
}

