/* ── RSS Feed Page Styles ─────────────────────────────────────────────────── */
/* Edit this file freely — the Python script never touches it.                */

.rss-updated {
  font-size: 0.85em;
  color: #888;
}

.rss-section {
  margin-bottom: 2em;
}

.rss-category {
  margin-bottom: 3em;
}

.rss-category-title {
  font-size: 1.5em;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #333;
}

.rss-feed-title {
  font-size: 1.2em;
  margin-bottom: 0.5em;
}

.rss-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rss-item {
  padding: 0.4em 0;
  border-bottom: 1px solid #eee;
}

.rss-title {
  display: block;
  font-weight: bold;
  text-decoration: none;
}

.rss-title:hover {
  text-decoration: underline;
}

.rss-date {
  font-size: 0.8em;
  color: #888;
}

.rss-error {
  color: #c00;
  font-size: 0.9em;
}
