.crt-wizard {
	max-width: 1140px;
	margin: 0 auto;
}

.crt-steps ol {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	list-style: none;
	margin: 0 0 1.5rem;
	padding: 0;
	counter-reset: crt-step;
}

.crt-steps li {
	counter-increment: crt-step;
	flex: 1 1 10rem;
	background: #e4e7ea;
	color: #23282c;
	border-radius: 2rem;
	padding: 0.5rem 1rem 0.5rem 0.75rem;
	text-align: center;
	font-weight: 600;
	min-height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
}

.crt-steps li::before {
	content: counter(crt-step);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 50%;
	background: #ffffff;
	color: #23282c;
	font-weight: 700;
	flex: 0 0 auto;
}

.crt-steps li.crt-step-current {
	background: #2c5d98;
	color: #ffffff;
}

.crt-steps li.crt-step-current::before {
	background: #ffffff;
	color: #2c5d98;
}

.crt-steps li.crt-step-done {
	background: #cfe0f1;
	color: #1b3a5f;
}

.crt-event-header {
	background: #a71d1d;
	color: #ffffff;
}

.crt-event-header h2,
.crt-event-header .h5 {
	color: #ffffff;
}

.crt-manual-event {
	border: 1px solid #c8ced3;
	border-left: 4px solid #2c5d98;
	border-radius: 0.25rem;
	background: #f0f3f5;
	padding: 1rem 1rem 0.25rem;
	margin-bottom: 1rem;
}

.crt-fieldset {
	border: 1px solid #c8ced3;
	border-radius: 0.25rem;
	padding: 0.5rem 1rem 1rem;
	margin-bottom: 1.25rem;
}

.crt-fieldset > :last-child {
	margin-bottom: 0;
}

.crt-fieldset > legend {
	width: auto;
	font-size: 1rem;
	font-weight: 600;
	color: #23282c;
	padding: 0 0.5rem;
	margin-bottom: 0.25rem;
}

.crt-quantity-input {
	max-width: 6rem;
}

.crt-field-error {
	font-size: 0.95rem;
	font-weight: 600;
}

.crt-product-row + .crt-product-row {
	border-top: 1px solid #e4e7ea;
	padding-top: 0.75rem;
}

.crt-case-style {
	font-size: 1.25rem;
	font-weight: 700;
}

.crt-product-note {
	color: #5c6873;
	font-size: 0.875rem;
}

.crt-confirmation-number {
	border: 2px solid #2c5d98;
	border-radius: 0.25rem;
	padding: 0.75rem 1.5rem;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 700;
}

.crt-signin-btn {
	font-size: 0.9rem;
	font-weight: 600;
	color: #23282c;
	background: #e4e7ea;
	border-radius: 7px;
	padding: 8px 18px;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	min-height: 40px;
}

.crt-signin-btn:hover,
.crt-signin-btn:focus {
	color: #23282c;
	background: #cfd4d9;
	text-decoration: none;
}

.crt-confirm-dialog {
	max-width: 26rem;
	margin-left: auto;
	margin-right: auto;
}

.crt-confirm-content {
	border: 0;
	border-radius: 0.5rem;
	box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.25);
}

.crt-confirm-header {
	background: #f0f3f5;
	color: #23282c;
	padding: 0.75rem 1.5rem;
	border-bottom: 1px solid #e4e7ea;
	border-radius: 0.5rem 0.5rem 0 0;
}

.crt-confirm-header .h5 {
	color: #23282c;
}

.crt-confirm-body {
	padding: 1.25rem 1.5rem 0.75rem;
}

.crt-confirm-message {
	color: #5c6873;
	white-space: pre-line;
}

.crt-confirm-actions {
	display: flex;
	justify-content: flex-end;
	gap: 0.5rem;
	padding: 0 1.5rem 1.25rem;
}

.crt-confirm-actions .btn {
	min-width: 6.5rem;
}

@media print {
	.app-header,
	.app-footer,
	.sidebar,
	.crt-no-print {
		display: none !important;
	}
}
