.zr-slider-wrap {
	position: relative;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 12px;
	box-sizing: border-box;
}

.zr-slider {
	overflow: hidden;
	width: 100%;
}

.zr-slider-track {
	display: flex;
	width: 100%;
	transition: transform 0.45s ease;
	will-change: transform;
}

.zr-slide {
	flex: 0 0 100%;
	width: 100%;
	min-width: 100%;
	box-sizing: border-box;
	padding: 8px;
}

.zr-slide-inner {
	background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
	border: 1px solid #e8e8e8;
	border-radius: 16px;
	padding: 32px 36px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.07);
	text-align: center;
}

.zr-slide-title {
	margin: 12px 0 16px;
	font-size: 1.25em;
	line-height: 1.3;
}

.zr-slide-content {
	color: #444;
	line-height: 1.75;
	margin-bottom: 20px;
	font-size: 1.02em;
}

.zr-slide-content p {
	margin: 0 0 0.75em;
}

.zr-slide-footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 16px;
	color: #666;
	font-size: 0.95em;
}

.zr-slide-date {
	opacity: 0.8;
}

.zr-slider-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-top: 20px;
}

.zr-slider-btn {
	width: 44px;
	height: 44px;
	border: 1px solid #d0d0d0;
	border-radius: 50%;
	background: #fff;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	color: #333;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.zr-slider-btn:hover {
	background: #f5f5f5;
	border-color: #999;
}

.zr-slider-dots {
	display: flex;
	gap: 8px;
}

.zr-slider-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: none;
	background: #ccc;
	cursor: pointer;
	padding: 0;
	transition: background 0.2s ease, transform 0.2s ease;
}

.zr-slider-dot.is-active {
	background: #2271b1;
	transform: scale(1.15);
}

.zr-stars {
	display: inline-flex;
	gap: 2px;
	color: #ddd;
	font-size: 1.1em;
	line-height: 1;
}

.zr-star.is-filled {
	color: #f5b301;
}

.zr-stars--lg {
	font-size: 1.5em;
}

.zr-reviews-page {
	width: 100%;
	max-width: 820px;
	margin: 0 auto;
	padding: 24px 16px;
	box-sizing: border-box;
	font-family: inherit;
}

.zr-submit-section,
.zr-list-section {
	margin-bottom: 40px;
}

.zr-submit-section h2,
.zr-list-section h2 {
	margin: 0 0 20px;
	font-size: 1.5em;
	line-height: 1.3;
}

.zr-submit-form {
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 14px;
	padding: 28px 28px 20px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
}

.zr-submit-form p {
	margin: 0 0 18px;
}

.zr-submit-form label {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
	font-size: 0.95em;
	color: #222;
}

.zr-submit-form input[type="text"],
.zr-submit-form select,
.zr-submit-form textarea {
	width: 100%;
	max-width: 100%;
	padding: 12px 14px;
	border: 1px solid #d4d4d4;
	border-radius: 8px;
	font-size: 15px;
	line-height: 1.5;
	background: #fff;
	box-sizing: border-box;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.zr-submit-form input[type="text"]:focus,
.zr-submit-form select:focus,
.zr-submit-form textarea:focus {
	outline: none;
	border-color: #2271b1;
	box-shadow: 0 0 0 3px rgba(34, 113, 177, 0.15);
}

.zr-submit-form select {
	max-width: 160px;
	cursor: pointer;
}

.zr-submit-form textarea {
	min-height: 140px;
	resize: vertical;
}

.zr-btn {
	display: inline-block;
	padding: 12px 24px;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	transition: background 0.2s ease, transform 0.15s ease;
}

.zr-btn--primary {
	background: #2271b1;
	color: #fff;
}

.zr-btn--primary:hover {
	background: #135e96;
}

.zr-form-note {
	font-size: 0.88em;
	color: #777;
	margin-bottom: 0 !important;
}

.zr-notice {
	padding: 14px 18px;
	border-radius: 10px;
	margin-bottom: 24px;
	line-height: 1.5;
}

.zr-notice--success {
	background: #edfaef;
	border: 1px solid #b8e6c1;
	color: #0a6620;
}

.zr-notice--error {
	background: #fcf0f1;
	border: 1px solid #f1aeb5;
	color: #8a2424;
}

.zr-notice--info {
	background: #f0f6fc;
	border: 1px solid #c3d9ed;
	color: #1e4e8c;
}

.zr-review-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.zr-review-card {
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 12px;
	padding: 22px 26px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.zr-review-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 10px;
}

.zr-review-author {
	display: block;
	font-size: 1.05em;
}

.zr-review-date {
	display: block;
	font-size: 0.85em;
	color: #888;
	margin-top: 2px;
}

.zr-review-title {
	margin: 0 0 10px;
	font-size: 1.12em;
	line-height: 1.35;
}

.zr-review-content {
	color: #444;
	line-height: 1.75;
}

.zr-review-content p {
	margin: 0 0 0.75em;
}

@media (max-width: 600px) {
	.zr-slide-inner {
		padding: 22px 18px;
	}

	.zr-submit-form {
		padding: 20px 16px 16px;
	}

	.zr-review-header {
		flex-direction: column;
	}
}
