.cookie-manager .cookies {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 2rem;
	background: #ffffff;
	border: 0;
	border-radius: 0;
	box-shadow: 0 -12px 32px rgba(15, 23, 42, 0.14);
	z-index: 9999;
}

.cookie-banner-copy {
	max-width: none;
}

.cookie-manager .cookies h2,
.cookie-manager .cookies p,
.cookie-manager .cookies a {
	color: #111827;
}

.cookie-manager .cookies h2 {
	font-size: 1.4rem;
	margin-bottom: 0.75rem;
}

.cookie-manager .cookies p {
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.5;
}

.cookie-manager .cookies a {
	text-decoration: underline;
	font-weight: 600;
}

.cookie-banner-actions,
.cookie-panel-actions,
.chat-cookie-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.cookie-banner-row {
	margin-top: 1rem;
}

.cookie-banner-actions {
	justify-content: flex-end;
}

.cookie-settings-access,
.chat-cookie-toggle {
	position: fixed;
	padding: 0.85rem 1.1rem;
	border: 1px solid #111827;
	border-radius: 999px;
	background: #ffffff;
	color: #111827;
	font-weight: 600;
	box-shadow: 0 16px 35px rgba(15, 23, 42, 0.16);
	z-index: 1075;
}

.cookie-settings-access {
	left: 1rem;
	right: auto;
	bottom: 1rem;
	width: 46px;
	height: 46px;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-color: rgba(17, 24, 39, 0.18);
	background: rgba(255, 255, 255, 0.92);
	color: #4b5563;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}

.cookie-settings-access i {
	font-size: 1.05rem;
	line-height: 1;
}

.cookie-settings-access:hover,
.cookie-settings-access:focus {
	background: #ffffff;
	color: #111827;
	border-color: rgba(17, 24, 39, 0.3);
}

.chat-cookie-toggle {
	right: 1rem;
}

.chat-cookie-activator {
	position: fixed;
	right: 1rem;
	bottom: 5.5rem;
	width: min(360px, calc(100% - 24px));
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 0.75rem;
	z-index: 1075;
}

.chat-cookie-toggle {
	position: static;
	width: auto;
}

.chat-cookie-panel {
	width: 100%;
	padding: 1rem;
	border: 1px solid #d9dce1;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.15);
	color: #111827;
}

.chat-cookie-panel p,
.cookie-panel-copy p,
.cookie-list p {
	margin-bottom: 0.75rem;
	line-height: 1.5;
}

.cookie-offcanvas {
	max-width: 520px;
}

.cookie-list .list-group-item {
	gap: 1rem;
	padding: 1.25rem 1rem;
	border-color: #e5e7eb;
}

.cookie-list .form-check {
	padding-left: 0;
	margin-top: 0.25rem;
}

.cookie-list .form-check-input {
	margin-left: 0;
	float: none;
}

.cookie-list .form-check-label {
	display: block;
	margin-bottom: 0.5rem;
	font-weight: 600;
	color: #111827;
}

@media (max-width: 767px) {
	.cookie-manager .cookies {
		padding: 1.25rem;
	}

	.cookie-banner-actions,
	.cookie-panel-actions,
	.chat-cookie-actions {
		flex-direction: column;
	}

	.cookie-banner-actions .btn,
		.cookie-panel-actions .btn,
		.chat-cookie-actions .btn,
		.chat-cookie-toggle {
		width: 100%;
		text-align: center;
	}

	.chat-cookie-activator {
		right: 0.75rem;
		left: 0.75rem;
		width: auto;
	}

	.cookie-settings-access {
		left: 0.75rem;
		right: auto;
		width: 44px;
		height: 44px;
	}

	.chat-cookie-activator {
		bottom: 5.5rem;
		align-items: stretch;
	}
}