/**
 * 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.
 */
@media only screen and (min-width: 248px) {
  .wp-block-tiptip-hyperlink-group.is-style-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    align-items: center;
  }
}

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