/*
Theme Name: wob3walls
Author: MSCG GmbH
Author URI: https://www.mscg.de/
Tags: full-site-editing
Text Domain: wob3walls
Requires at least: 6.1
Requires PHP: 8.0
Tested up to: 6.4
Version: 1.0.0
*/

:root {
  --swiper-theme-color: var(--wp--preset--color--primary);
}

html {
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

/* Fix navigation items wrapping too early */
@media (min-width: 600px) {
  .wp-block-navigation {
    --navigation-layout-wrap: nowrap;
  }
}

.swiper-slide {
  width: auto;
}

.swiper-slide .wp-block-image:last-child {
  margin-bottom: 0;
}