.reference-archive__header,
.reference-archive__list,
.reference-entry__image,
.reference-entry__content,
.reference-entry__related,
.reference-entry__body {
	max-width: 39.75em;
	margin-left: auto;
	margin-right: auto;
}

.reference-archive__header {
	padding-top: 1em;
	margin-bottom: 2.5em;
}

.reference-archive__header h1,
.reference-archive__header p,
.reference-entry__content h1,
.reference-entry__text p,
.reference-entry__body p,
.reference-entry__body h2,
.reference-entry__body h3,
.reference-entry__body .subheading {
	max-width: none;
}

.reference-archive__list {
	display: grid;
	gap: 1.5em;
}

.reference-card {
	margin: 0;
	width: 100%;
}

.flexible-reference-card {
	margin-bottom: 10px;
}

.reference-card__inner {
	display: flex;
	flex-direction: column-reverse;
	background-color: #ffffff;
	border-bottom: 0;
	overflow: hidden;
}

.reference-card__content {
	background-color: #e8f6fc;
	padding: 1.5em;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.reference-card__content h2 {
	font-size: 1.25em;
	margin: 0 0 0.5em 0;
	max-width: none;
	line-height: 1.25;
}

.reference-card__content p {
	font-size: 0.78em;
	max-width: none;
	margin: 0 0 1.25em 0;
	line-height: 1.6;
}

.reference-card__actions {
	margin-bottom: 0;
	margin-top: auto;
}

.reference-card__actions .button {
	display: inline-flex;
	align-items: center;
	gap: 0.35em;
	font-size: 0.78em;
	padding: 0.3em 0.75em 0.2em 1.2em;
	margin: 0;
	border-radius: 1.6em;
	border-width: 1px;
	background-color: transparent;
	border-bottom: 1px solid #1d3176;
	line-height: 1.45;
	text-decoration: none;
	color: #1d3176;
	min-width: 0;
	width: auto;
	font-weight: 400;
	border-color: #1d3176;
}

.reference-card__button-icon {
	display: block;
	width: 0.9em;
	height: 0.9em;
	flex: 0 0 auto;
}

.reference-card__image {
	display: block;
	border-bottom: 0;
	line-height: 0;
}

.reference-card__image:hover {
	border-bottom: 0;
	opacity: 0.95;
}

.reference-card__image img,
.reference-entry__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.reference-entry {
	padding-top: 1em;
	padding-bottom: 3em;
}

.reference-entry__image {
	margin-bottom: 1.25em;
}

.reference-entry__content {
	margin-bottom: 2.5em;
}

.reference-entry__content h1 {
	margin-bottom: 0.35em;
	font-size: 2.3em;
}

.reference-entry__text {
	font-size: 1.25em;
	line-height: 1.55;
}

.reference-entry__actions {
	margin-bottom: 0;
	margin-top: 1.25em;
}

.reference-entry__actions .button {
	display: inline-block;
	margin: 0;
}

.reference-entry__related {
	border-top: 1px solid #efefef;
	padding-top: 2.5em;
	margin-bottom: 3em;
}

.reference-entry__body {
	max-width: 31.7em;
}

.reference-entry__body > :first-child {
	margin-top: 0;
}

@media (min-width: 768px) {
	.reference-card__inner {
		flex-direction: row;
		min-height: 14.25em;
	}

	.reference-card__content,
	.reference-card__image {
		flex: 0 0 50%;
	}

	.reference-card__content {
		padding: 1.8em 1.65em;
	}
}