/* HanimeStream — single video layout polish
   Keeps the player first, then title/info, then ads/rest of content. */

body.single-post.hs-single-info-before-ads .hs-video-info-card.title-block,
body.single-post.hs-single-info-before-ads .title-block.hs-video-info-card {
	clear: both !important;
	width: 100% !important;
	margin: 14px 0 16px !important;
}

body.single-post.hs-single-info-before-ads .hs-single-info-relocated {
	animation: hsSingleInfoIn 180ms ease-out both;
}

@keyframes hsSingleInfoIn {
	from { opacity: .65; transform: translateY(4px); }
	to { opacity: 1; transform: translateY(0); }
}

body.single-post.hs-single-info-before-ads .hs-single-save-relocated {
	clear: both !important;
	margin-top: 0 !important;
	margin-bottom: 16px !important;
}

@media (max-width: 760px) {
	body.single-post.hs-single-info-before-ads .hs-video-info-card.title-block,
	body.single-post.hs-single-info-before-ads .title-block.hs-video-info-card {
		margin: 12px 0 14px !important;
		border-radius: 14px !important;
	}

	body.single-post.hs-single-info-before-ads .hs-single-save-relocated {
		margin-bottom: 14px !important;
	}
}
