.root {}

.root .itemWrapper {
  border-bottom: var(--standard-border-width) solid var(--medium-gray);
}

.root .itemWrapper:first-child {
  border-top: var(--standard-border-width) solid var(--medium-gray);
}
