/* Modern clean styling – self-contained, no external dependencies */

html, body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
               Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  background: #f8fafc;
  color: #1a1a1a;
}

.page-container {
  max-width: 860px;
  margin: 40px auto;
  background: #ffffff;
  padding: 40px 50px;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}

/* Headings */
h1 {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 25px;
  color: #0d47a1;
  font-weight: 600;
}

h2, h3 {
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 600;
}

/* Paragraphs */
p { margin-bottom: 16px; }

/* Tables */
table {
  border-collapse: collapse;
  margin: 25px 0;
  width: 100%;
  background: white;
}

td, th {
  border: 1px solid #d0d7de;
  padding: 10px 12px;
  vertical-align: top;
}

th {
  background: #f1f5f9;
  font-weight: 600;
}

/* Images */
img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 20px 0;
}

/* Images that link to full-size */
img.clickable-image {
  cursor: zoom-in;
}

/* Links */
a {
  color: #0d47a1;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* Lists */
ul, ol { padding-left: 24px; }

/* Replacement for <font face="Arial" size="1"> */
.text-small {
  font-size: 0.8rem;
  font-family: Arial, Helvetica, sans-serif;
}

/* Glossary layout */
.glossary-list {
  margin: 30px 0 0;
  padding: 0;
}

.glossary-list dt {
  font-weight: 600;
  margin-top: 18px;
}

.glossary-list dt .glossterm {
  font-weight: inherit;
}

.glossary-list dd {
  margin: 4px 0 0 0;
  padding: 0 0 0 0;
}

.glossary-list dd p {
  margin: 0 0 8px 0;
}

/* Inline glossary references */
a.gloss-link {
  border-bottom: 1px dotted #999;
  cursor: help;
}

/* Footer acknowledgement */
.vro-footer {
  margin-top: 60px;
  padding-top: 20px;
  border-top: 1px solid #e5e7eb;
  font-size: 0.85rem;
  color: #555;
  line-height: 1.5;
  display: flex;
  gap: 15px;
  align-items: center;
}

.vro-footer img {
  width: 44px;   /* resize official 88x31 CC badge */
  height: auto;
  border: none;
  margin: 0;
}

.vro-footer p {
  margin: 0;
  max-width: 700px;
}

.vro-footer a {
  text-decoration: underline;
  color: #0d47a1;
}

.vro-footer a:hover {
  text-decoration: none;
}


/* Auto-generated background color classes */

.bgcell-006633 { background-color: #006633; }
.bgcell-800080 { background-color: #800080; }
.bgcell-9966cc { background-color: #9966CC; }
.bgcell-99cc66 { background-color: #99CC66; }
.bgcell-c0c0c0 { background-color: #C0C0C0; }
.bgcell-c1ffd5 { background-color: #C1FFD5; }
.bgcell-cccccc { background-color: #CCCCCC; }
.bgcell-ccffcc { background-color: #CCFFCC; }
.bgcell-d2d2d2 { background-color: #D2D2D2; }
.bgcell-e1e1e1 { background-color: #E1E1E1; }
.bgcell-ebebeb { background-color: #EBEBEB; }
.bgcell-efefef { background-color: #EFEFEF; }
.bgcell-f7f7f7 { background-color: #F7F7F7; }
.bgcell-ff9999 { background-color: #FF9999; }
.bgcell-ff99ff { background-color: #FF99FF; }
.bgcell-ffcc33 { background-color: #FFCC33; }
.bgcell-ffcccc { background-color: #FFCCCC; }
.bgcell-ffd7d7 { background-color: #FFD7D7; }
.bgcell-ffe1dc { background-color: #FFE1DC; }
.bgcell-ffff00 { background-color: #FFFF00; }
.bgcell-ffffc2 { background-color: #FFFFC2; }
.bgcell-ffffcc { background-color: #FFFFCC; }
.bgcell-ffffce { background-color: #FFFFCE; }
.bgcell-ffffd0 { background-color: #FFFFD0; }
.bgcell-ffffff { background-color: #FFFFFF; }
