/* Help96 Metrica consent: compatible with the existing v34 layout. */
.h96-cookie.h96-cookie-consent {
  display: block;
  width: min(680px, calc(100% - 24px));
  max-width: 680px;
  max-height: calc(100dvh - 32px);
  overflow-y: auto;
  left: 12px;
  right: auto;
  bottom: calc(12px + env(safe-area-inset-bottom));
  padding: 20px;
}
.h96-cookie-consent .h96-cookie-title { display: block; color: var(--ink); font-size: 17px; margin: 0 0 8px; }
.h96-cookie-consent .h96-cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.h96-cookie-consent .h96-cookie-actions button {
  flex: 1 1 200px; min-height: 44px; width: auto; padding: 11px 14px;
  color: var(--ink); background: #f0f5f2; border: 1px solid #b4c5bd;
  font: inherit; font-size: 14px; font-weight: 700; line-height: 1.35;
}
.h96-cookie-consent .h96-cookie-actions button:hover { background: #dfeae3; }
.h96-cookie-consent .h96-cookie-actions button:focus-visible,
.h96-cookie-settings:focus-visible { outline: 3px solid #26633f; outline-offset: 3px; }
.h96-cookie-consent .h96-cookie-status { margin-top: 10px; color: #526259; font-size: 12px; }
.h96-cookie-settings {
  border: 0; padding: 5px 0; color: inherit; background: transparent;
  font: inherit; font-size: 13px; text-decoration: underline; text-underline-offset: 3px; cursor: pointer;
}
.h96-cookie-settings[hidden] { display: none !important; }
.footer-bottom { gap: 12px; flex-wrap: wrap; }
.h96-analytics-info { margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--line); }
@media (max-width: 480px) {
  .h96-cookie.h96-cookie-consent { padding: 16px; }
  .h96-cookie-consent .h96-cookie-actions { gap: 8px; }
  .h96-cookie-consent .h96-cookie-actions button { flex-basis: 100%; }
}
