/**
 * Ken Jones Site Core - Service page long-copy layout patch.
 * Scope: single kj_service pages only.
 */

body.single-kj_service.kj-service-long-copy-layout .type-kj_service,
body.single-kj_service.kj-service-long-copy-layout .type-kj_service .entry-content,
body.single-kj_service.kj-service-long-copy-layout .wp-block-post-content {
	box-sizing: border-box;
	width: 100%;
}

body.single-kj_service.kj-service-long-copy-layout .entry-content > .kj-service-editor-content,
body.single-kj_service.kj-service-long-copy-layout .wp-block-post-content > .kj-service-editor-content,
body.single-kj_service.kj-service-long-copy-layout .kj-service-editor-content {
	box-sizing: border-box;
	clear: both;
	display: block;
	grid-column: 1 / -1 !important;
	max-width: min(1120px, calc(100vw - 48px)) !important;
	width: 100% !important;
	margin: clamp(36px, 5vw, 72px) auto;
	padding: 0;
}

body.single-kj_service.kj-service-long-copy-layout .kj-service-editor-content > * {
	box-sizing: border-box;
	max-width: 760px;
	margin-left: 0;
	margin-right: auto;
}

body.single-kj_service.kj-service-long-copy-layout .kj-service-editor-content > h2,
body.single-kj_service.kj-service-long-copy-layout .kj-service-editor-content > h3,
body.single-kj_service.kj-service-long-copy-layout .kj-service-editor-content > h4 {
	margin-top: 1.45em;
	margin-bottom: .55em;
}

body.single-kj_service.kj-service-long-copy-layout .kj-service-editor-content > p,
body.single-kj_service.kj-service-long-copy-layout .kj-service-editor-content > ul,
body.single-kj_service.kj-service-long-copy-layout .kj-service-editor-content > ol {
	line-height: 1.72;
}

body.single-kj_service.kj-service-long-copy-layout .kj-service-editor-content > ul,
body.single-kj_service.kj-service-long-copy-layout .kj-service-editor-content > ol {
	padding-left: 1.35em;
}

body.single-kj_service.kj-service-long-copy-layout .kj-service-editor-content > .alignwide,
body.single-kj_service.kj-service-long-copy-layout .kj-service-editor-content > .wp-block-group.alignwide,
body.single-kj_service.kj-service-long-copy-layout .kj-service-editor-content > .wp-block-columns,
body.single-kj_service.kj-service-long-copy-layout .kj-service-editor-content > .wp-block-image.size-large {
	max-width: 980px;
}

body.single-kj_service.kj-service-long-copy-layout .kj-service-editor-content > .alignfull {
	max-width: none !important;
	width: 100vw !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
}

body.single-kj_service.kj-service-long-copy-layout .kj-service-editor-content:first-child {
	margin-top: clamp(28px, 4vw, 56px);
}

body.single-kj_service.kj-service-long-copy-layout .kj-service-editor-content:empty {
	display: none;
}

@media (max-width: 760px) {
	body.single-kj_service.kj-service-long-copy-layout .entry-content > .kj-service-editor-content,
	body.single-kj_service.kj-service-long-copy-layout .wp-block-post-content > .kj-service-editor-content,
	body.single-kj_service.kj-service-long-copy-layout .kj-service-editor-content {
		max-width: calc(100vw - 32px) !important;
		margin-top: 34px;
		margin-bottom: 44px;
	}

	body.single-kj_service.kj-service-long-copy-layout .kj-service-editor-content > * {
		max-width: 100%;
	}
}
