.bb-consent[hidden],
.bb-consent [hidden] {
	display: none !important;
}

.bb-consent {
	position: fixed;
	z-index: 99999;
	right: 1rem;
	bottom: 1rem;
	left: 1rem;
	color: #173b39;
	font-family: inherit;
}

.bb-consent__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(17rem, .65fr);
	gap: 1.25rem 2rem;
	max-width: 72rem;
	margin: 0 auto;
	padding: clamp(1.15rem, 2.5vw, 1.75rem);
	background: #fbf4e9;
	border: 1px solid rgba(23, 59, 57, .2);
	border-radius: 1.25rem;
	box-shadow: 0 1.25rem 4rem rgba(17, 50, 48, .2);
}

.bb-consent__copy h2 {
	margin: .15rem 0 .55rem;
	font-size: clamp(1.25rem, 3vw, 1.75rem);
	line-height: 1.15;
}

.bb-consent__copy p {
	max-width: 58rem;
	margin: 0 0 .6rem;
	line-height: 1.55;
}

.bb-consent__copy a,
.bb-consent__link {
	color: #173b39;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: .2em;
}

.bb-consent__eyebrow {
	margin: 0 !important;
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.bb-consent__preferences {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: .65rem;
}

.bb-consent__choice {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	min-width: 0;
	padding: .8rem;
	background: rgba(255, 255, 255, .66);
	border: 1px solid rgba(23, 59, 57, .15);
	border-radius: .85rem;
}

.bb-consent__choice strong,
.bb-consent__choice span {
	display: block;
}

.bb-consent__choice span span {
	margin-top: .15rem;
	font-size: .82rem;
	line-height: 1.35;
}

.bb-consent__choice input {
	width: 1.25rem;
	height: 1.25rem;
	margin: 0;
	accent-color: #277c73;
}

.bb-consent__required {
	flex: 0 0 auto;
	font-size: .75rem;
	font-weight: 800;
}

.bb-consent__actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .6rem;
	align-content: center;
}

.bb-consent__button,
.bb-consent__link {
	min-height: 2.8rem;
	padding: .65rem .85rem;
	font: inherit;
	cursor: pointer;
}

.bb-consent__button {
	color: #173b39;
	font-weight: 800;
	background: #fff;
	border: 1px solid #277c73;
	border-radius: 999px;
}

.bb-consent__button:hover,
.bb-consent__button:focus-visible {
	color: #fff;
	background: #277c73;
}

.bb-consent__button--save {
	grid-column: 1 / -1;
	color: #fff;
	background: #277c73;
}

.bb-consent__link {
	grid-column: 1 / -1;
	background: transparent;
	border: 0;
}

@media (max-width: 48rem) {
	.bb-consent {
		right: .5rem;
		bottom: .5rem;
		left: .5rem;
	}

	.bb-consent__inner {
		grid-template-columns: 1fr;
		max-height: calc(100vh - 1rem);
		overflow: auto;
	}

	.bb-consent__preferences {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bb-consent *,
	.bb-consent *::before,
	.bb-consent *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
