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

.sapUiIntHeaderInfoSectionRow {
	display: flex;
	flex-direction: row;
	gap: 0.5rem;
}

.sapUiIntHeaderInfoSectionColumn {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.sapUiIntHeaderInfoSectionItemsGroup {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

/* justify-content */
.sapUiIntHeaderInfoSectionItemJustifyStart {
	justify-content: flex-start;
}

.sapUiIntHeaderInfoSectionItemJustifyEnd {
	justify-content: flex-end;
}

.sapUiIntHeaderInfoSectionItemJustifySpaceBetween {
	justify-content: space-between;
}