.wp-block-table.is-style-minimal table tr:nth-child(1),
.wp-block-table.is-style-minimal thead {
  border: none;
}
.wp-block-table.is-style-minimal table thead + tbody tr:nth-child(1) {
  border-top: 1px solid #e8e8e8;
}
.wp-block-table.is-style-minimal table tr:last-of-type {
  border-bottom: 0;
}
.wp-block-table.is-style-minimal table tr:nth-child(2n+2) {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.wp-block-table.is-style-minimal th {
  color: #cb6015;
  font-family: "alternate-gothic-no-2-d", "Arial", Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  text-transform: uppercase;
  padding: 5px 5px 5px 0px;
  border: none;
}
.wp-block-table.is-style-minimal td {
  border: none;
  padding: 5px 0px;
}

/*# sourceMappingURL=core-table-minimal.css.map */
