:host {
  display: block;
}

[role='alert'] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

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