:host {
  display: flex;
  border-bottom: 1px solid var(--color-gray-eee);
  user-select: none;

  .option {
    cursor: pointer;
    padding: 2px 8px 8px 8px;

    &.selected {
      color: var(--accent-color-bg);
    }
  }
}
