/* Isolated Redoc shell — no WordPress admin bar / theme chrome */

html {
	margin: 0 !important;
	padding: 0 !important;
	scroll-behavior: auto !important;
	scroll-padding-top: 0 !important;
}

html,
body.hb-api-docs-shell-body {
	margin: 0 !important;
	padding: 0 !important;
	background: #fff;
	font-family: Lato, Helvetica, Arial, sans-serif;
	color: #1a2333;
}

body.hb-api-docs-shell-body {
	min-height: 100%;
	overflow-x: hidden;
}

/* Fixed brand bar — height must match Redoc scrollYOffset (56). */
.hb-api-docs-top {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0 1.25rem;
	background: #fff;
	border-bottom: 1px solid #e6eaf0;
}

.hb-api-docs-top__brand {
	display: inline-flex;
	align-items: center;
	line-height: 0;
	text-decoration: none;
	color: #031944;
	font-weight: 700;
}

.hb-api-docs-top__logo {
	display: block;
	height: 32px;
	width: auto;
}

.hb-api-docs-top__label {
	font-size: 0.9rem;
	font-weight: 700;
	color: #5b6575;
}

#haltback-redoc {
	width: 100%;
	background: #fff;
}

#haltback-redoc .loading-container {
	padding: 3rem 1.5rem;
	text-align: center;
	color: #5b6575;
}
