.dzikiedobro-consent {
	position: fixed;
	left: 1rem;
	right: 1rem;
	bottom: 1rem;
	z-index: 10000;
	color: #0a0a0a;
}

.dzikiedobro-consent__content {
	max-width: 52rem;
	margin: 0 auto;
	padding: 1rem 1rem 0.95rem;
	background: rgba(255, 255, 255, 0.96);
	color: #0a0a0a;
	border: 1px solid #0a0a0a;
	border-radius: 0.75rem;
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.16);
}

.dzikiedobro-consent__title {
	margin: 0 0 0.375rem;
	font-family: 'Drewniaki', 'Outfit', sans-serif;
	font-size: clamp(1.2rem, 1.02rem + 0.5vw, 1.45rem);
	line-height: 1.1;
}

.dzikiedobro-consent__text {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.5;
}

.dzikiedobro-consent__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
	align-items: center;
	margin-top: 0.875rem;
}

.dzikiedobro-consent__btn {
	border-radius: 999px;
	padding: 0.55rem 0.95rem;
	font-family: 'Drewniaki', 'Outfit', sans-serif;
	border-width: 1px;
	border-style: solid;
	cursor: pointer;
	transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.dzikiedobro-consent__btn--accept {
	background: #0a0a0a;
	color: #fff;
	border-color: #0a0a0a;
}

.dzikiedobro-consent__btn--reject {
	background: #efefef;
	color: #0a0a0a;
	border-color: #0a0a0a;
}

.dzikiedobro-consent__btn--accept:hover,
.dzikiedobro-consent__btn--accept:focus-visible {
	background: #000;
	border-color: #000;
}

.dzikiedobro-consent__btn--reject:hover,
.dzikiedobro-consent__btn--reject:focus-visible {
	background: #e3e3e3;
}

.dzikiedobro-consent__link {
	font-size: 0.92rem;
	text-decoration: underline;
	text-underline-offset: 0.12em;
	color: inherit;
}

@media (max-width: 42rem) {
	.dzikiedobro-consent {
		left: 0.75rem;
		right: 0.75rem;
		bottom: 0.75rem;
	}

	.dzikiedobro-consent__actions {
		align-items: stretch;
	}

	.dzikiedobro-consent__btn {
		width: 100%;
	}
}
