.docs-heading {
  text-align: center;
  margin-top: 50px;
}

.docs-list-body {
  margin: 0 14px;
  margin-top: 50px;
}
.docs-list-body table {
  width: 100%;
}
.docs-list-body table td {
  font-size: 1rem;
}

@media screen and (min-width: 1150px) {
  .docs-list-body {
    margin: 0 auto;
    margin-top: 50px;
    max-width: 1220px;
    width: 100%;
  }
  .docs-list-body table {
    width: 100%;
  }
  .docs-list-body table td {
    font-size: 1rem;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
table thead {
  background-color: #f5f6fa;
}
table thead th {
  text-align: left;
  padding: 14px 16px;
  font-weight: 600;
  color: #333;
  font-size: 0.95rem;
  text-transform: uppercase;
  border-bottom: 2px solid #e0e0e0;
}
table tbody tr {
  transition: background-color 0.2s ease;
}
table tbody tr:nth-child(even) {
  background-color: #f8f8f8;
}
table tbody tr:hover {
  background-color: #eef6ff;
}
table tbody tr td {
  padding: 14px 16px;
  font-size: 0.95rem;
  color: #444;
  vertical-align: middle;
}
table tbody tr td a {
  color: #007bff;
  text-decoration: none;
  font-weight: 500;
}
table tbody tr td a:hover {
  text-decoration: underline;
}
table tbody tr:last-child td {
  border-bottom: none;
}
table tbody td[colspan] {
  text-align: center;
  color: #777;
  font-style: italic;
  padding: 2rem;
}/*# sourceMappingURL=dokumenty_list.css.map */