.stabilizer-uid-gif-marker {
	display: none !important;
}

.postbit.stabilizer-uid-gif-postbit {
	--stabilizer-uid-gif-side-padding: calc(var(--default-padding) / 2);
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background: var(--trow-bg);
}

.postbit.stabilizer-uid-gif-postbit::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 500px;
	z-index: 0;
	pointer-events: none;
	background-image: var(--stabilizer-uid-gif-image);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.postbit.stabilizer-uid-gif-postbit::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 500px;
	z-index: 0;
	pointer-events: none;
	background: linear-gradient(to bottom, transparent 8%, var(--trow-bg) 100%);
}

.postbit.stabilizer-uid-gif-postbit > * {
	position: relative;
	z-index: 1;
}

.postbit.stabilizer-uid-gif-postbit > .postbit_avatar,
.postbit_avatar.stabilizer-uid-gif-avatar-host {
	display: none !important;
}

.postbit.stabilizer-uid-gif-postbit .postbit_information {
	min-height: 21.75rem;
	box-sizing: border-box;
	padding: var(--default-padding) calc(var(--default-padding) / 2) calc(var(--default-padding) / 4);
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
}

.postbit.stabilizer-uid-gif-postbit .postbit_information > span {
	margin-top: auto !important;
}

.postbit.stabilizer-uid-gif-postbit .postbit_information > strong:first-child {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	max-width: 100%;
	box-sizing: border-box;
	margin-right: auto !important;
	margin-left: auto !important;
	padding: .35rem .8rem;
	background: rgb(255 255 255 / 4%);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: .7rem;
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
}

.postbit.stabilizer-uid-gif-postbit .postbit_information > strong:first-child .largetext {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.postbit.stabilizer-uid-gif-postbit .postbit_statistics_content {
	background: rgba(12, 16, 27, 0.68) !important;
	border-color: rgba(255, 255, 255, 0.16) !important;
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
}

.postbit.stabilizer-uid-gif-postbit .postbit-rank {
	background-color: rgba(12, 16, 27, 0.72);
}

.postbit.stabilizer-uid-gif-postbit .postbit-ranks,
.postbit.stabilizer-uid-gif-postbit .postbit-ranks img {
	background: transparent !important;
	box-shadow: none !important;
}

@media screen and (min-width: 769px) {
	.postbit.stabilizer-uid-gif-postbit {
		flex: 0 0 16rem;
		box-sizing: border-box;
		padding: var(--stabilizer-uid-gif-side-padding) var(--stabilizer-uid-gif-side-padding) 0;
		border-radius: 0;
	}

	.post.stabilizer-uid-gif-post .post_head .post_onlinestatus {
		flex: 0 0 16rem;
	}

	.postbit.stabilizer-uid-gif-postbit::before,
	.postbit.stabilizer-uid-gif-postbit::after {
		top: var(--stabilizer-uid-gif-side-padding);
		right: var(--stabilizer-uid-gif-side-padding);
		left: var(--stabilizer-uid-gif-side-padding);
		width: auto;
		height: calc(100% - var(--stabilizer-uid-gif-side-padding));
		border-radius: 0 var(--default-border-radius) 0 0;
	}
}

@media screen and (max-width: 768px), screen and (max-device-width: 768px) {
	.postbit.stabilizer-uid-gif-postbit {
		min-height: 11rem;
	}

	.postbit.stabilizer-uid-gif-postbit::before {
		background-position: center 22%;
	}

	.postbit.stabilizer-uid-gif-postbit::after {
		background: linear-gradient(to right, transparent 8%, var(--trow-bg) 100%);
	}

	.postbit.stabilizer-uid-gif-postbit .postbit_information {
		min-height: 9rem;
	}
}
