:host {
  display: block;
}

label {
  display: block;
}

progress {
  display: block;
  width: 100%;
}

button {
  font: inherit;
  background: none;
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
}

button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
