.block_newsletter form {
  position: relative;
  max-width: 100%;
}

.block_newsletter form input[type="text"] {
  background: #BCAC9F;
}

.block_newsletter form .input-wrapper {
  position: relative;
  max-width: 445px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.block_newsletter form input[type="text"],
.block_newsletter form input[type="email"] {
  width: 100%;
  height: 45px;
  font-size: 16px;
  border: 0 !important;
  outline: none !important;
  border-radius: 10px;
  padding: 0 50px 0 19px !important;
  color: #000 !important;
}

.block_newsletter form button[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;

  height: 45px;
  padding: 0 11px;
  background: transparent !important;
  border: 0 !important;
  margin: 0;
  min-width: unset;
}

.block_newsletter form input::placeholder {
  color: white !important;
}

.block_newsletter .gdpr-newsletter .psgdpr_consent_message {
  display: flex !important;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
}

.block_newsletter .gdpr-newsletter .psgdpr_consent_message>input[type="checkbox"] {
  position: absolute !important;
  opacity: 0 !important;
  width: 1px !important;
  height: 1px !important;
}

.block_newsletter .gdpr-newsletter .psgdpr_consent_message>input[type="checkbox"]+span {
  width: 22px !important;
  height: 22px !important;
  flex: 0 0 22px !important;
  background: #EFEFEF !important;
  border: 0 !important;
  border-radius: 4px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  margin: 0 !important;
  float: none !important;
}

.block_newsletter .gdpr-newsletter .psgdpr_consent_message>input[type="checkbox"]:checked+span {
  box-shadow: inset 0 0 0 2px #00000033;
}

.block_newsletter .gdpr-newsletter .custom-checkbox,
.block_newsletter .gdpr-newsletter .psgdpr_consent_message {
  cursor: pointer;
}

body:not(#category) .custom-checkbox input[type=checkbox]:checked+span .checkbox-checked {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff0;
  width: 18px;
  height: 18px;
  font-size: 16px;
  margin: 0;
}

.gdpr-newsletter .custom-checkbox input[type=checkbox]+span .checkbox-checked {
  display: none;
  font-size: 22px !important;
  width: 22px !important;
  height: 22px !important;
  color: #000 !important;
  margin: 0;
}

.block_newsletter form button[type=submit]:disabled {
  cursor: not-allowed !important;
  opacity: .65;
}

.footer-newsletter .email_subscription h4 {
  text-transform: none;
}

.footer-newsletter h4 {
  font-weight: 600 !important;
  font-size: 16px !important;
  margin: 3px 0 25px;
}

.gdpr-newsletter {
    margin: 15px 0 0;
    max-width: 445px;
}

.email_subscription.block_newsletter h4 {
    max-width: 445px;
}