.list-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.625rem 0;
	width: 100%;
}

.item-left {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	flex: 1;
}

.item-texts {
	display: flex;
	flex-direction: column;
}

.item-title {
	font-family: var(--sapFontFamily);
	font-size: var(--sapFontLargeSize);
	font-weight: normal;
	color: var(--sapList_TextColor);
	margin: 0.5rem;
}

.item-subtitle {
	color: var(--sapContent_LabelColor);
	font-size: var(--sapFontSize);
	margin: 0.5rem;
}

.item-right {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
