/* Nantucket Events — registration + dashboard */

.ne-registration fieldset,
.ne-dashboard {
	max-width: 480px;
}

.ne-registration fieldset {
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	padding: 1rem 1.25rem 1.25rem;
	margin-bottom: 1.25rem;
}

.ne-registration legend {
	font-weight: 600;
	padding: 0 0.5rem;
}

.ne-registration label {
	display: block;
	margin-bottom: 0.25rem;
	font-size: 0.9rem;
}

.ne-registration input[type="text"],
.ne-registration input[type="email"],
.ne-registration input[type="password"],
.ne-registration input[type="tel"],
.ne-registration input[type="file"] {
	width: 100%;
	padding: 0.5rem;
	margin-bottom: 1rem;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

#ne-square-card-container {
	min-height: 90px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0.5rem;
	margin-bottom: 0.5rem;
}

.ne-form-errors {
	color: #a11c1c;
}

.ne-form-errors ul {
	margin: 0 0 1rem;
	padding-left: 1.25rem;
}

.ne-registration button[type="submit"] {
	background: #0a6b8a;
	color: #fff;
	border: none;
	border-radius: 4px;
	padding: 0.75rem 1.5rem;
	font-size: 1rem;
	cursor: pointer;
}

.ne-registration button[type="submit"]:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

/* Dashboard */
.ne-dashboard__header {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.ne-dashboard__logo img {
	width: 64px;
	height: 64px;
	object-fit: cover;
	border-radius: 50%;
}

.ne-dashboard__account-type {
	display: inline-block;
	background: #eef6f8;
	color: #0a6b8a;
	font-size: 0.8rem;
	padding: 0.15rem 0.6rem;
	border-radius: 999px;
	margin: 0;
}

.ne-dashboard__actions {
	margin-bottom: 1.5rem;
}

.ne-button {
	display: inline-block;
	background: #0a6b8a;
	color: #fff;
	padding: 0.6rem 1.2rem;
	border-radius: 4px;
	text-decoration: none;
	border: none;
	font-size: 1rem;
	cursor: pointer;
}

.ne-button:disabled {
	background: #ccc;
	cursor: not-allowed;
}

.ne-dashboard__table {
	width: 100%;
	border-collapse: collapse;
}

.ne-dashboard__table th,
.ne-dashboard__table td {
	text-align: left;
	padding: 0.5rem;
	border-bottom: 1px solid #eee;
}

.ne-status {
	font-size: 0.75rem;
	padding: 0.15rem 0.5rem;
	border-radius: 999px;
	background: #f0f0f0;
}

.ne-status--publish {
	background: #e5f6e5;
	color: #1c6b1c;
}

.ne-status--pending {
	background: #fff4d6;
	color: #8a6100;
}

.ne-status--ne_rejected {
	background: #fde5e5;
	color: #a11c1c;
}

.ne-status--ne_payment_required {
	background: #fff4d6;
	color: #8a6100;
}

.ne-status--ne_archived {
	background: #eee;
	color: #777;
}

/* Payment method / alerts */
.ne-payment-alert {
	background: #fff4d6;
	color: #8a6100;
	border-radius: 6px;
	padding: 0.75rem 1rem;
	margin-bottom: 1.5rem;
}

.ne-dashboard__payment-method {
	background: #f9f9f9;
	border-radius: 8px;
	padding: 1rem 1.25rem;
	margin-bottom: 1.5rem;
	max-width: 480px;
}

#ne-update-card-container {
	min-height: 80px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0.5rem;
	margin: 0.5rem 0;
	background: #fff;
}

#ne-update-card-status {
	font-size: 0.85rem;
	color: #555;
}
