:host {
  display: block;
}

:host([hidden]) {
  display: none;
}

sl-input::part(base) {
  background: white;
  opacity: 1;
  cursor: pointer;
}