.zr-wizard {
	max-width: 860px;
	margin: 2rem auto;
	font-family: inherit;
}

.zr-notice {
	background: #fff8e1;
	border: 1px solid #f0d878;
	padding: 0.8rem 1rem;
	border-radius: 6px;
	margin-bottom: 1.2rem;
	font-size: 0.95rem;
}

.zr-progress {
	background: #eee;
	border-radius: 4px;
	height: 6px;
	margin-bottom: 1rem;
	overflow: hidden;
}

.zr-progress-bar {
	background: #2f7d5a;
	height: 100%;
	width: 16.66%;
	transition: width 0.25s ease;
}

.zr-steps-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 1.5rem;
	font-size: 0.85rem;
}

.zr-step-dot {
	padding: 0.3rem 0.6rem;
	border-radius: 20px;
	background: #f1f1f1;
	color: #777;
}

.zr-step-dot.active {
	background: #2f7d5a;
	color: #fff;
}

.zr-step-dot.done {
	background: #cfe8db;
	color: #2f7d5a;
}

.zr-step {
	display: flex;
	gap: 1.5rem;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	padding: 1.5rem;
}

.zr-step-main {
	flex: 2;
	display: flex;
	flex-direction: column;
	gap: 0.9rem;
}

.zr-step-main label {
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
	font-weight: 600;
	font-size: 0.9rem;
}

.zr-step-main input[type="text"],
.zr-step-main input[type="email"],
.zr-step-main textarea,
.zr-step-main select {
	padding: 0.55rem 0.7rem;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-weight: normal;
	font-size: 0.95rem;
}

.zr-tip {
	flex: 1;
	background: #f4f9f6;
	border-left: 3px solid #2f7d5a;
	padding: 1rem;
	font-size: 0.88rem;
	border-radius: 0 6px 6px 0;
	align-self: flex-start;
}

.zr-repeat-item {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	border: 1px dashed #ddd;
	border-radius: 6px;
	padding: 0.8rem;
	margin-bottom: 0.6rem;
}

.zr-repeat-item input,
.zr-repeat-item select,
.zr-repeat-item textarea {
	flex: 1 1 200px;
	padding: 0.5rem;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.zr-remove-btn {
	background: #f8d7da;
	border: none;
	border-radius: 5px;
	padding: 0.4rem 0.7rem;
	cursor: pointer;
	color: #842029;
}

.zr-add-btn {
	background: none;
	border: 1px dashed #2f7d5a;
	color: #2f7d5a;
	border-radius: 5px;
	padding: 0.4rem 0.8rem;
	cursor: pointer;
	width: fit-content;
}

.zr-nav-buttons {
	display: flex;
	justify-content: space-between;
	margin-top: 1.2rem;
}

.zr-nav-buttons button,
.zr-primary-btn {
	background: #2f7d5a;
	color: #fff;
	border: none;
	padding: 0.6rem 1.3rem;
	border-radius: 6px;
	cursor: pointer;
	font-size: 0.95rem;
}

.zr-nav-buttons #zr-prev-btn {
	background: #ddd;
	color: #333;
}

#zr-preview {
	margin: 1rem 0;
}
