.metrika-consent {
  position: fixed;
  z-index: 10000;
  right: 20px;
  bottom: 20px;
  width: min(430px, calc(100vw - 32px));
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 16px;
  background: #171512;
  color: #f7f1e8;
  box-shadow: 0 14px 48px rgba(0, 0, 0, .35);
  font: 500 14px/1.45 Manrope, Arial, sans-serif;
}
.metrika-consent p { margin: 0 0 8px; }
.metrika-consent a { color: inherit; text-underline-offset: 3px; }
.metrika-consent-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.metrika-consent button { min-height: 40px; border: 1px solid #f7f1e8; border-radius: 999px; padding: 8px 14px; background: #f7f1e8; color: #171512; cursor: pointer; font: inherit; font-weight: 700; }
.metrika-consent button[data-metrika-choice="rejected"] { background: transparent; color: #f7f1e8; }
.metrika-consent button:focus-visible { outline: 3px solid #ff7038; outline-offset: 2px; }
@media (max-width: 520px) { .metrika-consent { right: 16px; bottom: 16px; padding: 16px; } }
