.wwwspec-gcm-banner {
	display: block;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 999999;
	padding: 16px;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .18s ease, transform .18s ease;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
	pointer-events: none;
}

.wwwspec-gcm-bottom { bottom: 0; }
.wwwspec-gcm-top { top: 0; transform: translateY(-20px); }

.wwwspec-gcm-banner.wwwspec-gcm-visible {
	display: block !important;
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.wwwspec-gcm-inner {
	max-width: 1180px;
	margin: 0 auto;
	background: #fff;
	color: #1f2937;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	box-shadow: 0 10px 35px rgba(0,0,0,.18);
	padding: 20px;
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: space-between;
}

.wwwspec-gcm-content { flex: 1 1 auto; }
.wwwspec-gcm-content h2 {
	margin: 0 0 7px;
	font-size: 19px;
	line-height: 1.25;
}
.wwwspec-gcm-content p {
	margin: 5px 0;
	font-size: 14px;
	line-height: 1.5;
}
.wwwspec-gcm-content a {
	color: var(--wwwspec-gcm-accent);
}

.wwwspec-gcm-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	flex-wrap: wrap;
	flex: 0 0 auto;
}

.wwwspec-gcm-btn,
.wwwspec-gcm-link {
	font: inherit;
	cursor: pointer;
	border-radius: 8px;
	padding: 10px 15px;
	border: 1px solid #d1d5db;
}

.wwwspec-gcm-btn-primary {
	background: var(--wwwspec-gcm-accent);
	color: #fff;
	border-color: var(--wwwspec-gcm-accent);
}
.wwwspec-gcm-btn-secondary {
	background: #fff;
	color: #111827;
}
.wwwspec-gcm-link {
	background: transparent;
	border: 0;
	color: var(--wwwspec-gcm-accent);
	text-decoration: underline;
}

.wwwspec-gcm-settings {
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid #e5e7eb;
}

.wwwspec-gcm-option {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	cursor: pointer;
}
.wwwspec-gcm-option input { margin-top: 4px; }
.wwwspec-gcm-option span {
	display: flex;
	flex-direction: column;
	gap: 3px;
}
.wwwspec-gcm-option small { color: #6b7280; }

@media (max-width: 700px) {
	.wwwspec-gcm-inner {
		flex-direction: column;
		align-items: stretch;
	}
	.wwwspec-gcm-actions {
		justify-content: stretch;
	}
	.wwwspec-gcm-actions > * {
		flex: 1 1 auto;
	}
}
