/* City Day Trips - Author Byline */
.author-byline {
  font-size: 0.875rem;
  color: #666;
  margin: 1.5rem 0;
  padding: 0.75rem 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  line-height: 1.6;
}
.author-byline a {
  color: #1a5f7a;
  text-decoration: none;
}
.author-byline a:hover {
  text-decoration: underline;
}

/* Info note */
.info-note {
  margin: 1.5rem 0;
  padding: 1rem;
  background: #f4f8f4;
  border-left: 3px solid #1a5f7a;
  border-radius: 4px;
  font-size: 0.9rem;
  line-height: 1.6;
}
