.statistics-choice[hidden]{display:none!important}
.statistics-choice{position:fixed;z-index:1000;left:20px;bottom:20px;width:min(440px,calc(100vw - 40px));padding:18px;background:#f4f1ea;color:#112622;border:1px solid #bfa267;border-radius:16px;box-shadow:0 8px 32px #0003;font-family:inherit}
.statistics-choice p{font-size:14px;line-height:1.5;margin:0 0 12px}
.statistics-choice{max-height:60vh;overflow:auto}
.statistics-choice details{font-size:14px;line-height:1.5;margin-bottom:12px}
.statistics-choice summary{cursor:pointer;text-decoration:underline}
.statistics-choice details p{margin-top:10px}
.statistics-choice a{color:inherit;text-decoration:underline}
.statistics-choice>div{display:flex;gap:10px;flex-wrap:wrap}
.statistics-choice button{font:inherit;font-size:14px;min-height:44px;padding:9px 14px;border-radius:10px;border:1px solid #8a713d;background:transparent;color:#112622;cursor:pointer}
.statistics-choice button:first-child{background:#c8a76a}
.statistics-preferences{font:inherit;font-size:14px;color:inherit;background:none;border:0;text-decoration:underline;cursor:pointer;padding:8px}
.statistics-choice button:focus-visible,.statistics-preferences:focus-visible{outline:2px solid #112622;outline-offset:3px}
@media(max-width:767px){
  body.statistics-pending .mobile-cta{display:none!important}
  .statistics-choice{bottom:calc(10px + env(safe-area-inset-bottom,0px));left:12px;width:calc(100% - 24px);box-sizing:border-box;padding:10px 14px;border-radius:16px;display:grid;grid-template-columns:1fr auto;gap:4px 12px;max-height:50dvh}
  .statistics-choice>p{grid-column:1/-1;font-size:14px;line-height:1.35;margin:0}
  .statistics-choice>details{grid-column:1;grid-row:2;align-self:center;margin:0;font-size:14px}
  .statistics-choice>div{grid-column:2;grid-row:2;gap:8px;flex-wrap:nowrap}
  .statistics-choice button{padding:6px 12px;min-height:44px;font-size:14px}
  .statistics-choice>details[open]{grid-column:1/-1;grid-row:3}
}

