/* :host {
} */

.list {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: var(--spacing-4);
  gap: 2px;
}
