/* ══════════════════════════════════
   KARUZELA
══════════════════════════════════ */
.grw-widget {
	width: 100%;
}

.grw-carousel {
	position: relative;
}

.grw-track-wrapper {
	overflow: hidden;
	margin: 0 52px !important;
}

.grw-track {
	display: flex;
	transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	will-change: transform;
}

.grw-slide {
	box-sizing: border-box;
	flex-shrink: 0;
	padding: 0 12px;
}

/* ══════════════════════════════════
   KARTA
══════════════════════════════════ */
.grw-card {
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	height: 100%;
	box-sizing: border-box;
}

.grw-card-text {
	font-size: 15px;
	line-height: 1.65;
	color: #333;
	flex: 1;
}

.grw-read-more {
	background: none !important;
	border: none !important;
	padding: 0 !important;
	margin: 6px 0 0 !important;
	font-size: 14px !important;
	color: #888 !important;
	cursor: pointer;
	text-decoration: underline !important;
	display: block;
	box-shadow: none !important;
	outline: none;
	text-align: left;
}

/* ══════════════════════════════════
   RECENZENT
══════════════════════════════════ */
.grw-reviewer {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: auto;
}

.grw-avatar {
	width: 52px !important;
	height: 52px !important;
	min-width: 52px;
	border-radius: 50% !important;
	object-fit: cover;
}

.grw-avatar--placeholder {
	background: #9c6fad;
	color: #fff !important;
	font-size: 20px !important;
	font-weight: 700;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.grw-reviewer-name {
	font-size: 15px !important;
	font-weight: 700 !important;
	color: #111 !important;
	line-height: 1.3;
	margin: 0 !important;
}

.grw-reviewer-role {
	font-size: 14px !important;
	color: #555 !important;
	margin: 2px 0 0 !important;
	font-weight: 400 !important;
}

/* ══════════════════════════════════
   STRZAŁKI — koła po bokach
══════════════════════════════════ */
.grw-btn-prev,
.grw-btn-next {
	position: absolute !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	width: 40px !important;
	height: 40px !important;
	min-width: 40px;
	border-radius: 50% !important;
	background: #f0f0f0 !important;
	border: none !important;
	box-shadow: none !important;
	cursor: pointer;
	display: flex !important;
	align-items: center;
	justify-content: center;
	color: #111 !important;
	padding: 0 !important;
	z-index: 2;
	transition: background 0.2s;
}

.grw-btn-prev { left: 4px !important; }
.grw-btn-next { right: 4px !important; }

.grw-btn-prev svg,
.grw-btn-next svg {
	width: 18px !important;
	height: 18px !important;
	display: block;
	flex-shrink: 0;
}

.grw-btn-prev path,
.grw-btn-next path {
	stroke: #111;
}

.grw-btn-prev:hover,
.grw-btn-next:hover { background: #ddd !important; }

.grw-btn-prev:disabled,
.grw-btn-next:disabled { opacity: 0.3; cursor: default; }

/* ══════════════════════════════════
   ODZNAKI — kompaktowe, wycentrowane
══════════════════════════════════ */
.grw-badges {
	display: flex;
	gap: 16px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 32px;
}

.grw-badge {
	display: inline-flex !important;
	align-items: center;
	gap: 12px;
	background: #EEB830;
	color: #000 !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	padding: 14px 28px !important;
	border-radius: 0 !important;
	white-space: nowrap;
	text-decoration: none !important;
	flex: 0 0 auto;
}

.grw-badge-icon {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
}

.grw-badge-icon svg {
	width: 20px !important;
	height: 20px !important;
	fill: currentColor;
	display: block;
}

/* ══════════════════════════════════
   GWIAZDKI
══════════════════════════════════ */
.grw-stars { display: inline-flex; gap: 1px; }
.grw-star  { font-size: 16px; line-height: 1; }
.grw-star--full, .grw-star--half { color: #EEB830; }
.grw-star--empty { color: #ddd; }

/* ══════════════════════════════════
   RESPONSIVE
══════════════════════════════════ */
@media (max-width: 767px) {
	.grw-track-wrapper { margin: 0 40px; }

	.grw-btn-prev,
	.grw-btn-next {
		width: 32px !important;
		height: 32px !important;
	}

	.grw-badges { flex-direction: column; align-items: center; }
}
