.mrx-cc-public {
	max-width: 520px;
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", serif;
}
.mrx-cc-form label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
}
.mrx-cc-form input[type="text"],
.mrx-cc-form input[type="email"],
.mrx-cc-form select {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	font-size: 16px;
	background: #fff;
}
.mrx-cc-form p {
	margin: 0 0 14px;
}
.mrx-cc-btn {
	appearance: none;
	border: 0;
	background: #0f766e;
	color: #fff;
	padding: 12px 18px;
	border-radius: 6px;
	font-size: 16px;
	cursor: pointer;
}
.mrx-cc-btn:hover {
	background: #0d9488;
}
.mrx-cc-alert {
	padding: 12px 14px;
	border-radius: 6px;
	margin-bottom: 16px;
}
.mrx-cc-alert-success {
	background: #ecfdf5;
	color: #065f46;
	border: 1px solid #a7f3d0;
}
.mrx-cc-alert-error {
	background: #fef2f2;
	color: #991b1b;
	border: 1px solid #fecaca;
}
.mrx-cc-hp {
	position: absolute !important;
	left: -9999px !important;
	height: 0 !important;
	overflow: hidden !important;
}
.mrx-cc-result {
	display: grid;
	grid-template-columns: 140px 1fr;
	gap: 8px 12px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	padding: 16px;
	margin-bottom: 18px;
}
.mrx-cc-result dt {
	font-weight: 700;
	margin: 0;
}
.mrx-cc-result dd {
	margin: 0;
}
