.analytics-consent {
	position: fixed;
	right: 16px;
	bottom: 16px;
	left: 16px;
	z-index: 5000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	max-width: 940px;
	margin: 0 auto;
	padding: 18px 20px;
	border: 2px solid #1f5fa8;
	border-radius: 6px;
	background: #ffffff;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 1.45;
}

.analytics-consent__copy {
	display: grid;
	gap: 4px;
}

.analytics-consent__copy strong {
	color: #174c84;
	font-size: 17px;
}

.analytics-consent__copy a {
	width: fit-content;
	color: #0a4fae;
}

.analytics-consent__actions {
	display: flex;
	flex: 0 0 auto;
	gap: 10px;
}

.analytics-consent__actions button {
	width: auto;
	min-width: 112px;
	padding: 10px 14px;
	border: 1px solid #555555;
	border-radius: 4px;
	background: #eeeeee;
	box-shadow: none;
	color: #000000;
	cursor: pointer;
	font: 700 14px Arial, sans-serif;
	transform: none;
}

.analytics-consent__actions button:hover,
.analytics-consent__actions button:focus-visible {
	background: #dddddd;
	transform: none;
}

.analytics-consent__actions .analytics-consent__allow {
	border-color: #174c84;
	background: #1f5fa8;
	color: #ffffff;
}

.analytics-consent__actions .analytics-consent__allow:hover,
.analytics-consent__actions .analytics-consent__allow:focus-visible {
	background: #174c84;
}

@media (max-width: 680px) {
	.analytics-consent {
		align-items: stretch;
		flex-direction: column;
		gap: 14px;
	}

	.analytics-consent__actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
}
