@scope (.__ContainedList) { :scope { list-style: none; padding: 0; display: flex; flex-direction: column; li { --border: 2px solid var(--surface); border-top: var(--border); &:last-child { border-bottom: var(--border); } height: 3rem; display: flex; > * { flex-grow: 1; } } } }