.button:focus:not(:hover) {
  box-shadow: inset 0 0 0 4px #2f80edaa;
}

.modal-overlay > *:focus {
  box-shadow: 0 0 0 4px #2f80edaa;
}
