/* Insurance Block (.ms-insurance) — copy + peek Swiper logo strip */
body.template-block-builder .wp-block-acf-insurance-block,
body.template-page .wp-block-acf-insurance-block,
body.template-component-demo .wp-block-acf-insurance-block,
.editor-styles-wrapper .wp-block-acf-insurance-block {
	border: 0;
	border-top: 0;
	border-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}

body.template-block-builder .ms-insurance,
body.template-page .ms-insurance,
body.template-component-demo .ms-insurance,
.editor-styles-wrapper .ms-insurance {
	--ms-insurance-bg: #faf7f0;
	--ms-insurance-headline: #8a6e08;
	--ms-insurance-ink: #241f21;
	--ms-insurance-link: #739e7a;
	--ms-insurance-placeholder: #e9e1d0;
	--ms-insurance-max: 1200px;
	background: var(--ms-insurance-bg);
	box-sizing: border-box;
	border: 0;
	border-top: 0;
	border-bottom: 0;
	margin: 0;
	padding: 100px 0 100px;
	width: 100%;
	overflow: hidden;
}

body.template-block-builder .ms-insurance__inner,
body.template-page .ms-insurance__inner,
body.template-component-demo .ms-insurance__inner,
.editor-styles-wrapper .ms-insurance__inner {
	max-width: var(--ms-insurance-max);
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding: 0 72px;
}

body.template-block-builder .ms-insurance__intro,
body.template-page .ms-insurance__intro,
body.template-component-demo .ms-insurance__intro,
.editor-styles-wrapper .ms-insurance__intro {
	max-width: 720px;
	margin: 0 auto 48px;
	padding: 0;
	border: 0;
	text-align: center;
}

body.template-block-builder .ms-insurance__headline,
body.template-page .ms-insurance__headline,
body.template-component-demo .ms-insurance__headline,
.editor-styles-wrapper .ms-insurance__headline {
	font-family: 'Roboto', var(--font-body, sans-serif);
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.15em;
	text-align: center;
	text-transform: uppercase;
	color: var(--ms-insurance-headline);
	margin: 0 0 16px;
	padding: 0;
	border: 0;
}

body.template-block-builder .ms-insurance__text,
body.template-page .ms-insurance__text,
body.template-component-demo .ms-insurance__text,
.editor-styles-wrapper .ms-insurance__text {
	font-family: 'Roboto', var(--font-body, sans-serif);
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.02em;
	text-align: center;
	color: var(--ms-insurance-ink);
	margin: 0;
	padding: 0;
	border: 0;
}

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

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

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

body.template-block-builder .ms-insurance__slide-placeholder,
body.template-page .ms-insurance__slide-placeholder,
body.template-component-demo .ms-insurance__slide-placeholder,
.editor-styles-wrapper .ms-insurance__slide-placeholder {
	width: 100%;
	aspect-ratio: 16 / 9;
	background: var(--ms-insurance-placeholder);
	border: 0;
	margin: 0;
	padding: 0;
}

body.template-block-builder .ms-insurance__slide-img,
body.template-page .ms-insurance__slide-img,
body.template-component-demo .ms-insurance__slide-img,
.editor-styles-wrapper .ms-insurance__slide-img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 120px;
	object-fit: contain;
	margin: 0 auto;
	padding: 0;
	border: 0;
}

body.template-block-builder .ms-insurance__slide-link,
body.template-page .ms-insurance__slide-link,
body.template-component-demo .ms-insurance__slide-link,
.editor-styles-wrapper .ms-insurance__slide-link {
	display: block;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
}

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

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

	body.template-block-builder .ms-insurance__inner,
	body.template-page .ms-insurance__inner,
	body.template-component-demo .ms-insurance__inner,
	.editor-styles-wrapper .ms-insurance__inner {
		padding-left: 24px;
		padding-right: 24px;
	}

	body.template-block-builder .ms-insurance__intro,
	body.template-page .ms-insurance__intro,
	body.template-component-demo .ms-insurance__intro,
	.editor-styles-wrapper .ms-insurance__intro {
		margin-bottom: 32px;
	}
}
