.host {
  appearance: none;
  overflow: hidden;
  background-color: white;
  color: black;
  border-radius: 4px;
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);

  &.icon {
    border-radius: 50%;
    aspect-ratio: 1;
  }
}
