.wp-site-blocks{
	max-width: 1440px;
	margin: 0 auto;
}

:root{
	--wp--custom--button--outline--hover--color--text: #f6eee3;
	--wp--custom--button--outline--hover--color--background:#352b1e;
	--wp--custom--button--hover--border--color:var(--wp--custom--button--outline--hover--color--background);
	--wp--custom--gap--horizontal:2rem;
/*	--wp--preset--font-size--small: clamp(1rem, 0.75rem + 0.5vw, 1rem);
	--wp--preset--font-size--medium: clamp(1.05rem, 0.9rem + 0.8vw, 1.13rem);
	--wp--preset--font-size--large: clamp(1.1875rem, 1.1875rem + 1.2vw, 1.25rem);
	--wp--preset--font-size--x-large: clamp(1.75rem, 1.25rem + 2.5vw, 2rem);*/
}

@media(max-width:767px){
	:root{
		--wp--preset--font-size--large: 1.1875rem;
	}
}

/* link */
:root :where(a:where(:not(.wp-element-button))){
	text-decoration: underline;
	text-decoration-color: #d3af77; /* hide underline by default */
	transition: text-decoration-color 0.3s ease;
}
:root :where(a:where(:not(.wp-element-button)):hover){
	text-decoration-color: #d3af77;
	color:initial;
}

/* Text meant only for screen readers. */
.editor-styles-wrapper .is-style-screen-reader-text,
.editor-styles-wrapper .screen-reader-text{
	border: 1px dashed red !important;
}
.editor-styles-wrapper .is-style-screen-reader-text:after,
.editor-styles-wrapper .screen-reader-text:after{
	content: "Text meant only for screen readers.";
	font-size: 11px;
	font-style: italic;
	position: absolute;
	left: -1px;
	bottom: -24px;
	background: red;
	color: white;
	padding: 2px;
}
.editor-styles-wrapper .is-style-screen-reader-text:hover:after,
.editor-styles-wrapper .screen-reader-text:hover:after{
	display:none;
}
body:not(.editor-styles-wrapper) .screen-reader-text,
body:not(.editor-styles-wrapper) .is-style-screen-reader-text{
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}
body:not(.editor-styles-wrapper) .screen-reader-text:focus,
body:not(.editor-styles-wrapper)  .is-style-screen-reader-text:focus{
	background-color: #eee;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

main > .wp-block-post-content > *:not(.alignfull) {
	padding-left: var(--wp--custom--gap--horizontal);
	padding-right: var(--wp--custom--gap--horizontal);
}

@media(min-width: 1440px){
	main > .wp-block-post-content > *:not(.alignfull) {
		padding-left: revert;
		padding-right: revert;
	}
}

.wp-block-heading{
	hyphens: auto;
}

/* buttons */
.wp-block-button__link {
	text-align: left;
	display: inline-flex; /* keep button inline with text flow */
	justify-content: flex-start;
	align-items: center;
	gap: 20px; /* works well in flex */
	padding: calc(var(--wp--preset--spacing--20) * 1) var(--wp--preset--spacing--20);
}

@media(min-width:840px){
	.wp-block-button__link {
		padding: calc(var(--wp--preset--spacing--20) * 0.8) var(--wp--preset--spacing--20);
	}
}

.wp-block-button__link:before {
	content: "";
	display: inline-block; /* so width/height are respected */
	width: 16px;
	height: 12px;
	flex-shrink: 0; /* prevent icon from shrinking */
	background: no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.256' height='12.192' viewBox='0 0 16.256 12.192'%3E%3Cpath fill='%23352b1e' d='m10.16 12.192-1.422-1.473 3.607-3.607H0V5.08h12.344L8.737 1.473 10.16 0l6.1 6.1Z'/%3E%3C/svg%3E");
	
}

.wp-block-button__link.has-white-color:before,
.wp-block-button__link:hover:before
{
	background: no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.256' height='12.192' viewBox='0 0 16.256 12.192'%3E%3Cpath fill='%23FFF' d='m10.16 12.192-1.422-1.473 3.607-3.607H0V5.08h12.344L8.737 1.473 10.16 0l6.1 6.1Z'/%3E%3C/svg%3E");
}
:is(.wp-block-search__button, .wp-block-button__link):is(:hover, :active, :focus),
:is(.is-style-outline > .wp-block-button__link,
.is-style-outline.wp-block-button__link):not(.has-background):hover {
	color: var(--wp--custom--button--outline--hover--color--text, var(--wp--custom--button--color--text));
	background-color: var(--wp--custom--button--outline--hover--color--background, var(--wp--custom--button--color--background));
}

/* list */
:root :where(.wp-block-list){
	padding-left: calc(1 * var(--wp--custom--gap--horizontal));
}

@media(min-width: 840px){
	:root :where(.wp-block-list){
		padding-left: calc(2 * var(--wp--custom--gap--horizontal));
	}
}

.wp-block-list.is-style-download{
	list-style:none;
	display:flex;
	gap:2px;
	flex-direction: column;
	padding:0;
}
.wp-block-list.is-style-download > li{
	display:flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
	gap:10px;
}
.wp-block-list.is-style-download > li:before{
	content: "";
	display: inline-block; /* so width/height are respected */
	width: 16px;
	height: 16px;
	flex-shrink: 0; /* prevent icon from shrinking */
	background: no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.859' height='18.585'%3E%3Cpath fill='%23352b1e' d='M16.814 12.128v4.412H2.046v-4.412H0v6.457h18.859v-6.457Z' data-name='Pfad 485'/%3E%3Cpath fill='%23352b1e' d='M8.407 0v10.686L5.346 7.625 3.9 9.068 9.43 14.6l5.533-5.533-1.449-1.442-3.06 3.061V0Z' data-name='Pfad 486'/%3E%3C/svg%3E");
}

.wp-block-list.is-style-arrows{
	list-style:none;
	padding-left:0;
}

.wp-block-list.is-style-arrows > li{
	display:flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
	gap:20px;
	list-style:none;
	margin:0;
	padding:15px 0;
	font-size:1.25rem;
	font-weight:500;
	font-family: 'Jost', serif;
}

.wp-block-list.is-style-arrows > li:before{
	content: "";
	display: inline-block; /* so width/height are respected */
	width: 16px;
	height: 16px;
	flex-shrink: 0; /* prevent icon from shrinking */
	background: no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.256' height='12.192' viewBox='0 0 16.256 12.192'%3E%3Cpath fill='%23352b1e' d='m10.16 12.192-1.422-1.473 3.607-3.607H0V5.08h12.344L8.737 1.473 10.16 0l6.1 6.1Z'/%3E%3C/svg%3E");
	
}

.wp-block-list.is-style-arrows > li a{
	text-decoration: none;
	text-decoration-color:#d3af77;
}

.wp-block-list.is-style-arrows > li a:hover{
	text-decoration: underline;
	text-decoration-color:#d3af77;
}

.wp-block-list.is-style-arrows > li:first-child{
	border-top:1px solid #352b1e;
}

.wp-block-list.is-style-arrows > li+li{
	border-top:1px solid #352b1e;
}

.wp-block-list.is-style-arrows > li:last-child{
	border-bottom:1px solid #352b1e;
}

/* temp style to be fixed */
.is-style-font-family-bitter{
	font-family: 'Bitter', serif;
	font-weight: 500;
}
.wp-block-spacer{
	margin-top:0 !important;
	margin-bottom:0 !important;
}

/* Carousel Slider Block mods */
.wp-block-cb-carousel-v2[data-cb-pagination=true] .swiper-horizontal{
	margin-bottom:0;
	margin-top:0;
}

.wp-block-cb-carousel-v2 .cb-pagination.swiper-pagination-horizontal{
	bottom:20px;
}

.wp-block-cb-carousel-v2 .cb-pagination .cb-pagination-bullet{
	background-color:transparent;
	border:1px solid #f6eee3;
	width:14px;
	height:14px;
}

.wp-block-cb-carousel-v2 .cb-pagination .cb-pagination-bullet[aria-current=true]{
	background-color:#f6eee3
}

.yoast-breadcrumbs,
.yoast-breadcrumbs *{
	font-size:18px;
}

/* slider */
.wp-block-cb-carousel-v2 .cb-button-prev, .wp-block-cb-carousel-v2.cb-rtl .cb-button-next{
	color:white;
	left:20px;
	bottom:16px;
	top:auto;
	right:auto;
}

.wp-block-cb-carousel-v2 .cb-button-next, .wp-block-cb-carousel-v2.cb-rtl .cb-button-prev{
	color:white;
	right:20px;
	bottom:16px;
	top:auto;
	left:auto;
}

.wp-block-cb-carousel-v2 .cb-button-next:after, .wp-block-cb-carousel-v2 .cb-button-prev:after{
	font-size:1rem;
}