.analytics-consent {
  position: fixed;
  z-index: 10000;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  max-width: 64rem;
  margin: auto;
  padding: 1.1rem;
  gap: 1.25rem;
  align-items: center;
  justify-content: space-between;
  color: #f8f7f2;
  background: #171916;
  border: 1px solid #4b4f48;
  border-radius: 1rem;
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 28%);
  font: 500 0.92rem/1.5 system-ui, sans-serif;
}
.analytics-consent strong { display: block; margin-bottom: .25rem; font-size: 1rem; }
.analytics-consent p { margin: 0; max-width: 48rem; }
.analytics-consent a { color: #f5a27f; }
.analytics-consent__actions { display: flex; flex-wrap: wrap; gap: .55rem; flex: 0 0 auto; }
.analytics-consent button,
.analytics-consent-manage {
  padding: .68rem .9rem;
  color: inherit;
  background: #292c27;
  border: 1px solid #747a70;
  border-radius: .65rem;
  cursor: pointer;
  font: inherit;
}
.analytics-consent button[data-consent] { min-width: 7.4rem; }
.analytics-consent button:hover,
.analytics-consent button:focus-visible,
.analytics-consent-manage:hover,
.analytics-consent-manage:focus-visible { border-color: #f07a49; outline: 2px solid transparent; }
.analytics-consent__close { flex-basis: 100%; }
.analytics-consent-manage {
  position: fixed;
  z-index: 9999;
  right: 1rem;
  bottom: 1rem;
  color: #f8f7f2;
  background: #171916;
  font: 500 .8rem/1.2 system-ui, sans-serif;
}
@media (max-width: 720px) {
  .analytics-consent { align-items: stretch; flex-direction: column; }
  .analytics-consent__actions { display: grid; grid-template-columns: 1fr 1fr; }
  .analytics-consent__close { grid-column: 1 / -1; }
}
