.opinions-section {
	width: 100%;
	min-height: auto;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 50px 0;
	transition: margin-top 0.3s ease-out;
	overflow: hidden;
}

/* Compensate space when capabilities animation is active */
.opinions-section.compensate-space {
	margin-top: -200px;
}

.privoder-profile-rating-widget {
	align-items: left !important;
}

.opinions-content-container {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 25px;
}

.opinions-section-title {
	padding-left: 0.5rem;
}

.clutch-container {
	width: 100%;
	height: fit-content;
	display: flex;
	justify-content: center;
	align-items: stretch;
	padding: 0;
}

.clutch-widget {
	height: 100%;
	max-height: fit-content;
}

p.newsletter-privacy {
	margin-top: 1rem;
}
/* Mobile styles - widget na całą szerokość viewportu */
@media (max-width: 767px) {
	.clutch-widget-wrapper {
		padding-left: 0;
		padding-right: 0;
	}
}

.clutch-widget-wrapper {
	position: relative;
	width: 100%;
	overflow: visible;
	pointer-events: none;
}

.opinions-section-title {
	font-family: var(--font-family-primary);
	font-weight: 700;
	font-style: Bold;
	font-size: 24px;
	line-height: 130%;
	letter-spacing: -2%;
	color: var(--primary-violet-dark);
}

/* Tablet styles */
@media (min-width: 768px) {
	.opinions-section-title {
		font-size: 28px;
	}
}

/* Tablet styles - ogranicz szerokość widgetu */
@media (min-width: 768px) and (max-width: 1023px) {
	.clutch-container {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		overflow: visible;
	}

	.clutch-widget-wrapper {
		width: 950px;
		padding-left: 1rem;
		padding-right: 1rem;
		transform: none;
	}
}

/* Desktop styles */
@media (min-width: 1024px) {
	.opinions-section {
		margin: 100px 0 75px 0;
	}
	.opinions-section-title {
		margin-left: 0;
		font-size: 48px;
	}

	.clutch-container {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		overflow: visible;
	}

	.clutch-widget-wrapper {
		width: 100%;
		min-width: 950px;
		transform: none;
		transform-origin: center center;
	}

	.clutch-widget {
		min-height: fit-content;
		width: 100% !important;
	}
}

@media (min-width: 1200px) {
	.opinions-section-title {
		padding-left: 3rem;
	}

	.clutch-widget {
		width: 100%;
		padding: 0 2.5rem;
	}
}

/* Large desktop styles */
@media (min-width: 1400px) {
	.opinions-content-container {
		justify-content: flex-start;
	}

	.opinions-section-title {
		margin-left: 1rem;
	}

	.clutch-container {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		overflow: visible;
	}

	/* .opinions-section {
		margin-top: 100px;
	} */

	.opinions-section-title {
		font-size: 64px;
		padding-left: 0;
	}

	.clutch-widget-wrapper {
		width: 950px;
		max-width: none;
		margin-left: -1.5rem;
	}

	.clutch-widget {
		width: 100%;
		max-width: none;
		padding: 0 4.5rem 0 1rem;
	}

	.opinions-section {
		margin-left: 1.75rem;
	}
}

@media (min-width: 1800px) {
	.opinions-section {
		margin-left: 0;
	}

	.opinions-section-title {
		margin-left: 0;
	}

	.clutch-widget-wrapper {
		width: 100%;
		margin-left: -4rem;
	}

	.clutch-widget {
		width: 100%;
		padding: 0;
	}
}
