/* Mulke.net 1.7.3 — old post rating at the bottom of every rated message. */
.mulke-post-rating-slot {
	min-height: 0;
}

.mulke-post-rating {
	display: flex;
	align-items: center;
	gap: 7px;
	min-height: 20px;
	padding: 3px 7px 4px;
	border-top: 1px solid #bcc7cf;
	background: #e2e6e9;
	color: #324f67;
	font: 11px/15px Tahoma, Arial, sans-serif;
}

.mulke-post-rating-label {
	white-space: nowrap;
}

.mulke-post-rating-stars {
	display: inline-block;
	width: 150px;
	height: 15px;
	background-repeat: repeat-x;
	background-position: left top;
	overflow: hidden;
	vertical-align: middle;
}

.mulke-post-rating-stars-fill {
	display: block;
	height: 15px;
	min-width: 0;
	max-width: 100%;
	background-repeat: repeat-x;
	background-position: left top;
}

.mulke-old-thanks-button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 28px;
	height: 20px;
	margin-right: 4px;
	border: 1px solid #91a5b5;
	border-radius: 3px;
	background: linear-gradient(#ffffff, #d8e2e9);
	text-decoration: none !important;
	cursor: pointer !important;
	vertical-align: middle;
}

.mulke-old-thanks-button:hover,
.mulke-old-thanks-button:focus-visible {
	border-color: #4d7fa3;
	background: #fff;
	outline: none;
}

.mulke-old-thanks-button > i,
.mulke-old-thanks-button > span.sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
}

.mulke-old-thanks-button::before {
	content: "☆";
	color: #c98c00;
	font: bold 19px/18px Arial, sans-serif;
	text-shadow: 0 1px 0 #fff;
}

.mulke-old-thanks-button:hover::before,
.mulke-old-thanks-button:focus-visible::before,
.mulke-old-thanks-button:has(.fa-thumbs-o-down)::before {
	content: "★";
	color: #e0a000;
}

#mulke-floating-top {
	position: fixed;
	right: 16px;
	bottom: 14px;
	z-index: 9998;
	display: block;
	padding: 6px 10px 6px;
	border: 1px solid #7894a8;
	border-radius: 3px;
	background: linear-gradient(#ffffff, #d7e2e9);
	box-shadow: 0 1px 4px rgba(0,0,0,.18);
	color: #1e5b87 !important;
	font: bold 12px/16px Tahoma, Arial, sans-serif;
	text-decoration: none !important;
	opacity: 0;
	pointer-events: none;
	transform: translateY(5px);
	transition: opacity .15s ease, transform .15s ease;
}

#mulke-floating-top.is-visible {
	opacity: .96;
	pointer-events: auto;
	transform: translateY(0);
}

#mulke-floating-top:hover,
#mulke-floating-top:focus-visible {
	background: #fff;
	border-color: #3e739a;
	opacity: 1;
	outline: none;
}

@media (max-width: 700px) {
	.mulke-post-rating {
		flex-wrap: wrap;
	}
	#mulke-floating-top {
		right: 8px;
		bottom: 8px;
	}
}
