.yunwu-attachment { margin-bottom:12px; }
.yunwu-attachment img { max-width:100%; border-radius:6px; box-shadow:0 6px 18px rgba(0,0,0,0.08); }

.yunwu-card {
  width: calc(33.333% - 12px);
  box-sizing: border-box;
  border-radius:8px;
  overflow:hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  background:#fff;
  padding:6px;
  display:flex;
  flex-direction:column;
  gap:6px;
}
.yunwu-card img { width:100%; height:auto; display:block; border-radius:4px; }
.yunwu-meta { font-size:12px; color:#666; padding:4px 2px; }

#yunwu_result { display:flex; flex-wrap:wrap; gap:12px; margin-top:12px; }
#yunwu_status { font-size:13px; color:#222; }
@media (max-width:900px) {
  .yunwu-card { width: calc(50% - 12px); }
}
@media (max-width:500px) {
  .yunwu-card { width: 100%; }
}
