/*==========================================================
  TAXI KRKA — site-specific overrides on top of the Prodrive
  template. Loaded last on every page.
==========================================================*/

/* --- Off-canvas menu: plain links styled like the template's
       top-level <span> items (we use direct links, no dropdowns) --- */
.main-menu .menu > li > a {
	color: #969696;
	font-size: 40px;
	display: block;
	position: relative;
	line-height: 1.1;
	padding-left: 21px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.main-menu .menu > li > a:before {
	content: '';
	position: absolute;
	height: 30px;
	width: 1px;
	top: 6px;
	left: -1px;
	opacity: 0;
	background-color: #fff;
}
.main-menu .menu > li > a:hover {
	color: #fff;
}
.main-menu .menu > li > a:hover:before {
	left: 0;
	opacity: 1;
}

/* --- Header logo sizing --- */
.header-01 .logo-pro img,
.x_logo img {
	max-height: 58px;
	width: auto;
}
.logo-ft img {
	max-height: 52px;
	width: auto;
}

/* --- Services tabs: 5 tabs need tighter spacing than the stock 3 --- */
.icon-box .tab_services li {
	padding: 0 28px;
}
@media (max-width: 991px) {
	.icon-box .tab_services li {
		padding: 0 14px;
	}
}

/* --- Price list tables --- */
.price-tables-krka {
	padding: 30px 0 60px;
}
.price-tables-krka .route-group {
	font-size: 26px;
	margin: 40px 0 6px;
	color: #2d2d2d;
}
.price-tables-krka .route-subgroup {
	font-size: 20px;
	margin: 28px 0 4px;
	color: #2d2d2d;
}
.price-tables-krka .table {
	margin-top: 14px;
	background: #fff;
	border: 1px solid #eee;
}
.price-tables-krka .table thead th {
	background: #2d2d2d;
	color: #fff;
	border: none;
	font-family: Dosis, sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 14px 18px;
}
.price-tables-krka .table tbody td {
	padding: 12px 18px;
	vertical-align: middle;
	border-color: #f0f0f0;
	font-size: 15px;
}
.price-tables-krka .table tbody tr:nth-child(odd) {
	background: #fafafa;
}
.price-tables-krka .table .price {
	color: #f28b00;
	font-weight: 700;
	font-size: 17px;
	white-space: nowrap;
}
.price-note {
	background: #fff7ec;
	border-left: 4px solid #f28b00;
	padding: 16px 20px;
	margin: 24px 0 0;
	font-size: 15px;
}

/* --- Full booking / contact form --- */
.booking-form-krka {
	padding: 20px 0 70px;
}
.booking-form-krka .form-control {
	height: 48px;
	border-radius: 0;
	border: 1px solid #ddd;
	box-shadow: none;
	font-size: 15px;
	margin-bottom: 20px;
}
.booking-form-krka textarea.form-control {
	height: 130px;
	padding-top: 12px;
}
.booking-form-krka .form-control:focus {
	border-color: #f28b00;
}
.booking-form-krka label {
	font-family: Dosis, sans-serif;
	font-weight: 500;
	color: #2d2d2d;
	letter-spacing: 0.5px;
}
.btn-krka {
	display: inline-block;
	background: #f28b00;
	color: #fff;
	font-family: Dosis, sans-serif;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.2;
	padding: 14px 46px;
	border: none;
	border-radius: 0;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/* The letter-spacing adds trailing space after the last glyph, which
   nudges the text left inside a centred button — compensate. */
button.btn-krka {
	text-indent: 1px;
}
.btn-krka:hover,
.btn-krka:focus {
	background: #2d2d2d;
	color: #fff;
	text-decoration: none;
}

/* --- Icon boxes with Font Awesome icons instead of images --- */
.iconbox .iconbox-icon i {
	font-size: 54px;
	color: #f28b00;
	line-height: 80px;
}

/* --- Contact info blocks --- */
.contact-info-krka {
	padding: 30px 0 40px;
}
.contact-info-heading {
	font-size: 30px;
	color: #2d2d2d;
	margin-bottom: 30px;
}
.contact-info-krka .iconbox {
	margin-bottom: 30px;
}
.contact-info-krka .iconbox i {
	font-size: 42px;
	color: #f28b00;
	margin-bottom: 12px;
	display: inline-block;
}
.contact-info-krka a {
	color: #2d2d2d;
}
.contact-info-krka a:hover {
	color: #f28b00;
}

/* --- Legal pages --- */
.legal-content {
	padding: 40px 0 80px;
}
.legal-content h2 {
	font-size: 26px;
	margin: 34px 0 12px;
	color: #2d2d2d;
}
.legal-content p,
.legal-content li {
	font-size: 15px;
	line-height: 1.8;
	color: #555;
}
.legal-content ul {
	list-style: disc;
	padding-left: 22px;
	margin-bottom: 16px;
}
.legal-content h3 {
	font-size: 19px;
	margin: 22px 0 8px;
	color: #2d2d2d;
}
.legal-content a {
	color: #f28b00;
	text-decoration: underline;
}
.legal-content a:hover {
	color: #d97c00;
}
.legal-table-wrap {
	overflow-x: auto;
	margin: 18px 0 8px;
}
.legal-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}
.legal-table th,
.legal-table td {
	padding: 12px 14px;
	border: 1px solid #e6e6e6;
	text-align: left;
	vertical-align: top;
	color: #555;
	line-height: 1.6;
}
.legal-table thead th {
	background: #f7f7f7;
	color: #2d2d2d;
	font-weight: 700;
	white-space: nowrap;
}
.legal-table code {
	background: #f5f5f5;
	padding: 2px 6px;
	border-radius: 3px;
	font-size: 13px;
	color: #2d2d2d;
	white-space: nowrap;
}
.btn-cookie-settings {
	font-family: 'Dosis', sans-serif;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	height: 46px;
	padding: 0 26px;
	color: #fff;
	background: #f28b00;
	border: 1px solid #f28b00;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.btn-cookie-settings:hover {
	background: #d97c00;
	border-color: #d97c00;
}

/* --- Inner page title banner: template's page-title.jpg is a gray placeholder --- */
.top-title {
	background: url('../images/template/page-title.svg') no-repeat center center;
	background-size: cover;
	background-color: #1c1c1c;
}

/* --- Parallax background: template's prl1.jpg is a gray placeholder --- */
.parallax_one {
	background-image: url('../images/parallax/taxi-parallax.svg');
	background-color: #161616;
}

/* --- WhatsApp accent in social lists --- */
.social-ft a:hover .fa-whatsapp {
	color: #25d366;
}

/* --- Route pages --- */
.route-facts {
	padding: 46px 0 10px;
}
.route-facts .fact-figure {
	font-family: Dosis, sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #2d2d2d;
	margin-bottom: 8px;
	line-height: 1.2;
}

/* Service card titles: keep the h3 visually card-sized */
.services-content h3 {
	font-size: 22px;
	margin-bottom: 12px;
}
/* Service card CTAs: space the two buttons when they sit side by side. */
.services-content .btn-krka {
	margin: 6px 5px;
}
/* On phones, stack them centred so they never touch or overflow. */
@media (max-width: 480px) {
	.services-content .btn-krka {
		display: block;
		width: 100%;
		max-width: 260px;
		margin: 12px auto 0;
	}
}
.route-description {
	padding: 30px 0 40px;
}
.route-description h2 {
	font-size: 30px;
	margin-bottom: 18px;
	color: #2d2d2d;
}
.route-description h3 {
	font-size: 22px;
	margin: 28px 0 12px;
	color: #2d2d2d;
}
.route-description p {
	font-size: 15px;
	line-height: 1.8;
	color: #555;
	margin-bottom: 14px;
}
.route-included {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
}
.route-included li {
	position: relative;
	padding: 5px 0 5px 30px;
	font-size: 15px;
	color: #444;
}
.route-included li:before {
	content: '\f00c';
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	color: #f28b00;
}
.route-price-box {
	background: #1e1e1e;
	color: #fff;
	padding: 28px 26px 24px;
	border-top: 4px solid #f28b00;
	margin-top: 8px;
}
.route-price-box h3 {
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 18px;
}
.route-price-row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding: 10px 0;
	border-bottom: 1px solid #333;
	font-size: 15px;
}
.route-price-row .price {
	color: #f28b00;
	font-size: 24px;
	font-weight: 700;
	font-family: Dosis, sans-serif;
}
.route-price-note {
	font-size: 13px;
	color: #aaa;
	margin: 12px 0 18px;
}
.route-price-box .btn-krka {
	display: block;
	text-align: center;
}
.route-price-contact {
	margin-top: 18px;
	font-size: 14px;
	color: #ccc;
	text-align: center;
}
.route-price-contact a {
	color: #f28b00;
}
.route-faq {
	background: #f7f7f7;
	padding: 56px 0 46px;
}
.route-faq h2 {
	font-size: 30px;
	color: #2d2d2d;
	margin-bottom: 30px;
}
.faq-item {
	background: #fff;
	border-left: 4px solid #f28b00;
	padding: 20px 24px;
	margin-bottom: 16px;
}
.faq-item h3 {
	font-size: 19px;
	color: #2d2d2d;
	margin-bottom: 8px;
}
.faq-item p {
	font-size: 15px;
	line-height: 1.75;
	color: #555;
	margin: 0;
}

/* --- Route cards (hub + related) --- */
.route-hub {
	padding: 40px 0 70px;
}
.route-hub-intro {
	font-size: 16px;
	line-height: 1.8;
	color: #555;
	margin-bottom: 30px;
}
.route-hub-group {
	margin-bottom: 34px;
}
.route-hub-group h2 {
	font-size: 26px;
	color: #2d2d2d;
	margin: 26px 0 6px;
}
.route-hub-lead {
	color: #777;
	font-size: 15px;
	margin-bottom: 18px;
}
.route-cards {
	padding: 10px 0 70px;
}
.route-card {
	display: block;
	background: #fff;
	border: 1px solid #e8e8e8;
	border-top: 3px solid #f28b00;
	padding: 18px 20px;
	margin-bottom: 20px;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.route-card:hover {
	box-shadow: 0 8px 26px rgba(0, 0, 0, 0.10);
	transform: translateY(-2px);
}
.route-card-title {
	display: block;
	font-family: Dosis, sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #2d2d2d;
	margin-bottom: 6px;
}
.route-card-title i {
	color: #f28b00;
	margin: 0 4px;
}
.route-card-meta {
	display: block;
	font-size: 13px;
	color: #999;
	margin-bottom: 8px;
}
.route-card-price {
	display: block;
	font-family: Dosis, sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #f28b00;
}
.route-card-price em {
	font-style: normal;
	font-size: 13px;
	color: #999;
	font-weight: 400;
}
.route-cards-more {
	margin-top: 10px;
}

/* --- Booking status banner (after Post/Redirect/Get) --- */
.form-status {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	max-width: 860px;
	margin: 0 auto 30px;
	padding: 18px 22px;
	border-radius: 4px;
	font-size: 15px;
	line-height: 1.6;
}
.form-status i {
	font-size: 26px;
	line-height: 1.4;
	flex: 0 0 auto;
}
.form-status strong {
	display: block;
	font-size: 17px;
	margin-bottom: 2px;
}
.form-status a {
	font-weight: 600;
	text-decoration: underline;
}
.form-status--ok {
	background: #eaf7ec;
	border-left: 4px solid #2ecc71;
	color: #1e6b3a;
}
.form-status--ok i { color: #2ecc71; }
.form-status--ok a { color: #1e6b3a; }
.form-status--error {
	background: #fdecea;
	border-left: 4px solid #e74c3c;
	color: #a5281b;
}
.form-status--error i { color: #e74c3c; }
.form-status--error a { color: #a5281b; }

/* --- Inquiry sent (confirmation page) --- */
.inquiry-sent {
	padding: 10px 0 70px;
}
.inquiry-sent-icon i {
	font-size: 74px;
	color: #2ecc71;
	margin-bottom: 26px;
}
.inquiry-sent-lead {
	font-size: 17px;
	line-height: 1.8;
}
.inquiry-sent a {
	color: #f28b00;
	font-weight: 600;
}
.inquiry-sent a.btn-krka {
	color: #fff;
	font-weight: 600;
}
.inquiry-sent-actions {
	margin-top: 34px;
}
.inquiry-sent-actions .btn-krka {
	margin: 6px 8px;
}

/* --- Form extras --- */
.form-note {
	margin-top: 16px;
	font-size: 14px;
	color: #777;
}
.form-note a {
	color: #f28b00;
}
.form-errors {
	list-style: none;
	padding: 0;
	color: #c0392b;
	margin: 14px 0;
}
.label-hint {
	font-weight: 400;
	color: #999;
	font-size: 13px;
}
.booking-form-krka select.form-control {
	height: 48px;
}

/* --- Homepage popular routes strip --- */
.popular-routes {
	padding: 10px 0 50px;
}

/* --- Quick booking form: location selects + template date/time pickers --- */
/* Template ships .form-booking select with z-index:-1 (legacy overlay hack) —
   restore it so our dropdowns are clickable. */
.sdl-booking .form-booking select {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 100%;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 22px;
	text-overflow: ellipsis;
}
.sdl-booking .form-booking .pick-address,
.sdl-booking .form-booking .pick-dropday {
	position: relative;
}
/* Dropdown caret on the two location selects (matches the template's date/time caret) */
.sdl-booking .form-booking .pick-address label:after,
.sdl-booking .form-booking .pick-dropday label:after {
	content: "";
	border: solid 5px transparent;
	border-top: solid 5px #bf9c60;
	position: absolute;
	right: -10px;
	top: 39px;
}
.sdl-booking .form-booking select option {
	color: #1e1e1e;
}
.sdl-booking .form-booking select:invalid,
.sdl-booking .form-booking select option[value=""] {
	color: #9a9a9a;
}
/* Date/time picker fields read like the template inputs */
.sdl-booking .form-booking input.form_date,
.sdl-booking .form-booking input.form_time {
	width: 100%;
	cursor: pointer;
}
.sdl-booking .form-booking input.form_date::-webkit-input-placeholder,
.sdl-booking .form-booking input.form_time::-webkit-input-placeholder {
	color: #9a9a9a;
}
/* Keep the datetime dropdown above the slider/banner */
.datetimepicker {
	z-index: 9999 !important;
}

/* --- Hide template leftovers we do not use --- */
.box-right .login,
.box-right .search {
	display: none;
}

/* Phone number in header right */
.box-right .header-phone {
	display: inline-block;
	padding-top: 34px;
}
.box-right .header-phone a {
	color: #fff;
	font-family: Dosis, sans-serif;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
}
.box-right .header-phone a:hover {
	color: #f28b00;
}
.box-right .header-phone i {
	margin-right: 8px;
	color: #f28b00;
}
@media (max-width: 767px) {
	.box-right .header-phone {
		display: none;
	}
}

/* Slider darkening is baked into the images themselves
   (images/slider/*.webp; untouched sources in images/slider/originals/)
   so it never lags behind the slide transition. */

/*==========================================================
  Header: sticky on scroll + horizontal desktop menu
==========================================================*/

/* Give the header bar a consistent height so the sticky
   background always covers the (absolutely placed) logo. */
#header .container-fuild {
	position: relative;
	min-height: 58px;
}

/* Scrim behind the header: a soft top-down shadow so the white logo/menu stay
   legible over any busy or vertical feature in the hero photo (e.g. the airport
   antenna tower that otherwise peeks through behind the menu text). Only over
   the hero — the sticky header already has its own solid background. */
#header:not(.header-fixed)::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 190px;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.72) 0px, rgba(0, 0, 0, 0.6) 80px, rgba(0, 0, 0, 0.28) 130px, rgba(0, 0, 0, 0) 190px);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.72) 0px, rgba(0, 0, 0, 0.6) 80px, rgba(0, 0, 0, 0.28) 130px, rgba(0, 0, 0, 0) 190px);
	z-index: -1;
	pointer-events: none;
}

/* Vertically centre the centred logo on small screens */
.header-01 .logo-pro {
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* Sticky state (all screen sizes) — added by js/site.js on scroll.
   NOTE: the slide-in is animated via `top`, never `transform`. A transform
   on #header would make it the containing block for its position:fixed
   off-canvas menu, breaking the mobile menu when scrolled. */
#header.header-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #1e1e1e;
	box-shadow: 0 3px 16px rgba(0, 0, 0, 0.35);
	z-index: 9999;
	-webkit-animation: krkaHeaderDown 0.35s ease both;
	animation: krkaHeaderDown 0.35s ease both;
}
@-webkit-keyframes krkaHeaderDown {
	from { top: -100px; opacity: 0.3; }
	to   { top: 0; opacity: 1; }
}
@keyframes krkaHeaderDown {
	from { top: -100px; opacity: 0.3; }
	to   { top: 0; opacity: 1; }
}

/* --- Desktop (≥1200px): real horizontal menu instead of the off-canvas panel.
       Matches the template's own breakpoint; ≤1199px keeps the hamburger. --- */
@media (min-width: 1200px) {
	.header-01 .container-fuild {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}
	/* Hide the hamburger trigger */
	.header-01 .onclick {
		display: none;
	}
	/* Logo on the left, in normal flow */
	.header-01 #logo.logo-pro {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		top: auto;
		left: auto;
		-webkit-order: 1;
		order: 1;
	}
	/* Un-fix the off-canvas overlay → inline nav bar */
	.header-01 .navigation {
		position: static;
		background: transparent;
		width: auto;
		height: auto;
		visibility: visible;
		opacity: 1;
		padding-top: 0;
		display: block;
		-webkit-order: 2;
		order: 2;
		margin-left: 42px;
	}
	.header-01 .main-menu {
		position: static;
		background: transparent;
		height: auto;
		width: auto;
		padding: 0;
		z-index: auto;
		-webkit-transform: none;
		transform: none;
		visibility: visible;
		opacity: 1;
	}
	/* Elements that only make sense in the mobile off-canvas */
	.header-01 .main-menu .top-menuleft,
	.header-01 .main-menu .social-ft,
	.header-01 .main-menu .button {
		display: none;
	}
	/* The links, laid out side by side */
	.header-01 .main-menu .menu {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		margin: 0;
	}
	.header-01 .main-menu .menu > li {
		display: inline-block;
		margin: 0 0 0 26px;
	}
	.header-01 .main-menu .menu > li:first-child {
		margin-left: 0;
	}
	.header-01 .main-menu .menu > li > a {
		display: inline-block;
		color: #fff;
		font-family: Dosis, sans-serif;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 0.5px;
		line-height: 1;
		text-transform: uppercase;
		padding: 6px 0;
		opacity: 1;
		border: none;
		box-shadow: none;
		outline: none;
		/* keeps the white links readable over busy areas of the hero photo */
		text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	}
	/* No separators/bars on the inline desktop links (kill the
	   off-canvas hover bar for good, incl. its hover state) */
	.header-01 .main-menu .menu > li > a:before,
	.header-01 .main-menu .menu > li > a:after,
	.header-01 .main-menu .menu > li > a:hover:before,
	.header-01 .main-menu .menu > li > a:hover:after {
		display: none;
		content: none;
	}
	.header-01 .main-menu .menu > li > a:hover,
	.header-01 .main-menu .menu > li.active > a {
		color: #f28b00;
	}
	/* Phone pushed to the far right */
	.header-01 .box-right {
		float: none;
		-webkit-order: 3;
		order: 3;
		margin-left: auto;
	}
	.header-01 .box-right .header-phone {
		padding-top: 0;
	}
}



/* ==========================================================================
   Cookie consent banner (Google Consent Mode v2)
   ========================================================================== */
.cookie-consent {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background: #1c1c1c;
	border-top: 3px solid #f28b00;
	box-shadow: 0 -6px 30px rgba(0, 0, 0, 0.35);
	transform: translateY(100%);
	transition: transform 0.35s ease;
}
.cookie-consent.is-open {
	transform: translateY(0);
}
.cookie-consent .cc-inner {
	max-width: 1140px;
	margin: 0 auto;
	padding: 26px 15px;
}
.cookie-consent .cc-main {
	display: flex;
	align-items: center;
	gap: 30px;
}
.cookie-consent .cc-text {
	flex: 1 1 auto;
}
.cookie-consent .cc-title {
	font-family: 'Dosis', sans-serif;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #fff;
	margin: 0 0 6px;
}
.cookie-consent p {
	font-size: 14px;
	line-height: 1.7;
	color: #aaa;
	margin: 0;
}
.cookie-consent a {
	color: #f28b00;
	text-decoration: underline;
}
.cookie-consent a:hover {
	color: #ffa733;
}
.cookie-consent .cc-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: 0 0 auto;
}
.cookie-consent .cc-btn {
	font-family: 'Dosis', sans-serif;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	height: 46px;
	padding: 0 26px;
	border: 1px solid transparent;
	border-radius: 4px;
	white-space: nowrap;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.cookie-consent .cc-btn-accept {
	background: #f28b00;
	color: #fff;
}
.cookie-consent .cc-btn-accept:hover {
	background: #d97c00;
}
.cookie-consent .cc-btn-ghost {
	background: transparent;
	border-color: #4a4a4a;
	color: #ddd;
}
.cookie-consent .cc-btn-ghost:hover {
	border-color: #f28b00;
	color: #f28b00;
}
.cookie-consent .cc-btn-link {
	background: none;
	padding: 0 6px;
	color: #999;
	text-decoration: underline;
}
.cookie-consent .cc-btn-link:hover {
	color: #f28b00;
}

/* Preferences panel */
.cookie-consent .cc-prefs {
	margin-top: 24px;
	padding-top: 22px;
	border-top: 1px solid #2e2e2e;
}
.cookie-consent .cc-cats {
	display: flex;
	gap: 16px;
}
.cookie-consent .cc-cat {
	flex: 1 1 0;
	background: #161616;
	border-radius: 4px;
	padding: 16px 18px;
}
.cookie-consent .cc-cat p {
	font-size: 13px;
	line-height: 1.6;
	color: #888;
	margin-top: 8px;
}
.cookie-consent .cc-actions-save {
	justify-content: flex-end;
	margin-top: 18px;
}

/* Toggle switch */
.cookie-consent .cc-switch {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	cursor: pointer;
}
.cookie-consent .cc-switch input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}
.cookie-consent .cc-track {
	position: relative;
	flex: 0 0 auto;
	width: 42px;
	height: 22px;
	background: #3a3a3a;
	border-radius: 11px;
	transition: background 0.25s ease;
}
.cookie-consent .cc-knob {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 16px;
	height: 16px;
	background: #fff;
	border-radius: 50%;
	transition: transform 0.25s ease;
}
.cookie-consent .cc-switch input:checked ~ .cc-track {
	background: #f28b00;
}
.cookie-consent .cc-switch input:checked ~ .cc-track .cc-knob {
	transform: translateX(20px);
}
.cookie-consent .cc-switch input:focus-visible ~ .cc-track {
	outline: 2px solid #f28b00;
	outline-offset: 2px;
}
.cookie-consent .cc-cat-name {
	font-family: 'Dosis', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.4px;
}
.cookie-consent .cc-always {
	display: inline-block;
	margin-left: 4px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.4px;
	color: #f28b00;
	text-transform: uppercase;
}
.cookie-consent .cc-switch-locked {
	cursor: default;
}
.cookie-consent .cc-switch-locked .cc-track {
	background: #f28b00;
	opacity: 0.55;
}
.cookie-consent .cc-switch-locked .cc-knob {
	transform: translateX(20px);
}

@media (max-width: 991px) {
	.cookie-consent .cc-main {
		display: block;
	}
	.cookie-consent .cc-actions {
		margin-top: 18px;
		flex-wrap: wrap;
	}
	.cookie-consent .cc-cats {
		display: block;
	}
	.cookie-consent .cc-cat + .cc-cat {
		margin-top: 10px;
	}
}
@media (max-width: 575px) {
	.cookie-consent .cc-inner {
		padding: 20px 15px;
		max-height: 85vh;
		overflow-y: auto;
	}
	.cookie-consent .cc-btn {
		flex: 1 1 100%;
		padding: 0 16px;
	}
	.cookie-consent .cc-btn-link {
		flex-basis: auto;
		margin: 4px auto 0;
	}
	.cookie-consent .cc-actions-save .cc-btn {
		width: 100%;
	}
}
