/* BAKONYKARSZT Zrt. — süti párbeszéd (04_style: #00b0f2, #0091c8, #323039, #f2f8fa) */

@supports (scrollbar-gutter: stable) {
	html {
		scrollbar-gutter: stable;
	}
}

#pcm-consent-root {
	--pcm-accent: #00b0f2;
	--pcm-accent-dark: #0091c8;
	--pcm-dark: #323039;
	--pcm-gold: #00b0f2;
	--pcm-soft: #f2f8fa;
	--pcm-text: #323039;
	--pcm-muted: #666;
	--pcm-border: #ddd;
	--pcm-shadow: 0 12px 40px rgba(0, 145, 200, 0.18);
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 1.5;
	color: var(--pcm-text);
}
#pcm-consent-backdrop {
	position: fixed;
	inset: 0;
	z-index: 100050;
	background: rgba(50, 48, 57, 0.55);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	box-sizing: border-box;
}
#pcm-consent-backdrop.pcm-hidden,
#pcm-consent-fab.pcm-hidden {
	display: none !important;
}
#pcm-consent-dialog {
	background: #fff;
	max-width: 560px;
	width: 100%;
	max-height: min(90vh, 640px);
	display: flex;
	flex-direction: column;
	box-shadow: var(--pcm-shadow);
	border-radius: 0;
	border-top: 4px solid var(--pcm-accent);
}
#pcm-consent-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 20px 12px;
	border-bottom: 1px solid var(--pcm-border);
	background: var(--pcm-soft);
}
#pcm-consent-brand {
	display: flex;
	align-items: center;
	gap: 10px;
}
#pcm-consent-checkicon {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--pcm-accent);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
}
#pcm-consent-sitename {
	font-weight: 700;
	font-size: 14px;
	color: var(--pcm-dark);
}
#pcm-consent-nav {
	display: flex;
	border-bottom: 1px solid var(--pcm-border);
	padding: 0 8px;
	gap: 0;
	flex-shrink: 0;
	background: linear-gradient(180deg, var(--pcm-soft) 0%, #fff 100%);
}
.pcm-tab {
	flex: 1;
	text-align: center;
	padding: 12px 8px;
	border: none;
	background: none;
	cursor: pointer;
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	color: var(--pcm-text);
	border-bottom: 3px solid transparent;
	margin-bottom: -1px;
}
.pcm-tab:hover {
	color: var(--pcm-accent);
}
.pcm-tab[aria-selected='true'] {
	color: var(--pcm-accent);
	border-bottom-color: var(--pcm-accent);
}
#pcm-consent-panel {
	flex: 1;
	overflow: auto;
	padding: 20px;
	-webkit-overflow-scrolling: touch;
}
.pcm-tab-panel {
	display: none;
}
.pcm-tab-panel.pcm-active {
	display: block;
}
.pcm-heading {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 12px;
	color: var(--pcm-dark);
	padding-left: 12px;
	border-left: 4px solid var(--pcm-accent);
}
.pcm-intro {
	margin: 0 0 16px;
	color: var(--pcm-text);
}
.pcm-detail-cards {
	list-style: none;
	margin: 0;
	padding: 0;
}
#pcm-consent-root ul.pcm-detail-cards > li.pcm-detail-card {
	position: static;
	padding-left: 0;
	margin-bottom: 12px;
}
#pcm-consent-root ul.pcm-detail-cards > li.pcm-detail-card::before {
	display: none !important;
	content: none !important;
}
.pcm-detail-card {
	border: 1px solid var(--pcm-border);
	margin-bottom: 12px;
	padding: 0;
	box-shadow: 0 1px 0 rgba(0, 176, 242, 0.08);
}
.pcm-cat-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0;
	min-height: 48px;
	background: var(--pcm-soft);
}
.pcm-cat-acc-trigger {
	flex: 1;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 12px 10px 14px;
	margin: 0;
	border: none;
	background: transparent;
	font-family: inherit;
	cursor: pointer;
	text-align: left;
	min-width: 0;
	line-height: 1.3;
}
.pcm-cat-acc-trigger:hover {
	background: rgba(0, 176, 242, 0.08);
}
.pcm-cat-heading-text {
	font-weight: 700;
	font-size: 15px;
	color: var(--pcm-dark);
}
.pcm-cat-acc-trigger .pcm-cat-chevron {
	display: inline-block;
	width: 14px;
	flex-shrink: 0;
	transition: transform 0.15s ease;
	font-size: 12px;
	color: var(--pcm-muted);
}
.pcm-cat-acc-trigger[aria-expanded='true'] .pcm-cat-chevron {
	transform: rotate(90deg);
}
.pcm-cat-switch {
	padding: 0 14px 0 10px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	align-self: center;
	margin: 0;
}
.pcm-cat-panel {
	padding: 0;
}
.pcm-cat-panel[hidden] {
	display: none !important;
}
.pcm-cat-panel:not([hidden]) {
	border-top: 1px solid var(--pcm-border);
}
.pcm-cat-panel .pcm-cat-desc {
	margin: 0;
	padding: 12px 14px 8px;
}
.pcm-badge {
	background: rgba(0, 176, 242, 0.15);
	color: var(--pcm-accent-dark);
	font-size: 12px;
	font-weight: 600;
	padding: 2px 8px;
	border-radius: 12px;
}
.pcm-cat-desc {
	padding: 10px 14px 14px;
	font-size: 14px;
	color: #333;
}
.pcm-acc-root {
	padding: 0 14px 14px;
	border-top: 1px solid var(--pcm-border);
}
.pcm-acc-trigger {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
	text-align: left;
	padding: 10px 8px;
	margin: 0;
	border: none;
	border-bottom: 1px solid #eee;
	background: #fff;
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	color: var(--pcm-dark);
	cursor: pointer;
}
.pcm-acc-trigger:hover {
	background: rgba(0, 176, 242, 0.06);
}
.pcm-acc-trigger .pcm-chevron {
	display: inline-block;
	width: 14px;
	transition: transform 0.15s ease;
	font-size: 12px;
	color: var(--pcm-muted);
}
.pcm-acc-trigger[aria-expanded='true'] .pcm-chevron {
	transform: rotate(90deg);
}
.pcm-acc-panel {
	padding: 8px 8px 12px 26px;
	border-bottom: 1px solid #eee;
	font-size: 13px;
	color: #444;
}
.pcm-acc-panel[hidden] {
	display: none !important;
}
.pcm-cookie-line {
	padding: 8px 0;
	border-bottom: 1px solid #f0f0f0;
}
.pcm-cookie-line:last-child {
	border-bottom: none;
}
.pcm-cookie-line strong {
	display: block;
	font-size: 13px;
	margin-bottom: 4px;
}
.pcm-cookie-line .pcm-meta {
	display: block;
	font-size: 12px;
	color: var(--pcm-muted);
	margin-top: 4px;
}
.pcm-privacy-mini {
	font-size: 12px;
	margin: 4px 0 0;
}
.pcm-privacy-mini a {
	color: var(--pcm-accent-dark);
}
.pcm-switch {
	position: relative;
	width: 48px;
	height: 26px;
	flex-shrink: 0;
}
.pcm-switch input {
	opacity: 0;
	width: 0;
	height: 0;
	position: absolute;
}
.pcm-slider {
	position: absolute;
	cursor: pointer;
	inset: 0;
	background: #ccc;
	transition: 0.2s;
	border-radius: 26px;
}
.pcm-slider::before {
	position: absolute;
	content: '';
	height: 20px;
	width: 20px;
	left: 3px;
	bottom: 3px;
	background: #fff;
	transition: 0.2s;
	border-radius: 50%;
}
.pcm-switch input:checked + .pcm-slider {
	background: var(--pcm-accent);
}
.pcm-switch input:checked + .pcm-slider::before {
	transform: translateX(22px);
}
.pcm-switch input:disabled + .pcm-slider {
	cursor: not-allowed;
	opacity: 0.85;
}
#pcm-consent-footer {
	border-top: 1px solid var(--pcm-border);
	padding: 14px 20px;
	background: var(--pcm-soft);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	flex-shrink: 0;
}
#pcm-consent-footer .pcm-btn-group {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-right: auto;
}
.pcm-btn {
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 16px;
	border: 1px solid var(--pcm-border);
	background: #fff;
	color: var(--pcm-text);
	cursor: pointer;
	border-radius: 0;
}
.pcm-btn:hover {
	border-color: var(--pcm-accent);
	color: var(--pcm-accent-dark);
}
.pcm-btn-primary {
	background: var(--pcm-accent);
	border-color: var(--pcm-accent);
	color: #fff;
}
.pcm-btn-primary:hover {
	background: var(--pcm-accent-dark);
	border-color: var(--pcm-accent-dark);
	color: #fff;
}
.pcm-about-block {
	margin: 0;
	white-space: pre-wrap;
}
#pcm-consent-fab {
	position: fixed;
	z-index: 100200;
	left: max(16px, env(safe-area-inset-left));
	bottom: max(16px, env(safe-area-inset-bottom));
	box-sizing: border-box;
	width: 52px;
	height: 52px;
	min-width: 52px;
	min-height: 52px;
	padding: 0;
	border-radius: 50%;
	border: none;
	background: #00b0f2;
	color: #fff;
	cursor: pointer;
	box-shadow: 0 4px 18px rgba(0, 145, 200, 0.35);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	font-family: 'Montserrat', sans-serif;
}
#pcm-consent-fab:hover {
	background: #0091c8;
}
#pcm-consent-fab svg {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	fill: currentColor;
}
@media (max-width: 576px) {
	#pcm-consent-footer {
		flex-direction: column;
		align-items: stretch;
	}
	#pcm-consent-footer .pcm-btn-group {
		margin-right: 0;
		order: 2;
	}
	.pcm-btn-primary {
		width: 100%;
		order: 1;
	}
}
html.pcm-consent-open {
	overflow: hidden;
}
@supports (scrollbar-gutter: stable) {
	html.pcm-consent-open {
		scrollbar-gutter: stable;
	}
}
