.analytics-settings{
  appearance:none;
  border:0;
  background:transparent;
  color:inherit;
  font:inherit;
  text-decoration:underline;
  text-underline-offset:3px;
  cursor:pointer;
  padding:0;
}
.analytics-settings:focus-visible{
  outline:3px solid #ffcd00;
  outline-offset:4px;
  border-radius:2px;
}
.analytics-consent[hidden]{display:none}
.analytics-consent{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:1000;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:8px 18px;
  padding:10px 18px;
  border-top:1px solid #3b3933;
  background:#171611;
  color:#e7e4dc;
  font-size:13.5px;
  line-height:1.45;
}
.analytics-consent p{margin:0}
.analytics-consent a{color:#ffcd00;text-underline-offset:3px}
.analytics-consent__actions{display:flex;gap:8px;flex:none}
.analytics-consent__choice{
  min-height:36px;
  padding:7px 16px;
  border:1px solid #ffcd00;
  border-radius:6px;
  background:transparent;
  color:#ffcd00;
  font:inherit;
  font-size:13.5px;
  font-weight:700;
  cursor:pointer;
  white-space:nowrap;
}
.analytics-consent__choice:hover{background:#ffcd00;color:#171611}
.analytics-consent__choice:focus-visible{
  outline:3px solid #fff;
  outline-offset:3px;
}
@media(max-width:640px){
  .analytics-consent{justify-content:flex-start;padding:10px 16px;font-size:13px}
  .analytics-consent__actions{width:100%}
  .analytics-consent__choice{flex:1;min-height:40px}
}
