.analytics-consent {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  max-width: 62rem;
  margin: 0 auto;
  padding: 1rem 1.1rem;
  color: #173c3a;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(1, 82, 84, 0.2);
  border-radius: 1rem;
  box-shadow: 0 18px 50px rgba(11, 49, 47, 0.2);
  font-family: Inter, "DM Sans", Arial, sans-serif;
}

.analytics-consent__copy strong { font-size: 1rem; }
.analytics-consent__copy p { margin: .25rem 0; font-size: .9rem; line-height: 1.45; }
.analytics-consent__copy a { color: #015254; font-size: .85rem; font-weight: 600; }
.analytics-consent__actions { display: flex; flex: 0 0 auto; gap: .6rem; }
.analytics-consent button {
  min-height: 2.75rem;
  padding: .65rem .9rem;
  color: #015254;
  background: #fff;
  border: 1px solid rgba(1, 82, 84, 0.28);
  border-radius: 999px;
  font: 600 .85rem/1 Inter, "DM Sans", Arial, sans-serif;
  cursor: pointer;
}
.analytics-consent button.is-primary { color: #fff; background: #087e76; border-color: #087e76; }
.analytics-consent button:focus-visible { outline: 3px solid rgba(8, 126, 118, 0.32); outline-offset: 2px; }

@media (max-width: 720px) {
  .analytics-consent { align-items: stretch; flex-direction: column; bottom: .75rem; padding: .9rem; }
  .analytics-consent__actions { display: grid; grid-template-columns: 1fr 1fr; }
  .analytics-consent button { white-space: normal; }
}
