.headlines .list { list-style: none; padding:0; margin:0; }
.headlines .item { padding: 10px 0; border-bottom: 1px solid #eee; }
.headline { display:block; font-size: 17px; line-height: 1.3; font-weight: 600; }
.meta { display:block; margin-top: 4px; color:#666; font-size: 12px; }
.article-title { font-size: 22px; line-height:1.25; margin: 12px 0; }
.brief { font-size: 16px; line-height:1.4; }
.live-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0a0;
  margin-left: 6px;
  vertical-align: middle;
}
/* Header layout with date */
.header-bar { display:flex; align-items:baseline; justify-content:flex-start; gap: 12px; padding: 10px 0; }
.header-bar .brand { font-weight:700; font-size:20px; padding:0; line-height:1.2; }
.header-bar .brand a { line-height:1.2; }
.header-bar .date { font-size:14px; color:#666; white-space:nowrap; line-height:1.2; transform: translateY(-1px); }
/* Override base template brand padding */
header .brand { padding: 0; }
@media (min-width: 900px) {
  .headline { font-size: 19px; }
  .article-title { font-size: 26px; }
  .header-bar .date { font-size:12.5px;}
}

/* Sources button */
.more-btn { 
  margin-top: 6px; 
  background: none; 
  border: none; 
  color: #0366d6; 
  cursor: pointer; 
  font-size: 14px;
  padding: 0;
}
.more-btn:hover { text-decoration: underline; }
