.wf-page {
  direction: rtl;
  padding: 18px;
  color: #172033;
}

.wf-header,
.wf-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.wf-header {
  margin-bottom: 16px;
}

.wf-header h2,
.wf-panel h3 {
  margin: 0;
  font-weight: 800;
}

.wf-header p,
.wf-panel p {
  margin: 4px 0 0;
  color: #64748b;
}

.wf-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.wf-kpis div,
.wf-panel {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.wf-kpis div {
  padding: 14px;
}

.wf-kpis span {
  color: #64748b;
  font-size: 13px;
}

.wf-kpis strong {
  display: block;
  margin-top: 6px;
  font-size: 24px;
}

.wf-panel {
  padding: 14px;
}

.wf-panel-head {
  margin-bottom: 12px;
}

.wf-panel-head .form-control {
  width: min(320px, 100%);
}

.wf-chip {
  display: inline-flex;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 12px;
  background: #eef2ff;
  color: #3730a3;
}

.wf-chip.approved {
  background: #dcfce7;
  color: #166534;
}

.wf-chip.rejected {
  background: #fee2e2;
  color: #991b1b;
}

.wf-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-end;
}
