body.page-id-6802 .klub-bokse .wp-block-column {
  min-height: 400px;
}

table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  font-family: inherit;
  background: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
}
table thead {
  background-color: #cfefdb;
}
table thead th {
  padding: 8px 0;
  font-weight: 600;
  text-align: center;
  color: #1a3a32;
  font-size: 14px;
}
table tbody tr {
  transition: background 0.2s ease;
}
table tbody tr:nth-child(even) {
  background-color: #e8f0ef;
}
table tbody tr:hover {
  background-color: #cfefdb;
}
table tbody tr td {
  padding: 6px 0;
  text-align: center;
  font-size: 13px;
  border-bottom: 1px solid #d1ddd9;
}
table tbody tr:last-child td {
  border-bottom: none;
}