.logistics .table-wrap {
  overflow-x: auto;
  border: 1px solid #c8d8da;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 10px 24px #082d310c;
}
.logistics table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  color: #28444e;
  font-size: 14px;
}
.logistics th, .logistics td {
  padding: 14px 16px;
  border: 1px solid #c8d8da;
  text-align: left;
  vertical-align: top;
}
.logistics th { background: #dcecee; color: #123844; font: 800 13px Manrope; }
.logistics tbody tr:nth-child(even) { background: #f6faf9; }
.logistics td strong { color: #123a45; }
@media (max-width: 560px) {
  .logistics .table-wrap { border-radius: 10px; }
  .logistics th, .logistics td { padding: 11px 12px; font-size: 13px; }
}
