.pc-consent-root {
	display: none;
	position: relative;
	z-index: 999999;
}

html.pc-show-consent .pc-consent-root {
	display: block;
}

.pc-consent {
	display: block;
	position: fixed;
	left: 16px;
	bottom: 16px;
	z-index: 999999;
	max-width: min(420px, calc(100vw - 32px));
	padding: 14px 16px 12px;
	background: #ffffff;
	border-radius: 18px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 13px;
	line-height: 1.45;
	color: #222222;
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.pc-consent--hidden {
	opacity: 0;
	transform: translateY(12px);
	pointer-events: none;
}

.pc-consent__text {
	margin: 0 0 10px;
}

.pc-consent__link {
	color: #1a73e8;
	text-decoration: underline;
}

.pc-consent__link:hover,
.pc-consent__link:focus {
	color: #0d5bbd;
}

.pc-consent__btn {
	display: inline-block;
	margin: 0;
	padding: 4px 10px;
	border: 1px solid #c8c8c8;
	border-radius: 6px;
	background: #ffffff;
	color: #222222;
	font: inherit;
	font-size: 12px;
	line-height: 1.3;
	cursor: pointer;
	transition: border-color 0.2s, background 0.2s;
}

.pc-consent__btn:hover,
.pc-consent__btn:focus {
	border-color: #999999;
	background: #f7f7f7;
}

@media (max-width: 480px) {
	.pc-consent {
		left: 12px;
		right: 12px;
		bottom: 12px;
		max-width: none;
	}
}

.pc-site-footer {
	text-align: center;
	padding: 12px 16px 8px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 13px;
	line-height: 1.4;
}

.pc-site-footer__link {
	color: #5f717c;
	text-decoration: underline;
}

.pc-site-footer__link:hover,
.pc-site-footer__link:focus {
	color: #1a73e8;
}
