p:empty {
	display: none;
}

#header img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	mix-blend-mode: multiply;
	filter: grayscale(1) blur(3px);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

article {
	padding: 50px;
	background-color: rgb(0 0 0 / 15%);
	border: 1px solid rgb(255 255 255 / 10%);
}

article iframe[src*="you"],
article iframe[src*="porn"] {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	border-radius: 13px;
}

article p img {
	width: 100%;
	border-radius: 13px;
}

article figure:empty,
article span[id*="more"] {
	display: none;
}

article .wp-block-gallery {
	display: flex;
	flex-wrap: wrap;
	border-radius: 13px;
	overflow: hidden;
}

article .wp-block-gallery figure {
	cursor: pointer;
}

article .wp-block-gallery figure {
	overflow: hidden;
}

article .wp-block-gallery figure img {
	transition: all 280ms ease;
}

article .wp-block-gallery figure:hover img {
	opacity: 0.75;
	transform: scale(1.1);
}

article a {
	color: #00ff43;
}

#comments {
	border: 1px solid rgb(255 255 255 / 10%);
	background-color: rgb(0 0 0 / 15%);
}

#comments .comment {
	border-radius: 13px;
	word-break: break-word;
	background: linear-gradient(to right,rgb(255 255 255 / 2%)0%,transparent 100%);
}

#comments > .comment {
	margin-top: 0;
	border-bottom: 1px solid rgb(255 255 255 / 10%);
	border-left: 0;
	border-radius: 0;
	background: none;
}

#comments > .comment:last-child {
	border-bottom: 0;
}

#comments .comment p {
	margin-bottom: 20px;
}

#comments .comment p:last-of-type {
	margin-bottom: 0;
}

#comments .comment header {
	white-space: nowrap;
}

#comments .comment header strong {
	color: #00ff43;
}

#comments .comment header span,
#comments .comment header a {
	color: rgb(255 255 255 / 30%);
	transform: translateY(-0.5px);
}

#comments .comment:hover:not(:has(.comment:hover)) > header a, 
#comments .comment .comment:hover:not(:has(.comment:hover)) > header a,
#comments .comment header a.active {
	opacity: 1;
}

#comments .comment header a:hover {
	color: #fff;
}

#comments .comment iframe {
	width: 100%;
	margin-top: 20px;
	border-radius: 13px;
	height: auto;
	aspect-ratio: 16 / 9;
}

#comments .comment img {
	max-width: 100%;
	border-radius: 13px;
}

#comments .comment #comment {
	margin-top: 20px;
	border: 1px solid rgb(255 255 255 / 10%);
	border-radius: 13px;
	background: #0f051d;
}

#comments .comment #comment::before {
	content: '';
	width: 10px;
	height: 10px;
	transform: rotate(-45deg);
	border-top: 1px solid rgb(255 255 255 / 10%);
	border-right: 1px solid rgb(255 255 255 / 10%);
	background-color: #0f051d;
	position: absolute;
	top: -6px;
}

#comments .comment #comment .close {
	width: 20px;
	height: 20px;
	opacity: 0.25;
	transition: all 280ms ease;
	top: 10px;
	right: 10px;
}

#comments .comment #comment .close:hover {
	opacity: 1;
}

#comments .comment #comment .close::before,
#comments .comment #comment .close::after {
	content: '';
	width: 80%;
	height: 3px;
	background-color: #fff;
	position: absolute;
}

#comments .comment #comment .close::before {
	transform: rotate(45deg);
}

#comments .comment #comment .close::after {
	transform: rotate(-45deg);
}

#comments #comment textarea {
	width: 100%;
	min-height: 40px;
	padding: 15px;
	border: 1px solid rgb(255 255 255 / 10%);
	border-radius: 13px;
	background-color: rgb(255 255 255 / 2%);
	color: white;
	resize: none;
}

#comments #comment button {
	min-width: 40px;
	height: 40px;
	border: 0;
	border-radius: 40px;
	background-color: #00ff43;
	color: #1f033c;
	transform-origin: center;
}

#comments #comment button i {
	transform: translate(-2px,0);
}

#loginform .errors {
	background-color: #ff004f;
	text-align: center;
	font-weight: 700;
}

#loginform .errors a {
	color: #fff;
	text-decoration: underline;
}

#loginform input {
	height: 50px;
	padding-left: 15px;
	border: 1px solid rgb(255 255 255 / 10%);
	border-radius: 3px;
	font-size: var(--size-400);
	font-weight: 600;
}

#loginform label input {
	width: 16px;
	height: 16px;
	position: absolute;
	opacity: 0;
}

#loginform label::before {
	content: '';
	width: 16px;
	height: 16px;
	border: 1px solid rgb(255 255 255 / 10%);
	border-radius: 3px;
}

#loginform label::after {
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 2px;
	background-color: #00ff43;
	opacity: 0;
	transform: scale(0);
	transition: all 280ms ease;
	position: absolute;
	left: 3px;
}

#loginform label.active::after {
	opacity: 1;
	transform: scale(1);
}

#loginform button {
	border: 0;
	border-radius: 3px;
	background-color: #00ff43;
	color: #1f033c;
	cursor: pointer;
}

#loginform .actions {
	border-top: 1px solid rgb(255 255 255 / 10%);
}

#loginform .actions span:first-child::after {
	content: '';
	width: 10px;
	height: 1px;
	background-color: var(--black);
	margin-left: 10px;
	display: inline-block;
	transform: translateY(-4px);
}

#loginform .actions a:hover {
	color: white;
}

.lg-backdrop {
	background-color: #1f033cfa;
}

.lg-image {
	border: 1px solid rgb(255 255 255 / 10%);
	border-radius: 13px;
}

.table-wrapper {
	width: 100%;
	overflow: auto;
}