.nf-consent {
  position: fixed;
  z-index: 10000;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  color: #2b2521;
  background: #f8f4ed;
  border: 1px solid rgba(43, 37, 33, 0.28);
  box-shadow: 0 0.5rem 1.5rem rgba(43, 37, 33, 0.18);
  font-family: inherit;
}

.nf-consent__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  max-width: 76rem;
  margin: 0 auto;
  padding: 1rem 1.25rem;
}

.nf-consent__copy { max-width: 54rem; }
.nf-consent h2 { margin: 0 0 0.35rem; font-size: 1.15rem; }
.nf-consent p { margin: 0; line-height: 1.5; }
.nf-consent a { color: inherit; text-decoration: underline; text-underline-offset: 0.15em; }

.nf-consent__actions {
  display: flex;
  flex: 0 0 auto;
  gap: 0.75rem;
}

.nf-consent__button {
  min-width: 7.5rem;
  padding: 0.7rem 1rem;
  color: #2b2521;
  background: transparent;
  border: 1px solid #2b2521;
  border-radius: 0;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.nf-consent__button:hover { background: rgba(43, 37, 33, 0.08); }
.nf-consent :focus-visible,
.nf-privacy-preferences button:focus-visible {
  outline: 3px solid #8b5e3c;
  outline-offset: 3px;
}

.nf-privacy-preferences { margin-top: 0.5rem; }
.nf-privacy-preferences button {
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  cursor: pointer;
}

@media (max-width: 46rem) {
  .nf-consent { right: 0.5rem; bottom: 0.5rem; left: 0.5rem; }
  .nf-consent__inner { display: block; padding: 1rem; }
  .nf-consent__actions { margin-top: 1rem; }
  .nf-consent__button { flex: 1 1 50%; min-width: 0; }
}
