
.category-perex table,
.category__secondDescription table,
.type-post main .text table {
  width: 100%;
  max-width: 100%;
  margin: 22px 0 28px;
  border-collapse: collapse;   
  border-top: 2px solid var(--color-primary, #e5007d);
  font-size: 15px;
  line-height: 1.5;
}

.category-perex table th,
.category-perex table td,
.category__secondDescription table th,
.category__secondDescription table td,
.type-post main .text table th,
.type-post main .text table td {
  padding: 10px 14px;          /* původně 1px 5px 1px 1px */
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e6e6e6;
}

.category-perex table th,
.category__secondDescription table th,
.type-post main .text table th {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #6b6b6b;
  background: #f6f6f7;
  border-bottom: 1px solid #d8d8d8;
  white-space: nowrap;
}

.category-perex table td:first-child,
.category__secondDescription table td:first-child,
.type-post main .text table td:first-child {
  width: 1%;
  white-space: nowrap;
  font-weight: 600;
}

.category-perex table tr:last-child td,
.category__secondDescription table tr:last-child td,
.type-post main .text table tr:last-child td {
  border-bottom: 0;
}

.category-perex table tr:nth-child(even) td,
.category__secondDescription table tr:nth-child(even) td,
.type-post main .text table tr:nth-child(even) td {
  background: #fafafa;
}


@media only screen and (max-width: 575px) {
  .category-perex table,
  .category__secondDescription table,
  .type-post main .text table {
    font-size: 14px;
    margin: 18px 0 22px;
  }
  .category-perex table th,
  .category-perex table td,
  .category__secondDescription table th,
  .category__secondDescription table td,
  .type-post main .text table th,
  .type-post main .text table td {
    padding: 9px 10px;
  }
}

.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 22px 0 28px;
}
.table-scroll > table {
  margin: 0;
  min-width: 480px;
}