.jodit-ui-browser-status-bar {
	display: flex;
	height: var(--status-bar-height);
	justify-content: space-between;

	border-top: 1px solid var(--sidebar-border-color);
	color: var(--fb-color);
	font-size: 0.8em;

	&__slot-left,
	&__slot-center,
	&__slot-right {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 var(--padding-default);
		opacity: 0.6;
	}
}
