/* supplement.css — Valley Isle Lighting restoration overrides */

/* romli link block: keep centered within site width, never full-bleed */
.romlidata { max-width: 920px; margin: 20px auto; }

/* Article typography baseline (scope: .entry-content of article template) */
.entry-content { font-size: 16px; line-height: 1.75; color: #222; }
.entry-content p, .entry-content li, .entry-content a { font-size: 16px; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  text-transform: none; letter-spacing: normal; font-weight: 700; line-height: 1.25;
  color: #262628; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.entry-content h2 { font-size: 27px; margin: 1.6em 0 .5em; }
.entry-content h3 { font-size: 21px; margin: 1.35em 0 .45em; }
.entry-content h4 { font-size: 18px; margin: 1.2em 0 .4em; }
.entry-content p  { margin: 0 0 1.05em; line-height: 1.75; }
.entry-content ul, .entry-content ol { margin: 0 0 1.15em; padding-left: 1.5em; }
.entry-content ul { list-style: disc; }
.entry-content ol { list-style: decimal; }
.entry-content li { margin: 0 0 .45em; line-height: 1.7; }
.entry-content a  { color: #b32d1c; text-decoration: underline; }
.entry-content strong { color: #111; }
.entry-content img { max-width: 100%; height: auto; }
