.cpc-banner {
	box-sizing: border-box;
	position: fixed;
	z-index: 99999;
	bottom: max(16px, env(safe-area-inset-bottom));
	width: min(480px, calc(100% - 24px));
	max-height: calc(100dvh - 32px);
	overflow-y: auto;
	padding: 20px;
	border: 1px solid #454951;
	border-radius: 10px;
	background: #24272d;
	color: #f1f3f5;
	box-shadow: 0 6px 26px rgb(0 0 0 / 24%);
	font-family: inherit;
	font-size: 14px;
	line-height: 1.55;
	text-align: left;
	color-scheme: dark;
}
.cpc-banner[hidden] { display: none !important; }
.cpc-position-left { left: max(16px, env(safe-area-inset-left)); }
.cpc-position-right { right: max(16px, env(safe-area-inset-right)); }
.cpc-position-center { left: 50%; transform: translateX(-50%); }
.cpc-banner #cpc-message { margin: 0 0 14px; color: inherit; font: inherit; overflow-wrap: anywhere; }
.cpc-banner .cpc-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.cpc-banner .cpc-choice {
	box-sizing: border-box;
	flex: 1 1 140px;
	min-height: 44px;
	padding: 9px 15px;
	border: 1px solid #727b8b;
	border-radius: 6px;
	background: #343e4e;
	color: #fff;
	font: inherit;
	font-weight: 600;
	line-height: 1.4;
	text-transform: none;
	letter-spacing: normal;
	white-space: normal;
	overflow-wrap: anywhere;
	cursor: pointer;
	box-shadow: none;
}
.cpc-banner .cpc-choice:hover { background: #45536a; color: #fff; }
.cpc-banner .cpc-links { display: flex; flex-wrap: wrap; column-gap: 18px; margin-top: 10px; }
.cpc-banner .cpc-links a { color: #b9d9ff; font-size: 13px; text-decoration: underline; text-underline-offset: 3px; padding: 5px 0; overflow-wrap: anywhere; }
.cpc-banner .cpc-links a:hover { color: #fff; }
button.cpc-settings-link, button.cpc-settings-link:hover, button.cpc-settings-link:active {
	display: inline-block;
	padding: 4px 0;
	border: 0;
	border-radius: 2px;
	background: transparent;
	color: inherit;
	font: inherit;
	font-size: 13px;
	line-height: 1.6;
	text-transform: none;
	letter-spacing: normal;
	text-decoration: underline;
	text-underline-offset: 3px;
	box-shadow: none;
	cursor: pointer;
}
.cpc-banner button:focus-visible, .cpc-banner a:focus-visible, button.cpc-settings-link:focus-visible { outline: 3px solid #78bcff; outline-offset: 3px; }
@media (max-width: 540px) {
	.cpc-banner { left: max(12px, env(safe-area-inset-left)); right: max(12px, env(safe-area-inset-right)); bottom: max(12px, env(safe-area-inset-bottom)); width: auto; transform: none; padding: 16px; }
}
