html { scroll-behavior: smooth; }

body { margin: 0; }

.migration-cookie-notice {
  position: fixed;
  z-index: 100000;
  inset: auto 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0.9rem 1.25rem;
  color: #fff;
  background: rgba(50, 50, 58, 0.98);
  font: 14px/1.4 Arial, sans-serif;
}

.migration-cookie-notice button {
  border: 0;
  border-radius: 3px;
  padding: 0.55rem 0.8rem;
  color: #fff;
  background: #00a6e8;
  cursor: pointer;
}

.migration-cookie-notice[hidden] { display: none; }

@media (max-width: 767px) {
  .migration-cookie-notice { align-items: flex-start; flex-direction: column; }
}
