.ww-btn {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
  color: #261d1d;
  background-color: #f1c4af;
  border: #d4a190 solid 2px;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.ww-btn:hover {
  color: #fff;
  background-color: #d4a190;
  border-color: #f1c4af;
  text-decoration: none;
}
.ww-btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}/*# sourceMappingURL=wysiwyg.css.map */