.nais-btn,
a.nais-btn,
button.nais-btn {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.5rem 8.8rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.nais-btn-white,
a.nais-btn-white {
  color: black;
  background-color: white;
  border: 1px dotted darkgray;
}
.nais-btn-white:hover,
a.nais-nais-btn-white:hover {
  color: black;
  background: whitesmoke;
  border: 1px dotted darkgray;
}