.craft-content {
  color: #25190c;
  font: 13px/1.55 Verdana, Arial, Helvetica, sans-serif;
}
.craft-content *, .craft-directory-tools * { box-sizing: border-box; }
.craft-content h1 {
  color: #321b08;
  font: bold 28px Georgia, "Times New Roman", serif;
  margin: 4px 0 8px;
  text-align: center;
}
.craft-content h2 {
  border-bottom: 1px solid #ae762d;
  color: #522706;
  font-size: 18px;
  margin: 24px 0 12px;
  padding-bottom: 6px;
}
.craft-intro {
  background: #f8e5b8;
  border: 1px solid #b77b30;
  margin: 12px auto 18px;
  max-width: 900px;
  padding: 14px 18px;
}
.craft-command {
  background: #2d2117;
  border-radius: 3px;
  color: #fff3d2;
  display: inline-block;
  font: bold 13px Consolas, "Courier New", monospace;
  margin: 4px 0;
  padding: 5px 9px;
}
.craft-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  margin: 18px auto;
  max-width: 980px;
  text-align: left;
}
.craft-card {
  background: #f8e5b8;
  border: 1px solid #b77b30;
  border-top: 4px solid #783b0a;
  padding: 13px 15px;
}
.craft-card h3 { color: #512506; font-size: 15px; margin: 0 0 6px; }
.craft-card p { margin: 4px 0; }
.craft-card a { color: #6e2600; font-weight: bold; }
.craft-tier {
  color: #7a3a08;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.rank-table, .craft-directory {
  background: #edbd70;
  border-collapse: collapse;
  margin: 12px auto;
  max-width: 100%;
  width: 100% !important;
}
.rank-table th, .rank-table td,
.craft-directory th, .craft-directory td {
  border: 1px solid #c8a36c;
  padding: 8px 10px;
  text-align: left;
  width: auto !important;
}
.rank-table th, .craft-directory .craft-sort-heading td {
  background: #4b2b13;
  color: #ffffff;
  font-weight: bold;
}
.craft-directory tr:nth-child(odd) td { background: #edbd70; }
.craft-directory tr:nth-child(even) td { background: #f4d59a; }
.craft-directory .craft-title-row { display: none; }
.craft-directory .craft-sort-heading td {
  cursor: pointer;
  user-select: none;
}
.craft-directory .craft-sort-heading td:hover { background: #6b3c18; }
.craft-sort-indicator { color: #f3bd45; padding-left: 4px; }
.craft-directory-tools {
  align-items: end;
  background: #e8b35e;
  border: 1px solid #c8a36c;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 8px 0 10px;
  padding: 10px;
  text-align: left;
}
.craft-subnav {
  background: #DE961D;
  border: 1px solid #8a5206;
  color: #2b1708;
  line-height: 2;
  margin: 0 0 12px;
  padding: 8px 12px;
  text-align: center;
}
.craft-subnav a,
.craft-subnav a:link,
.craft-subnav a:visited {
  color: #241204 !important;
  font-weight: bold;
  margin: 0 6px;
  text-decoration: underline;
  white-space: nowrap;
}
.craft-subnav a:hover,
.craft-subnav a:focus {
  background: #f5cf85;
  color: #5b2600 !important;
  outline: 1px solid #8a5206;
  text-decoration: none;
}
.craft-directory-tools label { color: #4b2b13; font-weight: bold; }
.craft-directory-tools input {
  border: 1px solid #987344;
  font: 13px Verdana, Arial, sans-serif;
  margin-left: 6px;
  min-width: 230px;
  padding: 7px;
}
.craft-count { color: #684922; font-size: 12px; }
.craft-empty { padding: 18px !important; text-align: center !important; }
.craft-note { color: #61431f; font-size: 12px; }
.legendary-heading {
  color: #3d2009;
  font: bold 24px Georgia, "Times New Roman", serif;
  margin: 5px 0 4px;
}
.legendary-summary { color: #6c4a22; margin: 0 0 14px; }
.legendary-tools select {
  border: 1px solid #987344;
  font: 13px Verdana, Arial, sans-serif;
  margin-left: 6px;
  padding: 7px;
}
.legendary-table td:first-child { color: #713407; font-weight: bold; }
.legendary-source, .legendary-source + hr { display: none; }
@media (max-width: 700px) {
  .craft-grid { grid-template-columns: 1fr; }
  .craft-directory-tools input { display: block; margin: 5px 0 0; min-width: 0; width: 100%; }
  .craft-directory { font-size: 11px; }
  .craft-directory th, .craft-directory td { padding: 6px; }
  .legendary-tools select { display: block; margin: 5px 0 0; width: 100%; }
}
