body {
    display: block;
    padding: 0px 20px;
    max-width: 600px;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #eee;
    background-color: #111;
    line-height: 1.4rem;
    font-size: 1.0rem;
}

a {
  color: #ffb000; /* orange */
  color: #4a90e2; /* blue */
  color: #60a5fa;

  text-decoration: underline;
}

a:hover {
  background-color: #eee;
  color: #222222;

  background-color: #f5a623;
}

.full-version-link {
    margin-left: 15px;
}

.slug-line {
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.hr-line {
    position: relative;
    height: 4px;
}

.hr-line:after {
    background: linear-gradient(to right, #e60000 0%, #e60000 33.33%, #eeeeee 33.33%, #eeeeee 66.66%, #3366CC 66.66%);
    position: absolute;
    content: '';
    height: 3px;
    right: 0;
    left: 0;
    top: 0;
}

hr.gray {
    border: .5px solid gray;
}

.story-title {
    line-height: 2rem;
    font-size: 1.7rem;
    margin: 0;
}

.button:link,
.button:visited {
    background-color: white;
    color: black;
    border: 2px solid black;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.button:hover,
.button:active {
    background-color: black;
    color: white;
}

.lower-nav-container {
  margin-top: 40px;
}

.lower-nav-container li {
  margin-left: 0;
  display: inline;
  padding-right: 20px;
}

h1, h2 {
  color: #ffb000; /* orange */
  color: #4a90e2; /* blue */
  color: #60a5fa;
  line-height: 1.3em;
}

table {
  width: 100%;
  border-collapse: collapse;
}


th, td {
  text-align: left;
  border-bottom: 1px solid #34495e; 
  vertical-align: text-top;
}

th {
  font-weight: 600;
  padding-right: 1em;
  width: 65%;
}

.tag-link {
  font-size: 0.8em;
  padding: 4px 7px;
  border-radius: 4px;
  border: 1px #ccc solid; 
  text-decoration: none;
  background-color: #e0e0e0;
  color: #ffb000; /* orange */
  color: #333;
}

p.last-updated {
  font-size: 0.9em;
  font-style: italic;
}

/* AI-generated */
header {
    background-color: #222;
    padding: 0.7rem 20px;
    margin: 0 -20px; /* Extend header to full width */
}

.header-content {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
}

.logo svg {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.logo-text {
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
}

.etf-count {
  font-weight: bold;
  background-color: #ffff00;
  color: #000;
}
