/* Classic Theme Styles */
.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  border: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125em;
  line-height: 1.6;
  padding: 0.667em 1.333em;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
}
