/*
 * ============================================================
 * Button: Link
 * ============================================================
 */
.wp-block-button.is-style-link .wp-element-button {
  border-bottom: 1px solid;
  line-height: 1.2;
  /*
  * Typography
  */
  /*
  * Padding
  */
  /*
  * Hover
  */
}
.wp-block-button.is-style-link .wp-element-button:hover {
  text-decoration: none;
}