.kpi-tile-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.35rem;
  margin-bottom: 0;
}
.kpi-tile-head h2 {
  flex: 1;
  min-width: 0;
}
.kpi-tile-info {
  flex-shrink: 0;
  width: 1.0625rem;
  height: 1.0625rem;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #fff;
  color: #6b7280;
  font-size: 0.5625rem;
  font-weight: 700;
  font-style: normal;
  font-family: ui-sans-serif, system-ui, sans-serif;
  line-height: 1;
  cursor: default;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.kpi-tile-info:hover,
.kpi-tile-info:focus-visible {
  border-color: #fdba74;
  color: #c2410c;
  background: #fff7ed;
  outline: none;
}
.kpi-help-popover {
  position: fixed;
  z-index: 201;
  width: min(17rem, calc(100vw - 1.5rem));
  max-height: min(60vh, 20rem);
  background: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 10px 32px rgba(15, 23, 42, 0.14);
  border: 1px solid #fed7aa;
  overflow: hidden;
  pointer-events: auto;
}
.kpi-help-popover-wide {
  width: min(20.5rem, calc(100vw - 1.5rem));
  max-height: min(70vh, 24rem);
}
.kpi-help-popover-wide .kpi-help-popover-inner {
  max-height: min(70vh, 24rem);
}
.kpi-help-popover-inner {
  padding: 0.75rem 0.875rem 0.7rem;
  overflow-y: auto;
  max-height: min(60vh, 20rem);
}
.kpi-help-kicker {
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #c2410c;
  margin: 0 0 0.25rem;
}
.kpi-help-title {
  font-size: 0.8125rem;
  font-weight: 800;
  color: #111827;
  margin: 0 0 0.5rem;
  line-height: 1.25;
}
.kpi-help-section {
  margin: 0 0 0.45rem;
  font-size: 0.75rem;
  line-height: 1.45;
  color: #4b5563;
}
.kpi-help-section strong {
  display: block;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #9a3412;
  margin-bottom: 0.15rem;
}
.kpi-help-quote {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  line-height: 1.45;
  color: #374151;
}
.kpi-help-quote:last-child {
  margin-bottom: 0;
}
.kpi-help-body {
  margin: 0 0 0.4rem;
  font-size: 0.75rem;
  line-height: 1.45;
  color: #4b5563;
}
.kpi-help-body:last-child {
  margin-bottom: 0;
}
