/**
 * 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-material-footnote {
  display: -ms-grid;
  display: grid;
  margin-top: 10px;
  margin-bottom: 10px;
  -ms-grid-columns: 120px auto;
      grid-template-columns: 120px auto;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
}

.wp-material-footnote-icon {
  -ms-grid-column: 1;
  grid-column: 1;
  grid-row: auto;
  width: 120px;
}

.wp-material-footnote-text {
  -ms-grid-column: 2;
  grid-column: 2;
  grid-row: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.font-size-6px {
  font-size: 6px;
}

.font-size-8px {
  font-size: 8px;
}

.font-size-10px {
  font-size: 10px;
}

.font-size-12px {
  font-size: 12px;
}

.font-size-24px {
  font-size: 24px;
}
/*# sourceMappingURL=style.css.map */