.mm-i18n__es { display: none; }
html[lang="es"] .mm-i18n__en { display: none; }
html[lang="es"] .mm-i18n__es { display: inline; }

.mm-job-detail {
	max-width: 820px;
	margin: 0 auto;
}

.mm-job-detail__facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.8rem;
	margin: 0 0 2rem;
}

.mm-job-detail__facts > div {
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
	padding: 1rem 1.1rem;
	border: 1px solid rgba(12, 74, 110, 0.12);
	border-radius: 10px;
	background: #fff;
}

.mm-job-detail__facts span {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #0c4a6e;
}

.mm-job-detail__facts strong {
	font-size: 0.98rem;
	color: #0c1a2e;
}

.tc-job-card__meta { min-height: 28px; }

@media (max-width: 600px) {
	.mm-job-detail__facts { grid-template-columns: 1fr; }
}
