/* Nakładka na style dla stats.html - tylko dla statystyk */

section {
  background: #f6f8fa;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(30,64,175,0.06);
  margin: 32px 0 36px 0;
  padding: 28px 18px 18px 18px;
  text-align: left;
}

.back-link {
  margin-top: 20px;
}

h1 {
  margin-bottom: 0;
}

.container {
  max-width: 800px;
  margin: 20px auto;
}

.stats-list {
  margin: 0 0 12px 0;
  padding-left: 22px;
  font-size: 1.08em;
  line-height: 1.7;
}

.stats-list li {
  margin-bottom: 7px;
  padding: 6px 0 6px 0;
  border-left: 3px solid #90caf9;
  padding-left: 12px;
  background: #fff;
  border-radius: 6px;
  transition: background 0.2s;
}

.stats-list li:hover {
  background: #e3f2fd;
}

.stats-list .date {
  color: #1976d2;
  font-weight: 500;
  margin-left: 8px;
  font-size: 0.98em;
}

#most-updated .date {
  margin: 0;
}

button#show-all-updates,
button#show-more-most-updated {
  background: #1976d2;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 28px;
  font-size: 1.08em;
  font-weight: 600;
  margin: 8px 0 0 0;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(30,64,175,0.08);
  transition: background 0.2s, transform 0.1s;
}
button#show-all-updates:hover,
button#show-more-most-updated:hover {
  background: #0d47a1;
  transform: translateY(-2px) scale(1.04);
}

section h2 {
  color: #0d47a1;
  font-size: 1.35em;
  margin-bottom: 18px;
  margin-top: 0;
  font-weight: 700;
}

@media (max-width: 700px) {
  section { padding: 12px 2vw; }
  .stats-list { font-size: 0.98em; }
  button#show-all-updates, button#show-more-most-updated { font-size: 0.98em; }
}
