/*
Theme Name: Härkä
Theme URI: 
Author: Anatolii HÄRKÄ
Author URI: 
Description: Custom block theme
Requires at least: 7.1
Tested up to: 7.1
Requires PHP: 5.7
Version: 0.3.19 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: harka
Tags: 
*/

html {
	scroll-padding-top: calc(var(--harka-header-h, 4.75rem) + 0.5rem);
}

body.home .wp-block-site-tagline,
header.harka-header .wp-block-site-tagline {
	display: none;
}

body {
	hyphens: auto;
	-webkit-hyphens: auto;
	hyphenate-limit-chars: 8 3 3;
	text-wrap: pretty;
	padding-top: var(--harka-header-h, 4.75rem);
}

h1,
h2,
h3,
h4,
.has-text-align-center {
	hyphens: none;
	-webkit-hyphens: none;
	text-wrap: balance;
}

a[href^="tel:"] {
	white-space: nowrap;
}

@keyframes harka-rise {
	from {
		opacity: 0;
		transform: translateY(0.75rem);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.harka-hero {
	animation: harka-rise 0.7s ease both;
}

.harka-js .harka-in {
	opacity: 0;
	transform: translateY(0.75rem);
}

.harka-js .harka-in.is-in {
	animation: harka-rise 0.7s ease forwards;
}

.harka-book-cover img {
	width: 100%;
	max-width: 11rem;
	height: auto;
}

.harka-topic-card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	min-height: 10rem;
	padding-top: 1.75rem;
	text-align: center;
	border: 1px solid var(--wp--preset--color--slate-soft);
	transition: transform 0.25s ease, border-color 0.25s ease;
}

.harka-topic-card.has-background {
	background-color: var(--wp--preset--color--paper) !important;
}

.harka-topic-card h3 {
	margin: 0;
	font-size: 1.35rem;
	line-height: 1.25;
}

.harka-topic-sub {
	display: block;
	margin-top: 0.4rem;
	font-family: var(--wp--preset--font-family--outfit);
	font-size: 0.9375rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.4;
	color: var(--wp--preset--color--slate);
}

.harka-topic-card a,
.harka-topic-card .wp-block-heading a {
	text-decoration: none;
	color: var(--wp--preset--color--ink);
}

.harka-topic-card h3 a::after {
	content: "";
	position: absolute;
	inset: 0;
}

.harka-topic-card:active {
	transform: translateY(-2px);
	border-color: var(--wp--preset--color--slate);
}

@media (hover: hover) and (pointer: fine) {
	.harka-topic-card:hover {
		transform: translateY(-4px);
		border-color: var(--wp--preset--color--slate);
	}

	.harka-topic-card a:hover {
		color: var(--wp--preset--color--ink);
	}

	.harka-topic-card a:hover .harka-topic-sub {
		color: var(--wp--preset--color--slate-deep);
	}
}

@media (min-width: 782px) and (max-width: 1100px) {
	.harka-topics .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: calc(50% - 0.625rem) !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.harka-hero,
	.harka-js .harka-in,
	.harka-js .harka-in.is-in,
	.harka-js .harka-trust-lead,
	.harka-js .harka-trust-aside,
	.harka-js .harka-trust.is-in .harka-trust-lead,
	.harka-js .harka-trust.is-in .harka-trust-aside {
		opacity: 1;
		transform: none;
		animation: none;
	}

	.harka-topic-card,
	.harka-topic-card:hover,
	.harka-topic-card:active,
	.harka-trust-card,
	.harka-trust-card:hover,
	.harka-trust-lead,
	.harka-trust-aside {
		transition: none;
		transform: none;
	}

	header.harka-header,
	header.harka-header.is-hidden,
	.admin-bar .harka-header.is-hidden,
	.harka-menu-toggle__bars,
	.harka-menu-toggle__bars::before,
	.harka-menu-toggle__bars::after {
		transition: none;
		transform: none;
		pointer-events: auto;
	}
}

.harka-footer {
	border-top: 1px solid color-mix(in srgb, var(--wp--preset--color--slate) 22%, transparent);
	text-align: center;
}

.harka-footer a {
	text-decoration: none;
}

.harka-footer a:hover {
	color: var(--wp--preset--color--slate-deep);
}

.harka-footer-nav {
	text-align: center;
	justify-content: center;
}

.harka-footer-social {
	margin: 0.15rem 0 0;
	padding-left: 0;
	justify-content: center;
}

.harka-footer-legal {
	margin-top: 1.75rem !important;
	padding-top: 1.35rem;
	border-top: 1px solid color-mix(in srgb, var(--wp--preset--color--slate) 16%, transparent);
}

.harka-footer .harka-credit {
	display: block;
	width: 100%;
	margin: 1.1rem auto 0 !important;
	text-align: center;
	font-size: 0.6875rem;
	line-height: 1.4;
	letter-spacing: 0.01em;
	color: color-mix(in srgb, var(--wp--preset--color--slate) 78%, transparent);
}

.harka-credit a {
	text-decoration: none;
	color: inherit;
}

.harka-credit a:hover {
	color: var(--wp--preset--color--ink);
}

.harka-footer-social .wp-block-social-link {
	margin: 0;
}

.harka-footer-social .wp-block-social-link-anchor {
	padding: 0.38rem;
	border-radius: 4px;
	color: #fff !important;
}

.harka-footer-social .wp-social-link-facebook .wp-block-social-link-anchor {
	background-color: #1877f2 !important;
}

.harka-footer-social .wp-social-link-youtube .wp-block-social-link-anchor {
	background-color: #ff0000 !important;
}

.harka-footer-social .wp-block-social-link-anchor svg {
	width: 1.05rem;
	height: 1.05rem;
}

.harka-partners {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1.5rem 2.25rem;
	margin-top: 1.6rem;
	padding-top: 1.25rem;
	border-top: 1px solid color-mix(in srgb, var(--wp--preset--color--slate) 16%, transparent);
}

.harka-partners a {
	line-height: 0;
}

.harka-partners img {
	display: block;
	height: 1.95rem;
	width: auto;
	max-width: 11rem;
}

.harka-partners .wp-block-image,
.harka-partners figure {
	margin: 0;
}

.harka-partners a:hover img {
	opacity: 0.65;
}

.harka-portrait img {
	width: 100%;
	height: auto;
	border-radius: 4px;
}

.harka-video {
	position: relative;
	aspect-ratio: 16 / 9;
	background-color: var(--wp--preset--color--paper-deep);
	border-radius: 4px;
	overflow: hidden;
}

.harka-video iframe,
.harka-map iframe,
.harka-fb iframe,
.harka-spotify iframe {
	display: block;
	width: 100%;
	max-width: 100%;
	border: 0;
}

.harka-video iframe {
	position: absolute;
	inset: 0;
	height: 100%;
}

.harka-map iframe {
	height: 14.5rem;
	border-radius: 4px;
}

.harka-spotify iframe {
	height: 9.5rem;
	border-radius: 4px;
}

.harka-fb {
	overflow: hidden;
}

.harka-fb iframe {
	min-height: 18rem;
}

.harka-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	overflow: visible;
	transition: transform 0.32s ease;
}

.admin-bar .harka-header {
	top: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar .harka-header {
		top: 46px;
	}
}

.harka-header.is-hidden {
	transform: translateY(-100%);
	pointer-events: none;
}

header.harka-header.is-menu-open {
	transform: none;
}

.admin-bar .harka-header.is-hidden {
	transform: translateY(calc(-100% - 32px));
}

@media screen and (max-width: 782px) {
	.admin-bar .harka-header.is-hidden {
		transform: translateY(calc(-100% - 46px));
	}
}

.harka-header-bar {
	background-color: var(--wp--preset--color--paper-deep);
	box-shadow: inset 0 2px 0 0 var(--wp--preset--color--dusk);
	border-bottom: 1px solid color-mix(in srgb, var(--wp--preset--color--slate) 16%, transparent);
	transition: padding 0.2s ease, border-color 0.2s ease;
}

.harka-header.is-scrolled .harka-header-bar {
	border-bottom-color: color-mix(in srgb, var(--wp--preset--color--slate) 28%, transparent);
	padding-top: 0.8rem !important;
	padding-bottom: 0.8rem !important;
}

.harka-nav a {
	text-decoration: none;
	color: var(--wp--preset--color--slate);
	border-bottom: 1px solid transparent;
	padding-bottom: 0.12rem;
}

.harka-nav a:hover,
.harka-nav a.is-current {
	color: var(--wp--preset--color--ink);
	border-bottom-color: var(--wp--preset--color--slate);
}

.harka-has-sub {
	position: relative;
	align-self: stretch;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.harka-has-sub > p > a::after {
	content: "";
	display: inline-block;
	width: 0.32em;
	height: 0.32em;
	margin-left: 0.32em;
	margin-bottom: 0.16em;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: rotate(45deg);
	vertical-align: middle;
}

.harka-sub {
	display: none !important;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	width: max-content;
	min-width: 22rem;
	max-width: 28rem;
	margin: 0 !important;
	padding: 0.85rem 1.15rem 0.7rem;
	background-color: var(--wp--preset--color--paper);
	border: 1px solid color-mix(in srgb, var(--wp--preset--color--dusk) 32%, transparent);
	border-left: 2px solid var(--wp--preset--color--dusk);
	border-radius: 0;
	box-shadow: 0 12px 28px color-mix(in srgb, var(--wp--preset--color--ink) 7%, transparent);
}

.harka-has-sub:hover .harka-sub,
.harka-has-sub:focus-within .harka-sub,
.harka-has-sub.is-open .harka-sub {
	display: grid !important;
	grid-template-columns: 1fr 1fr;
	column-gap: 1.6rem;
}

.harka-has-sub--simple .harka-sub {
	min-width: 15.5rem;
	max-width: 22rem;
}

.harka-has-sub--simple:hover .harka-sub,
.harka-has-sub--simple:focus-within .harka-sub,
.harka-has-sub--simple.is-open .harka-sub {
	display: flex !important;
	flex-direction: column;
	grid-template-columns: none;
}

.harka-has-sub--simple .harka-sub p:last-child {
	border-bottom: 0;
}

.harka-sub p {
	margin: 0 !important;
	border-bottom: 1px dotted color-mix(in srgb, var(--wp--preset--color--dusk) 42%, transparent);
}

.harka-sub p:nth-child(4),
.harka-sub p:nth-child(8) {
	border-bottom: 0;
}

.harka-sub a {
	display: block;
	padding: 0.42rem 0;
	border-bottom: 0;
	white-space: normal;
}

.wp-block-quote {
	background-color: var(--wp--preset--color--paper);
}

.has-paper-deep-background-color .wp-block-quote {
	background-color: var(--wp--preset--color--paper);
}

.wp-block-quote cite {
	color: var(--wp--preset--color--slate);
	font-family: var(--wp--preset--font-family--outfit);
	font-style: normal;
	font-size: var(--wp--preset--font-size--small);
}

.is-style-outline .wp-element-button {
	border-color: var(--wp--preset--color--slate);
}

body:not(.home) .wp-block-post-title {
	font-size: var(--wp--preset--font-size--x-large);
	max-width: 18ch;
	margin-bottom: 1.5rem;
	text-align: left;
}

body:not(.home) .wp-block-post-title::after {
	content: "";
	display: block;
	width: 1.75rem;
	height: 1px;
	margin-top: 0.9rem;
	background-color: var(--wp--preset--color--slate);
}

.harka-facts h3::after {
	content: "";
	display: block;
	width: 1.75rem;
	height: 1px;
	margin-top: 0.7rem;
	background-color: var(--wp--preset--color--slate);
}

.harka-price-card.has-background {
	background-color: var(--wp--preset--color--paper) !important;
	border: 1px solid var(--wp--preset--color--slate-soft);
}

.harka-price-card h3 {
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-size: 1.25rem;
}

.harka-crumbs {
	margin: 0 0 1.1rem;
	font-size: var(--wp--preset--font-size--small);
	color: var(--wp--preset--color--slate);
}

.harka-crumbs a {
	text-decoration: none;
	color: var(--wp--preset--color--slate);
}

.harka-crumbs a:hover {
	color: var(--wp--preset--color--ink);
}

.harka-post-meta {
	color: var(--wp--preset--color--slate);
}

.harka-post-meta a {
	text-decoration: none;
	color: var(--wp--preset--color--slate);
}

.harka-post-meta a:hover {
	color: var(--wp--preset--color--ink);
}

.harka-quotes .wp-block-quote {
	margin: 0 0 1.15rem;
}

.harka-ukk .wp-block-details {
	border-bottom: 1px solid color-mix(in srgb, var(--wp--preset--color--slate) 18%, transparent);
	padding: 0.9rem 0;
}

.harka-ukk .wp-block-details:first-of-type {
	border-top: 1px solid color-mix(in srgb, var(--wp--preset--color--slate) 18%, transparent);
}

.harka-ukk summary {
	cursor: pointer;
	font-family: var(--wp--preset--font-family--outfit);
	font-weight: 500;
	list-style: none;
}

.harka-ukk summary::-webkit-details-marker {
	display: none;
}

.harka-ukk .wp-block-details p {
	margin: 0.7rem 0 0.15rem;
	font-size: var(--wp--preset--font-size--small);
}

div.wpforms-container-full {
	margin: 1.75rem 0 0 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
	font-family: var(--wp--preset--font-family--outfit) !important;
	font-weight: 500 !important;
	color: var(--wp--preset--color--ink) !important;
}

div.wpforms-container-full .wpforms-field-sublabel {
	display: none !important;
}

div.wpforms-container-full .wpforms-form input[type="text"],
div.wpforms-container-full .wpforms-form input[type="email"],
div.wpforms-container-full .wpforms-form input[type="tel"],
div.wpforms-container-full .wpforms-form input[type="number"],
div.wpforms-container-full .wpforms-form textarea {
	border: 1px solid color-mix(in srgb, var(--wp--preset--color--slate) 28%, transparent) !important;
	border-radius: 4px !important;
	background-color: var(--wp--preset--color--paper) !important;
	color: var(--wp--preset--color--ink) !important;
	font-family: var(--wp--preset--font-family--outfit) !important;
	box-shadow: none !important;
}

div.wpforms-container-full .wpforms-form input:focus,
div.wpforms-container-full .wpforms-form textarea:focus {
	border-color: var(--wp--preset--color--slate) !important;
	outline: 2px solid color-mix(in srgb, var(--wp--preset--color--slate) 28%, transparent);
	outline-offset: 1px;
}

div.wpforms-container-full .wpforms-form button[type="submit"],
div.wpforms-container-full .wpforms-form .wpforms-submit {
	background-color: var(--wp--preset--color--terracotta) !important;
	background-image: none !important;
	border: 0 !important;
	border-radius: 4px !important;
	color: #fff !important;
	font-family: var(--wp--preset--font-family--outfit) !important;
	font-weight: 500 !important;
	box-shadow: none !important;
}

div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
div.wpforms-container-full .wpforms-form .wpforms-submit:hover {
	background-color: var(--wp--preset--color--terracotta-deep) !important;
}

header.harka-header .harka-header-bar > .wp-block-group {
	align-items: center;
	width: 100%;
}

header.harka-header .wp-block-site-title {
	font-size: 1.08rem;
	line-height: 1.25;
	margin: 0;
	max-width: 22rem;
}

body.harka-nav-open {
	overflow: hidden;
}

header.harka-header .wp-block-html {
	display: flex;
	flex-shrink: 0;
	width: auto;
	margin: 0;
}

header.harka-header,
header.harka-header .harka-header-bar,
header.harka-header .harka-header-bar > .wp-block-group {
	overflow: visible !important;
}

.harka-menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 3;
	width: 2.75rem;
	height: 2.75rem;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--wp--preset--color--ink);
	cursor: pointer;
	touch-action: manipulation;
	-webkit-tap-highlight-color: transparent;
}

.harka-menu-toggle__bars,
.harka-menu-toggle__bars::before,
.harka-menu-toggle__bars::after {
	display: block;
	width: 1.15rem;
	height: 1px;
	background-color: currentColor;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.harka-menu-toggle__bars {
	position: relative;
	background-color: transparent;
	height: 0;
}

.harka-menu-toggle__bars::before,
.harka-menu-toggle__bars::after {
	content: "";
	position: absolute;
	left: 0;
}

.harka-menu-toggle__bars::before {
	top: -5px;
}

.harka-menu-toggle__bars::after {
	top: 5px;
}

.harka-header.is-menu-open .harka-menu-toggle__bars::before {
	top: 0;
	transform: rotate(45deg);
}

.harka-header.is-menu-open .harka-menu-toggle__bars::after {
	top: 0;
	transform: rotate(-45deg);
}

.harka-trust-card {
	height: 100%;
	padding: 1.35rem 1.35rem 1.5rem;
	background-color: var(--wp--preset--color--paper);
	border: 1px solid color-mix(in srgb, var(--wp--preset--color--slate) 18%, transparent);
	border-radius: 0;
	transition: transform 0.25s ease;
}

.harka-trust-layout {
	display: grid;
	grid-template-columns: 1.35fr 0.9fr;
	gap: 1.5rem 2.35rem;
	align-items: center;
}

.harka-trust-lead {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	quotes: none;
}

.harka-trust-lead p {
	margin: 0;
	font-family: var(--wp--preset--font-family--fraunces);
	font-style: italic;
	font-size: clamp(1.28rem, 2.15vw, 1.7rem);
	line-height: 1.36;
	font-weight: 400;
}

.harka-trust-side {
	display: flex;
	flex-direction: column;
	gap: 1.15rem;
}

.harka-trust-aside {
	margin: 0;
	padding: 0.95rem 0 0;
	border: 0;
	border-top: 1px solid color-mix(in srgb, var(--wp--preset--color--slate) 22%, transparent);
	background: transparent;
	quotes: none;
}

.harka-trust-aside p {
	margin: 0;
	font-family: var(--wp--preset--font-family--fraunces);
	font-style: italic;
	font-size: 1.02rem;
	line-height: 1.42;
	color: var(--wp--preset--color--slate);
	transition: color 0.25s ease;
}

.harka-js .harka-trust.harka-in {
	opacity: 1;
	transform: none;
	animation: none;
}

.harka-js .harka-trust-lead,
.harka-js .harka-trust-aside {
	opacity: 0;
	transform: translateY(0.7rem);
}

.harka-js .harka-trust.is-in .harka-trust-lead {
	animation: harka-rise 0.75s ease forwards;
}

.harka-js .harka-trust.is-in .harka-trust-aside:nth-child(1) {
	animation: harka-rise 0.75s ease 0.14s forwards;
}

.harka-js .harka-trust.is-in .harka-trust-aside:nth-child(2) {
	animation: harka-rise 0.75s ease 0.28s forwards;
}

@media (hover: hover) and (pointer: fine) {
	.harka-trust-card:hover {
		transform: translateY(-3px);
	}

	.harka-trust-aside:hover p {
		color: var(--wp--preset--color--ink);
	}
}

.harka-stars {
	margin: 0 0 0.7rem;
	color: var(--wp--preset--color--dusk);
	letter-spacing: 0.18em;
	font-size: 0.75rem;
	line-height: 1;
}

.harka-trust-card p {
	margin: 0;
	font-family: var(--wp--preset--font-family--fraunces);
	font-style: italic;
	font-size: 1.05rem;
	line-height: 1.4;
}

.harka-trust-more {
	margin-top: 1.25rem !important;
}

.harka-trust > .wp-block-columns {
	gap: 1rem;
}

@media (max-width: 781px) {
	.harka-header-bar {
		padding-top: 0.7rem !important;
		padding-bottom: 0.7rem !important;
		padding-left: 1rem !important;
		padding-right: 1rem !important;
		position: relative;
	}

	header.harka-header .wp-block-site-title {
		font-size: 1.02rem;
		white-space: normal;
		max-width: calc(100% - 3rem);
	}

	.harka-header-bar > .wp-block-group {
		flex-wrap: nowrap !important;
		justify-content: space-between;
		align-items: center;
	}

	.harka-menu-toggle {
		display: flex !important;
		flex-shrink: 0;
	}

	header.harka-header .harka-nav,
	header.harka-header .wp-block-group.harka-nav,
	header.harka-header .is-layout-flex.harka-nav {
		display: none !important;
		position: fixed !important;
		top: var(--harka-header-h, 4.75rem);
		left: 0;
		right: 0;
		bottom: 0;
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		flex-direction: column !important;
		flex-wrap: nowrap !important;
		align-items: stretch !important;
		justify-content: flex-start !important;
		gap: 0 !important;
		padding: 0.5rem 1.25rem 2rem;
		background-color: var(--wp--preset--color--paper-deep);
		border-bottom: 0;
		box-shadow: none;
		z-index: 99;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	.admin-bar header.harka-header .harka-nav {
		top: calc(var(--harka-header-h, 4.75rem) + 46px);
	}

	header.harka-header.is-menu-open .harka-nav,
	header.harka-header.is-menu-open .wp-block-group.harka-nav,
	header.harka-header.is-menu-open .is-layout-flex.harka-nav {
		display: flex !important;
	}

	.harka-nav p {
		margin: 0 !important;
		border-top: 1px solid color-mix(in srgb, var(--wp--preset--color--dusk) 18%, transparent);
	}

	.harka-nav a {
		display: block;
		padding: 0.7rem 0;
	}

	.harka-has-sub {
		width: 100%;
		display: block;
	}

	.harka-has-sub > p > a::after {
		display: none;
	}

	.harka-sub,
	.harka-has-sub:hover .harka-sub,
	.harka-has-sub:focus-within .harka-sub,
	.harka-has-sub.is-open .harka-sub {
		display: flex !important;
		flex-direction: column;
		position: static;
		width: auto;
		min-width: 0;
		max-width: none;
		margin: 0;
		padding: 0 0 0.35rem 0.95rem;
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		grid-template-columns: none;
	}

	.harka-sub p {
		border-bottom: 0;
		border-top-color: color-mix(in srgb, var(--wp--preset--color--dusk) 12%, transparent);
	}

	.harka-sub a {
		padding: 0.5rem 0;
		white-space: normal;
	}

	.harka-hero {
		padding-top: 2rem !important;
		padding-bottom: 2.25rem !important;
	}

	.harka-hero h1 {
		font-size: 1.55rem !important;
		line-height: 1.22 !important;
		text-wrap: pretty;
		hyphens: none;
		-webkit-hyphens: none;
	}

	.harka-hero .wp-block-buttons {
		flex-direction: column;
		align-items: stretch !important;
		width: 100%;
	}

	.harka-hero .wp-block-button,
	.harka-hero .wp-element-button {
		width: 100%;
		text-align: center;
		justify-content: center;
	}

	.harka-trust-layout {
		grid-template-columns: 1fr;
		gap: 1.35rem;
		align-items: start;
	}

	.harka-trust-lead p {
		font-size: 1.28rem;
	}
}

.harka-consent[hidden] {
	display: none !important;
}

.harka-consent {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	left: 1rem;
	z-index: 120;
	max-width: 36rem;
	margin: 0 auto;
	padding: 1rem 1.15rem 1.05rem;
	background-color: var(--wp--preset--color--paper);
	border: 1px solid color-mix(in srgb, var(--wp--preset--color--slate) 22%, transparent);
	border-left: 2px solid var(--wp--preset--color--dusk);
	box-shadow: 0 10px 28px color-mix(in srgb, var(--wp--preset--color--ink) 8%, transparent);
}

.harka-consent p {
	margin: 0 0 0.85rem;
	font-size: var(--wp--preset--font-size--small);
	line-height: 1.45;
	color: var(--wp--preset--color--ink);
}

.harka-consent-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
}

.harka-consent-accept,
.harka-consent-necessary,
.harka-embed-enable {
	font-family: var(--wp--preset--font-family--outfit);
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.2;
	cursor: pointer;
	border-radius: 4px;
}

.harka-consent-accept,
.harka-embed-enable {
	border: 0;
	padding: 0.55rem 0.95rem;
	background-color: var(--wp--preset--color--terracotta);
	color: var(--wp--preset--color--white);
}

.harka-consent-accept:hover,
.harka-embed-enable:hover {
	background-color: var(--wp--preset--color--terracotta-deep);
}

.harka-consent-necessary {
	border: 1px solid var(--wp--preset--color--slate);
	padding: 0.5rem 0.9rem;
	background: transparent;
	color: var(--wp--preset--color--slate);
}

.harka-embed-note {
	margin: 0.65rem 0 0;
}

@media (prefers-reduced-motion: reduce) {
	.harka-consent {
		transition: none;
	}
}
