.nm-consent {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10050;
  padding: 1rem;
  background: rgba(20, 22, 36, 0.96);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.35);
}
.nm-consent p {
  color: #ffffff !important;
}

.nm-consent.hidden {
  display: none;
}

.nm-consent--manage {
  z-index: 10049;
  padding: 0.75rem 1rem;
}

.nm-consent__inner {
  max-width: 960px;
  margin: 0 auto;
}

p.nm-consent__text,
body.neumorph p.nm-consent__text {
  margin-bottom: 0.75rem;
  color: #ffffff !important;
  font-size: 0.9rem;
  line-height: 1.5;
}

.nm-consent__text--compact {
  margin-bottom: 0;
}

.nm-consent__text a {
  color: #ffffff !important;
  text-decoration: underline;
}

.nm-consent__panel-title,
.nm-consent label,
.nm-consent .form-check-label,
.nm-consent .form-check-label span {
  color: #ffffff !important;
}

.nm-consent__actions,
.nm-consent__panel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.nm-consent__panel-title {
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.nm-consent__toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  color: #ffffff !important;
  cursor: pointer;
}

@media (min-width: 768px) {
  .nm-consent__main,
  .nm-consent__manage {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }
  .nm-consent__main .nm-consent__text,
  .nm-consent__manage .nm-consent__text {
    margin-bottom: 0;
    flex: 1;
  }
}