.mentevent-recenzie {
	position: relative;
	padding: 18px 56px 28px;
	background: transparent;
	color: #0f0f0f;
}

.mentevent-recenzie__intro {
	display: grid;
	justify-items: center;
	gap: 8px;
	margin-bottom: 26px;
	text-align: center;
}

.mentevent-recenzie__headline {
	margin: 0;
	font-size: clamp(1.8rem, 2vw, 2.4rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.02em;
}

.mentevent-recenzie__summary-line {
	margin: 0;
	font-size: 1rem;
}

.mentevent-recenzie__summary-line strong {
	font-weight: 800;
}

.mentevent-recenzie__stars {
	color: #f4b400;
	font-size: 2.35rem;
	line-height: 1;
	letter-spacing: 0.01em;
}

.mentevent-recenzie__google-mark {
	font-size: 2.6rem;
	font-weight: 600;
	line-height: 1;
}

.mentevent-recenzie__google-letter--blue {
	color: #4285f4;
}

.mentevent-recenzie__google-letter--red {
	color: #db4437;
}

.mentevent-recenzie__google-letter--yellow {
	color: #f4b400;
}

.mentevent-recenzie__google-letter--green {
	color: #0f9d58;
}

.mentevent-recenzie__cta-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-top: 8px;
}

.mentevent-recenzie__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 11px 18px;
	border-radius: 999px;
	font-size: 0.95rem;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.mentevent-recenzie__button:hover {
	transform: translateY(-1px);
}

.mentevent-recenzie__button--primary {
	background: #101010;
	color: #fff;
}

.mentevent-recenzie__button--secondary {
	background: #fff;
	color: #101010;
	border: 1px solid #dedede;
}

.mentevent-recenzie__carousel {
	position: relative;
}

.mentevent-recenzie__arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: #fff;
	color: #707070;
	font-size: 1.45rem;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
	transform: translateY(-50%);
}

.mentevent-recenzie__arrow--prev {
	left: -17px;
}

.mentevent-recenzie__arrow--next {
	right: -17px;
}

.mentevent-recenzie__track {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: calc(33.333% - 14px);
	gap: 20px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.mentevent-recenzie__track::-webkit-scrollbar {
	display: none;
}

.mentevent-recenzie__card {
	scroll-snap-align: start;
	display: grid;
	grid-template-rows: 52px 28px minmax(0, auto) auto auto;
	align-content: start;
	gap: 10px;
	padding: 20px;
	background: #ebebeb;
	border-radius: 16px;
	min-height: 230px;
}

.mentevent-recenzie__card-header {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 14px;
	min-height: 52px;
	align-items: start;
}

.mentevent-recenzie__avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #0a8f89;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	font-weight: 700;
	overflow: hidden;
}

.mentevent-recenzie__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mentevent-recenzie__author {
	display: grid;
	gap: 2px;
	min-width: 0;
	align-self: start;
}

.mentevent-recenzie__author strong {
	display: block;
	font-size: 0.98rem;
	font-weight: 800;
	line-height: 1.25;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mentevent-recenzie__author span {
	display: block;
	font-size: 0.82rem;
	color: #7d7d7d;
	line-height: 1.25;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mentevent-recenzie__google-badge {
	width: 22px;
	height: 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 22px;
	align-self: start;
}

.mentevent-recenzie__google-badge img {
	display: block;
	width: 20px;
	height: 20px;
}

.mentevent-recenzie__card-rating {
	display: flex;
	align-items: center;
	min-height: 28px;
}

.mentevent-recenzie__rating-wrap {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	line-height: 1;
}

.mentevent-recenzie__card .mentevent-recenzie__stars {
	display: inline-block;
	font-size: 1.34rem;
	line-height: 1;
	letter-spacing: 0.02em;
}

.mentevent-recenzie__verified {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	background: #2f7df6;
	color: #fff;
	line-height: 1;
	clip-path: polygon(50% 0%, 61% 15%, 79% 7%, 83% 27%, 100% 34%, 90% 50%, 100% 66%, 83% 73%, 79% 93%, 61% 85%, 50% 100%, 39% 85%, 21% 93%, 17% 73%, 0% 66%, 10% 50%, 0% 34%, 17% 27%, 21% 7%, 39% 15%);
}

.mentevent-recenzie__verified span {
	display: block;
	color: #fff;
	font-size: 0.72rem;
	font-weight: 800;
	line-height: 1;
	transform: translateY(-0.5px);
}

.mentevent-recenzie__card-body p,
.mentevent-recenzie__reply p {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.6;
	color: #161616;
}

.mentevent-recenzie__card-body.is-collapsed p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.mentevent-recenzie__toggle {
	appearance: none;
	-webkit-appearance: none;
	padding: 0;
	border: 0;
	background: transparent;
	background-color: transparent;
	box-shadow: none;
	outline: none;
	color: #8a8a8a;
	font-size: 0.98rem;
	font-family: inherit;
	font-weight: 500;
	text-align: left;
	cursor: pointer;
	text-decoration: none;
}

.mentevent-recenzie__toggle:hover,
.mentevent-recenzie__toggle:focus,
.mentevent-recenzie__toggle:active,
.mentevent-recenzie__toggle:focus-visible {
	background: transparent;
	background-color: transparent;
	color: #6f6f6f;
	box-shadow: none;
	outline: none;
	border: 0;
}

.mentevent-recenzie__reply {
	padding-top: 12px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.mentevent-recenzie-empty {
	padding: 18px 20px;
	border-radius: 16px;
	background: #f3f3f3;
	border: 1px solid #e1e1e1;
	color: #222;
}

@media (max-width: 1100px) {
	.mentevent-recenzie__track {
		grid-auto-columns: calc(50% - 10px);
	}
}

@media (max-width: 780px) {
	.mentevent-recenzie {
		padding: 18px 18px 24px;
	}

	.mentevent-recenzie__arrow {
		display: none;
	}

	.mentevent-recenzie__track {
		grid-auto-columns: 88%;
		gap: 14px;
	}
}
