body {
  background-color: #f5f7fb;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 16px;
  font-weight: 600;
}

.edit-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.form-label {
  font-size: 12px;
  font-weight: 500;
  color: #374151;
  margin-bottom: 4px;
}

.form-control,
.form-select {
  font-size: 12px !important;
  padding: 6px 10px !important;
  border-radius: 6px;
}

.btn-primary {
  font-size: 12px !important;
  padding: 6px 14px !important;
  font-weight: 600;
  border-radius: 6px;
}

.top-row {
  padding: 10px 14px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

/* Prevent content overlap with fixed navbar */
.content-wrapper {
  margin-top: 80px; /* adjust for navbar height */
}

/* Smaller description text */
.small-text {
  font-size: 12px;
}

/* Edit card styling */
.edit-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.btn-update-report {
  height: 35px;
  line-height: 35px; /* centers text vertically */
  padding: 0 14px;   /* horizontal padding only */
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
}

