.pkn-cookie-notice {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	left: 1rem;
	z-index: 99990;
	max-width: 28rem;
	margin-left: auto;
	padding: 1rem 1.25rem;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 0.5rem;
	background: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.pkn-cookie-notice[hidden] {
	display: none;
}

.pkn-cookie-notice__title {
	margin: 0 0 0.35rem;
	font-size: 1rem;
	font-weight: 600;
}

.pkn-cookie-notice__text {
	margin: 0 0 0.85rem;
	font-size: 0.9rem;
	line-height: 1.45;
}

.pkn-cookie-notice__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: center;
}

.pkn-cookie-notice__link {
	font-size: 0.9rem;
}

.pkn-cookie-notice__accept {
	cursor: pointer;
	border: 0;
	font-size: 0.9rem;
}

@media (max-width: 480px) {
	.pkn-cookie-notice {
		right: 0.75rem;
		bottom: 0.75rem;
		left: 0.75rem;
	}
}
