/* SleepBaby.org 2.5.0 — exact-topic illustration at the first sleep-problem bridge. */

body.sleepbaby-single-post .entry-content .sb-cro-inline--priority::after {
	display: table !important;
	clear: both;
	content: "" !important;
}

body.sleepbaby-single-post .entry-content .sb-cro-inline__sticker {
	display: block;
	float: right;
	inline-size: clamp(82px, 12vw, 98px);
	block-size: auto;
	margin: -8px -2px 8px 18px;
	filter: drop-shadow(0 10px 14px rgba(51, 37, 59, .14));
	pointer-events: none;
	user-select: none;
}

@media (max-width: 480px) {
	body.sleepbaby-single-post .entry-content .sb-cro-inline__sticker {
		float: none;
		inline-size: 66px;
		margin: -4px auto 8px;
	}
}

@media (max-width: 300px) {
	body.sleepbaby-single-post .entry-content .sb-cro-inline__sticker {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.sleepbaby-single-post .entry-content .sb-cro-inline__sticker {
		animation: none !important;
		transition: none !important;
	}
}
