.nt-consent {
  position: fixed;
  z-index: 2147483000;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: end;
  max-width: 1120px;
  margin: 0 auto;
  padding: 20px;
  color: #111;
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.25);
  border-radius: 6px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.25);
  font-family: Arial, sans-serif;
}

.nt-consent h2 { margin: 0 0 8px; color: #111 !important; font: 700 20px/1.25 Arial, sans-serif; letter-spacing: 0; }
.nt-consent p { max-width: 760px; margin: 0 0 8px; color: #111 !important; font: 400 14px/1.45 Arial, sans-serif; }
.nt-consent a { color: inherit; text-decoration: underline; }
.nt-consent__copy > span { font: 600 12px/1.4 Arial, sans-serif; }
.nt-consent__choices { margin-top: 12px; }
.nt-consent__choices label { display: inline-flex; gap: 7px; align-items: center; margin-right: 18px; font: 600 14px/1.4 Arial, sans-serif; }
.nt-consent__actions { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.nt-consent button,
.nt-consent-manage {
  min-height: 42px;
  padding: 10px 14px;
  color: #111;
  background: #fff;
  border: 1px solid #111;
  border-radius: 4px;
  font: 700 12px/1 Arial, sans-serif;
  letter-spacing: 0;
  cursor: pointer;
}
.nt-consent button.is-primary { color: #fff; background: #111; }
.nt-consent-manage {
  position: fixed;
  z-index: 2147482999;
  left: 12px;
  bottom: 12px;
  min-height: 34px;
  padding: 8px 10px;
  opacity: 0.86;
}

@media (max-width: 720px) {
  .nt-consent { right: 10px; bottom: 10px; left: 10px; grid-template-columns: 1fr; gap: 14px; padding: 16px; }
  .nt-consent__actions { justify-content: stretch; }
  .nt-consent__actions button { flex: 1 1 120px; }
}
