/* FW2-METRIC-040 — Privacy Beacon (additive; respects reduced motion) */
#privacy-beacon-panel {
  margin-block: 0.75rem;
}
#privacy-beacon-panel dl {
  display: grid;
  grid-template-columns: minmax(7rem, 10rem) 1fr;
  gap: 0.35rem 0.75rem;
  margin: 0.5rem 0;
}
#privacy-beacon-panel dt {
  font-weight: 600;
}
#privacy-beacon-panel dd {
  margin: 0;
  word-break: break-word;
}
@media (prefers-reduced-motion: reduce) {
  #privacy-beacon-panel * {
    animation: none !important;
    transition: none !important;
  }
}
