.page-header-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px 24px;
}

.page-header .page-title {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 0;
	flex: 1 1 240px;
	min-width: 0;
}

.page-header .heading-elements,
.panel-heading .heading-elements {
	position: static;
	float: none;
	height: auto;
	margin: 0;
	flex: 0 1 auto;
}

.heading-elements .heading-btn-group {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

@media (min-width: 769px) {
	.sidebar-main.sidebar-fixed {
		vertical-align: top;
		background-color: #263238;
		min-height: 100%;
	}

	.sidebar-main.sidebar-fixed .sidebar-content {
		position: sticky;
		top: 0;
		min-height: 100vh;
		width: 260px;
		max-height: 100vh;
		overflow-x: hidden;
		overflow-y: auto;
		background-color: #263238;
		z-index: 99;
	}
}

.product-thumb {
	min-height: 148px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 52px;
	line-height: 1;
}

.product-thumb a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 148px;
	color: inherit;
}

.navbar-text .label {
	margin-top: 2px;
}

.logout-form {
	margin: 0;
}

.logout-form button {
	padding: 8px 15px;
	color: inherit;
	text-decoration: none;
	width: 100%;
	text-align: left;
}

.job-actions .btn {
	margin-bottom: 8px;
}

.board-col .panel {
	min-height: 80px;
}

.lang-link[aria-current="true"] {
	font-weight: 700;
}
