.analytics-consent {
  position: fixed;
  z-index: 1000;
  inset: auto 24px 24px;
  width: min(760px, calc(100% - 48px));
  margin-inline: auto;
  padding: 25px 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: end;
  background: #f7f6f1;
  color: #111416;
  border: 1px solid #d5d5d0;
  box-shadow: 0 16px 55px rgba(0, 0, 0, .18);
  font-family: "DM Sans", Arial, sans-serif;
}
.analytics-consent__content strong { display: block; font-size: 17px; line-height: 1.3; }
.analytics-consent__content p { margin: 7px 0 8px; font-size: 14px; line-height: 1.5; }
.analytics-consent__content a { color: inherit; font-size: 13px; text-decoration: underline; text-underline-offset: 3px; }
.analytics-consent__actions { display: flex; gap: 8px; }
.analytics-consent__actions button {
  min-width: 100px;
  min-height: 42px;
  padding: 9px 15px;
  border: 1px solid #111416;
  border-radius: 999px;
  background: #111416;
  color: #f7f6f1;
  font: 600 12px/1.2 "DM Sans", Arial, sans-serif;
  cursor: pointer;
}
.analytics-consent__actions button:hover { background: #3a3e40; }
.analytics-consent__actions button:focus-visible { outline: 2px solid #111416; outline-offset: 3px; }
@media (max-width: 660px) {
  .analytics-consent { inset: auto 16px 16px; width: calc(100% - 32px); padding: 21px; display: block; }
  .analytics-consent__actions { margin-top: 20px; }
  .analytics-consent__actions button { flex: 1; }
}
