html {
	scroll-behavior: smooth;
}

a {
	text-decoration: none;
}

.wp-element-button:hover {
	text-decoration: underline;
	background-color: #ffffff00;
}

.wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {
	fill: currentColor;
	display: block;
	height: 42px;
	pointer-events: none;
	width: 42px;
	padding: 0;
	margin: 0;
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
	font-size: 24px;
	color: inherit;
}

.wp-block-navigation__responsive-container {
	padding-top: 16px;
}

.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
	font-size: 24px;
}

.wp-block-button.is-style-outline--5 .wp-block- {
	font-size: 18px;
}

.wp-block-latest-posts__featured-image img {
	box-shadow: var(--wp--preset--shadow--natural);
}

.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
	color: #6e3b7b;
}

.jp-carousel-overlay {
	font-family: Poppins, sans-serif !important;
	z-index: 2147483647;
	overflow-x: hidden;
	overflow-y: auto;
	direction: ltr;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #6e3b7b;
}

.jp-carousel-info-footer {
	position: relative;
	background: #6e3b7b;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100vw;
}

.jp-carousel-overlay .swiper-button-prev svg, .jp-carousel-overlay .swiper-button-next svg {
	height: 55px;
	width: 64px;
	background: #6e3b7b;
	border-radius: 0;
}

.jp-carousel-overlay .swiper-button-prev svg:hover, .jp-carousel-overlay .swiper-button-next svg:hover {
	background: #6e3b7b;
}

.jp-carousel-close-hint svg {
	padding: 3px 2px;
	background: #6e3b7b;
	border-radius: 0;
	height: 50px;
	width: 50px;
}

.jp-carousel-close-hint svg:hover {
	background: #6e3b7b;
}

.jp-carousel-icon-btn {
	display: none;
}

.wp-block-latest-posts__featured-image img {
	box-shadow: var(--wp--preset--shadow--natural);
	margin-bottom: 10px;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
	font-weight: 500;
	font-size: clamp(17.905px, 1.119rem + ((1vw - 3.2px) * 0.99), 28px);
	line-height: 1.2;
	font-family: Poppins;
	overflow-wrap: break-word;
	margin-bottom: 28px;
}

.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
	color: #6e3b7b;
	font-weight: 400;
	font-size: clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.392), 18px);
	margin-top: 4px;
	margin-bottom: 48px;
	text-align: right;
}

a.wp-block-latest-posts__post-title:hover {
	text-decoration: none;
	color: #6e3b7b;
}

.wp-block-latest-posts__featured-image img:hover {
	opacity: .75;
}

.jp-carousel-overlay .swiper-zoom-container {
	background-size: 200%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #6e3b7b;
	padding-top: 48px;
}

.mPS2id-highlight {
	text-decoration:underline !important;
}
