.table-responsive {
  overflow-x: auto;
}

.routes-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.75rem;

  th,
  td {
    padding: 1rem 1.05rem;
    background: rgba(255, 255, 255, 0.92);
    border: 0;
    font-size: 0.95rem;
    box-shadow:
      0 10px 26px rgba(11, 33, 48, 0.07),
      inset 0 0 0 1px rgba(17, 49, 69, 0.04);
    vertical-align: middle;
  }

  th {
    background: rgba(244, 248, 250, 0.96);
    color: var(--ink-700);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.78rem;
  }

  td:first-child,
  th:first-child {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
  }

  td:last-child,
  th:last-child {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
  }
}
