/* ─── A1AI Workspace Public Styles ────────────────────────────────── */

/* Newsletter signup form */
.a1ai-newsletter-form {
	max-width: 480px;
	padding: 20px;
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 6px;
}

.a1ai-newsletter-form label {
	display: block;
	margin-bottom: 4px;
	font-weight: 600;
	font-size: 14px;
}

.a1ai-newsletter-form input[type="text"],
.a1ai-newsletter-form input[type="email"] {
	width: 100%;
	padding: 8px 12px;
	margin-bottom: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
}

.a1ai-newsletter-form button {
	padding: 10px 24px;
	background: #2271b1;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 14px;
	cursor: pointer;
}

.a1ai-newsletter-form button:hover {
	background: #135e96;
}

.a1ai-newsletter-result {
	margin-top: 10px;
	font-size: 14px;
}

/* Lead capture form */
.a1ai-lead-form {
	max-width: 480px;
	padding: 20px;
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 6px;
}

.a1ai-lead-form label {
	display: block;
	margin-bottom: 4px;
	font-weight: 600;
	font-size: 14px;
}

.a1ai-lead-form input[type="text"],
.a1ai-lead-form input[type="email"],
.a1ai-lead-form input[type="tel"] {
	width: 100%;
	padding: 8px 12px;
	margin-bottom: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
}

.a1ai-lead-form button {
	padding: 10px 24px;
	background: #2271b1;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 14px;
	cursor: pointer;
}

.a1ai-lead-form button:hover {
	background: #135e96;
}

.a1ai-lead-result {
	margin-top: 10px;
	font-size: 14px;
}

/* Calendar booking */
.a1ai-calendar-events {
	max-width: 600px;
}

.a1ai-calendar-events table {
	width: 100%;
	border-collapse: collapse;
}

.a1ai-calendar-events th,
.a1ai-calendar-events td {
	padding: 8px 12px;
	border-bottom: 1px solid #eee;
	text-align: left;
}

.a1ai-calendar-events th {
	background: #f0f0f1;
	font-weight: 600;
}
