/* ======================================================== */
/* CSS for control sap.ui.integration.controls/ActionsStrip */
/* Base theme                                               */
/* ======================================================== */

.sapUiIntActionsStrip {
	display: flex;
	align-items: center;
	flex: 1;
	min-width: 0;

	.sapMIBar {
		flex: 1;
		padding: 0;
	}

	.sapMBarChild:first-child {
		margin-left: 0;
	}

	.sapMLabel {
		font-weight: normal;
		font-family: var(--sapFontFamily);
		color: var(--sapContent_LabelColor);
	}
}