.pzs-subscribe-wrap {
  width: 100%;
}

.pzs-form-field {
  display: flex;
}

.pzs-email {
  line-height: 30px;
  padding: 5px 10px;
  max-width: 425px;
  margin-left: 0;
  color: #fff;
  border-radius: 0;
  box-shadow: none;
  font-size: 0.875rem;
  transition: all 0.3s ease-in-out;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  width: 88%;
}

.pzs-email::placeholder {
  color: #fff;
}

.pzs-send-btn {
  width: 48px;
  display: flex;
  justify-content: center;
  padding: 0;
  align-items: center;
  margin: 0;
  height: 48px;
  border-radius: 0;
  cursor: pointer;
}

.pzs-send-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.pzs-privacy-label {
  color: #fff;
  font-weight: 300;
  display: block;
  margin-top: 0.75rem;
}

.pzs-data-link {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
  font-style: italic;
  transition: color 0.3s ease;
}

.pzs-data-link:hover {
  color: #ccc;
}

.pzs-recaptcha-wrap {
  margin-top: 0.75rem;
}

.pzs-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.pzs-form-message {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.pzs-form-message.is-success {
  color: #b8f5c3;
}

.pzs-form-message.is-error {
  color: #ffb3b3;
}

.pzs-config-warning {
  margin-top: 0.75rem;
  color: #ffcc00;
  font-size: 0.875rem;
}
