.bkab-bar {
	width: 100%;
	background: #3e7dd4;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px 16px;
	max-height: 60px;
	overflow: hidden;
	transition: max-height 0.4s ease, padding 0.4s ease;
}

.bkab-bar.bkab-bar--hidden {
	max-height: 0;
	padding-top: 0;
	padding-bottom: 0;
	pointer-events: none;
}

.bkab-text {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	line-height: 1.4;
}

.bkab-code {
	display: inline-block;
	white-space: nowrap;
	border: 1px dashed rgba( 255, 255, 255, 0.8 );
	background: rgba( 255, 255, 255, 0.2 );
	border-radius: 4px;
	padding: 1px 6px;
	letter-spacing: 0.35px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}
