fostr-layout-switcher {
  display: inline-block;
}

fostr-layout-switcher button {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font: inherit;
  padding: 0;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgb(var(--color-button-text));
  -webkit-appearance: none;
  appearance: none;
}

fostr-layout-switcher button .icon {
  flex: none;
  margin-right: 1rem;
}