.page-header-actions {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 15px;
	flex-wrap: wrap;
}

.page-header-actions h1 {
	margin: 0;
}

kbd {
	display: inline-block;
	min-width: 2.2em;
	padding: 0 0.4em;
	border: 1px solid currentColor;
	border-radius: 0.3em;
	box-shadow: 0 0.1em 0 currentColor;
	color: #4f5b66;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	font-size: 0.8em;
	font-weight: 600;
	line-height: 1.6;
	opacity: 0.7;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
}

.btn .shortcut-hint kbd {
	color: inherit;
	background-color: transparent;
	box-shadow: 0 0.1em 0 currentColor;
	opacity: 1;
}

.shortcut-hint {
	display: inline-flex;
	align-items: center;
	margin-left: 8px;
	vertical-align: middle;
}

.control-label .shortcut-hint {
	margin-left: 6px;
}

@media (hover: none), (pointer: coarse) {
	.shortcut-hint {
		display: none;
	}
}
