.druki-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.druki-table th, .druki-table td {
  padding: 12px;
  font-size: 14px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.druki-table tr:nth-child(even) {
  background-color: #fafafa;
}
.druki-table img {
  height: 32px;
  width: 32px;
}
.druki-table .button {
  background: #0073aa;
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  text-decoration: none;
}
.druki-table .button:hover {
  background-color: #005177;
}
.druki-blok {
  margin-bottom: 2em;
}
.druki-blok h2 {
  font-size: 1.8em;
  color: #222;
  margin-bottom: 0.5em;
}
.druki-blok p {
  font-size: 1em;
  color: #555;
}