.anb-bar[hidden] {
	display: none;
}

.anb-bar {
	box-sizing: border-box;
	inset-inline: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: var(--anb-bar-z-index, 999990);
}

.anb-bar.is-open {
	display: block;
}

.anb-bar *,
.anb-bar *::before,
.anb-bar *::after {
	box-sizing: border-box;
}

.anb-bar,
.anb-bar button,
.anb-bar input,
.anb-bar select,
.anb-bar textarea {
	font-family: inherit;
}

.anb-bar h1,
.anb-bar h2,
.anb-bar h3,
.anb-bar h4,
.anb-bar h5,
.anb-bar h6,
.anb-bar p,
.anb-bar ul,
.anb-bar ol,
.anb-bar li {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.anb-bar--position-static {
	position: relative;
}

.anb-bar--position-sticky {
	position: sticky;
	top: var(--anb-bar-top-offset, 0px);
}

.anb-bar--position-fixed {
	position: fixed;
	top: var(--anb-bar-top-offset, 0px);
}

.anb-bar__viewport {
	margin: 0;
	padding-inline: 0;
	width: 100%;
}

.anb-bar--layout-full .anb-bar__viewport {
	margin: 0;
	padding: 0;
}

.anb-bar--layout-full.anb-bar--position-static,
.anb-bar--layout-full.anb-bar--position-sticky {
	left: 50%;
	margin-left: -50vw;
	margin-right: 0;
	max-width: none;
	width: 100vw;
}

.anb-bar--flush-top.anb-bar--position-static {
	top: calc(-1 * var(--anb-body-top-offset, 0px));
}

.anb-bar--flush-top.anb-bar--position-sticky {
	top: calc(var(--anb-bar-top-offset, 0px) - var(--anb-body-top-offset, 0px));
}

.anb-bar--layout-contained .anb-bar__viewport {
	padding: 10px 16px 0;
}

.anb-bar--flush-top.anb-bar--layout-contained .anb-bar__viewport {
	padding-top: 0;
}

.anb-bar__surface {
	align-items: center;
	border: var(--anb-bar-border-width, 0) solid var(--anb-bar-border-color, transparent);
	box-shadow: var(--anb-bar-shadow, none);
	display: flex;
	gap: 16px;
	isolation: isolate;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 100%;
	min-height: var(--anb-bar-min-height, 64px);
	overflow: visible;
	padding: var(--anb-bar-padding, 14px 18px);
	position: relative;
	width: 100%;
}

.anb-bar--layout-full .anb-bar__surface {
	border-radius: 0 !important;
	margin: 0;
	max-width: none;
	width: 100%;
}

.anb-bar--layout-contained .anb-bar__surface {
	max-width: var(--anb-container-max-width, 1120px);
}

.anb-bar__main {
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	gap: 20px;
	min-width: 0;
	padding-right: 44px;
}

.anb-bar__main--right {
	justify-content: space-between;
}

.anb-bar__main--left {
	justify-content: flex-start;
}

.anb-bar__main--left .anb-bar__actions {
	order: -1;
	margin-inline-end: 20px;
	margin-inline-start: 0;
}

.anb-bar__main--center {
	align-items: stretch;
	flex-direction: column;
	padding-right: 0;
	width: 100%;
	text-align: center;
}

.anb-bar__main--center .anb-bar__copy,
.anb-bar__main--center .anb-bar__actions {
	text-align: center;
	width: 100%;
}

.anb-bar__main--center .anb-bar__actions {
	width: 100%;
}

.anb-bar__main--center .anb-bar__actions--center {
	justify-content: center;
}

.anb-bar__main--center .anb-bar__actions--left {
	justify-content: flex-start;
}

.anb-bar__main--center .anb-bar__actions--right {
	justify-content: flex-end;
	margin-inline-start: 0;
}

.anb-bar__copy {
	flex: 1 1 auto;
	min-width: 0;
}

.anb-bar__title {
	color: inherit;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 6px;
	padding: 0;
	letter-spacing: normal;
	text-transform: none;
}

.anb-bar__content {
	color: inherit;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: normal;
	text-transform: none;
}

.anb-bar__content > :first-child {
	margin-top: 0;
}

.anb-bar__content > :last-child {
	margin-bottom: 0;
}

.anb-bar__content p {
	margin: 0;
	padding: 0;
}

.anb-bar__content p + p {
	margin-top: 4px;
}

.anb-bar__content ul,
.anb-bar__content ol {
	margin-top: 8px;
	padding-inline-start: 20px;
}

.anb-bar__content li + li {
	margin-top: 4px;
}

.anb-bar__actions {
	display: flex;
	flex: 0 0 auto;
	flex-wrap: wrap;
	gap: 10px;
	position: relative;
	z-index: 2;
}

.anb-bar__actions--left {
	justify-content: flex-start;
}

.anb-bar__actions--center {
	justify-content: center;
}

.anb-bar__actions--right {
	justify-content: flex-end;
	margin-inline-start: auto;
}

.anb-bar__close {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 999px;
	color: var(--anb-close-color, inherit);
	cursor: pointer;
	display: inline-flex;
	font-size: 26px;
	height: 32px;
	justify-content: center;
	line-height: 1;
	margin: 0;
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 0;
	width: 32px;
	z-index: 2;
}

.anb-bar__close:hover,
.anb-bar__close:focus-visible {
	background: var(--anb-close-hover-bg, rgba(15, 23, 42, 0.08));
}

.anb-bar--align-left .anb-bar__copy,
.anb-bar--align-left .anb-bar__content {
	text-align: left;
}

.anb-bar--align-center .anb-bar__copy,
.anb-bar--align-center .anb-bar__content {
	text-align: center;
}

.anb-bar--align-right .anb-bar__copy,
.anb-bar--align-right .anb-bar__content {
	text-align: right;
}

.anb-bar--arrangement-stacked .anb-bar__main {
	align-items: flex-start;
	flex-direction: column;
}

.anb-bar-spacer {
	height: 0;
}

.anb-button {
	appearance: none;
	align-items: center;
	background-image: none !important;
	border: 0;
	border-radius: 12px;
	box-shadow: none !important;
	display: inline-flex;
	font-size: 14px;
	font-weight: 600;
	justify-content: center;
	line-height: 1.15;
	min-height: 32px;
	opacity: 1;
	padding: 6px 14px;
	position: relative;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, opacity 0.18s ease, filter 0.18s ease;
	z-index: 1;
}

.anb-button--shape-default {
	border-radius: 12px;
}

.anb-button--shape-rounded {
	border-radius: 16px;
}

.anb-button--shape-pill {
	border-radius: 999px;
}

.anb-button--shape-square {
	border-radius: 0;
}

.anb-button--size-sm {
	font-size: 13px;
	min-height: 30px;
	padding: 5px 12px;
}

.anb-button--size-md {
	font-size: 14px;
	min-height: 34px;
	padding: 7px 14px;
}

.anb-button--size-lg {
	font-size: 15px;
	min-height: 40px;
	padding: 10px 18px;
}

.anb-button--primary {
	background: var(--anb-button-primary-bg, #111827) !important;
	color: var(--anb-button-primary-text, #ffffff) !important;
}

.anb-button--primary:hover,
.anb-button--primary:focus-visible {
	background: var(--anb-button-primary-bg, #111827) !important;
	color: var(--anb-button-primary-text, #ffffff) !important;
	filter: brightness(0.94);
}

.anb-button--secondary {
	background: #ffffff !important;
	border: 1px solid var(--anb-button-secondary-border, #cbd5e1) !important;
	color: var(--anb-button-secondary-text, inherit) !important;
}

.anb-button--secondary:hover,
.anb-button--secondary:focus-visible {
	background: #f8fafc !important;
	border-color: var(--anb-button-secondary-border, #cbd5e1) !important;
	color: var(--anb-button-secondary-text, inherit) !important;
}

.anb-button--text {
	background: transparent !important;
	color: var(--anb-button-text-color, inherit) !important;
	padding-left: 0;
	padding-right: 0;
}

.anb-button--text:hover,
.anb-button--text:focus-visible {
	opacity: 0.72;
}

.anb-button,
.anb-button:hover,
.anb-button:focus,
.anb-button:visited {
	text-decoration: none;
}

.anb-button.is-disabled {
	cursor: default;
	opacity: 1;
	pointer-events: none;
}

.anb-bar :focus-visible {
	outline: 2px solid #2563eb;
	outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
	.anb-bar,
	.anb-bar__surface,
	.anb-button {
		transition: none !important;
	}
}

@media (max-width: 960px) {
	.anb-bar__main--right {
		align-items: flex-start;
		flex-direction: column;
	}

	.anb-bar__main--left {
		align-items: flex-start;
		flex-direction: column;
	}

	.anb-bar__main--left .anb-bar__actions {
		order: 0;
		margin-inline-end: 0;
	}

	.anb-bar__main--center {
		align-items: stretch;
		flex-direction: column;
		padding-right: 0;
		width: 100%;
		text-align: center;
	}

	.anb-bar__actions {
		width: 100%;
	}

	.anb-bar__main--right .anb-bar__actions--right,
	.anb-bar__main--right .anb-bar__actions--center,
	.anb-bar__main--right .anb-bar__actions--left {
		justify-content: flex-start;
		margin-inline-start: 0;
	}

	.anb-bar__main--left .anb-bar__actions--right,
	.anb-bar__main--left .anb-bar__actions--center,
	.anb-bar__main--left .anb-bar__actions--left {
		justify-content: flex-start;
		margin-inline-start: 0;
	}

	.anb-bar__main--center .anb-bar__copy {
		align-self: stretch;
		text-align: center;
		width: 100%;
	}

	.anb-bar__main--center .anb-bar__actions--right,
	.anb-bar__main--center .anb-bar__actions--center,
	.anb-bar__main--center .anb-bar__actions--left {
		justify-content: center;
		margin-inline-start: 0;
	}
}

@media (max-width: 640px) {
	.anb-bar--layout-contained .anb-bar__viewport {
		padding-inline: 12px;
	}

	.anb-bar__surface {
		align-items: flex-start;
		flex-direction: column;
	}

	.anb-bar__actions {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.anb-button {
		width: auto;
		max-width: 100%;
	}

	.anb-button--text {
		justify-content: flex-start;
		width: auto;
	}
}

@media (max-width: 420px) {
	.anb-bar__actions {
		flex-direction: column;
	}

	.anb-button {
		width: 100%;
	}

	.anb-button--text {
		width: auto;
	}
}
