/**
 * Give the support policy pages a clear inner gutter without changing the
 * layout of unrelated support-site pages. The CookieAdmin inventory remains
 * horizontally scrollable when its table is wider than a small screen.
 */
body.page-id-30 .entry-content-wrap,
body.page-id-306 .entry-content-wrap {
	padding: 2.75rem 3rem 3rem !important;
}

body.page-id-30 .entry-content > :first-child,
body.page-id-306 .entry-content > :first-child {
	margin-top: 0;
}

body.page-id-30 .entry-content > :last-child,
body.page-id-306 .entry-content > :last-child {
	margin-bottom: 0;
}

body.page-id-306 .cookieadmin-cookie-list,
body.page-id-306 .cookieadmin-cookie-table,
body.page-id-306 .cookieadmin_render {
	max-width: 100%;
	overflow-x: auto;
}

@media (max-width: 767px) {
	body.page-id-30 .entry-content-wrap,
	body.page-id-306 .entry-content-wrap {
		padding: 1.5rem !important;
	}
}
