.ww-cookie-consent {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 9999;
	display: none;
	flex-direction: column;
	align-items: stretch;
	gap: 14px;
	width: min(520px, calc(100vw - 32px));
	padding: 20px;
	background: #ffffff;
	border: 1px solid rgba(15, 117, 189, 0.18);
	border-radius: 8px;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
	color: #252525;
}

.ww-cookie-consent.is-visible {
	display: flex;
}

.ww-cookie-consent__copy {
	flex: 1;
}

.ww-cookie-consent__copy h2 {
	margin: 0 0 8px;
	color: #0f75bd;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
}

.ww-cookie-consent__copy p {
	margin: 0;
	color: rgba(0, 0, 0, 0.72);
	font-size: 14px;
	line-height: 1.45;
}

.ww-cookie-consent__button {
	align-self: flex-start;
	min-width: 96px;
	padding: 11px 18px;
	border: 0;
	border-radius: 6px;
	background: #0f75bd;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

.ww-cookie-consent__button:hover,
.ww-cookie-consent__button:focus {
	background: #095f9f;
}

.ww-cookie-consent__button:focus {
	outline: 3px solid rgba(15, 117, 189, 0.25);
	outline-offset: 2px;
}

@media (max-width: 540px) {
	.ww-cookie-consent {
		right: 16px;
		bottom: 16px;
		gap: 14px;
		padding: 18px;
	}

	.ww-cookie-consent__button {
		width: 100%;
	}
}
