/* ============================================================
   KK Star Ratings — ocena strony kategorii (nad stopką)
   ============================================================ */

/* Aktywne gwiazdki: nasza gwiazdka star.svg (#f5a623) */
.kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star .kksr-icon {
	background-image: url('../assets/star.svg');
}
.kk-star-ratings.kksr-disabled
	.kksr-stars
	.kksr-stars-active
	.kksr-star
	.kksr-icon,
.kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-star .kksr-icon {
	background-image: url('../assets/star.svg');
}

/* Kontener sekcji: nagłówek zachęty + gwiazdki, wyśrodkowane */
.stars-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

.stars-container p {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}
.stars-container .kksr-muted {
	font-size: 18px;
	font-weight: 400;
}
.kk-star-average {
	margin-top: 10px;
	text-align: center;
	font-weight: 500;
	font-size: 1rem;
}

@media (max-width: 600px) {
	.kk-star-ratings {
		flex-direction: column;
		gap: 12px;
		margin-top: 12px;
	}
	.stars-container .kksr-legend {
		font-size: 16px !important;
		line-height: 16px;
		margin-top: 8px;
	}
	.stars-container p {
		margin-bottom: 8px;
	}
}
