.newsletter-footer {
  padding: 1rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  width: 100%;
  max-width: 100%;
}

.newsletter-header {
  text-align: center;
}

.newsletter-header h4 {
  margin: 0;
  font-size: 1.4rem;
}

.subscribe-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 800px;
}

.btn-newsletter {
  border: 2px solid white !important;
  background: none !important;
  color: white !important;
  min-height: 45px !important;
  padding: 0 2rem !important;
  border-radius: 6px !important;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.btn-newsletter:hover {
  background-color: white !important;
  color: #8a6e5b !important;
}

.newsletter-email {
  background: transparent !important;
  color: white !important;
  border: 2px solid white !important;
  border-radius: 6px !important;
  padding: 0 1rem !important;
  min-height: 45px !important;
  width: 100%;
  max-width: 400px;
  font-size: 1rem;
}

.newsletter-email::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.validator-msg-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
}

.form-control {
  margin: 0 !important;
}

.newsletter-input-button-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-bottom: 0.75rem;
}

.consents {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin: 0;
  width: 100%;
  max-width: 600px;
}

.consents a {
  color: white;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .newsletter-footer {
    padding: 1.5rem 1rem;
  }

  .newsletter-input-button-wrapper {
    flex-direction: column;
    gap: 10px;
  }

  .btn-newsletter {
    width: 100%;
    max-width: 400px;
  }
}

.newsletter-input-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.gdpr-label {
  padding-right: 0px !important;
}
