@media (max-width: 980px) {
  .entry-content .ts-error-table-scroll {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .entry-content .ts-error-table {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .entry-content .ts-error-table thead {
    display: none;
  }

  .entry-content .ts-error-table tbody,
  .entry-content .ts-error-table tr,
  .entry-content .ts-error-table th,
  .entry-content .ts-error-table td {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .entry-content .ts-error-table tr {
    margin: 0 0 14px;
    overflow: hidden;
    border: 1px solid rgba(13, 148, 136, 0.16);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(45, 45, 45, 0.05);
  }

  .entry-content .ts-error-table th,
  .entry-content .ts-error-table td {
    display: grid;
    grid-template-columns: minmax(110px, 36%) minmax(0, 1fr);
    gap: 12px;
    padding: 12px 14px;
    border-bottom: 1px solid rgba(13, 148, 136, 0.1);
    font-size: 14px;
    line-height: 1.5;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .entry-content .ts-error-table th::before,
  .entry-content .ts-error-table td::before {
    color: #0a7a70;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .entry-content .ts-error-table tbody th:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 14px;
    background: #f3fbfa;
  }

  .entry-content .ts-error-code-table tbody th:first-child::before {
    content: "Код ошибки";
    white-space: nowrap;
  }

  .entry-content .ts-error-code-table td:nth-child(2)::before {
    content: "По инструкции";
  }

  .entry-content .ts-error-code-table td:nth-child(3)::before {
    content: "Возможная причина";
  }

  .entry-content .ts-error-code-table td:nth-child(4)::before {
    content: "Что проверить";
  }

  .entry-content .ts-error-code-table td:nth-child(5)::before {
    content: "Подробнее";
  }

  .entry-content .ts-error-table td:last-child {
    border-bottom: 0;
  }
}
