@import url('kai.css');

/* DJ Now — news-specific accents */
#hdr { background: #1257A5; border-bottom-color: #0E4684; }
.pill { background: #1257A5; }

/* Story metadata line under headline */
.story-meta {
  color: #666666;
  font-size: 11px;
  margin: 2px 0 4px 0;
}

/* Section rail at top of home — five-across mini menu */
.rail {
  padding: 6px 4px;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
  white-space: nowrap;
}
.rail .chip {
  display: inline-block;
  padding: 4px 8px;
  margin: 0 2px;
  background: #f4f4f4;
  border-radius: 12px;
  font-size: 12px;
  color: #262626;
  outline: none;
  cursor: pointer;
}
.rail .chip:focus {
  background: #1257A5;
  color: #ffffff;
}

/* Offline / stale badge in status */
.status-line {
  font-size: 11px;
  color: #888888;
  padding: 3px 8px;
  border-bottom: 1px solid #eeeeee;
  background: #fafafa;
}
.status-line.stale { color: #b76e00; background: #fff8ec; }
.status-line.offline { color: #b70000; background: #fff0f0; }
