.wa-msg-img {
  width: 100%;
  max-width: 280px;
  max-height: 340px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  background: #cfd8dc;
}
.wa-media-link { display: block; }
.wa-doc-card {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 180px;
  padding: 8px 10px;
  background: rgba(0,0,0,.05);
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
}
.wa-doc-ico {
  flex-shrink: 0;
  width: 40px;
  height: 48px;
  border-radius: 4px;
  background: #e53935;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wa-doc-name {
  font-size: 13px;
  font-weight: 600;
  word-break: break-word;
}
.wa-cap { margin-top: 6px; white-space: pre-wrap; }
