/* Surviving Mars mechanics wiki - shared stylesheet for every page.
   Change the look here once; all pages follow. See style-guide.md. */

body {
  max-width: 820px;
  margin: 0 auto;
  padding: 28px 20px 70px;
  font: 16px/1.6 -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #1c2330;
  background: #fbfbfa;
}
a { color: #1f6f8b; }

/* Breadcrumb and intro */
.crumb { font-size: 14px; color: #77808e; margin-bottom: 16px; }
h1 { font-size: 28px; margin: 0 0 6px; }
.lede { color: #55606f; font-size: 17px; margin: 0 0 8px; }

/* Headings */
h2 { font-size: 20px; margin: 34px 0 8px; padding-bottom: 5px; border-bottom: 1px solid #e3e6ea; }
h3 { font-size: 16px; margin: 22px 0 6px; color: #2b3a4a; }

/* Body text */
p { margin: 10px 0; }
ul { margin: 10px 0; padding-left: 22px; }
li { margin: 5px 0; }
em { color: #55606f; font-weight: 400; }   /* a muted inline aside */

/* Tables */
table { border-collapse: collapse; width: 100%; margin: 12px 0; font-size: 15px; }
th, td { border: 1px solid #e3e6ea; padding: 8px 11px; text-align: left; vertical-align: top; }
th { background: #f1f3f5; font-weight: 600; }

/* Inline resource icons (Concrete, Metals, Polymers, Electronics, Machine Parts,
   Rare Metals, Fuel, Waste Rock, Power, Food, Water, Oxygen, Seeds) */
img.icon { height: 1.05em; width: auto; vertical-align: -0.18em; }

/* Inline code */
code { font-family: Consolas, Menlo, monospace; font-size: 13px; color: #4a5361; }

/* Click-to-sort tables (opt in with class="sortable") */
table.sortable th { cursor: pointer; white-space: nowrap; }
table.sortable th::after { content: "\2195"; color: #b7bec9; font-size: 0.85em; margin-left: 4px; }
table.sortable th.asc::after  { content: "\25B2"; color: #77808e; }
table.sortable th.desc::after { content: "\25BC"; color: #77808e; }

/* Goal/reward tables: the first cell is data, not a row header, so not bold */
.goaltable td { font-weight: 400; }
.goaltable td.sponsor { font-weight: 600; }

/* Sources block at the bottom of every page */
.sources { background: #f4f5f6; border: 1px solid #e3e6ea; border-radius: 6px; padding: 14px 16px; font-size: 14px; }
.sources ul { list-style: none; padding-left: 0; margin: 6px 0 0; }
.sources li { margin: 4px 0; }
.sources code { color: #333; }
