// ============================================================================
// :: Asset downloader
// ============================================================================
/**
 * The styling applied to the <body> tag on the page containing the
 * 'p-asset-downloader' class
 */

// ============================================================================
// :: Root
// ============================================================================
.p-asset-downloader {

	main {
		padding-bottom: 10rem;
	}

	.o-form__footer {
		position: fixed;
		left: 0;
		bottom: 0;

		width: 100%;
		padding: 1rem 0;

		background-color: $background-color-white;
		box-shadow: $box-shadow;
	}

	.m-hero {
		height: 35rem;
	}

	.m-hero__content-container {
		padding-top: 10rem;
	}
}
