.blog-post__code {
  white-space: pre;
  font-family: monospace;
  display: block;
  font-size: 14px;
  background: #f7f7f7;
  padding: 16px;
  border: 1px solid #ddd;
  overflow: auto;
  margin-bottom: 12px;
  border-radius: 4px;
  line-height: 1.5;
}

.blog-post table {
border-collapse: collapse;
min-width: 600px;
width: 100%;
table-layout: fixed;
}
.blog-post__table {
width: 100%;
overflow-x: auto;
margin-bottom: 8px;
}
.blog-post table td, .blog-post table th {
padding: 20px;
}
.blog-post table th {
border-bottom: 1px solid #ddd;
}
.blog-post th {
color: #000;
}
tbody tr:nth-child(odd) {
  background-color: #f7f7f7;
  text-align: left;
}
tbody tr:nth-child(even) {
background-color: #fff;
text-align: left;
}
.blog-post table {
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
.token {
  font-family: monospace;
  background: #ffd8d9;
  padding: 0.1em 0.3em;
  border-radius: 3px;
  color: #000;
  word-break: break-word;
}