.report-header{

  padding:16px;

  background:#ffffff;

  border-bottom:1px solid #ddd;

  position:sticky;

  top:0;

  z-index:10;

}

.report-route-list{
  padding:16px;
}

.report-item{

  background:#fff;

  border-radius:14px;

  padding:14px;

  margin-bottom:16px;

  box-shadow:0 2px 8px rgba(0,0,0,0.08);

}

.report-top-line{

  display:flex;

  flex-wrap:wrap;

  gap:8px;

  align-items:center;

  margin-bottom:12px;

}

.report-order{
  font-weight:700;
  font-size:18px;
}

.report-hotel-name{
  font-weight:600;
  font-size:17px;
}

.report-time{
  width:100%;
  font-size:15px;
  color:#444;
}

.report-photo-list{

  display:flex;

  flex-wrap:wrap;

  gap:8px;

  margin-top:8px;

}

.report-photo-list img{

  width:90px;
  height:90px;

  object-fit:cover;

  border-radius:10px;

  border:1px solid #ddd;

}

.report-bottom-actions{

  padding:16px;

  display:flex;

  flex-direction:column;

  gap:12px;

}