.comp-button {
  display: inline-block;
  background: var(--wp--preset--color--generic);
  color: var(--wp--preset--color--white);
  margin: 0;
  padding: 0.75em 2em;
  border: none;
  font-size: 1em;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  width: 15em;
  max-width: 100%;
  line-height: 1.1;
}