@charset "utf-8";

.lat_freight {
  margin: 0 10px 14px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
}
.lat_freight .lat_title {
  margin: 0;
  padding: 12px 14px;
  font-size: 1.05em;
  border-bottom: 1px solid #eef2f7;
  background: #f8fafc;
}
.lat_freight .lat_title a {
  color: #0f172a;
  font-weight: 800;
  text-decoration: none;
}
.lat_freight ul {
  list-style: none;
  margin: 0;
  padding: 4px 0;
}
.lat_freight li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-bottom: 1px solid #f1f5f9;
  font-size: 0.92em;
  line-height: 1.35;
}
.lat_freight li:last-child { border-bottom: 0; }
.lat_freight_link {
  flex: 1;
  min-width: 0;
  color: #1e293b;
  text-decoration: none;
  font-weight: 700;
}
.lat_freight_subj {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lat_freight_meta {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.lat_freight .lt_date {
  font-size: 0.78em;
  color: #94a3b8;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.lat_freight .fo_badge_sm {
  display: inline-block;
  padding: 2px 7px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  border-radius: 3px;
  color: #fff;
}
.lat_freight .fo_badge_new { background: #2563eb; }
.lat_freight .fo_badge_assigned { background: #ea580c; }
.lat_freight .fo_badge_done { background: #16a34a; }
.lat_freight .empty_li {
  color: #94a3b8;
  text-align: center;
  padding: 18px 14px;
  display: block;
}
.lat_freight .lt_more {
  display: block;
  text-align: center;
  padding: 10px;
  border-top: 1px solid #eef2f7;
  color: #64748b;
  font-size: 0.88em;
  font-weight: 600;
  text-decoration: none;
}
