/*
Theme Name: Knjigarna Pravna Storefront
Theme URI: https://knjigarna-pravna.si/
Description: Update-safe Storefront child theme preserving the original Knjigarna Pravna appearance.
Author: Inforia
Template: storefront
Version: 1.3.0
Text Domain: knjigarna-storefront
*/

/* Self-hosted Open Sans, matching the legacy theme without a frontend Google request. */
@font-face {
	font-display: swap;
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 300 700;
	src: url('assets/fonts/open-sans-latin-ext-variable.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-display: swap;
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 300 700;
	src: url('assets/fonts/open-sans-latin-variable.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
	--kp-charcoal: #333333;
	--kp-charcoal-dark: #252525;
	--kp-copy: #555555;
	--kp-heading: #666666;
	--kp-legacy-accent: #996633;
	--kp-light: #f2f2f2;
	--kp-white: #ffffff;
	--kp-border: #dedede;
}

html { scroll-behavior: smooth; }
body,
button,
input,
select,
textarea {
	color: var(--kp-copy);
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.8;
}
body { background: var(--kp-white); }
a { color: var(--kp-legacy-accent); }
a:hover,
a:focus { color: #704923; }

.col-full,
.kp-legacy-container {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: 1140px;
	padding-left: 15px;
	padding-right: 15px;
}

/* Compact charcoal header matching the original Onetone layout. */
.site-header {
	background: var(--kp-charcoal);
	border: 0;
	box-shadow: none;
	color: var(--kp-white);
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 100;
}
body.home .site-header,
body.home.blog .site-header,
body.home.page:not(.page-template-template-homepage) .site-header { margin-bottom: 0; }
.site-header .site-title,
.site-header .site-title a,
.site-header .site-description { color: var(--kp-white); }
.site-header .site-title {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 3px;
}
.site-header .site-branding .site-title a { font-weight: 400; text-decoration: none; }
.site-header .site-description {
	font-size: 12px;
	line-height: 1.3;
	margin: 0;
	opacity: 1;
}
.site-header .site-search { display: none; }
.storefront-primary-navigation { background: transparent; }

.kp-header-actions {
	align-items: center;
	display: flex;
	font-size: 11px;
	gap: 2px;
	justify-content: flex-end;
}
.kp-header-actions a {
	color: var(--kp-white);
	font-weight: 400;
	text-decoration: none;
	white-space: nowrap;
}
.kp-header-actions a:hover,
.kp-header-actions a:focus,
.main-navigation ul.menu > li > a:hover,
.main-navigation ul.nav-menu > li > a:hover {
	background: var(--kp-white);
	color: var(--kp-legacy-accent);
}
.main-navigation ul.menu li.current-menu-item > a,
.main-navigation ul.nav-menu li.current-menu-item > a {
	background: transparent;
	color: var(--kp-white) !important;
}
.kp-cart-link { background: transparent; }
.kp-cart-count {
	align-items: center;
	background: rgba(255, 255, 255, .16);
	border-radius: 50%;
	display: inline-flex;
	font-size: 10px;
	height: 18px;
	justify-content: center;
	margin-left: 3px;
	min-width: 18px;
}
.kp-header-actions a:hover .kp-cart-count,
.kp-header-actions a:focus .kp-cart-count { background: #eee; }

.main-navigation ul.menu > li > a,
.main-navigation ul.nav-menu > li > a {
	color: var(--kp-white);
	font-size: 12px;
	font-weight: 400;
	text-decoration: none;
}
.main-navigation ul.menu ul.sub-menu,
.main-navigation ul.nav-menu ul.children { background: var(--kp-charcoal-dark); }
.menu-toggle {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, .45);
	border-radius: 0;
	color: var(--kp-white);
}

@media (min-width: 768px) {
	.site-header { height: 70px; }
	.site-header > .col-full {
		height: 70px;
		position: relative;
	}
	.site-header .site-branding {
		float: none;
		left: 15px;
		margin: 0;
		padding-top: 10px;
		position: absolute;
		top: 0;
		width: 305px;
	}
	.kp-header-actions {
		height: 70px;
		position: absolute;
		right: 15px;
		top: 0;
		width: auto;
	}
	.kp-header-actions a { padding: 0 7px; }
	.storefront-primary-navigation {
		height: 70px;
		left: 0;
		pointer-events: none;
		position: absolute;
		right: 0;
		top: 0;
	}
	.storefront-primary-navigation > .col-full {
		height: 70px;
		position: relative;
	}
	.main-navigation {
		float: none;
		pointer-events: auto;
		position: absolute;
		right: 222px;
		top: 0;
		width: auto;
	}
	.woocommerce-active .site-header .main-navigation {
		clear: none;
		float: none;
		margin: 0;
		right: 222px;
		width: auto;
	}
	.main-navigation ul.menu,
	.main-navigation ul.nav-menu { margin: 0; }
	.main-navigation ul.menu > li > a,
	.main-navigation ul.nav-menu > li > a {
		line-height: 70px;
		padding: 0 9px;
	}
}

@media (min-width: 768px) and (max-width: 1050px) {
	.site-header .site-branding { width: 205px; }
	.site-header .site-title { font-size: 20px; }
	.site-header .site-description { font-size: 10px; }
	.main-navigation { right: 202px; }
	.woocommerce-active .site-header .main-navigation { right: 202px; }
	.main-navigation ul.menu > li > a,
	.main-navigation ul.nav-menu > li > a {
		font-size: 10px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.kp-header-actions { font-size: 10px; }
	.kp-header-actions a { padding-left: 4px; padding-right: 4px; }
}

/* Full-width homepage canvas, as in the legacy one-page theme. */
body.home .site-content > .col-full {
	max-width: none;
	padding: 0;
}
body.home .site-content,
.kp-home { margin: 0; }

.kp-legacy-hero {
	aspect-ratio: 5 / 3;
	background: var(--kp-charcoal);
	overflow: hidden;
	position: relative;
	width: 100%;
}
.kp-legacy-hero__slides,
.kp-legacy-hero__slide {
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}
.kp-legacy-hero__slide {
	animation: kp-legacy-slides 21s infinite;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
}
.kp-legacy-hero__slide--one {
	animation-delay: 0s;
	background-image: url('../../uploads/2016/10/naslovna_obrezana.jpg');
}
.kp-legacy-hero__slide--two {
	animation-delay: 7s;
	background-image: url('../../uploads/2016/10/manOnBooks.jpg');
}
.kp-legacy-hero__slide--three {
	animation-delay: 14s;
	background-image: url('../../uploads/2016/10/pen.jpg');
}
@keyframes kp-legacy-slides {
	0% { opacity: 0; }
	4%, 30% { opacity: 1; }
	34%, 100% { opacity: 0; }
}
.kp-legacy-hero__panel {
	background: rgba(45, 45, 45, .92);
	color: var(--kp-white);
	left: 0;
	padding: 70px 55px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 40%;
	z-index: 2;
}
.kp-legacy-hero__panel h1 {
	color: var(--kp-white);
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 14px;
}
.kp-legacy-hero__panel p {
	font-size: 14px;
	line-height: 1.9;
	margin: 0;
}

.kp-legacy-section {
	background: var(--kp-light);
	padding: 30px 0 50px;
}
.kp-legacy-section h2 {
	color: var(--kp-heading);
	font-size: 36px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	text-align: center;
}
.kp-legacy-section__heading { margin-bottom: 28px; position: relative; }
.kp-legacy-section__heading > a {
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 14px;
}
.kp-books {
	display: grid;
	gap: 28px 22px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	min-width: 0;
	width: 100%;
}
.kp-book {
	background: transparent;
	display: flex;
	flex-direction: column;
	min-width: 0;
	text-align: center;
	width: 100% !important;
}
.kp-book__image {
	align-items: center;
	background: var(--kp-white);
	display: flex;
	height: 260px;
	justify-content: center;
	overflow: hidden;
	padding: 12px;
	min-width: 0;
	width: 100%;
}
.kp-book__image img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}
.kp-book__placeholder {
	color: #888;
	font-size: 13px;
}
.kp-book__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 12px 4px 0;
}
.kp-book h3 {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.45;
	margin: 0 0 7px;
	overflow-wrap: anywhere;
}
.kp-book h3 a { color: var(--kp-copy); text-decoration: none; }
.kp-book h3 a:hover,
.kp-book h3 a:focus { color: var(--kp-legacy-accent); }
.kp-book .price {
	color: var(--kp-legacy-accent);
	font-size: 14px;
	margin: 0 0 8px;
}
.kp-book__more {
	border-bottom: 1px solid currentColor;
	font-size: 12px;
	margin: auto auto 0;
	text-decoration: none;
}

/* Distinct legacy Knjigarna catalogue; Trgovina remains the WooCommerce shop. */
.kp-catalog {
	padding: 38px 0 62px;
}
.kp-catalog__header {
	margin-bottom: 34px;
	text-align: center;
}
.kp-catalog__header h1 {
	color: var(--kp-heading);
	font-size: 40px;
	font-weight: 400;
	margin: 0 0 8px;
}
.kp-catalog__header p { margin: 0; }
.kp-catalog__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
	justify-content: center;
	margin: 0 0 44px;
}
.kp-catalog__tab {
	appearance: none;
	background: transparent;
	border: 0;
	border-bottom: 1px solid currentColor;
	border-radius: 0;
	color: var(--kp-legacy-accent);
	cursor: pointer;
	font: inherit;
	padding: 2px 0;
	text-decoration: none;
}
.kp-catalog__tab:hover,
.kp-catalog__tab:focus,
.kp-catalog__tab.is-active {
	color: var(--kp-heading);
}
.kp-catalog__tab.is-active { border-bottom-width: 2px; }
.kp-catalog__group {
	border-top: 1px solid var(--kp-border);
	padding-top: 34px;
}
.kp-catalog__group[hidden] { display: none; }
.kp-catalog__group h2 {
	color: var(--kp-heading);
	font-size: 30px;
	font-weight: 400;
	margin: 0 0 25px;
}
.kp-catalog .kp-books { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.kp-catalog__empty { color: #777; }

/* Legacy Knjigarna detail: information first, purchasing delegated to Trgovina. */
.kp-legacy-book-detail { padding: 38px 0 70px; }
.kp-legacy-book-detail__breadcrumb {
	color: #777;
	font-size: 13px;
	margin-bottom: 32px;
}
.kp-legacy-book-detail__layout {
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(220px, 34%) minmax(0, 1fr);
}
.kp-legacy-book-detail__cover img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-height: 620px;
	object-fit: contain;
	width: auto;
}
.kp-legacy-book-detail__content h1 {
	color: var(--kp-heading);
	font-size: 36px;
	font-weight: 400;
	line-height: 1.25;
	margin: 0 0 14px;
	overflow-wrap: anywhere;
}
.kp-legacy-book-detail__content { min-width: 0; }
.kp-legacy-book-detail__content .price {
	color: var(--kp-legacy-accent);
	font-size: 20px;
	margin: 0 0 24px;
}
.kp-legacy-book-detail__description { line-height: 1.75; }
.kp-legacy-book-detail__shop-button { margin-top: 24px; }

.kp-publisher-section { padding-top: 36px; }
.kp-publishers {
	align-items: center;
	display: grid;
	gap: 32px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin-top: 35px;
}
.kp-publishers img {
	filter: grayscale(1);
	height: 88px;
	object-fit: contain;
	opacity: .75;
	transition: opacity .2s ease, filter .2s ease;
	width: 100%;
}
.kp-publishers img:hover { filter: none; opacity: 1; }

/* Newsletter signup above the original company/contact footer. */
.kp-newsletter {
	background: var(--kp-heading);
	color: var(--kp-white);
	margin-top: 0;
	padding: 34px 40px 30px;
}
.kp-newsletter__inner { margin: 0 auto; max-width: 760px; }
.kp-newsletter h2 {
	color: var(--kp-white);
	font-size: 28px;
	font-weight: 400;
	letter-spacing: .02em;
	margin: 0 0 22px;
	text-align: center;
}
.kp-newsletter .wpcf7 { margin: 0; }
.kp-newsletter .kp-newsletter-fields > p { margin: 0; }
.kp-newsletter input[type="email"] {
	background: var(--kp-white);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	color: var(--kp-copy);
	font-size: 14px;
	margin: 0 0 18px;
	min-height: 46px;
	padding: 11px 14px;
	width: 100%;
}
.kp-newsletter .wpcf7-acceptance { display: block; margin-bottom: 18px; }
.kp-newsletter .wpcf7-list-item { margin: 0; }
.kp-newsletter .wpcf7-list-item label {
	align-items: flex-start;
	cursor: pointer;
	display: flex;
	font-size: 12px;
	gap: 10px;
	line-height: 1.65;
}
.kp-newsletter .wpcf7-list-item input[type="checkbox"] {
	flex: 0 0 auto;
	margin: 4px 0 0;
}
.kp-newsletter input[type="submit"] {
	background: var(--kp-charcoal-dark);
	border: 1px solid rgba(255, 255, 255, .45);
	color: var(--kp-white);
	font-size: 13px;
	font-weight: 600;
	min-height: 42px;
	padding: 10px 28px;
}
.kp-newsletter input[type="submit"]:hover,
.kp-newsletter input[type="submit"]:focus { background: var(--kp-charcoal); }
.kp-newsletter .wpcf7-not-valid-tip,
.kp-newsletter .wpcf7-response-output { color: var(--kp-white); }
.kp-newsletter .wpcf7-response-output { margin: 18px 0 0; }
.kp-newsletter__privacy { margin: 14px 0 0; text-align: center; }
.kp-newsletter__privacy a { color: var(--kp-white); text-decoration: underline; }

/* Original two-column company/contact footer. */
.site-footer {
	background: var(--kp-charcoal);
	color: var(--kp-white);
	font-size: 12px;
	padding: 0;
}
.site-footer a { color: var(--kp-white); }
.kp-legacy-footer a,
.kp-footer-info a { color: var(--kp-white) !important; }
.site-footer a:hover,
.site-footer a:focus { color: #eee; text-decoration: underline; }
.kp-legacy-footer {
	display: grid;
	gap: 70px;
	grid-template-columns: 2fr 1fr;
	padding: 32px 0 24px;
}
.kp-legacy-footer h2 {
	color: var(--kp-white);
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 14px;
}
.kp-legacy-footer p { line-height: 1.8; margin: 0 0 18px; }
.kp-legacy-footer__legal {
	display: flex;
	flex-wrap: wrap;
	gap: 7px 18px;
	line-height: 1.6;
	margin-top: 4px;
}
.kp-legacy-footer__legal a { text-decoration: underline; }
.kp-legacy-footer ul { list-style: none; margin: 0; }
.kp-legacy-footer li { margin: 0 0 9px; }
.kp-legacy-footer__contact { min-width: 0; }
.kp-legacy-footer__contact a { overflow-wrap: anywhere; }
.kp-legacy-footer li span {
	display: inline-block;
	font-size: 11px;
	margin-right: 6px;
	text-align: center;
	width: 14px;
}
.kp-footer-info {
	border-top: 1px solid rgba(255, 255, 255, .08);
	display: flex;
	justify-content: space-between;
	padding: 18px 0;
}

/* Interior pages and WooCommerce retain the original neutral typography. */
.content-area { float: none; margin: 0; width: 100%; }
.widget-area { display: none; }
.site-main { margin-bottom: 0; }
body:not(.home) .site-content > .col-full { padding-bottom: 45px; padding-top: 45px; }
.hentry .entry-header h1,
.woocommerce-products-header__title,
.woocommerce div.product .product_title {
	color: var(--kp-heading);
	font-size: 36px;
	font-weight: 400;
	letter-spacing: 0;
}
.hentry .entry-content { line-height: 1.8; }
.woocommerce-breadcrumb { color: #777; font-size: 12px; }
.woocommerce-breadcrumb a { color: var(--kp-legacy-accent); }
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background: var(--kp-charcoal);
	border-radius: 0;
	color: var(--kp-white);
	font-weight: 400;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background: var(--kp-legacy-accent);
	color: var(--kp-white);
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"],
textarea,
select { border-color: #ccc; border-radius: 0; box-shadow: none; }
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: var(--kp-copy);
	font-size: 14px;
	font-weight: 400;
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price { color: var(--kp-legacy-accent); }

@media (max-width: 900px) {
	.kp-books { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.kp-catalog .kp-books { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.kp-publishers { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.kp-book__image { height: 300px; }
	.kp-legacy-footer { gap: 38px; grid-template-columns: 1.5fr 1fr; }
}

@media (max-width: 767px) {
	.kp-newsletter { padding: 28px 18px 25px; }
	.kp-newsletter h2 { font-size: 24px; }
	.storefront-handheld-footer-bar { display: none; }
	.site-header { min-height: 68px; }
	.site-header > .col-full { min-height: 68px; position: relative; }
	.site-header .site-branding {
		float: none;
		margin: 0;
		padding: 11px 0 9px;
		width: 52%;
	}
	.site-header .site-title { font-size: 20px; }
	.site-header .site-description {
		display: block;
		font-size: 10px;
		left: 15px;
		position: absolute;
		top: 39px;
		white-space: nowrap;
		width: 245px;
	}
	.kp-header-actions {
		font-size: 8px;
		gap: 0;
		position: absolute;
		right: 46px;
		top: 11px;
		width: auto;
	}
	.kp-header-actions a { padding: 2px; }
	.kp-cart-count { font-size: 8px; height: 15px; min-width: 15px; }
	.storefront-primary-navigation { height: 0; }
	.main-navigation { margin: 0; padding: 0; }
	.main-navigation button.menu-toggle {
		background: transparent !important;
		border-color: rgba(255, 255, 255, .5) !important;
		font-size: 0;
		height: 31px;
		margin: 0;
		padding: 0;
		position: absolute;
		right: 15px;
		top: 34px;
		width: 31px;
		z-index: 4;
	}
	.main-navigation button.menu-toggle::before,
	.main-navigation button.menu-toggle::after,
	.main-navigation button.menu-toggle span::before {
		background: var(--kp-white);
	}
	.handheld-navigation {
		background: var(--kp-charcoal-dark);
		left: 0;
		padding: 0 15px;
		position: absolute;
		right: 0;
		top: 68px;
		z-index: 3;
	}
	.main-navigation.toggled .handheld-navigation { padding: 8px 15px 14px; }
	.main-navigation ul.menu > li > a,
	.main-navigation ul.nav-menu > li > a { padding: 8px 12px; }

	.kp-legacy-hero {
		aspect-ratio: auto;
		height: 550px;
		overflow: hidden;
	}
	.kp-legacy-hero__slides { height: 300px; }
	.kp-legacy-hero__slide { background-position: center; }
	.kp-legacy-hero__panel {
		bottom: 0;
		height: 250px;
		left: 0;
		padding: 55px 30px 35px;
		top: auto;
		transform: none;
		width: 100%;
	}
	.kp-legacy-hero__panel h1 { font-size: 24px; }
	.kp-legacy-hero__panel p { font-size: 13px; line-height: 1.8; }
	.kp-legacy-section { padding: 38px 0 48px; }
	.kp-legacy-section h2 { font-size: 36px; }
	.kp-legacy-section__heading > a {
		display: block;
		margin-top: 8px;
		position: static;
		text-align: center;
	}
	.kp-books { gap: 28px 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.kp-books > .kp-book {
		float: none !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}
	.kp-book__image { height: 220px; padding: 8px; }
	.kp-book h3 { font-size: 12px; }
	.kp-catalog .kp-books { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.kp-catalog__nav { gap: 10px 18px; margin-bottom: 30px; }
	.kp-legacy-book-detail__layout { display: block; }
	.kp-legacy-book-detail__cover { margin-bottom: 30px; }
	.kp-legacy-book-detail__cover img { max-height: 460px; }
	.kp-legacy-book-detail__content h1 { font-size: 28px; }
	.kp-publishers { gap: 25px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.kp-legacy-footer { display: block; padding-top: 28px; }
	.kp-legacy-footer__about { margin-bottom: 38px; }
	.kp-legacy-footer h2 { font-size: 24px; }
	.kp-footer-info { align-items: flex-start; flex-direction: column; gap: 8px; }
	body:not(.home) .site-content > .col-full { padding-bottom: 35px; padding-top: 35px; }
	.hentry .entry-header h1,
	.woocommerce-products-header__title,
	.woocommerce div.product .product_title { font-size: 30px; }

	/* Consent remains usable without the removed Storefront bottom bar. */
	#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom {
		bottom: 0 !important;
		max-height: 100vh;
		overflow-y: auto;
	}
	#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
		display: block !important;
		padding: 14px 18px !important;
		width: 100% !important;
	}
	#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content,
	#moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice {
		display: block !important;
		max-width: none !important;
		width: 100% !important;
	}
	#moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice p {
		font-size: 13px !important;
		line-height: 1.35 !important;
		margin: 0 0 10px !important;
	}
	#moove_gdpr_cookie_info_bar .moove-gdpr-button-holder {
		display: grid !important;
		gap: 6px;
		grid-template-columns: 1fr;
		width: 100% !important;
	}
	#moove_gdpr_cookie_info_bar .moove-gdpr-button-holder .mgbutton {
		box-sizing: border-box;
		margin: 0 !important;
		min-height: 42px;
		width: 100% !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.kp-legacy-hero__slide { animation: none; opacity: 0; }
	.kp-legacy-hero__slide--one { opacity: 1; }
}
