.webisoft-review-stars {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	font-size: 13px;
	font-weight: 500;
	color: var(--webisoft-review-accent, #00448e);
	direction: rtl;
}

.webisoft-review-stars-icons {
	display: flex;
	align-items: center;
	position: relative;
}

.webisoft-review-stars-empty,
.webisoft-review-stars-filled {
	display: flex;
	gap: 2px;
}

.webisoft-review-stars-empty {
	color: var(--webisoft-review-star-empty, #e5e7eb);
}

.webisoft-review-stars-filled {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	color: var(--webisoft-review-star, #eab308);
	flex-direction: row-reverse;
}

.webisoft-review-stars-icons svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
	flex-shrink: 0;
}

.webisoft-review-details {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	direction: rtl;
}

.webisoft-review-details-summary {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--webisoft-review-accent, #00448e);
	font-size: 14px;
	font-weight: 500;
}

.webisoft-review-details-summary svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}

.webisoft-review-details-link {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--webisoft-review-accent, #00448e);
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	transition: color 0.2s ease;
}

.webisoft-review-details-link:hover {
	opacity: 0.8;
}

.webisoft-review-details-link svg {
	width: 18px;
	height: 18px;
	transform: scaleX(-1);
}
