body { margin: 0; font-family: Georgia, "Times New Roman", serif; background: #fff; color: #111; }
a { color: #0b3d91; text-decoration: none; }
a:hover { text-decoration: underline; }
.banner img { width: 100%; height: auto; display: block; }

.sponsored-bar {
  display: flex; gap: 10px; align-items: center;
  padding: 10px 14px; border-top: 1px solid #eee; border-bottom: 1px solid #eee;
  background: #faf7ef;
  font-size: 16px;
}
.warn { color: #b30000; font-weight: bold; }
.sponsored-label { color: #b30000; font-weight: bold; }

.layout { display: grid; grid-template-columns: 1fr 320px; gap: 22px; max-width: 1100px; margin: 0 auto; padding: 18px; }
@media (max-width: 920px) { .layout { grid-template-columns: 1fr; } .rail { order: 2; } }

.content h2 { margin: 18px 0 8px; color: #b30000; letter-spacing: 0.5px; }
.content ul { margin: 0 0 6px 18px; padding: 0; }
.content li { margin: 7px 0; font-size: 18px; line-height: 1.2; }

.rail h3 { margin: 18px 0 10px; color: #b30000; }
.col-list { margin: 0; padding-left: 18px; }
.col-list li { margin: 6px 0; font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; font-size: 15px; }

.adbox { border: 1px solid #ddd; padding: 10px; background: #fff; }
.adtitle { font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; font-size: 12px; color: #666; margin-bottom: 8px; }
.admock { display: flex; align-items: center; justify-content: center; height: 250px; background: #f3f3f3; color: #333; font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }

.sources { margin-top: 18px; border-top: 1px solid #eee; padding-top: 10px; }
.sources-title { font-weight: bold; }
.sources-list { color: #333; margin-top: 6px; }
.fineprint { color: #666; font-size: 12px; margin-top: 8px; }
