/* A bit of global polish for the plugin area */

#daily-stats-root h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
}

/* Label for the date range form */
#daily-stats-root label {
  font-weight: bold;
  font-size: 14px;
  color: #444;
  margin-right: 4px;
}

/* The <select> and <input> styles */
#daily-stats-root select,
#daily-stats-root input[type="date"] {
  padding: 6px 8px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #ccc;
  outline: none;
}

/* Fine-tune the container or grid if desired */
#daily-stats-root .stats-grid {
  margin-top: 20px;
}
