:host {
  display: flex;
  align-items: center;
  
  padding: 8px 20px;
    
  color: var(--color-gray-aaa);
  text-decoration: none;
}
  
.icon {
  width: 18px;
  height: 18px;
  margin-left: 12px;
}
  
.text {
  width: 100%;
}