body { font-family: 'Cormorant Garamond', serif; background: #fff; margin: 0; }
.title-row { display: flex; align-items: center; max-width: 800px; margin: 2em auto 0 auto; padding: 0 1em; }
.logo-img { width: 80px; height: 80px; object-fit: contain; margin-right: 1.5em; background: transparent; flex-shrink: 0; }
.title-section { flex: 1; text-align: left; }
.main-title { font-size: 2em; font-weight: bold; color: #222; margin: 0 0 0.2em 0; }
.subtitle-row { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.subtitle { color: #666; font-size: 1.1em; margin: 0 0 0.5em 0; }
.latest-pick { color: #888; font-size: 1em; margin: 0 0 0.5em 1.5em; white-space: nowrap; }
hr { max-width: 800px; margin: 0 auto 3em auto; border: none; border-top: 1.5px solid #eee; }
.news-list { max-width: 800px; margin: 3.5em auto 0 auto; padding: 0 1em; }
.headline-card { 
  background: #fff; /* Match main background */
  padding: 1.5em 1.5em 1.2em 1.5em; 
  margin-bottom: 2em; 
  border-top: 2px solid #111; /* Black line above */
  border-bottom: 2px solid #111; /* Black line below */
  border-left: none;
  border-right: none;
  box-shadow: none;
  outline: none;
}
.headline-image-container {
  margin-bottom: 1.2em;
  /* Remove centering so image aligns with text */
  text-align: unset;
  padding: 0;
}
.headline-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 300px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  object-fit: cover;
  display: block;
  margin: 0;
}
.headline-content {
  /* Container for text content */
}
.headline-title { font-size: 1.5em; font-weight: bold; color: #7a5c1e; margin: 0 0 0.3em 0; line-height: 1.2; }
.headline-desc { color: #222; font-size: 1.08em; margin-bottom: 0.5em; }
.headline-meta { color: #888; font-size: 1em; margin-bottom: 0.2em; }
.headline-reason { font-style: italic; color: #bfa16b; font-size: 1em; margin-top: 0.5em; }
.news-item { margin-bottom: 2em; cursor: pointer; }
.news-title { font-size: 1.18em; font-weight: bold; margin: 0 0 0.2em 0; color: #111; line-height: 1.3; }
.news-desc { color: #222; margin: 0 0 0.3em 0; line-height: 1.5; }
.news-meta, .news-reason { color: #888; font-size: 0.97em; margin: 0 0 0.1em 0; font-style: normal; }
.news-reason { font-style: italic; color: #666; }
.tail-section { max-width: 800px; margin: 4em auto 2em auto; color: #aaa; text-align: center; font-size: 0.98em; padding: 0 1em; }
.more-btn { display: block; margin: 2em auto 0 auto; padding: 0.7em 2.5em; font-size: 1.1em; border-radius: 6px; border: 1px solid #ccc; background: #fafafa; color: #333; cursor: pointer; transition: background 0.2s; font-family: inherit; }
.more-btn:hover { background: #f0f0f0; }
@media (max-width: 600px) {
  .title-row { flex-direction: column; align-items: flex-start; margin: 1.2em auto 0 auto; padding: 0 0.5em; }
  .subtitle-row { flex-direction: column; align-items: flex-start; }
  .subtitle, .latest-pick { font-size: 1em; margin: 0 0 0.3em 0; }
  .latest-pick { margin-left: 0; }
  .news-list, .tail-section { padding: 0 0.5em; }
  .headline-image { max-height: 200px; }
  /* .headline-title { font-size: 1.15em; }  Remove or comment out this line to keep desktop size */
} 
