.analytics-consent {
  position: fixed;
  z-index: 10000;
  right: 16px;
  bottom: 16px;
  left: 16px;
  width: min(760px, calc(100% - 32px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  margin-inline: auto;
  border: 1px solid #bdc8bf;
  border-radius: 6px;
  padding: 18px 20px;
  color: #162019;
  background: #fff;
  box-shadow: 0 14px 38px rgba(20, 31, 23, .2);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.analytics-consent strong { display: block; margin-bottom: 5px; font-size: 16px; }
.analytics-consent p { margin: 0 0 6px; color: #4f5c53; font-size: 13px; line-height: 1.5; }
.analytics-consent a { color: #0f5b2b; font-size: 13px; font-weight: 700; }
.analytics-consent-actions { display: flex; gap: 8px; }
.analytics-consent button {
  min-height: 40px;
  border: 1px solid #aebbb1;
  border-radius: 5px;
  padding: 9px 13px;
  color: #162019;
  background: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
  white-space: nowrap;
}
.analytics-consent button.primary { border-color: #167a3c; color: #fff; background: #167a3c; }
.analytics-consent button:hover { background: #f1f5f2; }
.analytics-consent button.primary:hover { background: #0f5b2b; }
.analytics-consent button:focus-visible, [data-analytics-settings]:focus-visible { outline: 3px solid rgba(22, 122, 60, .25); outline-offset: 2px; }
.analytics-settings-button { border: 0; padding: 0; color: #0f5b2b; background: transparent; font: inherit; text-decoration: underline; cursor: pointer; }
@media (max-width: 640px) {
  .analytics-consent { grid-template-columns: 1fr; gap: 14px; padding: 16px; }
  .analytics-consent-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .analytics-consent button { width: 100%; white-space: normal; }
}
