#privacy-footer {
  width: 40%;
  text-align: center;
  padding: 6px 2rem;
  color: #D7FDEE;
  position: fixed;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 22px;
  font-weight: bold;
  background: linear-gradient(145deg, #01276a, #012e7e);
  filter: drop-shadow(1px 48px 48px #012B76);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  z-index: 9999;
}

#privacy-footer p {
  margin: 0;
  font-size: 14px;
  flex: 1;
  color: #D7FDEE;
}

#privacy-footer span a {
  color: #D7FDEE;
  text-decoration: underline;
}

#privacy-footer button {
  background: none !important;;
  border: none !important;;
  color: #D7FDEE !important;;
  font-size: 20px !important;;
  cursor: pointer !important;;
  margin-left: 10px !important;;
}

.btn-reset {
  all: unset;
  cursor: pointer;
}

.paragraph-reset {
  all: unset
}