.zpress-ga4-consent {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	left: 1rem;
	z-index: 2147483646;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	max-width: 760px;
	margin: 0 auto;
	padding: 1rem;
	color: #172033;
	background: #fff;
	border: 1px solid rgba(23, 32, 51, 0.14);
	border-radius: 12px;
	box-shadow: 0 12px 40px rgba(23, 32, 51, 0.18);
	font: 14px/1.45 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.zpress-ga4-consent[hidden] {
	display: none;
}

.zpress-ga4-consent__text {
	margin: 0;
}

.zpress-ga4-consent__text strong {
	display: block;
	margin-bottom: 0.2rem;
}

.zpress-ga4-consent__actions {
	display: flex;
	flex: 0 0 auto;
	gap: 0.55rem;
}

.zpress-ga4-consent__button {
	min-height: 40px;
	padding: 0.55rem 0.85rem;
	border: 1px solid #172033;
	border-radius: 8px;
	font: inherit;
	font-weight: 600;
	cursor: pointer;
}

.zpress-ga4-consent__button--primary {
	color: #fff;
	background: #172033;
}

.zpress-ga4-consent__button--secondary {
	color: #172033;
	background: #fff;
}

.zpress-ga4-consent__button:focus-visible {
	outline: 3px solid #2b7cff;
	outline-offset: 2px;
}

@media (max-width: 640px) {
	.zpress-ga4-consent {
		align-items: stretch;
		flex-direction: column;
	}

	.zpress-ga4-consent__actions {
		flex-direction: column-reverse;
	}
}

