.mhste {
	--mhste-blue: #123a6b;
	--mhste-gold: #b8860b;
	font-size: 16px;
	line-height: 1.5;
}

.mhste h2 {
	color: var(--mhste-blue);
	margin-bottom: .25em;
}

.mhste h3 {
	color: var(--mhste-blue);
	margin-top: 1.75em;
}

.mhste-intro,
.mhste-meta {
	color: #4a5568;
}

.mhste-notice {
	background: #fff8e1;
	border-left: 4px solid var(--mhste-gold);
	padding: .75em 1em;
	margin: 1em 0;
}

.mhste-form fieldset {
	border: 1px solid #d5dae2;
	border-radius: 6px;
	padding: 1em;
	margin: 1.25em 0;
}

.mhste-form legend {
	font-weight: 600;
	padding: 0 .5em;
}

.mhste-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 1em;
	margin: 1em 0;
}

.mhste-grid label {
	display: flex;
	flex-direction: column;
	font-weight: 600;
	gap: .35em;
}

.mhste-grid input,
.mhste-grid select,
.mhste-form textarea {
	font-weight: 400;
	padding: .5em;
	border: 1px solid #c3cad4;
	border-radius: 4px;
	width: 100%;
	box-sizing: border-box;
}

.mhste-button {
	background: var(--mhste-blue);
	color: #fff;
	border: 0;
	border-radius: 4px;
	padding: .7em 1.4em;
	font-size: 1em;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
}

.mhste-button-secondary {
	background: #fff;
	color: var(--mhste-blue);
	border: 1px solid var(--mhste-blue);
}

.mhste-actions {
	display: flex;
	gap: .75em;
	flex-wrap: wrap;
	margin: 1.5em 0;
}

.mhste-table {
	width: 100%;
	border-collapse: collapse;
	margin: 1em 0;
	font-size: .95em;
}

.mhste-table th,
.mhste-table td {
	border: 1px solid #d5dae2;
	padding: .45em .6em;
	text-align: left;
	vertical-align: top;
}

.mhste-table thead th {
	background: var(--mhste-blue);
	color: #fff;
	font-weight: 600;
}

.mhste-review input,
.mhste-review select {
	width: 100%;
	box-sizing: border-box;
	padding: .3em;
	border: 1px solid #c3cad4;
	border-radius: 3px;
}

.mhste-center {
	text-align: center;
}

.mhste-row-ok {
	background: #f0fbf4;
}

.mhste-row-warn {
	background: #fffbea;
}

.mhste-row-gap {
	background: #fdf1f1;
}

.mhste-summary {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 1em;
	margin: 1.5em 0;
}

.mhste-stat {
	background: #f5f7fa;
	border: 1px solid #dfe4ea;
	border-radius: 6px;
	padding: 1em;
	text-align: center;
	font-size: .85em;
	color: #4a5568;
}

.mhste-stat span {
	display: block;
	font-size: 2em;
	font-weight: 700;
	color: var(--mhste-blue);
}

.mhste-diploma {
	border: 1px solid #dfe4ea;
	border-left-width: 5px;
	border-radius: 6px;
	padding: .75em 1em;
	margin: 1em 0;
}

.mhste-diploma h4 {
	margin: .25em 0;
}

.mhste-diploma-met {
	border-left-color: #2f855a;
	background: #f0fbf4;
}

.mhste-diploma-open {
	border-left-color: #c05621;
	background: #fffaf0;
}

.mhste-diploma-target {
	box-shadow: 0 0 0 2px rgba(18, 58, 107, .15);
}

.mhste-schedule td {
	min-width: 180px;
}

.mhste-cell-meta {
	color: #4a5568;
	font-size: .85em;
}

.mhste-empty {
	color: #a0aec0;
}

.mhste-disclaimer {
	font-size: .85em;
	color: #4a5568;
	border-top: 1px solid #dfe4ea;
	padding-top: .75em;
}

.mhste-check-row {
	margin: .75em 0;
}

.mhste-check {
	display: inline-flex;
	align-items: center;
	gap: .5em;
	font-weight: 500;
}

@media print {
	.mhste-no-print {
		display: none;
	}

	.mhste-table thead th {
		background: #eee;
		color: #000;
	}
}
