/*
 * ============================================================
 * Button: Link
 * ============================================================
 */
.wp-block-button.is-style-link .wp-element-button {
  /*
   * Colors
   */
  /*
   * Typography
   */
  /*
   * Padding
   */
  /*
   * Hover
   */
  box-shadow: inset 0 -0.1em 0 0 var(--wp--preset--color--primary);
}
.wp-block-button.is-style-link .wp-element-button:hover {
  text-decoration: none;
}

.wp-block-button.is-style-link .wp-element-button {
  border-radius: 0px !important;
}