.srs-widget {
	font-family: inherit;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 15px;
}

.srs-stars-outer {
	position: relative;
	display: inline-block;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
}

.srs-widget.srs-readonly .srs-stars-outer {
	cursor: default;
}

.srs-stars-bg,
.srs-stars-fg {
	white-space: nowrap;
	letter-spacing: 2px;
	display: block;
}

.srs-stars-bg {
	color: #d6d6d6;
}

.srs-stars-fg {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	color: #f5a623;
	width: 0%;
	pointer-events: none;
	transition: width 0.08s ease-out;
}

.srs-submit-btn {
	cursor: pointer;
}

.srs-submit-btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.srs-message {
	flex-basis: 100%;
	color: #c0392b;
	font-size: 13px;
}

.srs-meta-info {
	flex-basis: 100%;
	font-size: 13px;
	color: #666;
}

.srs-voted-note {
	font-size: 13px;
	font-weight: 600;
	color: #2e7d32;
}
