.nmr-cookie-banner {
  position: fixed;
  z-index: 10000;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 18px;
  color: #141c3a;
  background: rgba(255, 255, 255, 0.98);
  border-top: 1px solid rgba(20, 28, 58, 0.18);
  box-shadow: 0 -10px 34px rgba(20, 28, 58, 0.12);
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.nmr-cookie-banner[hidden] {
  display: none !important;
}

.nmr-cookie-inner {
  display: flex;
  width: min(1120px, 100%);
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.nmr-cookie-copy {
  max-width: 760px;
}

.nmr-cookie-copy h2 {
  margin: 0 0 6px;
  color: #141c3a;
  font: 700 18px/1.25 "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.nmr-cookie-copy p {
  margin: 0;
  color: #39415c;
  font-size: 14px;
  line-height: 1.55;
}

.nmr-cookie-copy a,
.nmr-privacy-choice-link {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #c9a961;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.nmr-cookie-gpc {
  margin-top: 8px !important;
  font-weight: 700;
}

.nmr-cookie-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
}

.nmr-cookie-button {
  min-height: 44px;
  padding: 10px 15px;
  border: 1px solid #141c3a;
  border-radius: 4px;
  font: 700 14px/1.2 "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  cursor: pointer;
}

.nmr-privacy-footer {
  padding: 20px;
  color: #39415c;
  text-align: center;
  font: 14px/1.5 "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.nmr-cookie-button-primary {
  color: #ffffff;
  background: #141c3a;
}

.nmr-cookie-button-secondary {
  color: #141c3a;
  background: #ffffff;
}

.nmr-cookie-button:hover {
  transform: translateY(-1px);
}

.nmr-cookie-button:focus-visible,
.nmr-cookie-copy a:focus-visible,
.nmr-privacy-choice-link:focus-visible {
  outline: 3px solid #c9a961;
  outline-offset: 3px;
}

.nmr-privacy-choice-link {
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

@media (max-width: 760px) {
  .nmr-cookie-banner {
    padding: 16px;
  }

  .nmr-cookie-inner {
    display: block;
  }

  .nmr-cookie-actions {
    margin-top: 14px;
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .nmr-cookie-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nmr-cookie-button:hover {
    transform: none;
  }
}
