.sar-es-signup-wrapper {
	max-width: 480px;
	margin: 0 auto;
}

.sar-es-form {
	max-width: 480px;
	margin: 1.5em auto;
}

.sar-es-form .sar-es-row {
	margin-bottom: 1em;
	display: flex;
	flex-direction: column;
}

.sar-es-form label {
	font-weight: 600;
	margin-bottom: 0.35em;
}

.sar-es-form input,
.sar-es-form textarea {
	padding: 0.55em 0.7em;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 1em;
}

.sar-es-form .sar-es-submit {
	cursor: pointer;
	padding: 0.7em 1.4em;
	border: none;
	border-radius: 4px;
	background: #1d3557;
	color: #fff;
	font-weight: 600;
	font-size: 1em;
}

.sar-es-form .sar-es-submit:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.sar-es-checkbox-label {
	display: flex !important;
	flex-direction: row !important;
	align-items: center;
	gap: 0.5em;
	font-weight: 400 !important;
	cursor: pointer;
}

.sar-es-participant-names .sar-es-row {
	margin-bottom: 0.6em;
}

.sar-es-payment-buttons {
	display: flex;
	gap: 0.75em;
	flex-wrap: wrap;
}

.sar-es-payment-btn {
	flex: 1 1 160px;
	padding: 1em 1.2em;
	font-size: 1em;
	font-weight: 600;
	border: 2px solid #1d3557;
	border-radius: 6px;
	background: #fff;
	color: #1d3557;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease;
}

.sar-es-payment-btn:hover {
	background: #eef3f8;
}

.sar-es-payment-btn-active {
	background: #1d3557;
	color: #fff;
}

.sar-es-copy-row {
	display: flex;
	align-items: center;
	gap: 0.6em;
	flex-wrap: wrap;
	margin: 0.3em 0;
}

.sar-es-copy-label {
	font-weight: 600;
}

.sar-es-copy-value {
	word-break: break-all;
}

.sar-es-copy-btn {
	margin-left: auto;
	flex-shrink: 0;
	padding: 0.25em 0.7em;
	font-size: 0.85em;
	font-weight: 600;
	border: 1px solid #1d3557;
	border-radius: 4px;
	background: #fff;
	color: #1d3557;
	cursor: pointer;
}

.sar-es-copy-btn:hover {
	background: #eef3f8;
}

.sar-es-copy-btn-done {
	background: #2a7a2a;
	border-color: #2a7a2a;
	color: #fff;
}

.sar-es-payment-instructions {
	margin: 0 0 1em;
	padding: 0.8em 1em;
	background: #eef3f8;
	border-left: 4px solid #1d3557;
	border-radius: 4px;
	font-size: 0.95em;
	line-height: 1.5;
}

.sar-es-message {
	margin-top: 1em;
	font-weight: 600;
}

.sar-es-message.sar-es-success {
	color: #2a7a2a;
}

.sar-es-message.sar-es-error {
	color: #b3261e;
}

.sar-es-details {
	margin: 0 0 1.5em;
	padding: 1em 1.2em;
	background: #f5f5f5;
	border-left: 4px solid #1d3557;
	border-radius: 4px;
}

.sar-es-details-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sar-es-details-list li {
	margin: 0.25em 0;
}

.sar-es-seats {
	display: table;
	margin: 0 auto 1em;
	padding: 0.5em 1em;
	background: #eef3f8;
	border-radius: 20px;
	font-size: 0.95em;
}

.sar-es-seats-remaining,
.sar-es-seats-total {
	font-weight: 700;
}

.sar-es-seats-full {
	background: #fde8e8;
	color: #b3261e;
}

.sar-es-closed {
	padding: 1em;
	background: #f5f5f5;
	border-left: 4px solid #b3261e;
	font-weight: 600;
}

.sar-es-success-panel {
	max-width: 480px;
	margin: 1.5em auto;
	padding: 1.2em 1.4em;
	background: #eef7ee;
	border-left: 4px solid #2a7a2a;
	border-radius: 4px;
}

.sar-es-success-message {
	margin: 0 0 1em;
	font-weight: 600;
	color: #205c20;
}

.sar-es-signup-again {
	cursor: pointer;
	padding: 0.6em 1.2em;
	border: 2px solid #1d3557;
	border-radius: 4px;
	background: #fff;
	color: #1d3557;
	font-weight: 600;
	font-size: 0.95em;
}

.sar-es-signup-again:hover {
	background: #eef3f8;
}

/* Event page title: force black text (some themes default this to white,
   e.g. when a header expects a dark hero image behind it). */
.single-sar_event h1,
.single-sar_event .entry-title,
.single-sar_event .page-title,
.single-sar_event .wp-block-post-title {
	color: #000 !important;
}
