.cremc-panel,
.cremc-hub,
.cremc-matricula {
	box-sizing: border-box;
	margin-block: 1.5rem;
	border: 1px solid currentColor;
	border-radius: .25rem;
	padding: 1rem;
	font: inherit;
	color: inherit;
	background: transparent;
}

.cremc-panel *,
.cremc-hub *,
.cremc-matricula * {
	box-sizing: border-box;
}

.cremc-panel__header {
	display: flex;
	gap: 1rem;
	align-items: start;
	justify-content: space-between;
}

.cremc-panel__title,
.cremc-hub h2,
.cremc-hub h3 {
	margin-block-start: 0;
}

.cremc-panel__notice {
	font-size: .875em;
}

.cremc-details__row {
	display: grid;
	grid-template-columns: minmax(9rem, 1fr) 2fr;
	gap: .75rem;
	padding-block: .5rem;
	border-block-start: 1px solid currentColor;
}

.cremc-details dt {
	font-weight: 700;
}

.cremc-details dd {
	margin: 0;
}

.cremc-links,
.cremc-matricula {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	align-items: center;
}

.cremc-hub__section + .cremc-hub__section {
	margin-block-start: 1.25rem;
}

.cremc-hub address {
	font-style: normal;
}

@media (max-width: 600px) {
	.cremc-panel__header,
	.cremc-details__row {
		display: block;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cremc-panel *,
	.cremc-hub *,
	.cremc-matricula * {
		scroll-behavior: auto !important;
	}
}
