/**
 * Mustread page overrides (loads after front-page-extras).
 *
 * @package AriawellTheme
 */

/* titleArea also has wrap-medium — exclude it so title spacing is not reset */
body.ms-mustread.ms-main .infomation--mustread .wrap-medium:not(.titleArea) {
	width: 1600rem;
	max-width: none;
	margin: 0 auto;
	padding: 0 30rem;
}

body.ms-mustread.ms-main .infomation--mustread .wrap-large {
	width: 100%;
	max-width: none;
	margin: 0 auto;
	padding: 0 100rem;
}

@media all and (max-width: 1600px) {
	body.ms-mustread.ms-main .infomation--mustread .wrap-medium:not(.titleArea) {
		width: 100%;
		padding: 0 30rem;
	}
}

@media all and (max-width: 1366px) {
	body.ms-mustread.ms-main .infomation--mustread .wrap-large {
		padding: 0 30rem;
	}
}

@media all and (max-width: 860px) {
	body.ms-mustread.ms-main .infomation--mustread .wrap-medium:not(.titleArea),
	body.ms-mustread.ms-main .infomation--mustread .wrap-large {
		width: 100%;
		padding: 0 16rem;
	}
}
