/* recipes — weirdnet.org (estilo letters) */

.wrap .box,
.wrap .recipes-content {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-width: 0;
}

.recipes-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.recipes-list li {
  padding: 8px 0;
  border-bottom: 1px dotted #000;
}

.recipes-list li:last-child {
  border-bottom: 0;
}

.recipes-list a {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.recipe-meta {
  margin: 12px 0;
}

.recipe-meta p {
  margin: 4px 0;
}

.recipe-body {
  margin: 16px 0;
  min-width: 0;
}

.recipe-body pre {
  font-family: "Courier New", Courier, monospace;
  font-size: 13px;
  line-height: 1.6;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  max-width: 100%;
  overflow-x: auto;
}

@media (max-width: 640px) {
  .wrap {
    padding: 8px;
  }
  .wrap .box,
  .wrap .recipes-content {
    padding: 8px;
  }
}
