/* ====================================================== */
/* CSS for control sap.ui.integration.cards/ObjectContent */
/* Evening Horizon theme                                  */
/* ====================================================== */

// The sapUiIntCardObjectButtonGroup (Bar) has been overstyled so it will align with its Label
// The following rule will circumvent the clipping of that Bar, because of overflow: hidden on sapUiAFLayoutItem
.sapFCardObjectContent .sapUiAFLayout .sapUiAFLayoutItem {
	margin-left: -1rem;
	padding-left: 1rem;
}