.rsw-items {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.rsw-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	text-decoration: none;
	transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.rsw-item:hover {
	text-decoration: none;
}

.rsw-logo img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.rsw-number {
	font-weight: 700;
	line-height: 1;
}

.rsw-stars {
	position: relative;
	display: inline-block;
	line-height: 1;
}

.rsw-stars-bg,
.rsw-stars-fg {
	display: flex;
	white-space: nowrap;
}

.rsw-stars-fg {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	height: 100%;
}

.rsw-star {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.rsw-star i,
.rsw-star svg {
	display: block;
	width: 1em;
	height: 1em;
	font-size: 1em;
}
