/* SCUCNews.com — Clean, mobile-friendly style */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background: #fff;
  padding: 20px;
  max-width: 700px;
  margin: 0 auto;
}

header {
  border-bottom: 3px solid #d32f2f;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

h1.site-title {
  font-size: 2em;
  font-weight: 800;
  color: #d32f2f;
  margin-bottom: 5px;
}

.tagline {
  font-size: 0.95em;
  color: #666;
  font-style: italic;
}

article {
  margin-bottom: 40px;
}

h1 {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #222;
}

h2 {
  font-size: 1.3em;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 10px;
  color: #333;
}

.meta {
  font-size: 0.9em;
  color: #888;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

p {
  margin-bottom: 15px;
}

a {
  color: #d32f2f;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.sidebar {
  background: #f9f9f9;
  border-left: 4px solid #d32f2f;
  padding: 15px;
  margin: 20px 0;
  font-size: 0.95em;
}

.sidebar h3 {
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 8px;
  color: #d32f2f;
}

.sources {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 2px solid #eee;
  font-size: 0.9em;
  color: #666;
}

.sources h3 {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

.sources ul {
  list-style: none;
  padding-left: 0;
}

.sources li {
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

.sources li:before {
  content: "→";
  position: absolute;
  left: 0;
  color: #d32f2f;
}

.newsletter-cta {
  background: #d32f2f;
  color: #fff;
  padding: 25px;
  text-align: center;
  margin: 40px 0 20px 0;
  border-radius: 4px;
}

.newsletter-cta h3 {
  font-size: 1.3em;
  margin-bottom: 10px;
}

.newsletter-cta p {
  margin-bottom: 15px;
  font-size: 0.95em;
}

.newsletter-cta a {
  display: inline-block;
  background: #fff;
  color: #d32f2f;
  padding: 12px 30px;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
}

.newsletter-cta a:hover {
  background: #f5f5f5;
}

footer {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  font-size: 0.85em;
  color: #999;
}

/* Story list on homepage */
.story-list {
  list-style: none;
}

.story-list li {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.story-list h2 {
  margin-top: 0;
  font-size: 1.4em;
}

.story-list .excerpt {
  color: #555;
  margin-bottom: 10px;
}

.story-list .read-more {
  font-weight: 600;
  color: #d32f2f;
}

/* Mobile tweaks */
@media (max-width: 600px) {
  body {
    padding: 15px;
  }
  
  h1.site-title {
    font-size: 1.6em;
  }
  
  h1 {
    font-size: 1.5em;
  }
}
