.brightpath-consent {
	position: relative;
	z-index: 100000;
}

.brightpath-consent__manage {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	min-height: 44px;
	padding: .65rem 1rem;
	background: #173a31;
	color: #fff;
	border: 1px solid rgba(255,255,255,.28);
	border-radius: 999px;
	box-shadow: 0 8px 28px rgba(0,0,0,.2);
	font: 600 .82rem/1.2 system-ui, sans-serif;
	cursor: pointer;
}

.brightpath-consent__panel {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	left: 1rem;
	display: flex;
	justify-content: center;
	pointer-events: none;
}

.brightpath-consent__panel[hidden] {
	display: none;
}

.brightpath-consent__card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
	width: min(940px, 100%);
	padding: 1rem 1.1rem;
	background: rgba(251,247,238,.97);
	color: #24211c;
	border: 1px solid #e5ded1;
	border-radius: 1rem;
	box-shadow: 0 18px 50px rgba(0,0,0,.2);
	pointer-events: auto;
}

.brightpath-consent__card h2 {
	margin: 0 0 .25rem;
	font: 700 1.05rem/1.2 "Manrope", system-ui, sans-serif;
}

.brightpath-consent__card p {
	margin: 0;
	color: #555047;
	font: 400 .9rem/1.5 system-ui, sans-serif;
}

.brightpath-consent__actions {
	display: flex;
	flex: 0 0 auto;
	gap: .65rem;
}

.brightpath-consent__actions button {
	min-height: 44px;
	padding: .7rem 1rem;
	background: #c99732;
	color: #161513;
	border: 1px solid #9d6e18;
	border-radius: 999px;
	font-weight: 700;
	cursor: pointer;
}

.brightpath-consent__actions button:first-child {
	background: transparent;
	border-color: #6c675f;
}

.brightpath-consent button:focus-visible,
.brightpath-consent a:focus-visible,
.brightpath-consent input:focus-visible {
	outline: 3px solid #c99732;
	outline-offset: 3px;
}

@media (max-width: 680px) {
	.brightpath-consent__card {
		display: grid;
	}

	.brightpath-consent__actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.brightpath-consent__actions button {
		width: 100%;
	}
}
