@media (max-width: 820px) {
  .ebys-mobile-table-wrap {
    max-height: none !important;
    overflow: visible !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  table.ebys-mobile-table {
    display: block;
    width: 100% !important;
    min-width: 0 !important;
    table-layout: auto !important;
    border: 0 !important;
    background: transparent !important;
  }

  table.ebys-mobile-table thead {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }

  table.ebys-mobile-table tbody {
    display: grid;
    gap: 12px;
    width: 100%;
  }

  table.ebys-mobile-table tbody tr {
    display: block;
    width: 100%;
    margin: 0;
    padding: 7px 13px;
    overflow: hidden;
    border: 1px solid #dbe7f5;
    border-radius: 16px;
    background: linear-gradient(145deg, #ffffff, #f6f9ff);
    box-shadow: 0 16px 34px -30px rgba(15, 23, 42, .55);
    color: #0f172a !important;
  }

  table.ebys-mobile-table tbody tr:hover {
    background: linear-gradient(145deg, #ffffff, #f6f9ff);
  }

  table.ebys-mobile-table tbody td {
    display: grid;
    grid-template-columns: minmax(92px, 34%) minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    width: 100% !important;
    min-width: 0 !important;
    padding: 10px 0 !important;
    overflow: visible !important;
    border: 0 !important;
    border-bottom: 1px solid #e8eef6 !important;
    text-align: left !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: normal !important;
    writing-mode: horizontal-tb !important;
    color: #0f172a !important;
    font-size: 13px;
    line-height: 1.45;
  }

  table.ebys-mobile-table tbody td > * {
    min-width: 0;
    max-width: 100%;
    writing-mode: horizontal-tb !important;
    word-break: normal !important;
  }

  table.ebys-mobile-table tbody td a,
  table.ebys-mobile-table tbody td span,
  table.ebys-mobile-table tbody td strong {
    color: inherit;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: normal !important;
  }

  table.ebys-mobile-table tbody td:last-child {
    border-bottom: 0 !important;
  }

  table.ebys-mobile-table tbody td::before {
    content: attr(data-label);
    color: #64748b;
    font-size: 10.5px;
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: .045em;
    text-transform: uppercase;
  }

  table.ebys-mobile-table tbody td[data-label="İşlem"],
  table.ebys-mobile-table tbody td[data-label="İşlemler"],
  table.ebys-mobile-table tbody td[data-label="Detay"] {
    grid-template-columns: 1fr;
  }

  table.ebys-mobile-table tbody td[data-label="İşlem"]::before,
  table.ebys-mobile-table tbody td[data-label="İşlemler"]::before,
  table.ebys-mobile-table tbody td[data-label="Detay"]::before {
    margin-bottom: 2px;
  }

  table.ebys-mobile-table .actions,
  table.ebys-mobile-table .row-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 8px;
  }

  table.ebys-mobile-table .actions > *,
  table.ebys-mobile-table .row-actions > * {
    width: 100%;
    min-width: 0;
  }

  table.ebys-mobile-table tbody tr.ebys-mobile-table-message {
    padding: 0;
  }

  table.ebys-mobile-table tbody tr.ebys-mobile-table-message td {
    display: block;
    padding: 20px 14px !important;
    text-align: center !important;
    border: 0 !important;
  }

  table.ebys-mobile-table tbody tr.ebys-mobile-table-message td::before {
    display: none;
  }
}

@media (max-width: 520px) {
  table.ebys-mobile-table tbody tr {
    padding: 6px 12px;
    border-radius: 14px;
  }

  table.ebys-mobile-table tbody td,
  table.ebys-mobile-table tbody td[data-label="İşlem"],
  table.ebys-mobile-table tbody td[data-label="İşlemler"],
  table.ebys-mobile-table tbody td[data-label="Detay"] {
    display: block !important;
    padding: 9px 0 !important;
  }

  table.ebys-mobile-table tbody td::before {
    display: block;
    width: 100%;
    margin: 0 0 4px;
  }

  table.ebys-mobile-table .actions,
  table.ebys-mobile-table .row-actions {
    grid-template-columns: 1fr;
  }
}
