@use "design";

.errorMessage {
  // Look, components shouldn't normally have margins, but we have no idea where this thing is going
  // to be rendered, and it's probably going to need some space around it.
  margin: design.$space-100;
}

.errorMessageRefresh {
  text-decoration: underline;
  cursor: pointer;
}
