.k-topbar {
	--bg: #039;
}

.k-header::before {
	content: "";
	float: right;
	width: 89px;
	height: 35px;
	background-image: url("../img/santen-logo.svg");
	background-repeat: no-repeat;
	background-size: contain;
	clear: right;
}

/* Make content fill height, so logo gets at the bottom */
.k-panel-view > *:only-child {
	min-height: calc(
		100vh - 2.5rem - 26px - 6rem
	); /* 100vh - (.k-topbar height) - (.k-panel-view::after height) - (.k-panel-view padding-bottom) */
}

.k-panel-view::after {
	content: "";
	display: block;
	position: relative;
	left: calc(50% - 163px / 2);
	bottom: 0;
	width: 163px;
	height: 26px;
	background-image: url("../img/buzzera-logo.png");
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.3;
}

/* Hide 'add' buttons for properties/options */
.k-panel[data-role="editor"]
	.k-section-name-medication-properties
	.k-section-header
	.k-button-group,
.k-panel[data-role="editor"]
	.k-section-name-medication-property-options
	.k-section-header
	.k-button-group {
	display: none;
}
