/* ============================================== */
/* CSS for control sap.uxap/ObjectPageSubSection  */
/* Belize theme                                   */
/* ============================================== */

@_sap_uxap_ObjectPageSubSection_BorderColor: lighten(@sapUiListBorderColor, 5);

.sapUxAPObjectPageSubSection {
	border-bottom: 0.125rem solid @_sap_uxap_ObjectPageSubSection_BorderColor;
}

.sapUxAPObjectPageSection .sapUxAPObjectPageSubSection:last-child {
	border-bottom: none;
}

.sapUxAPObjectPageSubSectionTitleUppercase {
	text-transform: uppercase;
}

.sapUxAPObjectPageSubSectionFocusable:focus {
	outline: 1px dotted @sapUiContentFocusColor;
	outline-offset: -1px;
}