:host {
	height: 2.75rem;
	background: var(--sapList_GroupHeaderBackground);
	color: var(--sapList_TableGroupHeaderTextColor);
}

.ui5-group-li-root {
	width: 100%;
	height: 100%;
	position: relative;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

[ui5-li-group-header]::part(native-li) {
	line-height: normal;
	padding-bottom: 0.5rem;
}

[ui5-li-group-header] {
	border-bottom: var(--sapList_BorderWidth) solid var(--sapList_GroupHeaderBorderColor);
}