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

.sapUiIntCard {
	&.sapFCardNoHeader,
	&.sapFCardBottomHeader {
		& > .sapFCardContent > .sapFCardListContent .sapMLIBFocusable:first-child:focus { // first item in the list
			border-radius: 1rem 1rem 0 0;
		}
	}

	&:not(.sapUiIntCardWithFooter):not(.sapFCardBottomHeader):not(.sapFCardTransparent) {
		& > .sapFCardContent > .sapFCardListContent .sapUiIntLCIRoundedCorners.sapMLIBFocusable:last-child:focus { // last item in the list
			border-radius: 0 0 1rem 1rem;
		}
	}
}
