/** Sparkton Reviews Slider */
.srs-summary,
.srs-summary:visited {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	max-width: 100%;
	margin: 0 0 18px;
	padding: 12px 14px;
	background: #fff;
	border: 1px solid #e6e9ee;
	border-radius: 10px;
	color: #1f2937;
	text-decoration: none !important;
}
.srs-summary:hover,
.srs-summary:focus,
.srs-summary:active { text-decoration: none !important; }
.srs-summary-google { display: inline-flex; width: 26px; height: 26px; flex: 0 0 26px; }
.srs-summary-google svg { display: block; width: 100%; height: 100%; }
.srs-summary-copy { display: flex; flex-direction: column; min-width: 0; line-height: 1.25; }
.srs-summary-copy strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.srs-summary-copy span { font-size: 13px; opacity: .76; }
.srs-widget .spw-viewport { padding: 7px; margin: -7px; }
.srs-item { display: flex; }
.srs-card {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0;
	min-height: 210px;
	padding: 16px 18px;
	background: #fff;
	border: 1px solid #e6e9ee;
	border-radius: 10px;
	box-shadow: 0 2px 8px rgba(15, 23, 42, .05);
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background-color .25s ease;
}
.srs-hover-lift-yes .srs-card:hover { transform: translateY(-4px); }
.srs-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; min-height: 22px; }
.srs-stars { display: inline-flex; align-items: center; gap: 1px; font-size: 15px; line-height: 1; letter-spacing: 0; }
.srs-star { color: #d7dce2; }
.srs-star.is-filled { color: #ffb000; }
.srs-source-icon { display: inline-flex; width: 20px; height: 20px; flex: 0 0 auto; color: #6b7280; }
.srs-source-icon svg { display: block; width: 100%; height: 100%; }
.srs-review-text {
	display: -webkit-box;
	margin-top: 10px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	color: #374151;
	font-size: 14px;
	line-height: 1.5;
}
.srs-author { display: flex; align-items: center; gap: 10px; margin-top: auto; padding-top: 16px; min-width: 0; }
.srs-avatar,
.srs-avatar-fallback {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	border-radius: 50%;
	background: #eef2f6;
	color: #374151;
	font-size: 13px;
	font-weight: 700;
	object-fit: cover;
	overflow: hidden;
}
.srs-author-copy { display: flex; flex-direction: column; min-width: 0; }
.srs-name-row { display: flex; align-items: center; gap: 5px; min-width: 0; }
.srs-reviewer-name,
.srs-reviewer-name:visited {
	display: block;
	min-width: 0;
	overflow: hidden;
	color: #111827;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
	text-decoration: none !important;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.srs-reviewer-name:hover,
.srs-reviewer-name:focus,
.srs-reviewer-name:active { text-decoration: none !important; }
.srs-review-date { color: #6b7280; font-size: 11px; line-height: 1.25; }
.srs-verified { display: inline-flex; align-items: center; justify-content: center; color: #1a73e8; font-size: 13px; font-weight: 800; line-height: 1; }
@media (max-width: 767px) {
	.srs-card { min-height: 190px; }
}
@media (prefers-reduced-motion: reduce) {
	.srs-card { transition-duration: .01ms !important; }
}
