.analytics-consent {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  width: min(440px, calc(100% - 32px));
  padding: 22px;
  border: 1px solid #D5D9E6;
  border-radius: 18px;
  background: #FFFFFF;
  color: #0E1330;
  box-shadow: 0 24px 70px -28px rgba(14, 19, 48, 0.55);
  font-family: 'Public Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.analytics-consent[hidden] { display: none; }
.analytics-consent__title { margin: 0 0 8px; font-size: 18px; font-weight: 700; }
.analytics-consent__text { margin: 0; color: #4A5170; font-size: 14px; line-height: 1.55; }
.analytics-consent__text a { color: #2340E8; font-weight: 600; text-underline-offset: 3px; }
.analytics-consent__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.analytics-consent__button {
  min-height: 44px;
  padding: 0 17px;
  border: 2px solid #0E1330;
  border-radius: 999px;
  background: #FFFFFF;
  color: #0E1330;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.analytics-consent__button--accept { background: #0E1330; color: #FFFFFF; }
.analytics-consent__button:focus-visible { outline: 3px solid #2340E8; outline-offset: 3px; }
.analytics-settings {
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

@media (max-width: 560px) {
  .analytics-consent { right: 16px; bottom: 16px; padding: 19px; }
  .analytics-consent__actions { display: grid; grid-template-columns: 1fr 1fr; }
}
