#bb-cookie-consent-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	padding: 0.5rem 1.25rem;
	background-color: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(6px);
	color: #1a1a1a;
	font-size: inherit;
	line-height: 1.5;
	box-shadow: 0px -10px 10px -5px rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}


#bb-cookie-consent-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	max-width: 1100px;
	margin: 0 auto;
}

#bb-cookie-consent-banner p {
	margin: 0;
	flex: 1 1 auto;
}

#bb-cookie-consent-banner a {
	color: #1a1a1a;
	text-decoration: underline;
}

#bb-cookie-consent-banner a:hover,
#bb-cookie-consent-banner a:focus {
	color: #000000;
	text-decoration: none;
}

#bb-cookie-consent-banner a:focus-visible {
	outline: 2px solid #1a1a1a;
	outline-offset: 2px;
	border-radius: 2px;
}

#bb-cookie-consent-banner button {
	flex: 0 0 auto;
	padding: 0.375rem 0.875rem;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	cursor: pointer;
	font-size: inherit;
	line-height: inherit;
	transition: background-color 0.15s, color 0.15s;
}

#bb-cookie-consent-banner button:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}
