@media (max-width: 760px) {
  .gz-error-single .gaz-error-table {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
  }
  .gz-error-single .gaz-error-table thead {
    display: none;
  }
  .gz-error-single .gaz-error-table tbody,
  .gz-error-single .gaz-error-table tr,
  .gz-error-single .gaz-error-table td {
    display: block;
    width: 100%;
    min-width: 0;
  }
  .gz-error-single .gaz-error-table tr {
    margin: 0 0 14px;
    overflow: hidden;
    border: 1px solid rgba(71,45,31,.12);
    border-radius: var(--gz-radius-sm);
    background: #fff;
    box-shadow: 0 10px 28px rgba(71,45,31,.05);
  }
  .gz-error-single .gaz-error-table td {
    display: grid;
    grid-template-columns: minmax(98px, 34%) minmax(0, 1fr);
    gap: 12px;
    padding: 12px 14px;
    border-bottom: 1px solid rgba(71,45,31,.09);
    font-size: 14px;
    line-height: 1.5;
    overflow-wrap: anywhere;
  }
  .gz-error-single .gaz-error-table td:first-child {
    display: grid;
    grid-template-columns: minmax(98px, 34%) minmax(0, 1fr);
    align-items: start;
    gap: 12px;
    width: 100%;
    min-width: 0;
    padding: 13px 14px;
    background: #fff5eb;
  }
  .gz-error-single .gaz-error-table tr:last-child td {
    border-bottom: 1px solid rgba(71,45,31,.09);
  }
  .gz-error-single .gaz-error-table td:last-child {
    border-bottom: 0;
  }
  .gz-error-single .gaz-error-table td::before {
    color: var(--gz-primary-dark);
    font-size: 11px;
    font-weight: 900;
    line-height: 1.3;
    text-transform: uppercase;
  }
  .gz-error-single .gaz-error-table td:nth-child(1)::before {
    content: "Код / индикация";
    white-space: nowrap;
  }
  .gz-error-single .gaz-error-table td:nth-child(2)::before {
    content: "По инструкции";
  }
  .gz-error-single .gaz-error-table td:nth-child(3)::before {
    content: "Причина";
  }
  .gz-error-single .gaz-error-table td:nth-child(4)::before {
    content: "Что проверить";
  }
  .gz-error-single .gaz-error-table td:nth-child(5)::before {
    content: "Подробнее";
  }
  .gz-error-single .gaz-error-table td strong {
    justify-self: start;
  }
  .gz-error-single .gz-error-row-link {
    grid-column: 2;
    max-width: none;
    margin-top: 8px;
    font-size: 13px;
  }
}
