.hn-cookie-banner {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	padding: 1rem;
	background: rgba(50, 50, 58, 0.98);
	color: #fff;
	box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.25);
}

.hn-cookie-banner[hidden] {
	display: none !important;
}

.hn-cookie-banner__inner {
	max-width: 960px;
	margin: 0 auto;
}

.hn-cookie-banner__title {
	margin: 0 0 0.5rem;
	font-size: 1.15rem;
	font-weight: 700;
}

.hn-cookie-banner__text {
	margin: 0 0 0.75rem;
	line-height: 1.5;
}

.hn-cookie-banner__links {
	margin: 0 0 1rem;
}

.hn-cookie-banner__links a {
	color: #b8ea4b;
	text-decoration: underline;
}

.hn-cookie-banner__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.hn-cookie-btn {
	border: 0;
	border-radius: 4px;
	padding: 0.65rem 1rem;
	font-size: 0.95rem;
	cursor: pointer;
}

.hn-cookie-btn--primary {
	background: #00a99d;
	color: #fff;
}

.hn-cookie-btn--secondary {
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
}

.hn-cookie-btn:focus {
	outline: 2px solid #b8ea4b;
	outline-offset: 2px;
}

@media (max-width: 575px) {
	.hn-cookie-banner__actions {
		flex-direction: column;
	}

	.hn-cookie-btn {
		width: 100%;
	}
}
