#analytics-choice:not([hidden]) {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  max-width: 42rem;
  margin: 0 auto;
  z-index: 1000;
  max-height: 70vh;
  overflow: auto;
  box-shadow: 0 4px 30px #0006;
}
#analytics-choice[hidden] { display: none; }
#analytics-choice p { font-size: 1rem; }
@media print { #analytics-choice, #analytics-settings { display: none !important; } }
