.wp-block-table.oc-smart-table:not([data-oc-smart-table]) table,
figure[data-oc-smart-table=true] table {
  display: none;
}

ul.oc-smart-table-container {
  display: block;
  list-style-type: none;
  padding-inline: 0;
  margin-block: 0;
}
ul.oc-smart-table-container > li > ul {
  padding-inline: 0;
  margin-block: 0;
  list-style-type: none;
  margin-top: 0.5em;
}

@media (min-width: 576px) {
  .wp-block-table.oc-smart-table:not([data-oc-smart-table]) table,
figure[data-oc-smart-table=true] table {
    display: table;
  }

  ul.oc-smart-table-container {
    display: none;
  }
}

/*# sourceMappingURL=oc-smart-table.css.map */
