.mouo-molped-page .mouo-enrollment-head {
	margin-top: 8px;
}

.mouo-molped-page .mouo-enrollment-page__content {
	max-width: 100%;
	overflow-x: clip;
}

.mouo-molped-guide {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.mouo-molped-section + .mouo-molped-section {
	margin-top: 12px;
	padding-top: 8px;
	border-top: 1px solid var(--mouo-line);
}

.mouo-molped-page .mouo-enrollment-section-title {
	margin-top: 28px;
}

.mouo-molped-page .mouo-enrollment-section-title:first-child,
.mouo-molped-guide > .mouo-enrollment-section-title:first-of-type {
	margin-top: 0;
}

.mouo-molped-measures {
	margin-top: 4px;
}

.mouo-molped-stats {
	margin: 16px 0;
}

.mouo-molped-stats--compact .mouo-enrollment-stat__value {
	font-size: clamp(24px, 3.5vw, 34px);
}

.mouo-molped-figure {
	margin: 20px 0 0;
	padding: 0;
	min-width: 0;
}

.mouo-molped-figure img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	border: 1px solid var(--mouo-line);
	border-radius: calc(var(--mouo-radius) + 2px);
	box-shadow: var(--mouo-shadow-sm);
}

.mouo-molped-gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
	gap: 16px;
	margin: 20px 0 8px;
	min-width: 0;
}

.mouo-molped-gallery .mouo-molped-figure {
	margin: 0;
}

.mouo-molped-tags {
	margin: 0;
	color: var(--mouo-text);
	font-size: 14px;
	line-height: 1.6;
}

.mouo-molped-page .mouo-enrollment-table.mouo-molped-table {
	min-width: 520px;
}

.mouo-molped-table th[scope="row"] {
	text-align: left;
	font-weight: 600;
	color: var(--mouo-text);
	background: transparent;
}

.mouo-molped-table thead th:first-child {
	text-align: left;
}

.mouo-molped-table td {
	text-align: center;
	font-weight: 700;
	color: var(--mouo-primary);
}

.mouo-molped-page .mouo-doc-links-grid,
.mouo-molped-page .list_doc_index {
	margin-top: 8px;
}

@media (max-width: 768px) {
	.mouo-molped-stats {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.mouo-molped-table-wrap {
		overflow: visible;
		margin: 1em 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	.mouo-molped-page .mouo-enrollment-table.mouo-molped-table {
		display: block;
		min-width: 0;
		width: 100%;
	}

	.mouo-molped-table thead {
		display: none;
	}

	.mouo-molped-table tbody {
		display: grid;
		gap: 12px;
	}

	.mouo-molped-table tbody tr {
		display: block;
		padding: 14px 16px;
		border: 1px solid var(--mouo-line);
		border-radius: calc(var(--mouo-radius) + 2px);
		background: var(--mouo-surface);
		box-shadow: var(--mouo-shadow-sm);
	}

	.mouo-molped-table th[scope="row"] {
		display: block;
		padding: 0 0 12px;
		margin: 0 0 12px;
		border-bottom: 1px solid var(--mouo-line);
		font-size: 14px;
		line-height: 1.4;
	}

	.mouo-molped-table td {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		padding: 8px 0;
		border-bottom: 0;
		text-align: right;
		background: transparent !important;
	}

	.mouo-molped-table td::before {
		content: attr(data-label);
		flex: 1 1 auto;
		color: var(--mouo-muted);
		font-size: 13px;
		font-weight: 600;
		text-align: left;
	}

	.mouo-molped-table td:last-child {
		padding-bottom: 0;
	}

	.mouo-molped-table tbody tr:nth-child(even) td {
		background: transparent;
	}
}
