.wp-block-list.is-style-procedure,
.wp-block-list.is-style-procedure ol {
  counter-reset: li;
  margin: 18px 0 18px 0;
  padding: 0;
}

.wp-block-list.is-style-procedure > li,
.wp-block-list.is-style-procedure ol > li {
  position: relative;
  margin: 0 0 6px 2.0em;
  padding: 4px 0.6em;
  list-style: none;
  border-top: 2px solid #7a7a7a;
  background-color: #f0f0f0;
}

.wp-block-list.is-style-jumpmenu {
  display: flex;
  flex-wrap: wrap;
  margin: 18px 0 18px 0;
  padding: 18px 0 10px 0;
  border-top: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
  list-style: none;
  overflow: hidden;
}

.wp-block-list.is-style-jumpmenu li {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 8px;
}

.wp-block-list.is-style-jumpmenu li:after {
  content: "\00a0|\00a0";
}

.wp-block-list.is-style-jumpmenu li:last-child:after {
  display: none;
}

.wp-block-list.is-style-procedure > li:before,
.wp-block-list.is-style-procedure ol > li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: -2px;
  left: -2.0em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 2.0em;
  padding: 4px 2px;
  border-top: 2px solid #7a7a7a;
  color: #ffffff;
  background-color: #7a7a7a;
  font-weight: bold;
  text-align: center;
}

.wp-block-list.is-style-procedure ol {
  margin: 10px -0.6em 0 -0.6em;
}

.wp-block-list.is-style-procedure > li ol li:last-child {
  margin-bottom: 0;
}

.wp-block-table.is-style-recipe {
  margin-top: 18px;
}

.wp-block-table.is-style-recipe tr td {
  width: 15em;
  padding: 8px;
  border: 2px solid #ffffff;
  background-color: #f0f0f0;
  text-align: left;
  vertical-align: top;
}

.wp-block-table.is-style-recipe tr td > :last-child {
  margin-bottom: 0;
}

.wp-block-table.is-style-primers {
  margin-top: 18px;
  width: 100%;
}

.wp-block-table.is-style-primers tr td {
  width: 80%;
  padding: 8px;
  border: 2px solid #ffffff;
  background-color: #f0f0f0;
  text-align: left;
  vertical-align: top;
}

.wp-block-table.is-style-conditions {
  margin-top: 18px;
}

.wp-block-table.is-style-conditions tr td {
  width: 10em;
  padding: 8px;
  border: 2px solid #ffffff;
  background-color: #f0f0f0;
  text-align: left;
  vertical-align: top;
}

.wp-block-table.is-style-conditions tr td:first-child {
  width: 3em;
  font-weight: bold;
  color: #ffffff;
  background-color: #a8a8a8;
  text-align: center;
}

.wp-block-table.is-style-conditions tr td > :last-child {
  margin-bottom: 0;
}