#vs-popup.vs-hidden {
  display: none;
}

#vs-popup {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
}

.vs-popup-inner {
  background: #fff;
  max-width: 400px;
  margin: 10% auto;
  padding: 20px;
  border-radius: 6px;
  position: relative;
  box-sizing: border-box;
  text-transform: none;
  margin-bottom: 15px; /* für mehr Abstand */
}

.vs-close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.vs-feedback {
  margin-top: 10px;
  font-size: 0.9em;
}

.vs-consent {
  margin: 10px 0;
  font-size: 0.9em;
}

.vs-consent a {
  text-decoration: underline;
}
