.adalee-consent {
	bottom: 18px;
	left: 0;
	padding: 0 16px;
	position: fixed;
	right: 0;
	z-index: 10000;
}

.adalee-consent__box {
	background: #ffffff;
	border: 1px solid #d8e1e7;
	border-radius: 8px;
	box-shadow: 0 12px 38px rgba(17, 35, 45, 0.18);
	color: #22313a;
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	justify-content: center;
	margin: 0 auto;
	max-width: 1040px;
	padding: 16px;
	text-align: center;
}

.adalee-consent__content {
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	font-size: 14px;
	line-height: 1.45;
	min-width: 0;
}

.adalee-consent__content strong {
	color: #10232d;
	font-size: 16px;
	margin-bottom: 4px;
}

.adalee-consent__link {
	color: #0d8f90;
	font-weight: 600;
	margin-top: 6px;
	text-decoration: none;
}

.adalee-consent__link:hover {
	color: #0b7374;
	text-decoration: underline;
}

.adalee-consent__actions {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 8px;
	justify-content: center;
}

.adalee-consent__btn {
	border: 1px solid transparent;
	border-radius: 6px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	padding: 10px 14px;
	white-space: nowrap;
}

.adalee-consent__btn--primary {
	background: #13c0bd;
	border-color: #13c0bd;
	color: #ffffff;
}

.adalee-consent__btn--primary:hover {
	background: #0da9a7;
	border-color: #0da9a7;
}

.adalee-consent__btn--light {
	background: #eef7f7;
	border-color: #cae8e8;
	color: #0b7374;
}

.adalee-consent__btn--light:hover {
	background: #e0f1f1;
}

.adalee-consent__btn--muted {
	background: #f4f6f8;
	border-color: #d8e1e7;
	color: #41505a;
}

.adalee-consent__btn--muted:hover {
	background: #e9eef2;
}

.adalee-consent__settings {
	border-top: 1px solid #e5edf1;
	display: flex;
	flex: 0 0 100%;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-top: 14px;
	padding-top: 14px;
}

.adalee-consent__option {
	align-items: center;
	background: #f7fafb;
	border: 1px solid #dce7ed;
	border-radius: 6px;
	display: flex;
	font-size: 14px;
	gap: 8px;
	margin: 0;
	padding: 9px 12px;
}

.adalee-consent__option input {
	margin: 0;
}

@media (max-width: 767px) {
	.adalee-consent {
		bottom: 10px;
		padding: 0 10px;
	}

	.adalee-consent__box {
		display: block;
		padding: 14px;
	}

	.adalee-consent__actions {
		display: grid;
		grid-template-columns: 1fr;
		margin-top: 12px;
	}

	.adalee-consent__btn {
		width: 100%;
	}

	.adalee-consent__settings {
		display: block;
	}

	.adalee-consent__option {
		margin-bottom: 8px;
	}
}
