/* Style formularza zapisu na wydarzenie (front-end) */

.zw-form-wrap {
	max-width: 560px;
	margin: 0 auto;
}

.zw-event-description {
	margin-bottom: 20px;
}

.zw-notice {
	padding: 12px 16px;
	border-radius: 4px;
	margin-bottom: 16px;
	background: #f0f0f1;
	border-left: 4px solid #72777c;
}

.zw-notice--success {
	background: #edfaef;
	border-left-color: #2e7d32;
	color: #1e4d22;
}

.zw-notice--error {
	background: #fdecea;
	border-left-color: #c62828;
	color: #7a1c1c;
}

.zw-form .zw-field {
	margin-bottom: 16px;
}

.zw-form label {
	display: block;
	font-weight: 600;
	margin-bottom: 4px;
}

.zw-form input[type="text"],
.zw-form input[type="email"],
.zw-form input[type="tel"] {
	width: 100%;
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 15px;
}

.zw-honeypot {
	position: absolute;
	left: -9999px;
	top: -9999px;
}

.zw-slots {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 12px 14px;
}

.zw-slots label {
	font-weight: 600;
	margin-bottom: 8px;
}

.zw-slot-option {
	display: block;
	font-weight: normal;
	margin: 6px 0;
	cursor: pointer;
}

.zw-slot-option input {
	margin-right: 6px;
}

.zw-slot-option--full {
	color: #999;
	cursor: not-allowed;
}

.zw-slot-status {
	font-size: 0.9em;
	color: #666;
}

.zw-slot-info {
	background: #f7f7f7;
	padding: 10px 14px;
	border-radius: 4px;
}

.zw-consent label {
	font-weight: normal;
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.zw-consent input[type="checkbox"] {
	margin-top: 4px;
}

.zw-field--submit {
	text-align: center;
}

.zw-field--submit button {
	display: inline-block;
	background: #63338a;
	color: #fff;
	border: none;
	padding: 12px 28px;
	border-radius: 4px;
	font-size: 16px;
	cursor: pointer;
}

.zw-field--submit button:hover {
	background: #4f2870;
}
