#ctcce-matomo-consent .ctcce-consent-panel {
  position: fixed;
  z-index: 100000;
  right: 1rem;
  bottom: 1rem;
  box-sizing: border-box;
  width: min(30rem, calc(100vw - 2rem));
  padding: 1.25rem;
  border: 1px solid #4d5963;
  border-radius: .5rem;
  background: #fff;
  color: #17212a;
  box-shadow: 0 8px 32px #0004;
  font: 1rem/1.5 system-ui, sans-serif;
}
#ctcce-matomo-consent [hidden] { display: none !important; }
#ctcce-matomo-consent .ctcce-consent-panel p { margin: 0 0 .75rem; }
#ctcce-matomo-consent a { color: #164a68; text-decoration: underline; }
#ctcce-matomo-consent .ctcce-consent-actions { display: flex; gap: .75rem; }
#ctcce-matomo-consent button {
  min-height: 44px;
  padding: .55rem .9rem;
  border: 1px solid #164a68;
  border-radius: .3rem;
  background: #fff;
  color: #164a68;
  cursor: pointer;
  font: 600 .95rem/1.3 system-ui, sans-serif;
}
#ctcce-matomo-consent .ctcce-consent-actions button { flex: 1; }
#ctcce-matomo-consent button:focus-visible { outline: 3px solid #932a92; outline-offset: 2px; }
#ctcce-matomo-consent .ctcce-consent-reopen {
  position: fixed;
  z-index: 99999;
  right: 1rem;
  bottom: 1rem;
  background: #fff;
  box-shadow: 0 2px 12px #0003;
}
