.sr24-reviews,
.sr24-reviews *,
.sr24-dialog,
.sr24-dialog * {
	box-sizing: border-box;
}

.sr24-reviews {
	--sr24-columns: 3;
	--sr24-gap: 40px;
	position: relative;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 40px;
	color: #111;
	font-family: inherit;
	font-size: 16px;
	line-height: 1.4;
}

.sr24-viewport {
	width: 100%;
	overflow: hidden;
}

.sr24-track {
	display: flex;
	gap: var(--sr24-gap);
	align-items: flex-start;
	transform: translate3d(0, 0, 0);
	transition: transform 740ms ease;
	will-change: transform;
}

.sr24-review {
	flex: 0 0 calc((100% - (var(--sr24-columns) - 1) * var(--sr24-gap)) / var(--sr24-columns));
	min-width: 0;
	margin: 0;
	padding: 0;
	background: transparent;
	color: #111;
}

.sr24-author {
	display: flex;
	align-items: center;
	min-width: 0;
	margin: 0 0 14px;
}

.sr24-google-icon {
	display: block;
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	margin-right: 9px;
}

.sr24-author-copy {
	min-width: 0;
}

.sr24-author-name {
	display: flex;
	align-items: center;
	gap: 4px;
	min-width: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.25;
}

.sr24-author-name > span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sr24-verified {
	display: block;
	flex: 0 0 14px;
	width: 14px;
	height: 14px;
}

.sr24-caption {
	overflow: hidden;
	margin-top: 2px;
	color: #00ba88;
	font-size: 12px;
	line-height: 1.3;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sr24-stars {
	display: flex;
	gap: 1px;
	height: 22px;
	margin: 0 0 5px;
	color: #ffa900;
	font-size: 19px;
	line-height: 1;
	letter-spacing: -1px;
}

.sr24-star-empty {
	color: rgba(17, 17, 17, 0.16);
}

.sr24-review-text {
	position: relative;
	margin: 0;
	overflow: visible;
	color: #111;
	font-size: 16px;
	line-height: 1.4;
	overflow-wrap: anywhere;
}

.sr24-ready .sr24-review-text {
	max-height: 7em;
	overflow: hidden;
}

.sr24-review-text div,
.sr24-review-text span {
	margin: 0;
	padding: 0;
}

.sr24-read-more {
	display: none;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: rgba(17, 17, 17, 0.5);
	font: inherit;
	line-height: 1.4;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
	appearance: none;
}

.sr24-review.is-truncated .sr24-read-more {
	display: block;
}

.sr24-read-more:hover,
.sr24-read-more:focus {
	border: 0;
	background: transparent;
	color: #111;
	text-decoration: none;
}

.sr24-read-more:focus-visible,
.sr24-arrow:focus-visible,
.sr24-dialog-close:focus-visible,
.sr24-pagination button:focus-visible {
	outline: 2px solid #197bff;
	outline-offset: 3px;
}

.sr24-arrow {
	position: absolute;
	z-index: 2;
	top: 50%;
	display: grid;
	width: 38px;
	height: 38px;
	margin: -30px 0 0;
	padding: 0;
	place-items: center;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
	color: #111;
	font-family: Arial, sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	cursor: pointer;
	transition: background-color 180ms ease, color 180ms ease, opacity 180ms ease;
	appearance: none;
}

.sr24-arrow:hover,
.sr24-arrow:focus-visible {
	background: #111;
	color: #fff;
}

.sr24-arrow:disabled {
	visibility: hidden;
	pointer-events: none;
}

.sr24-arrow-prev {
	left: 12px;
}

.sr24-arrow-next {
	right: 12px;
}

.sr24-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	min-height: 7px;
	margin-top: 25px;
}

.sr24-pagination button {
	display: block;
	width: 3px;
	height: 3px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(17, 17, 17, 0.28);
	box-shadow: none;
	cursor: pointer;
	appearance: none;
}

.sr24-pagination button.is-active {
	width: 5px;
	height: 5px;
	background: #111;
}

.sr24-dialog {
	position: fixed;
	z-index: 2147483647;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
	isolation: isolate;
}

.sr24-dialog.is-open {
	display: flex;
}

.sr24-dialog-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.78);
}

.sr24-dialog-panel {
	position: relative;
	z-index: 1;
	width: min(100%, 580px);
	max-height: min(78vh, 720px);
	overflow: auto;
	padding: 42px 44px 36px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.24);
	color: #111;
	overscroll-behavior: contain;
}

.sr24-dialog-close {
	position: absolute;
	top: 11px;
	right: 14px;
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: #555;
	font: 24px/1 Arial, sans-serif;
	cursor: pointer;
	appearance: none;
}

.sr24-dialog-review .sr24-author {
	margin-bottom: 20px;
}

.sr24-dialog-review .sr24-review-text {
	max-height: none;
	overflow: visible;
	font-size: 16px;
}

.sr24-dialog-review .sr24-read-more {
	display: none;
}

body.sr24-dialog-open {
	overflow: hidden;
}

@media (max-width: 767px) {
	.sr24-reviews {
		--sr24-columns: 2;
		padding-right: 34px;
		padding-left: 34px;
	}

	.sr24-arrow-prev {
		left: 3px;
	}

	.sr24-arrow-next {
		right: 3px;
	}
}

@media (max-width: 479px) {
	.sr24-reviews {
		--sr24-columns: 1;
		--sr24-gap: 24px;
		padding: 32px 30px;
	}

	.sr24-dialog {
		padding: 14px;
	}

	.sr24-dialog-panel {
		max-height: 86vh;
		padding: 42px 24px 28px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sr24-track {
		transition: none;
	}
}
