.cjt-events-list {
	display: flex;
	flex-direction: column;
	gap: 1.5em;
	max-width: 640px;
}

.cjt-event-card {
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 1.25em 1.5em;
	background: #fff;
}

.cjt-event-title {
	margin: 0 0 0.25em;
}

.cjt-event-meta {
	font-weight: 600;
	color: #444;
	margin-bottom: 0.5em;
}

.cjt-event-date::after {
	content: " \2022 ";
}

.cjt-event-description {
	margin-bottom: 0.75em;
	color: #555;
}

.cjt-seats-left {
	font-size: 0.95em;
	color: #2a7a2a;
	margin-bottom: 0.75em;
}

.cjt-sold-out {
	font-weight: 700;
	color: #a33;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.cjt-booking-form {
	margin-top: 1em;
	border-top: 1px solid #eee;
	padding-top: 1em;
}

.cjt-booking-form p {
	margin: 0 0 0.75em;
	display: flex;
	flex-direction: column;
	gap: 0.25em;
}

.cjt-booking-form label {
	font-weight: 600;
	font-size: 0.9em;
}

.cjt-booking-form input[type="text"],
.cjt-booking-form input[type="tel"],
.cjt-booking-form input[type="email"],
.cjt-booking-form select {
	padding: 0.5em 0.6em;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 1em;
}

.cjt-booking-form select {
	max-width: 100px;
}

.cjt-hp-field {
	position: absolute;
	left: -9999px;
	top: -9999px;
}

.cjt-form-message {
	display: block;
	margin-top: 0.75em;
	font-weight: 600;
}

.cjt-form-message.cjt-success {
	color: #2a7a2a;
}

.cjt-form-message.cjt-error {
	color: #a33;
}

.cjt-submit-btn[disabled] {
	opacity: 0.6;
	cursor: not-allowed;
}
