:host {
  display: block;
}

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

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

[role='status'] {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}

[role='status'] button {
  color: inherit;
  border: none;
}
