h1#post-title {
	margin: 64px 0 16px;
	padding-top: 12px;
	border-top: #979797 solid 1px;
}

#post-text { 
	font-size: 16px;
}

#post-text a:not(.item-name) {
	font-weight: 600;
}

#post-text h2 {
	font-size: 32px;
}

#post-text h3 {
	font-size: 24px;
	margin-top: 32px;
}

#post-text ul,
#post-text ol {
	padding: 0 0 16px 24px;
}

#post-text ol li,
#post-text ul li {
	margin: 4px 0;
}

#post-text img {
	max-width: 100%;
}

hr {
	border-top: 1px solid #aaa !important;
    height: 1px !important;
    opacity: .5 !important;
}

#post-text .item-icon {
	margin-right: 0;
}

#post-text .slick-slider .slick-next,
#post-text .slick-slider .slick-prev {
	background-color: rgba(0,0,0,0.6);
}

#post-text .slick-slider .slick-prev::before,
#post-text .slick-slider .slick-next::before {
	color: #fff;
}

#post-text .slick-slide img {
	display: inline;
	max-width: 100%;
}

#lightbox {
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 111111111;
	display: none;
}

#lightbox-content {
	background-color: #fff;
	padding: 5px;
	border-radius: 5px;
	display: inline-block;
	margin: auto;
	position: relative;
	z-index: 3;
}

#lightbox-content img {
	max-height: 99vh;
}

#lightbox-close {
	z-index: 3;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#lightbox-close__cross {
	position: absolute;
	top: 0;
	right: 0;
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .1s linear;
	cursor: pointer;
}

#lightbox-close__cross:hover {
	background-color: rgba(255,255,255,0.1);
}

#lightbox-close__cross::after {
	display: inline;
	content: "⨉";
	color: #fff;
	font-size: 32px;
}

.lightbox {
	cursor: pointer;
}

#post-sections {
	position: fixed;
	right: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	z-index: 2000;
}

#post-sections__content {
	background: rgba(0, 0, 0, 0.8);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
	padding: 16px 0;
	overflow-y: scroll;
	padding-left: 12px;
}

#post-sections a {
	display: block;
	padding: 5px 16px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

#post-sections__toggle {
	height: 32px;
	padding: 0 10px;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 10px 0 0 10px;
	font-size: 10px;
	margin-top: 86px;
}

#post-sections #post-sections__toggle {
	display: flex;
	margin-left: auto;
}

@media (max-width: 1280px) {
	#post-sections__content {
		display: none;
	}
}

td > p:last-child {
	margin-bottom: 0;
}

.tooltipwiki {
    position: relative;
    display: inline-block;
}

.tooltipwiki .tooltiptextwiki {
    visibility: hidden;
    width: 400px;
    background-color: rgba(24,68,48);
    color: #fff;
    text-align: left;
    padding: 20px;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
}

.tooltipwiki:hover .tooltiptextwiki {
    visibility: visible;
}

.alarm {
	padding: 20px;
	background-color: rgba(52,252,166,0.1);
	width: auto;
	border-left-style: solid;
	border-left-color: #34fca6;
	border-left-width: 6px;
}

.alarm p:last-child {
	margin-bottom: 0;
}

.tabs > input[type="radio"] {
    display: none;
}

.tabs > div {
    display: none;
    border-top: 1px solid #666;
}

#tab-btn-1:checked ~ #content-1,
#tab-btn-2:checked ~ #content-2 {
    display: block;
}

.tabs > label {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: rgba(52,252,166,0);
    border: 1px solid #666;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    top: 10px;
}

.tabs > label:hover {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: rgba(52,252,166,0.03);
    border: 1px solid #666;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    top: 10px;
}

.tabs > label:not(:first-of-type) {
    right: 4px;
}

.tabs > input[type="radio"]:checked + label {
    background-color: rgba(52,252,166,0.2);
    border-bottom: 1px solid #666;
}

#post-interesting h4,
#post-gallery h4 {
	margin-bottom: 16px;
}

#post-interesting table {
	border-bottom: none;
}

#post-gallery img,
#post-gallery iframe {
	max-width: 100%;
}

#post-gallery .slick-slide {
	margin-right: 8px;
	height: 200px;
	position: relative;
}

#post-gallery .slick-slide iframe, 
#post-gallery .slick-slide img {
	height: 100%;
}

#post-gallery .slick-slider .slick-prev,
#post-gallery .slick-slider .slick-next {
	width: 80px;
	height: 200px;
}

#post-gallery .slick-slider .slick-arrow::before {
	color: #33FFA7;
}

#post-gallery .slick-slider .slick-prev {
	background: linear-gradient(90deg, rgba(16, 16, 16, 0.60) 0%, rgba(16, 16, 16, 0.00) 100%);
}

#post-gallery .slick-slider .slick-next {
	background: linear-gradient(90deg, rgba(16, 16, 16, 0.00) 0%, rgba(16, 16, 16, 0.60) 100%);
}

#post-gallery .gallery-description {
	background: linear-gradient(180deg, rgba(16, 16, 16, 0.00) 0%, rgba(16, 16, 16, 0.80) 100%);
	height: 80px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 16px;
	color: #fff;
	padding: 16px;
	display: flex;
	align-items: end;
	pointer-events: none;
}

.frame-lightbox {
	position: relative;
}

.frame-lightbox .lightbox {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.nav-el-16::before {
	display: inline;
	content: "\00B7";
	margin-right: 8px;
}

.nav-el-24::before {
	display: inline;
	content: "-";
	margin-right: 8px;
}

.table-quest td,
.table-quest th {
	padding: 0.75rem;
}

.npc-stats .table tr:last-child {
	border-bottom-color: transparent !important;
}

.tab-content > .active {
	display: block !important;
}

.achv {
	display: flex;
	flex-direction: row;
}

.achv-title {
	width: 25%;
}

.achv-desc {
	width: 25%;
}

.achv-rewards {
	width: 50%;
}

@media (max-width: 1280px) {
	.achv {
		flex-direction: column;
		gap: 8px;
	}

	.achv-title,
	.achv-desc,
	.achv-rewards {
		width: 100%;
	}
}

.mission-title,
.mission-description {
	margin-bottom: 16px;
}