/* Text Block (.ms-txtblk) */
body.template-block-builder .wp-block-acf-text-block,
body.template-page .wp-block-acf-text-block,
body.template-component-demo .wp-block-acf-text-block,
.editor-styles-wrapper .wp-block-acf-text-block {
	border: 0;
	margin-top: 0;
	margin-bottom: 0;
}

body.template-block-builder .ms-txtblk,
body.template-page .ms-txtblk,
body.template-component-demo .ms-txtblk,
.editor-styles-wrapper .ms-txtblk {
	--ms-txtblk-bg: #faf7f0;
	--ms-txtblk-ink: #2d1d06;
	--ms-txtblk-link: #1c4220;
	--ms-txtblk-max: 1200px;
	background: var(--ms-txtblk-bg);
	box-sizing: border-box;
	margin: 0;
	padding: 100px 72px 100px;
	width: 100%;
}

body.template-block-builder .ms-txtblk__inner,
body.template-page .ms-txtblk__inner,
body.template-component-demo .ms-txtblk__inner,
.editor-styles-wrapper .ms-txtblk__inner {
	max-width: var(--ms-txtblk-max);
	margin: 0 auto;
	width: 100%;
	padding: 0;
	text-align: center;
}

body.template-block-builder .ms-txtblk__eyebrow,
body.template-page .ms-txtblk__eyebrow,
body.template-component-demo .ms-txtblk__eyebrow,
.editor-styles-wrapper .ms-txtblk__eyebrow {
	font-family: 'Roboto', var(--font-body, sans-serif);
	font-weight: 400;
	font-style: normal;
	font-size: var(--ms-txtblk-eyebrow-size, 0.875rem);
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: center;
	text-transform: uppercase;
	color: var(--ms-txtblk-ink);
	margin: 0 0 32px;
	padding: 0;
	border: 0;
}

body.template-block-builder .ms-txtblk__headline,
body.template-page .ms-txtblk__headline,
body.template-component-demo .ms-txtblk__headline,
.editor-styles-wrapper .ms-txtblk__headline {
	font-family: 'Lora', var(--font-heading, Georgia, serif);
	font-weight: 400;
	font-style: normal;
	font-size: clamp(2rem, 4vw + 1rem, var(--ms-txtblk-headline-size, 3rem));
	line-height: 1.2;
	letter-spacing: 0;
	text-align: center;
	color: var(--ms-txtblk-ink);
	margin: 0 0 32px;
	padding: 0;
	border: 0;
}

body.template-block-builder .ms-txtblk__subheadline,
body.template-page .ms-txtblk__subheadline,
body.template-component-demo .ms-txtblk__subheadline,
.editor-styles-wrapper .ms-txtblk__subheadline {
	margin: 0 0 48px;
	padding: 0;
	border: 0;
}

body.template-block-builder .ms-txtblk__subheadline-line,
body.template-page .ms-txtblk__subheadline-line,
body.template-component-demo .ms-txtblk__subheadline-line,
.editor-styles-wrapper .ms-txtblk__subheadline-line {
	font-family: 'Roboto', var(--font-body, sans-serif);
	font-weight: 300;
	font-style: normal;
	font-size: clamp(1.375rem, 2.5vw + 0.75rem, var(--ms-txtblk-subheadline-size, 1.75rem));
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	color: var(--ms-txtblk-ink);
	margin: 0 0 8px;
	padding: 0;
	border: 0;
}

body.template-block-builder .ms-txtblk__subheadline-line:last-child,
body.template-page .ms-txtblk__subheadline-line:last-child,
body.template-component-demo .ms-txtblk__subheadline-line:last-child,
.editor-styles-wrapper .ms-txtblk__subheadline-line:last-child {
	margin-bottom: 0;
}

body.template-block-builder .ms-txtblk__actions,
body.template-page .ms-txtblk__actions,
body.template-component-demo .ms-txtblk__actions,
.editor-styles-wrapper .ms-txtblk__actions {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
}

body.template-block-builder .ms-txtblk__link,
body.template-page .ms-txtblk__link,
body.template-component-demo .ms-txtblk__link,
.editor-styles-wrapper .ms-txtblk__link {
	font-family: 'Roboto', var(--font-body, sans-serif);
	font-weight: 400;
	font-style: normal;
	font-size: var(--ms-txtblk-link-size, 1rem);
	line-height: 1;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-decoration: underline;
	text-decoration-style: solid;
	text-underline-offset: 10px;
	text-decoration-thickness: 1px;
	text-decoration-skip-ink: auto;
	color: var(--ms-txtblk-link);
	margin: 0;
	padding: 0;
	border: 0;
	transition: opacity 0.2s ease;
}

body.template-block-builder .ms-txtblk__link:hover,
body.template-page .ms-txtblk__link:hover,
body.template-component-demo .ms-txtblk__link:hover,
.editor-styles-wrapper .ms-txtblk__link:hover,
body.template-block-builder .ms-txtblk__link:focus-visible,
body.template-page .ms-txtblk__link:focus-visible,
body.template-component-demo .ms-txtblk__link:focus-visible,
.editor-styles-wrapper .ms-txtblk__link:focus-visible {
	opacity: 0.75;
	outline: none;
}

@media (max-width: 1024px) {
	body.template-block-builder .ms-txtblk,
	body.template-page .ms-txtblk,
	body.template-component-demo .ms-txtblk,
	.editor-styles-wrapper .ms-txtblk {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media (max-width: 600px) {
	body.template-block-builder .ms-txtblk,
	body.template-page .ms-txtblk,
	body.template-component-demo .ms-txtblk,
	.editor-styles-wrapper .ms-txtblk {
		padding: 60px 24px 120px;
	}
}
