.alex-privacy-notice {
  position: fixed;
  z-index: 70;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  padding: 0.75rem 1rem;
  color: #fff;
  background: #111827;
  box-shadow: 0 -4px 6px -1px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 0.875rem;
}

.alex-privacy-notice p {
  margin: 0;
  line-height: 1.5;
  text-align: center;
}

.alex-privacy-notice button {
  flex: 0 0 auto;
  min-width: 6rem;
  min-height: 2.5rem;
  padding: 0.45rem 1.5rem;
  border: 0;
  border-radius: 9999px;
  color: #111827;
  background: #facc15;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.alex-privacy-notice button:hover {
  background: #eab308;
}

.alex-privacy-notice button:focus-visible {
  outline: 3px solid #60a5fa;
  outline-offset: 3px;
}

html body:has(#cookie-banner:not([hidden])) #NagishLiTrigger {
  bottom: 5rem;
}

@media (max-width: 1023.98px) {
  .alex-privacy-notice {
    bottom: calc(4.5rem + 2px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 639.98px) {
  .alex-privacy-notice {
    flex-direction: column;
    gap: 0.55rem;
    padding: 0.65rem 0.75rem;
    font-size: 0.8125rem;
  }

  .alex-privacy-notice button {
    min-height: 2.25rem;
    padding-block: 0.3rem;
  }
}
