/* widgets.css */
#clients-page .clients-dashboard {
  display: flex !important;
  gap: 1rem !important;
  padding: 1rem !important;
  background: #f9f9f9 !important;
  border-bottom: 1px solid #ddd !important;
  flex-wrap: wrap !important;
}

#clients-page .clients-dashboard .widget {
  flex: 1 !important;
  min-width: 140px !important;
  padding: 0.75rem 1rem !important;
  background: #fff !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  text-align: center !important;
  box-shadow: 0 2px 4px rgba(0,0,0,0.08) !important;
}

#clients-page .clients-dashboard .widget strong {
  display: block !important;
  margin-bottom: 0.5rem !important;
  font-size: 0.9rem !important;
  color: #333 !important;
}

#clients-page .clients-dashboard .widget span {
  display: block !important;
  font-size: 1.25rem !important;
  font-weight: bold !important;
  color: #111 !important;
}
