/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-theme-card a {
  padding: 10px;
  width: 100%;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  text-decoration: none !important;
}
.wp-block-theme-card a .block-card-image {
  max-width: 100px;
  margin-right: 10px;
}
.wp-block-theme-card a .block-card-image button {
  height: auto;
  padding: 5px;
}
.wp-block-theme-card a .block-card-image button img {
  margin: -5px;
}
.wp-block-theme-card a h1, .wp-block-theme-card a h2, .wp-block-theme-card a h3, .wp-block-theme-card a h4, .wp-block-theme-card a h5, .wp-block-theme-card a h6, .wp-block-theme-card a p {
  margin: 0;
}

/*# sourceMappingURL=style-index.css.map*/