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

body.template-block-builder .ms-press,
body.template-page .ms-press,
body.template-component-demo .ms-press,
.editor-styles-wrapper .ms-press {
	--ms-press-bg: #faf7f0;
	--ms-press-gold: #c49a2a;
	--ms-press-placeholder: #e9e1d0;
	--ms-press-green: #1c4220;
	--ms-press-cream: #f5f0e0;
	--ms-press-max: 1200px;
	background: var(--ms-press-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-press__inner,
body.template-page .ms-press__inner,
body.template-component-demo .ms-press__inner,
.editor-styles-wrapper .ms-press__inner {
	max-width: var(--ms-press-max);
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding: 0 72px;
}

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

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

body.template-block-builder .ms-press__slide-img,
body.template-page .ms-press__slide-img,
body.template-component-demo .ms-press__slide-img,
.editor-styles-wrapper .ms-press__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-press__slide-link,
body.template-page .ms-press__slide-link,
body.template-component-demo .ms-press__slide-link,
.editor-styles-wrapper .ms-press__slide-link {
	display: block;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
}

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

body.template-block-builder .ms-press__btn,
body.template-page .ms-press__btn,
body.template-component-demo .ms-press__btn,
.editor-styles-wrapper .ms-press__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 18px 60px;
	margin: 0;
	border: 2px solid var(--ms-press-green);
	border-radius: 35px;
	background: transparent;
	font-family: 'Roboto', var(--font-body, sans-serif);
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--ms-press-green);
	transition: background 0.2s ease, color 0.2s ease;
}

body.template-block-builder .ms-press__btn:hover,
body.template-page .ms-press__btn:hover,
body.template-component-demo .ms-press__btn:hover,
.editor-styles-wrapper .ms-press__btn:hover,
body.template-block-builder .ms-press__btn:focus-visible,
body.template-page .ms-press__btn:focus-visible,
body.template-component-demo .ms-press__btn:focus-visible,
.editor-styles-wrapper .ms-press__btn:focus-visible {
	background: var(--ms-press-green);
	color: var(--ms-press-cream);
	outline: none;
}

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

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

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

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

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

	body.template-block-builder .ms-press__btn,
	body.template-page .ms-press__btn,
	body.template-component-demo .ms-press__btn,
	.editor-styles-wrapper .ms-press__btn {
		width: 100%;
		max-width: 318px;
	}
}
