.jmcf-form {
	max-width: 600px;
}

.jmcf-field {
	margin-bottom: 20px;
}

.jmcf-field label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
}

.jmcf-required {
	color: #d63638;
}

.jmcf-field input[type="text"],
.jmcf-field input[type="email"],
.jmcf-field input[type="tel"],
.jmcf-field textarea {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #d1d5db;
	border-radius: 4px;
	font-size: 15px;
	box-sizing: border-box;
}

.jmcf-field textarea {
	resize: vertical;
}

/* Honeypot field — invisible to real visitors, present for bots that fill every field */
.jmcf-hp-wrap {
	position: absolute;
	left: -9999px;
	top: -9999px;
}

.jmcf-submit-btn {
	background: #3b5bdb;
	color: #fff;
	border: none;
	padding: 12px 24px;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
}

.jmcf-submit-btn:hover {
	background: #2f4bc0;
}

.jmcf-notice {
	padding: 14px 16px;
	border-radius: 4px;
	margin-bottom: 20px;
}

.jmcf-notice.jmcf-success {
	background: #ecfdf3;
	border: 1px solid #34d399;
	color: #065f46;
}

.jmcf-notice.jmcf-error {
	background: #fef2f2;
	border: 1px solid #f87171;
	color: #991b1b;
}

/* Admin entries screen */
.jmcf-unread-row {
	background-color: #f0f6ff;
}

.jmcf-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #3b5bdb;
}
