// ============================================================================
// :: ARTICLE DOWNLOAD
// ============================================================================
.m-article-download {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 3rem;

	box-shadow: $box-shadow;
}

// ============================================================================
// :: Elements
// ============================================================================
.m-article-download__picture {
	display: block;
	width: 100%;
	height: auto;
	min-height: 20rem;
	margin-bottom: 2rem;

	pointer-events: none;
}

.m-article-download__image {
	display: block;
	width: 100%;
	height: auto;
}

.m-article-download__content__title {
	margin-bottom: 1.2rem;
}

.m-article-download__label {
	display: inline-block;
	margin: 1rem 0 3rem;

	font-family: $font-family-beausans;
}

.m-article-download__button {
	display: block;
	margin: 2rem auto 0;
}

.m-article-download__links {
	margin-top: 2rem;
}

.m-article-download__actions {
	display: flex;
	flex-direction: column;
}
