.scx-header {
	position: relative;
	margin-bottom: clamp(1em, 3vw, 2em);
}

.graphite-app .scx-header > a.cmd {
	display: none !important;
}

.scx-header > a.edit.setting {
	right: 10px !important;
	top: 10px !important;
	width: 24px;
	height: 25px;
	visibility: visible;
	position: absolute;
	background: url(../../css/images/icon-gear-24x24.png);
}

.graphite-app .scx-header .command-button.settings {
	width: 15px;
	height: 15px;
	background-image: url(../../css/images/icon-gear-24x24.png);
	background-size: contain;
	top: 18px;
	right: 34px;
	box-shadow: none;
	cursor: pointer;
}

.graphite-app .scx-header .ux-introduction:hover .command-button {
	opacity: 1;
	transform: scale(1);
}

.graphite-app .scx-header .command-button::before {
	display: none;
}

.scx-header .cmd {
	display: none;
}

.scx-header a.api[data-action="edit"] {
	position: absolute;
	top: 18px;
	right: 10px;
	width: 15px;
	height: 15px;
	background: url(../../css/images/icon-pencil-24x24.png);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1;
}

.scx-header .over {
	outline: var(--item-outline);
}
