body {
	background: #f7f8f5;
	color: #1f2a24;
}

.mc-brand-mark {
	width: 44px;
	height: 44px;
	object-fit: contain;
	background: #fff;
}

.mc-logo-panel {
	width: 76px;
	height: 76px;
	object-fit: contain;
	background: #fff;
	border: 1px solid rgba(31, 42, 36, 0.14);
}

.mc-hero {
	padding: 2rem 0 1.25rem;
	background: #fff;
	border-bottom: 1px solid rgba(31, 42, 36, 0.12);
}

.mc-support-action {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	height: 100%;
	padding: 1rem;
	color: #243127;
	text-decoration: none;
	background: #fff;
	border: 1px solid rgba(31, 42, 36, 0.12);
	border-radius: 0.5rem;
}

.mc-support-action:hover {
	color: #243127;
	background: #f1f8f2;
}

.mc-support-icon {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	color: #198754;
	background: #eef8f0;
	border-radius: 50%;
}

.mc-phase-notice {
	border-left: 0.35rem solid #198754;
}

.mc-admin-table {
	min-width: 58rem;
}

.honeypot {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
