/* Robo AI Digest - Standard Clean Styles */

body {
  font-family: 'Inter', sans-serif;
  background-color: #0d1117;
  color: #e6edf3;
  line-height: 1.6;
}

/* Header & Hero */
.hero-banner {
  padding: 60px 0;
  text-align: center;
  background: #161b22;
  border-bottom: 1px solid #30363d;
  margin-bottom: 30px;
}

.hero-title {
  font-size: 4rem;
  font-weight: 900;
  color: #ffffff;
}

.hero-subtitle {
  font-size: 1.2rem;
  color: #8b949e;
}

/* Lista wpisów */
.quarto-post .thumbnail {
  display: none !important;
}

.listing-title {
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 1.6rem;
  line-height: 1.3;
  text-shadow: none !important;
}

.listing-title a {
  color: #ffffff !important;
  text-decoration: none !important;
}

.listing-title a:hover {
  color: #58a6ff !important;
}

.listing-date {
  color: #e6edf3 !important;
  font-size: 0.85rem;
  font-weight: 600;
}

.listing-description {
  color: #ffffff !important;
  font-size: 1rem;
  line-height: 1.5;
}

.listing-description a {
  color: #ffffff !important;
  text-decoration: none !important;
}

.navbar {
  border-bottom: 1px solid #30363d;
}
