
/* Page */
html {
  background: #FAFAF8;
}

body {
  background: #FAFAF8;
  color: #111111;

  /* typography */
  font-family: "Times New Roman", Times, serif;
  font-size: 10pt;
  line-height: 1.2;

  /* Narrow, centered document column */
  max-width: 960px;
  margin: 0 auto;
  padding: 24px 16px;
}

/* Headings */
h1, h2, h3 {
  margin: 16px 0 8px;
  font-weight: 700;
}

h1 {
  font-size: 14pt;
}

h2 {
  font-size: 12pt;
}

h3 {
  font-size: 11pt;
}

.site-name {
  margin: 16px 0 8px;
  font-weight: 700;
  font-size: 14pt;
}

.site-name {
  display: block;
}

.subhead {
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 11pt;
  font-style: italic
}

/* Paragraphs & lists */
p {
  margin: 0 0 10px;
}

ul, ol {
  margin: 0 0 10px 22px;
  padding: 0;
}

li {
  margin: 0 0 4px;
}

/* Links */
a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
  color: #551a8b;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #0000ff;
  text-decoration: underline;
}

/* Horizontal rule — page-break feel */
hr {
  border: 0;
  border-top: 1px solid #000000;
  margin: 16px 0;
}

/* Images — document-style, no wrapping */
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px 0;
}

form {
  max-width: 100%;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  box-sizing: border-box;

  font-family: inherit;
  font-size: 10pt;
  line-height: 1.2;

  padding: 4px 6px;
  border: 1px solid #000000;
}

/* Tables */
table {
  border-collapse: collapse;
  width: 100%;
  margin: 10px 0 14px;
}

th,
td {
  border: 1px solid #000000;
  padding: 3px 6px;
  vertical-align: top;
}

/* Header row */
th {
  background: #cceeff;
  font-weight: 700;
  text-align: left;
}

/* Zebra striping (tbody only) */
tbody tr:nth-child(odd) {
  background: #ffffff;
}

tbody tr:nth-child(even) {
  background: #eef6ff;
}

/* Blockquotes */
blockquote {
  margin: 10px 0 10px 18px;
  padding-left: 10px;
  border-left: 2px solid #000000;
}

/* Footnotes / small disclosure text */
small,
.footnote {
  font-size: 9pt;
}

/* image captions */
figure {
  margin: 12px 0 18px;
}

figcaption.caption {
  font-size: 9pt;
  color: #444;
  font-style: italic;
  margin-top: -4px;  /* tucks caption closer to image */
}

/* Monospace (if ever needed) */
code,
pre {
  font-family: "Courier New", Courier, monospace;
  font-size: 9.5pt;
}

pre {
  border: 1px solid #000000;
  padding: 8px;
  overflow: auto;
}

/* Post status badge */

.badge-new {
  display: inline-block;
  margin-left: 6px;
  padding: 1px 5px;

  font-size: 8.5pt;
  line-height: 1.1;
  font-weight: 700;

  border: 1px solid #111111;
  background: #fff3a0; /* pale highlight */
  color: #111111;

  vertical-align: middle;
}

/* Optional disclaimer style */
.disclaimer {
  margin-top: 24px;
  font-size: 9pt;
  color: #000000;
}
