.esl-download-help {
	display: block;
	clear: both;
	margin: 0.75rem 0 1.25rem;
	padding: 0.875rem 1rem;
	border: 1px solid #d9d9d9;
	border-radius: 0.375rem;
	background: #f8f8f8;
	font-size: 0.925rem;
	line-height: 1.5;
}

.esl-download-help__heading,
.esl-download-help__description {
	display: block;
	margin: 0 0 0.5rem;
}

.esl-download-help__links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.esl-download-help__link.button {
	margin: 0;
	white-space: normal;
}

@media ( max-width: 480px ) {
	.esl-download-help__links {
		align-items: stretch;
		flex-direction: column;
	}

	.esl-download-help__link.button {
		text-align: center;
	}
}


.esl-download-help__heading {
	font-size: 1.15rem;
	text-align: center;
}
.esl-download-help__format {
	display: block;
	margin: 0 0 .65rem;
	padding: .4rem .65rem;
	border-bottom: 2px solid #b88424;
	color: #5f410d;
	font-weight: 800;
	letter-spacing: .12em;
	text-align: center;
}
.esl-download-help__links {
	justify-content: center;
}

.esl-customer-library {
	margin: 0 0 2rem;
	padding: clamp(1rem, 3vw, 1.5rem);
	border: 1px solid #d8c18d;
	border-radius: 1rem;
	background: #fffaf0;
}

.esl-customer-library h2 {
	margin-top: 0;
}

.esl-customer-library__books {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
	gap: 1rem;
	margin: 1rem 0;
	padding: 0;
	list-style: none;
}

.esl-customer-library__book {
	padding: 1rem;
	border: 1px solid #e2d6bd;
	border-radius: 0.75rem;
	background: #fff;
}

.esl-customer-library__files {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 0.75rem;
}

.esl-customer-library__files .button {
	margin: 0;
}
