.swoop-button button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-family: sans-serif;
  min-width: 250px;
  border-radius: 3px;
  line-height: 16px;
  -webkit-font-smoothing: subpixel-antialiased;
  padding: 12px 14px;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: .02rem;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #000;
  color: #fff;
  box-shadow: 0 4px 8px -2px rgba(9, 30, 66, .25), 0 0 0 1px rgba(9, 30, 66, .08);
}

.swoop-button button a:hover {
  text-decoration: none;
}

.swoop-button svg {
  padding: 0;
  margin-right: 8px;
  height: 20px;
  width: 25px;
}