/* Styles for اسناد ارسالی panel (dash-documents) */
.ip-dash-documents {
  flex: 1 1 auto;
  width: auto;
}
.ip-dash-documents .ip-card {
  width: 100%;
  box-sizing: border-box;
  padding: 18px;
  border-radius: 10px;
  background: var(--ip-card);
  border: 1px solid var(--ip-border);
}
.ip-dash-documents .ip-card h2 {
  margin: 0 0 12px;
}
.ip-dash-documents .ip-placeholder {
  height: 220px;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.02));
}
