.icomm-mr-box {
	margin: 16px 0 0;
	direction: rtl;
	text-align: right;
}

.icomm-mr-vote {
	margin: 0 0 14px;
	padding: 0 0 14px;
	border-bottom: 1px solid #e0e0e0;
	direction: rtl;
	text-align: right;
}

.icomm-mr-vote-title {
	font-weight: 700;
	font-size: 13px;
	margin: 0 0 8px;
	color: #1d2327;
}

.icomm-mr-stars {
	display: inline-flex;
	flex-direction: row;
	gap: 2px;
	direction: ltr;
	unicode-bidi: isolate;
}

.icomm-mr-star {
	appearance: none;
	background: none;
	border: 0;
	padding: 6px 4px;
	margin: 0;
	cursor: pointer;
	color: #d4d4d4;
	font-size: 22px;
	line-height: 1;
	letter-spacing: 0;
	min-width: 36px;
	min-height: 40px;
	transition: color 0.12s ease, transform 0.12s ease;
}

.icomm-mr-star:hover,
.icomm-mr-star:focus {
	transform: scale(1.08);
	outline: none;
}

.icomm-mr-star.is-on,
.icomm-mr-star.is-hover {
	color: #f0b849;
}

.icomm-mr-vote.is-locked .icomm-mr-star {
	cursor: default;
	pointer-events: none;
	transform: none;
}

.icomm-mr-vote.is-locked .icomm-mr-star:hover,
.icomm-mr-vote.is-locked .icomm-mr-star:focus {
	transform: none;
}

.icomm-mr-status {
	margin: 8px 0 0;
	font-size: 12px;
	color: #646970;
}

.icomm-mr-status.is-ok {
	color: #007017;
}

.icomm-mr-status.is-err {
	color: #b32d2e;
}

.icomm-mr-hp {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.icomm-mr-public-title {
	font-weight: 700;
	font-size: 13px;
	margin: 0 0 8px;
	color: #1d2327;
}

.icomm-mr-face-row {
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 1;
	unicode-bidi: isolate;
}

.icomm-mr-face {
	color: #d4d4d4;
}

.icomm-mr-face.is-on {
	color: #f0b849;
}

.icomm-mr-avg {
	font-size: 18px;
	font-weight: 700;
	margin-top: 6px;
	color: #1d2327;
}

.icomm-mr-count {
	font-size: 12px;
	color: #646970;
	margin-top: 4px;
}

.icomm-mr-bars {
	margin-top: 12px;
}

.icomm-mr-bar-row {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 6px;
	font-size: 12px;
}

.icomm-mr-bar-row span:first-child {
	width: 52px;
	color: #646970;
}

.icomm-mr-bar-track {
	flex: 1;
	height: 8px;
	background: #e0e0e0;
	border-radius: 4px;
	overflow: hidden;
}

.icomm-mr-bar-fill {
	height: 100%;
	border-radius: 4px;
	background: #f0b849;
}

.icomm-mr-bar-row.low .icomm-mr-bar-fill {
	background: #a0a5aa;
}

.icomm-mr-box ~ [class*="-pa-stars"],
.icomm-mr-box ~ [class*="-pa-bars"],
.icomm-mr-box ~ [class*="-pa-rating-count"],
.icomm-mr-box ~ [class*="-pa-rating-title"] {
	display: none !important;
}

.icomm-mr-box--pa {
	margin: 18px 0 0;
	padding-top: 14px;
	border-top: 1px solid #dcdcde;
}

.icomm-mr-box--pa .icomm-mr-vote {
	margin: 0;
	padding: 0;
	border-bottom: 0;
}

@media (max-width: 700px) {
	.icomm-mr-star {
		min-width: 44px;
		min-height: 44px;
		font-size: 24px;
	}
}
