/* Neue Haas Grotesk Display Pro */

/* 100 – XXThin */
@font-face {
	font-family: 'Neue Haas Grotesk Display Pro';
	src: url('../fonts/NeueHaasDisplay-XXThin.woff2') format('woff2'),
		url('../fonts/NeueHaasDisplay-XXThin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Neue Haas Grotesk Display Pro';
	src: url('../fonts/NeueHaasDisplay-XXThinItalic.woff2') format('woff2'),
		url('../fonts/NeueHaasDisplay-XXThinItalic.woff') format('woff');
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}

/* 150 – XThin */
@font-face {
	font-family: 'Neue Haas Grotesk Display Pro';
	src: url('../fonts/NeueHaasDisplay-XThin.woff2') format('woff2'),
		url('../fonts/NeueHaasDisplay-XThin.woff') format('woff');
	font-weight: 150;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Neue Haas Grotesk Display Pro';
	src: url('../fonts/NeueHaasDisplay-XThinItalic.woff2') format('woff2'),
		url('../fonts/NeueHaasDisplay-XThinItalic.woff') format('woff');
	font-weight: 150;
	font-style: italic;
	font-display: swap;
}

/* 200 – Thin */
@font-face {
	font-family: 'Neue Haas Grotesk Display Pro';
	src: url('../fonts/NeueHaasDisplay-Thin.woff2') format('woff2'),
		url('../fonts/NeueHaasDisplay-Thin.woff') format('woff');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Neue Haas Grotesk Display Pro';
	src: url('../fonts/NeueHaasDisplay-ThinItalic.woff2') format('woff2'),
		url('../fonts/NeueHaasDisplay-ThinItalic.woff') format('woff');
	font-weight: 200;
	font-style: italic;
	font-display: swap;
}

/* 300 – Light */
@font-face {
	font-family: 'Neue Haas Grotesk Display Pro';
	src: url('../fonts/NeueHaasDisplay-Light.woff2') format('woff2'),
		url('../fonts/NeueHaasDisplay-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Neue Haas Grotesk Display Pro';
	src: url('../fonts/NeueHaasDisplay-LightItalic.woff2') format('woff2'),
		url('../fonts/NeueHaasDisplay-LightItalic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

/* 400 – Regular (Medium plik użyty jako "normal") */
@font-face {
	font-family: 'Neue Haas Grotesk Display Pro';
	src: url('../fonts/NeueHaasDisplay-Medium.woff2') format('woff2'),
		url('../fonts/NeueHaasDisplay-Medium.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* 500 – Roman / Medium Italic */
@font-face {
	font-family: 'Neue Haas Grotesk Display Pro';
	src: url('../fonts/NeueHaasDisplay-Roman.woff2') format('woff2'),
		url('../fonts/NeueHaasDisplay-Roman.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Neue Haas Grotesk Display Pro';
	src: url('../fonts/NeueHaasDisplay-RomanItalic.woff2') format('woff2'),
		url('../fonts/NeueHaasDisplay-RomanItalic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Neue Haas Grotesk Display Pro';
	src: url('../fonts/NeueHaasDisplay-MediumItalic.woff2') format('woff2'),
		url('../fonts/NeueHaasDisplay-MediumItalic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

/* 700 – Bold */
@font-face {
	font-family: 'Neue Haas Grotesk Display Pro';
	src: url('../fonts/NeueHaasDisplay-Bold.woff2') format('woff2'),
		url('../fonts/NeueHaasDisplay-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Neue Haas Grotesk Display Pro';
	src: url('../fonts/NeueHaasDisplay-BoldItalic.woff2') format('woff2'),
		url('../fonts/NeueHaasDisplay-BoldItalic.woff') format('woff');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

/* 900 – Black */
@font-face {
	font-family: 'Neue Haas Grotesk Display Pro';
	src: url('../fonts/NeueHaasDisplay-Black.woff2') format('woff2'),
		url('../fonts/NeueHaasDisplay-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Neue Haas Grotesk Display Pro';
	src: url('../fonts/NeueHaasDisplay-BlackItalic.woff2') format('woff2'),
		url('../fonts/NeueHaasDisplay-BlackItalic.woff') format('woff');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

:root {
	/* Główne kolory */
	--main-color: #C5A178;
	--white-color: #fff;
	/* Główne kolory */

	/* Kolor fontów */
	--heading-color: #2d2d2d;
	--font-color: #000;
	--link-color: #000;
	--link-color-hover: #B20710;
	/* Kolor fontów */


	/* WCAG */
	--wcag-yellow: #FFC107;
	--wcag-black: #000;
	/* WCAG */
}


html {
	height: 100%;
	font-size: 10px;
}

:root {
	--font-scale: 1;
}

.font-size-100 {
	--font-scale: 1;
}

.font-size-120 {
	--font-scale: 1.2;
}

.font-size-140 {
	--font-scale: 1.4;
}

.font-size-160 {
	--font-scale: 1.6;
}

.font-size-180 {
	--font-scale: 1.8;
}

.font-size-200 {
	--font-scale: 2;
}


body {
	background-color: #fff;
	font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
	color: #525252;
	font-size: calc(1.6rem * var(--font-scale));
	font-weight: 400;
	line-height: 1.6;
	overflow-x: hidden;
}

img,
object,
embed {
	max-width: 100%;
}

a:hover,
a:focus,
a:active {
	outline: none !important;
}

strong,
b {
	font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
	color: #161616;
	font-weight: 400;
	line-height: 1.3;
	margin: 0;
}

h1,
.h1 {
	font-size: calc(8.2rem * var(--font-scale));
}

h2,
.h2 {
	font-size: calc(4.2rem * var(--font-scale));
}

h3,
.h3 {
	font-size: calc(2.4rem * var(--font-scale));
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-size: calc(1.4rem * var(--font-scale));
}

p {
	margin: 0;
}

a {
	text-decoration: none;
	color: inherit;
	transition: color 0.3s ease;
}

textarea {
	resize: vertical;
}

img {
	max-width: 100%;
	height: auto;
}

picture {
	display: flex;
	height: 100%;
}

button {
	outline: none !important;
	background-color: transparent;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type="number"] {
	-moz-appearance: textfield;
}

.container {
	position: relative;
	max-width: 1600px;
	margin: 0 auto;
	width: 100%;
	padding: 0 24px;
}

.container-sm {
	max-width: 1200px;
}

.container-fluid {
	max-width: 100%;
}

.container-fw {
	max-width: 100%;
	padding: 0;
}

main {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	height: 100%;
	transition: padding 0.3s ease;
}


/* btns */

.btn {
	color: var(--white-color);
	font-weight: 700;
	font-size: calc(1.2rem * var(--font-scale));
	line-height: 1.6;
	letter-spacing: 0.2px;
	text-align: center;
	vertical-align: middle;
	transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
	display: flex;
	align-items: center;
	border-radius: 10px;
	justify-content: center;
	gap: 20px;
	padding: 12px 12px;
	margin: 0;
}

@media (min-width:991px) {
	.btn {
		padding: 12px 24px;
	}
}

.btn-icon {
	padding: 18px 16px;
}

.btn svg path {
	fill: #fff;
	transition: fill .3s ease;
}

.btn:hover,
.btn:active,
.btn:focus-within {
	color: #eee;
}

.btn:hover svg path,
.btn:active svg path,
.btn:focus-within svg path {
	fill: #eee;
}

.btn-primary {
	background: #C5A178;
	border-color: #C5A178;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus-within {
	background: #ad8b64;
	border-color: #ad8b64;
}

.btn-secondary {
	background: #B20710;
	border-color: #B20710;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus-within {
	background: #f73224;
	border-color: #f73224;
}

/* contrast btns */

.contrast-yellow-black .btn-primary,
.contrast-yellow-black .btn-secondary {
	background: var(--wcag-black);
	border-color: var(--wcag-black);
}

.contrast-yellow-black .btn-primary:hover,
.contrast-yellow-black .btn-primary:active,
.contrast-yellow-black .btn-primary:focus-within,
.contrast-yellow-black .btn-secondary:hover,
.contrast-yellow-black .btn-secondary:active,
.contrast-yellow-black .btn-secondary:focus-within {
	background: var(--wcag-yellow);
	color: var(--wcag-black) !important;
}

.contrast-yellow-black .btn-primary:hover svg *,
.contrast-yellow-black .btn-primary:active svg *,
.contrast-yellow-black .btn-primary:focus-within svg *,
.contrast-yellow-black .btn-secondary:hover svg *,
.contrast-yellow-black .btn-secondary:active svg *,
.contrast-yellow-black .btn-secondary:focus-within svg * {
	fill: var(--wcag-black) !important;
	stroke: var(--wcag-black) !important;
}

.contrast-black-yellow .btn-primary,
.contrast-black-yellow .btn-secondary {
	background: var(--wcag-yellow);
	border-color: var(--wcag-yellow);
}

.contrast-black-yellow .btn-primary:hover,
.contrast-black-yellow .btn-primary:active,
.contrast-black-yellow .btn-primary:focus-within,
.contrast-black-yellow .btn-secondary:hover,
.contrast-black-yellow .btn-secondary:active,
.contrast-black-yellow .btn-secondary:focus-within {
	background: #CA9700;
	border-color: #CA9700;
}

/* contrast btns */

/* btns */
.w-100 {
	width: 100%;
}

@media only screen and (max-width: 1199px) {

	h1,
	.h1 {
		font-size: 64px;
	}

	h2,
	.h2 {
		font-size: 32px;
	}

	h3,
	.h3 {
		font-size: 20px;
	}

	h4,
	.h4,
	h5,
	.h5,
	h6,
	.h6 {
		font-size: 14px;
	}
}

@media only screen and (max-width: 991px) {

	h1,
	.h1 {
		font-size: 44px;
	}

	h2,
	.h2 {
		font-size: 26px;
	}

	h3,
	.h3 {
		font-size: 20px;
	}

	h4,
	.h4,
	h5,
	.h5,
	h6,
	.h6 {
		font-size: 14px;
	}

	.p,
	p {
		font-size: 16px;
	}
}

/* Home blog */
.blog-posts-fullContent {
	width: 100%;
	display: flex;
	gap: 30px;
}

.blog-posts-heading {
	margin-bottom: 30px;
}

.posts-box-home {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 33.333%;
	gap: 5px;
}

.posts-box-home-link {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.blog-posts .posts {
	width: 80%;
	display: flex;
	gap: 20px;
	justify-content: center;
	flex-wrap: wrap;
}

.post-thumb h4 {
	padding-top: 5px;
}

.post-thumb .post-date {
	padding-top: 5px;
}

.blog-posts .posts .post-description {
	padding-top: 5px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.post-date,
.post-description {
	color: #000;
}

.widget-areaCustom {
	width: 20%;

}

/* Home blog */

/* Single blog */
.current-post-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.current-post-title img {
	max-width: 1200px;
}

.single-blog-post-sidebar-title {
	margin-top: 80px;
	margin-bottom: 50px;
}

.single-blog-post-sidebar-title h2 {
	text-align: center;
}

.single-blog-post-sidebar {
	display: flex;
	justify-content: center;
	gap: 20px;
}

/* Single blog */

/* wcag */
.contrast-yellow-black {
	background-color: var(--wcag-yellow);
}

.contrast-black-yellow {
	background-color: var(--wcag-black);
}


.contrast-black-yellow svg,
.contrast-black-yellow svg path {
	fill: var(--wcag-yellow);
	stroke: var(--wcag-yellow);
}



/* wcag */


.section-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
}

.section-header h2 {
	font-weight: 700;

	font-size: calc(2.4rem * var(--font-scale));
	line-height: 160%;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #212121;
}

.section-header-link {
	color: #C5A178;
	font-weight: 700;
	font-size: calc(1.6rem * var(--font-scale));
	line-height: 160%;
	letter-spacing: 0.2px;
	vertical-align: middle;
	display: flex;
	gap: 16px;
	align-items: center;
	border-radius: 10px;
	padding: 2px 4px;
}


.section-header-link svg path {
	transition: 0.3s ease;
}

.section-header-link:hover svg path {
	fill: #212121;
}

.section-header-link {
	transition: 0.3s ease;
}

.section-header-link:hover {
	color: #212121;
}

.section-header-link:hover .arrow-icon,
.post-btn:hover .arrow-icon {
	animation: arrowMove 0.6s ease;

}

@keyframes arrowMove {
	0% {
		transform: translateX(0);
	}

	30% {
		transform: translateX(-10px);
		/* ruch w lewo */
	}

	100% {
		transform: translateX(0);
		/* powrót */
	}
}


.contrast-yellow-black .section-header-link {
	color: var(--wcag-black);
}

.contrast-yellow-black .section-header-link svg path {
	fill: var(--wcag-black);
}



.contrast-black-yellow .section-header-link {
	color: var(--wcag-yellow);
}

.contrast-black-yellow .section-header-link svg path {
	fill: var(--wcag-yellow);
}


.font-size-120 .section-header-link {
	font-size: calc(1.6rem * 1.2);
}

.font-size-140 .section-header-link {
	font-size: calc(1.6rem * 1.4);
}

.font-size-160 .section-header-link {
	font-size: calc(1.6rem * 1.6);
}

.font-size-180 .section-header-link {
	font-size: calc(1.6rem * 1.8);
}

.font-size-200 .section-header-link {
	font-size: calc(1.6rem * 2);
}

.font-size-120 .section-header-link svg {
	width: calc(24px * 1.2);
	height: calc(24px * 1.2);
}

.font-size-140 .section-header-link svg {
	width: calc(24px * 1.4);
	height: calc(24px * 1.4);
}

.font-size-160 .section-header-link svg {
	width: calc(24px * 1.6);
	height: calc(24px * 1.6);
}

.font-size-180 .section-header-link svg {
	width: calc(24px * 1.8);
	height: calc(24px * 1.8);
}

.font-size-200 .section-header-link svg {
	width: calc(24px * 2);
	height: calc(24px * 2);
}

.font-size-120 .section-header h2 {
	font-size: calc(2.4rem * 1.2);
}

.font-size-140 .section-header h2 {
	font-size: calc(2.4rem * 1.4);
}

.font-size-160 .section-header h2 {
	font-size: calc(2.4rem * 1.6);
}

.font-size-180 .section-header h2 {
	font-size: calc(2.4rem * 1.8);
}

.font-size-200 .section-header h2 {
	font-size: calc(2.4rem * 2);
}



@media (min-width: 1200px) {
	.section-header h2 {
		font-size: calc(4rem * var(--font-scale));
	}

	.section-header {
		margin-bottom: 48px;
	}

	.font-size-120 .section-header h2 {
		font-size: calc(4rem * 1.2);
	}

	.font-size-140 .section-header h2 {
		font-size: calc(4rem * 1.4);
	}

	.font-size-160 .section-header h2 {
		font-size: calc(4rem * 1.6);
	}

	.font-size-180 .section-header h2 {
		font-size: calc(4rem * 1.8);
	}

	.font-size-200 .section-header h2 {
		font-size: calc(4rem * 2);
	}

}


/* footer */
.footer-menu .h5 {
	font-weight: 700;

	font-size: calc(1.6rem * var(--font-scale));
	line-height: 160%;
	letter-spacing: 0.2px;
	vertical-align: middle;
	color: #424242;
}

.footer-menu ul {
	list-style: none;
	margin-top: 2px;
	padding-left: 10px;
}

.footer-menu ul li a {
	font-weight: 500;
	font-size: calc(1.6rem * var(--font-scale));
	line-height: 160%;
	letter-spacing: 0.2px;
	vertical-align: middle;
	color: #424242;
	border-radius: 10px;
	padding: 2px 4px;
}

.footer-copy-row {
	margin-top: 32px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);

	justify-content: center;
	padding: 0 5%;
}

.footer-menu:nth-child(6) {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer-socialmedia {
	padding: 0 10%;
}

.footer-socialmedia .footer-socialmedia-container a svg {
	transition: 0.3s ease;
}

.footer-socialmedia .footer-socialmedia-container a:hover svg {
	transform: scale(1.1);
}

.footer-socialmedia .h5 {
	font-weight: 700;
	font-size: calc(1.6rem * var(--font-scale));
	line-height: 160%;
	letter-spacing: 0.2px;
	vertical-align: middle;
	color: #424242;
	text-align: center;
	margin: 16px 0;
}

.footer-socialmedia-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.newsletter {
	padding: 20px 5%;
	margin: 16px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	background-color: #C5A178;
}

.contrast-yellow-black .newsletter {
	background-color: var(--wcag-black);
}

.contrast-black-yellow .newsletter {
	background-color: var(--wcag-yellow);
}

.newsletter h3 {
	width: 100%;
	text-align: center;
	color: #fff;
}

.contrast-yellow-black .newsletter h3 {
	color: var(--wcag-yellow) !important;
}

.contrast-black-yellow .newsletter h3 {
	color: var(--wcag-black) !important;
}

.newsletter a {
	padding: 14px 0;
	font-weight: 700;
	font-size: calc(1.4rem * var(--font-scale));
	line-height: 160%;
	letter-spacing: 0.2px;
	text-align: center;
	vertical-align: middle;
	color: #212121;
	border-radius: 1000px;
	border: 1.75px solid #616161;
	box-shadow: 0px 4px 60px 0px #04060F14;
	display: flex;
	width: 100%;
	max-width: 500px;
	justify-content: center;
	transition: 0.3s ease;
}

.newsletter a:hover {
	color: #fff;
	background-color: #616161;
}

.page-author {
	padding: 0 5%;
	font-weight: 500;
	font-size: calc(1.4rem * var(--font-scale));
	line-height: 160%;
	letter-spacing: 0.2px;
	text-align: center;
	vertical-align: middle;
	color: #424242;
	padding-bottom: 12px;
}

.page-author a {
	font-weight: 700;
}

.partners-and-logo {
	padding: 0 5%;
}

.partners-and-logo .partners {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 0 10%;
	gap: 24px;
}

.footer-logo {
	display: flex;
	justify-content: center;
	margin: 24px 0;
}

.mobile-bottom-menu {
	display: none;
}

body.home .partners-and-logo {
	display: none;
}

@media screen and (max-width: 768px) {

	.mobile-bottom-menu {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #fff;
		display: flex;
		justify-content: space-around;
		padding: 10px 0;
		z-index: 1000;
		box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
	}

	.mobile-bottom-menu .menu-item {
		font-weight: 700;

		font-size: calc(1rem * var(--font-scale));
		line-height: 160%;
		letter-spacing: 0.2px;
		text-align: center;
		vertical-align: middle;
		color: #9E9E9E;
		display: flex;
		flex-direction: column;
		gap: 4px;
		align-items: center;
		justify-content: space-between;
	}

	#menu-strony-prawne {
		text-align: center;
	}

	.footer-copy-row>div:nth-child(1),
	.footer-copy-row>div:nth-child(6) {
		grid-column: 1 / -1;
	}

}

@media (min-width: 768px) {
	.footer-copy-row {
		grid-template-columns: repeat(3, 1fr);
	}

	/* .footer-copy-row>div:nth-child(6) {
		grid-column: 2 / -2;
	} */

	.footer-menu:nth-child(6) {
		display: flex;
		flex-direction: column;
		align-items: start;
	}

	.partners-and-logo .partners {
		display: flex;
		flex-direction: row;
	}

	.partners-and-logo .partners div {
		display: flex;
		align-items: center;
	}

	.partners-and-logo .partners img {
		max-width: 300px;
		max-height: 150px;
		height: auto;
	}

	.page-author {
		padding-bottom: 24px;
	}

	.newsletter {
		margin: 48px 0;
	}

	.newsletter h3 {
		width: auto;
		text-align: center;
	}

}

@media (min-width: 1200px) {
	.footer-copy-row {
		grid-template-columns: repeat(6, 1fr);
	}

	.footer-copy-row>div:nth-child(6) {
		grid-column: unset;
	}

	.newsletter-and-social {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.newsletter a {
		min-width: 350px;
	}

	.footer-socialmedia-container {
		min-width: 350px;
		max-width: unset;
	}

	.newsletter {
		justify-content: center;
		margin: 48px auto;
	}

	.footer-socialmedia {
		padding: 0 5%;
		margin: 0 auto 48px;
	}

	.footer-socialmedia h5 {
		text-align: center;
	}

	.footer-socialmedia-container {
		max-width: 300px;
	}

	.footer-logo {
		justify-content: start;
		padding-left: 5%;
		margin: 0;
		margin-top: 24px;
	}

}

.footer-socialmedia-container a {
	display: flex;
	align-items: center;
	padding: 10px;
	border-radius: 10px;
}


/* footer */


/* single spektakl */
.mobie-navigation-row {
	display: flex;
}

.mobie-navigation-row h2 {
	text-align: center;
}

@media (max-width: 768px) {
	.mobie-navigation-row {
		display: flex;
		justify-content: center;
		background-color: #E2DFD9;
		padding: 24px 24px;
		align-items: center;
		position: relative;
	}

	.mobie-navigation-row.type-single {
		justify-content: space-between;
	}

	.mobie-navigation-row:not(.type-single) a {
		position: absolute;
		left: 24px;
		top: 50%;
		transform: translateY(-50%);
		display: flex;
		align-items: center;
	}

	.mobie-navigation-row-arrow {
		display: flex;
	}

	.mobie-navigation-row-title {
		font-weight: 700;
		font-size: calc(2.4rem * var(--font-scale));
		line-height: 1.6;
		text-align: center;
		color: #212121;
		width: 100%;
	}

	.contrast-black-yellow .mobie-navigation-row {
		background-color: var(--wcag-yellow);
	}

	.contrast-black-yellow .mobie-navigation-row svg * {
		fill: var(--wcag-black) !important;
		stroke: var(--wcag-black) !important;
	}

	.contrast-black-yellow .mobie-navigation-row h1,
	.contrast-black-yellow .mobie-navigation-row-title {
		color: var(--wcag-black) !important;
	}

	.contrast-yellow-black .mobie-navigation-row svg * {
		fill: var(--wcag-yellow) !important;
		stroke: var(--wcag-yellow) !important;
	}

	.contrast-yellow-black .mobie-navigation-row {
		background-color: var(--wcag-black);
	}

	.contrast-yellow-black .mobie-navigation-row h1,
	.contrast-yellow-black .mobie-navigation-row-title {
		color: var(--wcag-yellow) !important;
	}
}

@media (min-width:768px) {
	.mobie-navigation-row {
		max-width: 1600px;
		margin: 0 auto;
		width: 100%;
		padding: 0 24px;
	}

	.mobie-navigation-row a {
		display: none;
	}

	.mobie-navigation-row h1 {
		margin: 30px 0 20px;
	}

}

.spektakl-info {
	display: flex;
	flex-direction: column;
	margin-top: 12px;
	gap: 12px;
}

.spektakl-info img {
	border-radius: 8px;
	width: 100%;
	object-fit: cover;
	object-position: center;
	/* max-width: 260px; */
}

.spektakl-desc h1 {
	font-weight: 700;
	font-size: calc(2.4rem * var(--font-scale));
	line-height: 160%;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #212121;
}

.spektakl-info {
	/* width: 60%; */
}

.spektakl-info td {
	font-weight: 500;
	font-size: calc(1.4rem * var(--font-scale));
	line-height: 160%;
	letter-spacing: 0.2px;
	vertical-align: middle;
	color: #616161;

}

.info-table {
	border-collapse: collapse;
}

.info-table td {
	padding: 4px 8px;
	vertical-align: top;
}

.section-spektakl-description {
	margin: 24px 0;
}

.section-spektakl-description .row,
.section-spektakl-director .row,
.section-spektakl-schedule .row,
.section-spektakl-cast .row,
.section-spektakl-crew .row,
.section-spektakl-reviews .row {
	display: flex;
}

.reviews {
	width: 100%;
}

.reviews .review-item-right a {
	display: flex;
	align-items: center;
	border-radius: 10px;
	margin-right: 2px;
}

.reviews-list {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	transition: max-height var(--transition-time) ease;
	/* ta sama zmienna co w innych sekcjach */
}

.reviews-list.open {
	max-height: 1000px;
}

/* JS nadpisze dokładniej */

.review-item {
	/* drobne odstępy, możesz zmienić */
	padding: .35rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* ========= USTAWIENIA ========= */
:root {
	--lines: 3;
	/* ile wierszy pokazać w stanie zwiniętym */
	--line-height: 2rem;
	/* dostosuj do swojego fontu */
	--transition-time: .4s;
	/* czas animacji */
}

/* ========= AKAPIT ========= */
p.collapsible {
	overflow: hidden;
	line-height: var(--line-height);
	max-height: calc(var(--line-height) * var(--lines));
	transition: max-height var(--transition-time) ease;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: var(--lines);
}

p.collapsible.open {
	display: block;
	-webkit-line-clamp: unset;
}

p.collapsible.clamped {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	/* linia clamp ustawiana dynamicznie w JS */
}

ul.collapsible {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	transition: max-height var(--transition-time) ease;
}

ul.collapsible.open {
	max-height: 1000px;
}

.arrow-description {
	border: none;
	background: none;
	cursor: pointer;
	padding: 1rem;
	border-radius: 10px;
	display: flex;
	align-self: flex-start;
	margin-top: 10px;
	transition: transform var(--transition-time) ease;
}

.arrow-description svg {
	transition: transform var(--transition-time) ease;
}


/* JS zaraz podmieni */

.cast-member-name {
	font-weight: 600;
	font-size: calc(1.2rem * var(--font-scale));
	line-height: 160%;
	letter-spacing: 0.2px;
	text-align: center;
	vertical-align: middle;
	color: #212121;

}

.cast-member-role {
	font-weight: 500;
	font-size: calc(1.2rem * var(--font-scale));
	line-height: 160%;
	letter-spacing: 0.2px;
	text-align: center;
	vertical-align: middle;
	color: #616161;
}

.cast-member-info {
	display: flex;
	flex-direction: column;

}

.cast-member img {
	width: 100%;
	border-radius: 8px;
}

.arrow-description.rotated svg {
	transform: rotate(180deg);
}

.spektakl-section-title {
	font-weight: 700;
	font-size: calc(2rem * var(--font-scale));
	line-height: 160%;
	letter-spacing: 0%;
	color: #212121;
	margin-bottom: 6px;
}

.spektakl-description,
.spektakl-director,
.terminy {
	width: 100%;
}

.spektakl-description p,
.spektakl-director p {
	font-weight: 500;
	font-size: calc(1.6rem * var(--font-scale));
	line-height: 160%;
	letter-spacing: 0.2px;
	color: #424242;
}

.spektakl-director {
	margin-bottom: 24px;
}

.schedule-list,
.crew-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.schedule-list li,
.crew-list li {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 8px;
}

.schelude-place {
	font-weight: 600;
	font-size: calc(1.2rem * var(--font-scale));
	line-height: 100%;
	letter-spacing: 0.2px;
	vertical-align: middle;
	color: #212121;
}

.schelude-time {
	font-weight: 500;
	font-size: calc(1.2rem * var(--font-scale));
	line-height: 100%;
	letter-spacing: 0.2px;
	vertical-align: middle;
	color: #424242;
}

.terminy,
.crew,
.cast-list,
.photos-swiper {
	margin-bottom: 24px;
}


.cast-member {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.cast-member img {
	width: 100%;
	max-width: 200px;
	height: auto;
	border-radius: 1000px;
	aspect-ratio: 1 / 1;
	max-width: 72px;
	object-fit: cover;
	object-position: center;
}

.cast-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	row-gap: 1rem;
	/* dowolna przerwa – zostaje ukryta */
	overflow: hidden;
	transition: max-height var(--transition-time) ease;
	padding: 10px;
}

[data-lines] {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.cast-list.open {
	max-height: 1000px;
}

.crew-list {
	list-style: none;
	margin: 0;
	padding: 0;
	transition: max-height var(--transition-time) ease;
	overflow: hidden;
}

.crew-list.open {
	max-height: 1000px;
}

.crew-position {
	font-weight: 500;
	font-size: calc(1.2rem * var(--font-scale));
	line-height: 160%;
	letter-spacing: 0.2px;
	vertical-align: middle;
	color: #616161;
}

.obsada,
.crew {
	width: 100%;
}

.crew-name {
	font-weight: 600;
	font-size: calc(1.2rem * var(--font-scale));
	line-height: 160%;
	letter-spacing: 0.2px;
	vertical-align: middle;
	color: #212121;
}

.section-spektakl-photos .swiper-slide img {
	max-height: 125px;
	border-radius: 4px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.review-item {
	display: flex;
	justify-content: space-between;
}

.review-item-article {
	font-weight: 600;
	font-size: calc(1.2rem * var(--font-scale));
	line-height: 120%;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #212121;
}

.review-item-desc {
	font-weight: 500;
	font-size: calc(1.2rem * var(--font-scale));
	line-height: 160%;
	letter-spacing: 0.2px;
	vertical-align: middle;
	color: #616161;
}

.section-spektakl-reviews {
	margin-bottom: 48px;
}

.reviews-header {
	display: flex;
	justify-content: space-between;

}


.cast-list {
	grid-template-columns: repeat(2, 1fr);

}

.cast-member {

	min-height: 150px;
}


.cast-member-info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.cast-member-name {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.cast-member-role {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ticket-btn {
	display: block;
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
	padding: 16px 32px;
	background: #B20710;
	color: #fff;
	border-radius: 10px;
	transition: background .2s ease;

	font-weight: 700;
	font-size: calc(1.6rem * var(--font-scale));
	line-height: 160%;
	letter-spacing: 0.2px;
	text-align: center;
	vertical-align: middle;

}

.ticket-btn:hover,
.ticket-btn:focus {
	background: rgb(178, 7, 16, 0.80);
}

.buy-ticket-container {
	position: fixed;
	bottom: 0;
	left: 0;
	margin-bottom: 62px;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	width: 100%;
	height: 120px;
}

.ticket-btn--mobile {}



.ticket-cta-desktop {
	display: none;
}



@media (min-width: 360px) {
	.cast-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 430px) {
	.spektakl-info {
		display: flex;
		flex-direction: row;
		margin-top: 12px;
		gap: 12px;
	}

	.spektakl-info img {
		width: 40%;
		max-width: 260px;
	}

	.cast-list {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (min-width: 480px) {}

@media (min-width: 768px) {

	.spektakl-info img {
		width: 100%;
		max-width: 360px;
		min-height: 300px;
	}

	.spektakl-info h1 {
		font-size: calc(3.6rem * var(--font-scale));
	}

	.spektakl-info {
		gap: 36px;
	}

	.spektakl-info td {
		font-size: calc(1.8rem * var(--font-scale));
	}

	.spektakl-section-title {
		font-size: calc(3rem * var(--font-scale));
		margin-bottom: 18px;
	}

	.section-margin {
		margin-top: 48px;
	}

	.spektakl-description p,
	.spektakl-director p,
	.schelude-time,
	.schelude-place,
	.crew-name,
	.crew-position,
	.review-item-article,
	.review-item-desc,
	.cast-member-name,
	.cast-member-role {

		font-size: calc(1.8rem * var(--font-scale));
	}

	.schedule-list li,
	.crew-list li {
		margin-bottom: 16px;
	}

	.section-spektakl-photos .swiper-slide img {
		max-height: 480px;
		border-radius: 8px;
	}

	.cast-member img {
		max-width: 150px;
	}

	.cast-member {
		min-height: 250px;
		border-radius: 10px;
	}

	.buy-ticket-container {
		display: none;
	}

	.ticket-cta-desktop {
		display: block;
	}

	.section-ticket-buy .spektakl-section-title {
		text-align: center;
		margin-bottom: 36px;
	}

	.ticket-btn {
		margin-bottom: 72px;
	}
}

@media (min-width: 991px) {
	.cast-list {
		grid-template-columns: repeat(5, 1fr);
	}
}

@media (min-width: 1200px) {

	.schedule-list li,
	.crew-list li {
		max-width: 600px;
	}

	.cast-list {
		grid-template-columns: repeat(6, 1fr);
	}
}

@media (min-width: 1440px) {}

/* single spektakl */



/* single actor */
.actor-hero {
	display: flex;
	flex-direction: column;
	gap: 24px;
}


.section-actor-hero h1 {
	font-weight: 700;
	font-size: calc(2.4rem * var(--font-scale));
	line-height: 1.6;
	color: #212121;
	margin: 12px 0;
	text-transform: uppercase;
}

.section-actor-hero {
	margin-bottom: 24px;
}

.actor-img img {
	aspect-ratio: 382 / 275;
	border-radius: 8px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.actor-desc h2 {
	margin-bottom: 6px;
}

.actor-desc p {
	font-weight: 500;

	font-size: calc(1.6rem * var(--font-scale));
	line-height: 160%;
	letter-spacing: 0.2px;
	color: #424242;
	margin-bottom: 24px;
}

.actor-swiper .swiper-slide img {
	border-radius: 8px;
	object-fit: cover;
	object-position: center;
	max-height: 125px;
	width: 100%;
}

.role-header {
	font-weight: 600;
	font-size: calc(1.4rem * var(--font-scale));
	line-height: 160%;
	letter-spacing: 0.2px;
	vertical-align: middle;
	text-transform: uppercase;
	color: #9E9E9E;
	margin: 24px 0;
}

.role-box {
	display: flex;
	gap: 16px;
	margin-bottom: 20px;
}

.role-box img {
	max-height: 125px;
	width: 100%;
	object-fit: cover;
	object-position: center;
	aspect-ratio: 6/9;
	width: 15%;
}

.role-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.role-info-content {
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 6px;
}

.role-spektakl {
	font-weight: 600;

	font-size: calc(1.8rem * var(--font-scale));
	line-height: 160%;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #212121;
}

.role-role {
	font-weight: 500;

	font-size: calc(1.4rem * var(--font-scale));
	line-height: 160%;
	letter-spacing: 0.2px;
	color: #424242;
}

@keyframes arrow-nudge-left {
	0% {
		transform: translateX(0);
	}

	30% {
		transform: translateX(-10px);
	}

	100% {
		transform: translateX(0);
	}
}

.role-arrow-icon {
	transition: none;
}

.role-box:hover .role-arrow-icon {
	animation: arrow-nudge-left 0.5s ease;
}

.actor-role {
	margin-bottom: 48px;
}

.actor-swiper .swiper-slide img {
	display: flex;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;

}

.ticket-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
	padding: 16px 32px;
	background: #B20710;
	color: #fff;
	border-radius: 10px;
	transition: .3s ease;
	font-weight: 700;
	font-size: calc(1.6rem * var(--font-scale));
	line-height: 160%;
	letter-spacing: 0.2px;
	text-align: center;
	vertical-align: middle;

}

.actor-header-desktop {
	display: none;
}

.actor-header-mobile {
	display: block;
	padding: 6px 0;
}

.section-ticket-buy .ticket-btn {
	text-align: center;
	justify-content: center;
}

.ticket-cta-desktop {
	margin-bottom: 48px;
}

@media (min-width: 480px) {
	.actor-swiper .swiper-slide img {
		height: 100%;
		max-height: 225px;
	}
}

@media (min-width: 768px) {
	.actor-swiper .swiper-slide img {

		max-height: 350px;
	}

	.section-actor-hero h1 {

		font-size: calc(3.6rem * var(--font-scale));
		margin: 24px 0;
	}

	.section-actor-hero {
		margin-bottom: 36px;
	}

	.role-header {

		font-size: calc(1.8rem * var(--font-scale));
		margin: 36px 0;
	}
}

@media (min-width: 991px) {
	.actor-hero {
		flex-direction: row;
	}

	.actor-desc h2 {
		display: none;
	}

	.actor-img {
		width: 50%;
	}

	.actor-desc {
		width: 50%;
	}

	.actor-header-desktop {
		display: block;
		margin-top: 24px;
	}

	.actor-hero {
		margin-top: 48px;
	}

	.actor-header-mobile {
		display: none;
	}
}

@media (min-width: 1200px) {
	.actor-swiper .swiper-slide img {

		max-height: 400px;
		min-height: 400px;
	}

	.actor-img {
		width: 40%;
	}

	.actor-desc {
		width: 60%;
	}

	.section-actor-hero h1 {

		font-size: calc(4.8rem * var(--font-scale));
		margin: 24px 0;
	}

	.section-actor-hero {
		margin-bottom: 48px;
	}

	.section-spectacl {
		margin-top: 36px;
	}
}

@media (min-width: 1440px) {
	.actor-img {
		width: 30%;
	}

	.actor-desc {
		width: 70%;
	}
}


/* single actor */

.accordion-faq .accordion-item {
	margin-bottom: 20px;

}

.accordion-faq button {
	position: relative;
	display: block;
	text-align: left;
	width: 100%;
	padding: 11px 0 11px 0px;
	line-height: 35px;
	border: none;
	background: none;
	outline: none;
	transition: 0.3s ease-out;
	font-weight: 500;
	font-size: calc(1.8rem * var(--font-scale));
	line-height: 18px;
	letter-spacing: 0%;
	border-bottom: none;
	color: #6B7280;
	border-radius: 8px;
}

.faq-icon {
	display: flex;
	justify-content: center;
	align-items: center;
}

.accordion-item button {
	display: flex;
	justify-content: space-between;
}

.accordion-item button svg {
	margin-right: 15px;
}

.accordion-faq button:hover,
.accordion-faq button:focus {
	cursor: pointer;
}

.accordion-faq button svg g,
.accordion-faq button svg g,
.accordion-faq button svg path,
.accordion-faq button svg path {
	transition: 0.3s ease-out;
}

button[aria-expanded='true'] .faq-icon svg {
	transform: rotate(180deg);
	transition: transform 0.3s ease-out;
}

button[aria-expanded='false'] svg {
	transition: transform 0.3s ease-out;
}

.accordion-faq button:hover::after,
.accordion-faq button:focus::after {
	cursor: pointer;
	background: #171f30;
}

button[aria-expanded='true'] .accordion-title {
	font-weight: 700;
	font-size: calc(2rem * var(--font-scale));
	line-height: 160%;
	letter-spacing: 0%;
	color: #212121;
}

.accordion-title {
	font-weight: 700;
	font-size: calc(2rem * var(--font-scale));
	line-height: 160%;
	letter-spacing: 0%;
	color: #212121;

}

.accordion-faq button .icon {
	display: inline-block;
	position: absolute;
	top: 18px;
	right: 0;
	width: 22px;
	height: 22px;
	border: 1px solid;
	border-radius: 22px;
}

.accordion-faq button .icon::before {
	display: block;
	position: absolute;
	content: '';
	top: 9px;
	left: 5px;
	width: 10px;
	height: 2px;
	background: currentColor;
}

.accordion-faq button .icon::after {
	display: block;
	position: absolute;
	content: '';
	top: 5px;
	left: 9px;
	width: 2px;
	height: 10px;
	background: currentColor;
}

.accordion-faq button[aria-expanded='true'] {
	/* color: #03b5d2; */
}

.accordion-faq button[aria-expanded='true'] .icon::after {
	width: 0;
}

/* .accordion-faq button[aria-expanded='true']+.accordion-content {
  opacity: 1;
  max-height: 1200px;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.accordion-faq .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
} */
.accordion-faq .accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
}

.accordion-faq .accordion-content.open {
	max-height: 1000px;
	/* będzie nadpisane JS-em */
}

.accordion-faq .accordion-content .accordion-div {
	font-weight: 400;

	font-size: calc(1.6rem * var(--font-scale));
	line-height: 150%;
	letter-spacing: 0%;

	padding: 20px 0px 0 0px;

	color: #6B7280;
}


.accordion-faq .accordion-content .accordion-div ul {
	padding-left: 0px;
}

.accordion-faq .accordion-content .accordion-div ol {
	padding-left: 0px;
}

.accordion-faq .accordion-content .accordion-div li::marker {
	color: #CE8A1D;
}



/* Dla żółtego tła — tekst czarny */
.contrast-yellow-black,
.contrast-yellow-black * {
	color: var(--wcag-black) !important;
	fill: var(--wcag-black) !important;
	stroke: var(--wcag-black) !important;
}



/* Dla czarnego tła — tekst żółty */
.contrast-black-yellow,
.contrast-black-yellow * {
	color: var(--wcag-yellow) !important;
	fill: var(--wcag-yellow) !important;
	stroke: var(--wcag-yellow) !important;
}

.contrast-black-yellow .btn,
.contrast-black-yellow * .btn,
.contrast-black-yellow .btn svg * {
	color: var(--wcag-black) !important;
	fill: var(--wcag-black) !important;
	stroke: var(--wcag-black) !important;

}

.contrast-yellow-black .btn,
.contrast-yellow-black * .btn,
.contrast-yellow-black .btn svg * {
	color: var(--wcag-yellow) !important;
	fill: var(--wcag-yellow) !important;
	stroke: var(--wcag-yellow) !important;
}

ul.page-numbers {
	display: flex;
	gap: 10px;
	list-style: none;
	justify-content: center;
	align-items: center;
	padding: 0;
	margin: 40px 0;
}

.page-numbers li a,
.page-numbers li span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	color: #000;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.2s ease-in-out;
	border-radius: 10px;
}

.page-numbers li span.current {
	color: #B4163B;
	border: 1.75px solid transparent;
	background: none;
	font-weight: bold;
}


.custom-arrow {
	font-size: calc(2rem * var(--font-scale));
	line-height: 1;
	color: #c7a889;
}

.page-numbers li .custom-arrow {
	width: 40px;
	height: 40px;
	border: 1.75px solid #c7a889;
	border-radius: 10px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	overflow: auto;
}

.page-numbers li .custom-arrow svg * {
	transition: stroke .3s ease, fill .3s ease;
}

.page-numbers li .custom-arrow:hover {
	background-color: #f4ede6;
}

.contrast-yellow-black .page-numbers li .custom-arrow {
	border-color: var(--wcag-black);
}

.contrast-yellow-black .page-numbers li .custom-arrow:hover {
	background-color: var(--wcag-black);
}

.contrast-yellow-black .page-numbers li .custom-arrow:hover svg * {
	stroke: var(--wcag-yellow) !important;
	fill: var(--wcag-yellow) !important;
}

.contrast-black-yellow .page-numbers li .custom-arrow {
	border-color: var(--wcag-yellow);
}

.contrast-black-yellow .page-numbers li .custom-arrow:hover {
	background-color: var(--wcag-yellow);
}

.contrast-black-yellow .page-numbers li .custom-arrow:hover svg * {
	stroke: var(--wcag-black) !important;
	fill: var(--wcag-black) !important;
}


/* wp-blocks */

.wp-block-group {
	padding: 12px 24px;
}

.wp-block-group p {
	color: #424242;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.2px;
	font-size: calc(1.4rem * var(--font-scale));
}

.wp-block-group a {
	text-decoration: underline;
}

@media (min-width:1199px) {
	.wp-block-group p {
		font-size: calc(1.6rem * var(--font-scale));
	}
}

@media (min-width:1600px) {
	.wp-block-group>* {
		padding-left: 24px;
		padding-right: 24px;
	}
}

/* wp-blocks */
/* blog-posts */
.blog-posts {
	padding: 12px 0;
}

.blog-posts .blog-posts-block-wrapper+.blog-posts-block-wrapper {
	margin-top: 24px;
}

.blog-posts .blog-posts-title {
	margin-bottom: 24px;
}

.blog-posts .blog-posts-title * {
	font-weight: 700;
	font-size: calc(2rem * var(--font-scale));
}

.blog-posts .blog-posts-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 24px 16px;
}

.blog-posts .single-post {
	width: calc(50% - 8px);
	display: flex;
	flex-direction: column;
	gap: 10px;
	border-radius: 10px;
}

.blog-posts .post-thumbnail {
	border-radius: 10px;
	line-height: 0.8;
	overflow: hidden;
}

.blog-posts .post-thumbnail img {
	aspect-ratio: 183 / 240;
	width: 100%;
	object-fit: cover;
	transition: transform .3s ease;
}

.blog-posts .single-post:hover .post-thumbnail img {
	transform: scale(1.1);
}

.blog-posts .single-post h3 {
	font-size: calc(1.8rem * var(--font-scale));
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: 600;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

.blog-posts .single-post .btn-wrapper {
	margin-top: auto;
}

.custom-select-wrapper {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.custom-select-wrapper select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: transparent;
	border: 0;
	padding: 12px 24px 12px 0;
	font-size: calc(2rem * var(--font-scale));
	text-align: right;
}

.custom-select-wrapper svg {
	position: absolute;
	right: 0;
}

.custom-select-wrapper .select-arrow {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}

.blog-posts .post-categories {
	margin: 24px 0;
}

.blog-posts .post-categories ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.blog-posts .post-categories li {
	display: flex;
}

.blog-posts .post-categories li a {
	font-size: calc(1.4rem * var(--font-scale));
	color: #212121;
	font-weight: 600;
	display: flex;
	align-items: center;
	padding: 8px 20px;
	border-radius: 1000px;
	border: 1px solid #E0E0E0;
	transition: background .3s ease, border .3s ease, color .3s ease;
	letter-spacing: 0.2px;
}

.blog-posts .post-categories li.active a,
.blog-posts .post-categories li a:hover {
	background-color: #E2DFD9;
	border-color: #E2DFD9;
}

.blog-posts .post-sorting {
	margin: 0 0 24px;
}

@media (min-width:1199px) {
	.blog-posts .blog-posts-title * {
		font-size: calc(2.6rem * var(--font-scale));
	}

	.blog-posts .single-post {
		width: calc(25% - 12px);
	}

}

.contrast-yellow-black .blog-posts .post-categories li a {
	border-color: var(--wcag-black);
}

.contrast-yellow-black .blog-posts .post-categories li a:hover,
.contrast-yellow-black .blog-posts .post-categories li.active a {
	border-color: var(--wcag-black);
	background-color: var(--wcag-black);
	color: var(--wcag-yellow) !important;
}

.contrast-black-yellow .blog-posts .post-categories li a {
	border-color: var(--wcag-yellow);
}

.contrast-black-yellow .blog-posts .post-categories li a:hover,
.contrast-black-yellow .blog-posts .post-categories li.active a {
	border-color: var(--wcag-yellow);
	background-color: var(--wcag-yellow);
	color: var(--wcag-black) !important;
}

/* blog-posts */

/* pagination */

.pagination {
	width: 100%;
	display: flex;
	gap: 8px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 30px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

.pagination a,
.pagination span {
	padding: 8px 12px;
	text-decoration: none;
	border: 1px solid #ccc;
	color: #333;
	border-radius: 4px;
	transition: all 0.2s ease;
}

.pagination a:hover {
	background-color: #f0f0f0;
	color: #000;
}

.pagination .current {
	background-color: #c5a178;
	color: #fff;
	border-color: #c5a178;
}

/* pagination */

/* single blog post */

.single-blog-post {
	padding: 12px 0 0;
}

.single-blog-post h1 {
	font-size: calc(2.4rem * var(--font-scale));
	font-weight: 700;
	line-height: 1.6;
	color: #212121;
	margin-bottom: 12px;
}

.blog-content {
	padding: 0 0 12px;
}

.single-blog-post .single-blog-post-content .publication-date {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	font-size: calc(1.4rem * var(--font-scale));
	font-weight: 500;
	letter-spacing: 0.2px;
}

.single-blog-post .post-thumb {
	display: flex;
	line-height: 0.8;
	border-radius: 6px;
	margin: 24px 0;
}

.blog-video video,
.single-blog-post .post-thumb img {
	aspect-ratio: 382 / 240;
	border-radius: 6px;
	object-fit: cover;
	width: 100%;
	height: auto;
}

.blog-content .blog-content-wrapper p {
	font-weight: 500;
}

.blog-content .blog-content-wrapper p:not(:last-child) {
	margin-bottom: 12px;
}

body.single-post .blog-posts .single-post:nth-child(n+3) {
	display: none;
}

.single-blog-post-wrapper {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.single-blog-post-wrapper .blog-button {
	margin: 24px 0;
	display: flex;
	justify-content: center;
}

.single-blog-post-wrapper .blog-button .btn {
	width: 100%;
}

.single-blog-post-wrapper .blog-gallery {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.single-blog-post-wrapper .blog-gallery h3 {
	font-weight: 700;
	font-size: calc(2rem * var(--font-scale));
}

.single-blog-post-wrapper .gallery-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 4px;
}

.single-blog-post-wrapper .gallery-description {
	margin-top: 4px;
}

.single-blog-post-wrapper .gallery-description p {
	font-weight: 500;
	font-size: calc(1.6rem * var(--font-scale));
}

.single-blog-post-wrapper .gallery-wrap img {
	width: calc(50% - 6px);
	aspect-ratio: 207 / 130;
	border-radius: 6px;
}

/* body.single-post main .container {
	max-width: 1200px;
} */

@media (min-width:679px) {
	.single-blog-post-wrapper .blog-button .btn {
		max-width: 360px;
	}
}

@media (min-width:991px) {

	.blog-video video,
	.single-blog-post .post-thumb img {
		aspect-ratio: 16 / 9
	}
}

@media (min-width:1199px) {
	body.single-post .blog-posts .single-post:nth-child(n+3) {
		display: flex;
	}
}

/* single blog post */

/* search results */

.search-results {
	padding: 24px 0;
}

.search-results .search-results-wrapper {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.search-results .search-result-single {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.search-results .search-links-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.search-results .page-single {
	display: flex;
	width: 100%;
	justify-content: flex-start;
	align-items: center;
	padding: 12px;
	gap: 12px;
	border-radius: 10px;
	background-color: #E2DFD9;
	border: 1px solid #EEE;
}

.search-results .page-single h5 {
	font-size: calc(1.6rem * var(--font-scale));
	font-weight: 700;
	line-height: 1.6;
	color: #212121;
	/* display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden; */
}

.search-results .page-icon {
	max-width: 56px;
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	border-radius: 50%;
	border: 1px solid #eee;
	display: flex;
	align-items: center;
	justify-content: center;
}

.search-results .page-icon img {
	max-width: 22px;
	height: auto;
	width: 100%;
}

.search-results .icon-wrapper {
	padding: 4px 7px;
	display: flex;
	align-items: center;
	margin-left: auto;
}

.search-results .icon-wrapper svg.icon-blank {
	width: 24px;
	height: auto;
}

.search-results form {
	margin-top: 8px;
	margin-bottom: 40px;
}

.search-results .search-results-title {
	display: none;
}

.search-results .page-single.worker {
	pointer-events: none;
}

.search-results .page-single.worker .icon-wrapper {
	display: none;
}

@media (min-width:768px) {
	.search-results .search-results-title {
		display: flex;
	}
}

@media (min-width:991px) {
	.search-results .page-single {
		width: calc(50% - 12px);
	}
}

/* search results */


[tabindex]:focus,
a:focus {
	outline: 2px solid var(--wcag-black) !important;
	outline-offset: 0px;
}

.contrast-black-yellow [tabindex]:focus,
.contrast-black-yellow a:focus {
	outline: 2px solid var(--wcag-yellow) !important;
}

.swiper-pagination-bullet {
	width: 24px;
	height: 24px;
}

.swiper-wrapper {
	padding: 10px 0;
}

/* wcag */
@media (prefers-reduced-motion: reduce) {

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
		transition: all 0s ease;
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

fieldset {
	border: 0;
	padding: 0;
}

/* wcag */

.main-logo {
	display: flex;
	align-items: center;
	padding: 10px;
	border-radius: 10px;
}

.white-logo img {
	min-width: 120px;
	max-width: 120px;
}