.top-bar__context {
	display: none !important;
}

.toolbar-button--icon--dots:before {
	content: 'More actions' !important;
}

.top-bar__content {
	display: flex !important;
	justify-content: flex-end !important;
}

.toolbar-button--primary {
	background: var(--color--primary-50) !important;
}

.toolbar-button--primary:hover,
.toolbar-button--primary:focus {
	background: var(--color--primary-40) !important;
}