/**
 * Reviews Slider Styles
 * Matches Site_Widgets_filled.html exactly
 */

.sw-reviews-slider {
	padding: 26px 0;
}

.rev-head {
	text-align: center;
	margin-bottom: 20px;
}

.rev-head h2 {
	margin-bottom: 8px;
	font-size: clamp(22px, 2.2vw, 32px);
	letter-spacing: -0.02em;
}

.rev-head p {
	max-width: 760px;
	margin: 0 auto;
}

.rev-shell {
	max-width: 980px;
	margin: 0 auto;
}

.rev-frame {
	position: relative;
	border: 1px solid #e7ebf3;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(18, 24, 38, 0.08);
	overflow: hidden;
}

.rev-track {
	display: flex;
	width: 100%;
	transition: transform 0.28s ease;
	will-change: transform;
}

.rev-slide {
	min-width: 100%;
	padding: 18px;
}

@media (min-width: 992px) {
	.rev-slide {
		padding: 22px 24px;
	}
}

.rev-card {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
	align-items: start;
}

.rev-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	flex-wrap: wrap;
}

.rev-id {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 240px;
}

.rev-logo {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	border: 1px solid #e7ebf3;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	flex: 0 0 auto;
}

.rev-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	padding: 6px;
	filter: grayscale(1);
	opacity: 0.92;
}

.rev-name {
	margin: 0;
	font-weight: 850;
	letter-spacing: -0.01em;
	font-size: 15px;
	line-height: 1.2;
}

.rev-meta {
	margin: 2px 0 0;
	color: #5b6472;
	font-size: 13px;
}

.rev-rating {
	display: flex;
	align-items: center;
	gap: 10px;
}

.rev-stars {
	display: flex;
	gap: 3px;
	align-items: center;
}

.rev-stars svg {
	width: 16px;
	height: 16px;
	display: block;
	fill: currentColor;
}

.rev-score {
	font-weight: 800;
	color: #121826;
	font-size: 14px;
}

.rev-text {
	margin: 0;
	color: #5b6472;
	font-size: 15px;
	line-height: 1.55;
}

.rev-controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-top: 12px;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.rev-nav {
	display: flex;
	gap: 10px;
	align-items: center;
}

.rev-btn {
	width: 42px;
	height: 42px;
	border-radius: 12px;
	border: 1px solid #e7ebf3;
	background: #fff;
	color: #121826;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition:
		border-color 0.12s ease,
		background 0.12s ease;
}

.rev-btn:hover {
	border-color: #d9dfec;
}

.rev-btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.rev-dots {
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.rev-dot {
	width: 10px;
	height: 10px;
	border-radius: 999px;
	border: 1px solid #c9d1e3;
	background: #fff;
	cursor: pointer;
	padding: 0;
}

.rev-dot.active {
	background: #111827;
	border-color: #111827;
}

.rev-count {
	font-size: 13px;
	color: #5b6472;
	white-space: nowrap;
}
