:root {
	--bcl-gt-platinum: #eef3f5;
	--bcl-gt-blue: #dceeff;
	--bcl-gt-green: #dcf7ef;
	--bcl-gt-ink: #223740;
}

.bcl-gt-provider-element {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	white-space: nowrap !important;
}

.bcl-gt-switcher {
	--bcl-gt-bg: linear-gradient(135deg, rgba(250,253,255,.97), rgba(220,247,239,.96) 45%, rgba(220,238,255,.97));
	position: relative;
	z-index: 999999;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: var(--bcl-gt-ink);
}

.bcl-gt-floating {
	position: fixed;
}

.bcl-gt-bottom-right { right: 18px; bottom: 18px; }
.bcl-gt-bottom-left { left: 18px; bottom: 18px; }
.bcl-gt-top-right { right: 18px; top: 18px; }
.bcl-gt-top-left { left: 18px; top: 18px; }

.bcl-gt-theme-platinum { --bcl-gt-bg: linear-gradient(135deg, #fff, #e9eef1); }
.bcl-gt-theme-custom { --bcl-gt-bg: var(--bcl-gt-custom, #dff7f5); }

.bcl-gt-toggle {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 44px;
	padding: 10px 15px;
	border: 1px solid rgba(152,174,184,.5);
	border-radius: 999px;
	background: var(--bcl-gt-bg);
	box-shadow: 0 10px 30px rgba(33,57,67,.18), inset 0 1px 0 rgba(255,255,255,.9);
	color: var(--bcl-gt-ink);
	font-weight: 700;
	cursor: pointer;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.bcl-gt-menu {
	position: absolute;
	min-width: 190px;
	max-height: min(58vh, 440px);
	overflow-y: auto;
	padding: 8px;
	border: 1px solid rgba(152,174,184,.4);
	border-radius: 18px;
	background: rgba(255,255,255,.98);
	box-shadow: 0 15px 40px rgba(33,57,67,.22);
}

.bcl-gt-bottom-right .bcl-gt-menu,
.bcl-gt-bottom-left .bcl-gt-menu {
	bottom: calc(100% + 9px);
}

.bcl-gt-top-right .bcl-gt-menu,
.bcl-gt-top-left .bcl-gt-menu {
	top: calc(100% + 9px);
}

.bcl-gt-bottom-right .bcl-gt-menu,
.bcl-gt-top-right .bcl-gt-menu {
	right: 0;
}

.bcl-gt-bottom-left .bcl-gt-menu,
.bcl-gt-top-left .bcl-gt-menu {
	left: 0;
}

.bcl-gt-inline .bcl-gt-menu {
	top: calc(100% + 9px);
	left: 0;
}

.bcl-gt-option {
	display: block;
	width: 100%;
	padding: 10px 12px;
	border: 0;
	border-radius: 11px;
	background: transparent;
	color: var(--bcl-gt-ink);
	text-align: left;
	cursor: pointer;
}

.bcl-gt-option:hover,
.bcl-gt-option[aria-pressed="true"] {
	background: linear-gradient(135deg, rgba(220,247,239,.9), rgba(220,238,255,.92));
	font-weight: 700;
}

body > .skiptranslate,
.goog-te-banner-frame.skiptranslate,
iframe.goog-te-banner-frame {
	display: none !important;
}

body {
	top: 0 !important;
}

@media (max-width: 600px) {
	.bcl-gt-floating {
		right: 12px;
		left: auto;
		top: auto;
		bottom: 12px;
	}

	.bcl-gt-toggle {
		padding: 9px 12px;
		font-size: 14px;
	}
}
