/* PigStat overrides for Quarto report inside iframe */

/* Better typography */
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
}

/* Make callouts look modern */
.callout.callout-note {
  border-left: 4px solid #3b82f6 !important;
  background: #f1f5ff !important;
  border-radius: 10px !important;
  padding: 14px 16px !important;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06) !important;
}

.callout.callout-note .callout-title-container {
  font-weight: 700 !important;
}

.callout.callout-note .callout-body {
  font-size: 0.95rem !important;
}
