.wp-block-button__link,
.is-style-btn-geel > a,
.is-style-btn-geel > div {
  border-radius: 7px;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  padding: 0.6em 1em;
  cursor: pointer;
  font-weight: 700;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  background: #fcb300;
  color: #fff; }
  .wp-block-button__link:hover,
  .is-style-btn-geel > a:hover,
  .is-style-btn-geel > div:hover {
    background: #dd9d00; }

.is-style-btn-rood > a,
.is-style-btn-rood > div {
  border-radius: 7px;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  padding: 0.6em 1em;
  cursor: pointer;
  font-weight: 700;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  background: #E30614;
  color: #fff; }
  .is-style-btn-rood > a:hover,
  .is-style-btn-rood > div:hover {
    background: #8a171e; }
