.bu-doc-page {
	--doc-sidebar: 310px;
	--doc-topbar: 72px;
	background: #fff;
	color: #22214e;
	min-width: 0;
}

.material-symbols-rounded {
	font-family: "Material Symbols Rounded";
	font-style: normal;
	font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1;
	text-transform: none;
	white-space: nowrap;
	word-wrap: normal;
}

.bu-doc-page [hidden] {
	display: none !important;
}

.bu-doc-sidebar {
	background: #22214e;
	border: 0;
	border-radius: 0;
	bottom: 0;
	box-shadow: none;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 0;
	left: 0;
	max-height: none;
	overflow: hidden;
	padding: 0;
	position: fixed;
	top: 0;
	width: var(--doc-sidebar);
	z-index: 60;
}

.bu-doc-sidebar-head {
	padding: 26px 22px 20px;
	position: relative;
}

.bu-doc-product {
	align-items: center;
	color: #fff;
	display: flex;
	font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
	font-size: 15px;
	font-weight: 700;
	gap: 11px;
	line-height: 1.25;
}

/*.bu-doc-product > span:last-child {
	color: #fff;
}*/

.bu-doc-product-icon {
	align-items: center;
	background: #ffde3d;
	border-radius: 50%;
	color: #22214e;
	display: inline-flex;
	font-size: 21px;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.bu-doc-sidebar-head p {
	color: rgba(255, 255, 255, 0.58);
	font-size: 12px;
	margin: 12px 0 0 53px;
}

.bu-doc-close {
	background: transparent;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: none;
	font-size: 24px;
	padding: 8px;
	position: absolute;
	right: 12px;
	top: 19px;
}

.bu-doc-search {
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 7px;
	display: grid;
	gap: 8px;
	grid-template-columns: 20px minmax(0, 1fr) auto;
	margin: 8px 22px 10px;
	padding: 0 12px;
	transition: background 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.bu-doc-search:focus-within {
	background: rgba(255, 255, 255, 0.14);
	border-color: #ffde3d;
	box-shadow: 0 0 0 3px rgba(255, 222, 61, 0.15);
}

.bu-doc-search > span {
	color: rgba(255, 255, 255, 0.64);
	font-size: 20px;
}

.bu-doc-search input {
	appearance: none;
	background: transparent;
	border: 0;
	box-shadow: none;
	color: #fff;
	font: inherit;
	font-size: 14px;
	height: 44px;
	min-width: 0;
	outline: 0;
	padding: 0;
	width: 100%;
}

.bu-doc-search input::placeholder {
	color: rgba(255, 255, 255, 0.62);
}

.bu-doc-search input::-webkit-search-cancel-button {
	display: none;
}

.bu-doc-search kbd {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 4px;
	color: rgba(255, 255, 255, 0.64);
	font-family: inherit;
	font-size: 11px;
	padding: 1px 5px;
}

.bu-doc-search-status {
	color: rgba(255, 255, 255, 0.62);
	font-size: 11px;
	min-height: 17px;
	padding: 0 23px;
}

.bu-doc-nav {
	display: block;
	flex: 1 1 auto;
	overflow-y: auto;
	padding: 8px 14px 24px;
	scrollbar-color: rgba(255, 255, 255, 0.22) transparent;
	scrollbar-width: thin;
}

.bu-doc-nav-group {
	display: grid;
	gap: 3px;
	margin-bottom: 20px;
}

.bu-doc-nav-group > strong {
	color: rgba(255, 255, 255, 0.48);
	font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0 10px 7px;
	text-transform: uppercase;
}

.bu-doc-nav a {
	align-items: center;
	border-left: 2px solid transparent;
	border-radius: 0;
	color: rgba(255, 255, 255, 0.7);
	display: grid;
	font-size: 13px;
	font-weight: 600;
	gap: 10px;
	grid-template-columns: 21px minmax(0, 1fr);
	line-height: 1.3;
	padding: 9px 10px;
	transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}

.bu-doc-nav a .material-symbols-rounded {
	font-size: 18px;
}

.bu-doc-nav a:hover {
	background: rgba(255, 255, 255, 0.07);
	color: #fff;
}

.bu-doc-nav a.is-active,
.bu-doc-nav a[aria-current="true"] {
	background: rgba(255, 255, 255, 0.1);
	border-left-color: #ffde3d;
	color: #fff;
}

.bu-doc-nav a.is-search-match {
	color: #ffea75;
}

.bu-doc-sidebar-support {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	display: grid;
	font-size: 12px;
	gap: 2px;
	margin: 0 22px;
	padding: 18px 0 22px;
}

.bu-doc-sidebar-support span {
	color: rgba(255, 255, 255, 0.58);
}

.bu-doc-sidebar-support a {
	color: #ffde3d;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.bu-doc-shell {
	margin-left: var(--doc-sidebar);
	min-height: 100vh;
}

.bu-doc-topbar {
	align-items: center;
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid #e4e7ee;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr) auto;
	height: var(--doc-topbar);
	left: var(--doc-sidebar);
	padding: 0 clamp(24px, 4vw, 58px);
	position: fixed;
	right: 0;
	top: 0;
	z-index: 40;
}

.bu-doc-breadcrumb {
	color: #6f7284;
	font-size: 13px;
}

.bu-doc-breadcrumb strong {
	color: #22214e;
	font-weight: 700;
}

.bu-doc-topbar nav {
	align-items: center;
	display: flex;
	gap: 24px;
}

.bu-doc-topbar nav a {
	align-items: center;
	color: #22214e;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 6px;
}

.bu-doc-topbar nav a:hover {
	color: #6259f6;
}

.bu-doc-topbar nav .material-symbols-rounded {
	font-size: 18px;
}

.bu-doc-menu {
	background: transparent;
	border: 0;
	color: #22214e;
	cursor: pointer;
	display: none;
	font-size: 25px;
	padding: 6px;
}

.bu-doc-main {
	padding: calc(var(--doc-topbar) + 74px) clamp(28px, 6vw, 84px) 90px;
}

.bu-doc-content {
	display: block;
	margin: 0 auto;
	max-width: 1010px;
}

.bu-doc-overview {
	padding: 26px 0 72px;
	scroll-margin-top: 100px;
}

.bu-doc-overview .bu-eyebrow,
.bu-doc-card .bu-eyebrow {
	color: #22214e;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.1em;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.bu-doc-overview h1 {
	font-size: clamp(48px, 5.4vw, 74px);
	line-height: 1.03;
	margin-bottom: 20px;
	max-width: 900px;
}

.bu-doc-overview-lead {
	font-size: 19px;
	line-height: 1.7;
	max-width: 850px;
}

.bu-doc-meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 16px 28px;
	margin-top: 28px;
}

.bu-doc-meta span {
	align-items: center;
	color: #686b7c;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	gap: 7px;
}

.bu-doc-meta i {
	color: #159473;
	font-size: 18px;
}

.bu-doc-overview-image {
	border: 1px solid #dfe3ec;
	border-radius: 8px;
	box-shadow: 0 18px 52px rgba(34, 33, 78, 0.1);
	margin: 42px 0 28px;
	overflow: hidden;
}

.bu-doc-overview-image img {
	width: 100%;
}

.bu-doc-callout {
	align-items: start;
	background: #f2f3fb;
	border-left: 4px solid #22214e;
	display: grid;
	gap: 12px;
	grid-template-columns: 24px minmax(0, 1fr);
	padding: 17px 18px;
}

.bu-doc-callout > span {
	color: #22214e;
	font-size: 22px;
}

.bu-doc-callout p {
	color: #454960;
	font-size: 14px;
}

.bu-doc-sections {
	display: block;
}

.bu-doc-page .bu-doc-card {
	background: transparent;
	border: 0;
	border-radius: 0;
	border-top: 1px solid #e4e7ee;
	box-shadow: none;
	display: grid;
	gap: 18px;
	padding: 72px 0;
	scroll-margin-top: 88px;
}

.bu-doc-page .bu-doc-card h2 {
	font-size: clamp(30px, 4vw, 43px);
	line-height: 1.12;
	margin-bottom: 0;
}

.bu-doc-page .bu-doc-card h3 {
	font-size: 17px;
}

.bu-doc-page .bu-doc-grid article,
.bu-doc-page .bu-doc-split > div {
	background: #f8f9fc;
	border-color: #e2e5ed;
	border-radius: 7px;
}

.bu-doc-page .bu-doc-note,
.bu-doc-page .bu-doc-example {
	background: #f2f3fb;
	border-color: #dfe2f2;
	border-radius: 7px;
}

.bu-doc-page .bu-doc-steps li::before {
	background: #6259f6;
}

.bu-doc-page .bu-doc-checklist li::before {
	background: #eef5ff;
	border-color: #cfe0ff;
	color: #6259f6;
}

.bu-doc-page .bu-doc-workflows li {
	box-shadow: none;
}

.bu-doc-no-results {
	align-items: center;
	border: 1px solid #e2e5ed;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	margin: 24px 0 72px;
	padding: 48px 24px;
	text-align: center;
}

.bu-doc-no-results > span {
	color: #6259f6;
	font-size: 42px;
	margin-bottom: 12px;
}

.bu-doc-no-results h2 {
	font-size: 28px;
	margin-bottom: 8px;
}

.bu-doc-no-results button {
	background: #22214e;
	border: 0;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-size: 13px;
	font-weight: 700;
	margin-top: 18px;
	padding: 10px 15px;
}

.bu-doc-footer {
	align-items: center;
	border-top: 1px solid #e4e7ee;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin: 0 clamp(28px, 6vw, 84px);
	padding: 28px 0;
}

.bu-doc-footer p,
.bu-doc-footer a {
	color: #777b8d;
	font-size: 12px;
}

.bu-doc-footer nav {
	display: flex;
	gap: 20px;
}

.bu-doc-overlay {
	background: rgba(15, 15, 36, 0.52);
	inset: 0;
	position: fixed;
	z-index: 55;
}

@media (max-width: 1024px) {
	.bu-doc-page {
		--doc-sidebar: 286px;
	}

	.bu-doc-main {
		padding-left: 42px;
		padding-right: 42px;
	}
}

@media (max-width: 820px) {
	.bu-doc-page {
		--doc-topbar: 64px;
	}

	.bu-doc-sidebar {
		transform: translateX(-100%);
		transition: transform 0.22s ease;
		width: min(88vw, 310px);
	}

	.bu-doc-page.is-doc-menu-open {
		overflow: hidden;
	}

	.bu-doc-page.is-doc-menu-open .bu-doc-sidebar {
		transform: translateX(0);
	}

	.bu-doc-close,
	.bu-doc-menu {
		display: inline-flex;
	}

	.bu-doc-shell {
		margin-left: 0;
	}

	.bu-doc-topbar {
		grid-template-columns: auto minmax(0, 1fr) auto;
		left: 0;
		padding: 0 16px;
	}

	.bu-doc-breadcrumb span {
		display: none;
	}

	.bu-doc-topbar nav {
		gap: 10px;
	}

	.bu-doc-topbar nav a {
		font-size: 0;
		padding: 6px;
	}

	.bu-doc-topbar nav .material-symbols-rounded {
		font-size: 21px;
	}

	.bu-doc-main {
		padding: calc(var(--doc-topbar) + 42px) 22px 64px;
	}

	.bu-doc-content {
		border-top: 0;
	}

	.bu-doc-overview {
		padding-top: 0;
	}

	.bu-doc-overview h1 {
		font-size: clamp(38px, 10vw, 52px);
	}

	.bu-doc-overview-lead {
		font-size: 17px;
	}
}

@media (max-width: 560px) {
	.bu-doc-main {
		padding-left: 18px;
		padding-right: 18px;
	}

	.bu-doc-breadcrumb {
		font-size: 12px;
		min-width: 0;
	}

	.bu-doc-overview {
		padding-bottom: 56px;
	}

	.bu-doc-overview .bu-eyebrow,
	.bu-doc-card .bu-eyebrow {
		margin-bottom: 12px;
	}

	.bu-doc-overview h1 {
		font-size: 36px;
		line-height: 1.08;
	}

	.bu-doc-overview-image {
		margin-top: 32px;
	}

	.bu-doc-meta {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bu-doc-page .bu-doc-card {
		padding: 54px 0;
	}

	.bu-doc-page .bu-doc-card h2 {
		font-size: 30px;
	}

	.bu-doc-page .bu-doc-grid,
	.bu-doc-page .bu-doc-grid-compact,
	.bu-doc-page .bu-doc-split {
		grid-template-columns: 1fr;
	}

	.bu-doc-footer {
		align-items: flex-start;
		flex-direction: column;
		margin: 0 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bu-doc-sidebar {
		transition: none;
	}
}
