/* Stella footer newsletter (#newsbot). Rollback: remove link from admin HTML kody. */

#newsbot:not(.stella-nl) {
  min-height: 168px;
  pointer-events: none;
  visibility: hidden !important;
}

html.stella-fouc-fail #newsbot:not(.stella-nl) {
  min-height: 0;
  pointer-events: auto;
  visibility: visible !important;
}

#newsbot.stella-nl {
  background: #fff !important;
  border-bottom: 1px solid #ece7df;
  border-top: 1px solid #ece7df;
  box-sizing: border-box;
  clear: both;
  margin: 0 !important;
  padding: 40px 0 36px !important;
  visibility: visible !important;
}

#newsbot.stella-nl .container {
  box-sizing: border-box;
  display: flex !important;
  flex-direction: column;
  gap: 14px;
  margin: 0 auto !important;
  max-width: 560px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

#newsbot.stella-nl .inners,
#newsbot.stella-nl #formNewsletterWidget {
  clear: none !important;
  float: none !important;
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

#newsbot.stella-nl .inners {
  background-image: none !important;
  padding: 0 !important;
  text-align: left;
}

#newsbot.stella-nl .inners::before,
#newsbot.stella-nl .inners::after {
  background: none !important;
  content: none !important;
  display: none !important;
}

#newsbot.stella-nl .stella-nl__title {
  align-items: center;
  display: flex;
  gap: 12px;
  margin: 0 0 6px;
}

#newsbot.stella-nl .stella-nl__icon {
  align-items: center;
  border: 1px solid #ece7df;
  border-radius: 10px;
  color: #484848;
  display: inline-flex;
  flex: 0 0 auto;
  height: 40px;
  justify-content: center;
  width: 40px;
}

#newsbot.stella-nl .stella-nl__icon svg {
  display: block;
  height: 20px;
  width: 20px;
}

#newsbot.stella-nl .inners h2 {
  color: #484848 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em;
  line-height: 1.25 !important;
  margin: 0 !important;
  text-transform: none !important;
}

#newsbot.stella-nl .inners p {
  color: #6b6b6b !important;
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  margin: 0 !important;
  max-width: none;
}

#newsbot.stella-nl #formNewsletterWidget {
  display: block !important;
  position: static !important;
}

#newsbot.stella-nl #formNewsletterWidget fieldset {
  border: 0 !important;
  display: flex !important;
  flex-direction: column;
  gap: 10px;
  margin: 0 !important;
  min-width: 0;
  padding: 0 !important;
}

#newsbot.stella-nl .stella-nl__row {
  align-items: stretch;
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  width: 100%;
}

#newsbot.stella-nl .validator-msg-holder,
#newsbot.stella-nl .js-validated-element-wrapper {
  flex: 1 1 auto;
  margin: 0 !important;
  min-width: 0;
  width: auto !important;
}

#newsbot.stella-nl #formNewsletterWidget input.form-control,
#newsbot.stella-nl #formNewsletterWidget input[type="email"] {
  background: #fff !important;
  border: 1px solid #d8d0c2 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  color: #484848 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 16px !important;
  height: 46px !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  max-width: none !important;
  padding: 11px 14px !important;
  position: static !important;
  width: 100% !important;
}

#newsbot.stella-nl #formNewsletterWidget input.form-control::placeholder {
  color: #9a9a9a;
}

#newsbot.stella-nl #formNewsletterWidget .btn.btn-default,
#newsbot.stella-nl #formNewsletterWidget button[type="submit"] {
  align-items: center;
  background: #484848 !important;
  border: 0 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  color: #fff !important;
  cursor: pointer;
  display: inline-flex !important;
  flex: 0 0 auto;
  font-family: "Inter", sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  gap: 8px;
  height: 46px !important;
  justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1 !important;
  margin: 0 !important;
  min-width: 128px;
  padding: 0 16px !important;
  position: static !important;
  text-transform: none !important;
  top: auto !important;
  white-space: nowrap !important;
  width: auto !important;
}

#newsbot.stella-nl #formNewsletterWidget .btn.btn-default:hover,
#newsbot.stella-nl #formNewsletterWidget button[type="submit"]:hover {
  background: #2a2a2a !important;
  color: #fff !important;
}

#newsbot.stella-nl .stella-nl__btn-icon {
  display: inline-flex;
  flex: 0 0 auto;
}

#newsbot.stella-nl .stella-nl__btn-icon svg {
  display: block;
  height: 16px;
  width: 16px;
}

#newsbot.stella-nl #formNewsletterWidget .btn.btn-arrow-right::before,
#newsbot.stella-nl #formNewsletterWidget .btn.btn-arrow-right::after {
  content: none !important;
  display: none !important;
}

#newsbot.stella-nl #formNewsletterWidget .btn .sr-only {
  clip: auto !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  position: static !important;
  width: auto !important;
}

#newsbot.stella-nl #formNewsletterWidget br {
  display: none !important;
}

#newsbot.stella-nl #formNewsletterWidget .consents,
#newsbot.stella-nl #formNewsletterWidget .consents-first {
  margin: 0 !important;
  order: 3;
}

#newsbot.stella-nl #formNewsletterWidget .consents label,
#newsbot.stella-nl #formNewsletterWidget .consents .whole-width {
  color: #8a8a8a !important;
  display: block !important;
  font-family: "Inter", sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  width: auto !important;
}

#newsbot.stella-nl #formNewsletterWidget .consents a {
  color: inherit !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 767px) {
  #newsbot.stella-nl {
    padding: 28px 0 24px !important;
  }

  #newsbot.stella-nl .container {
    max-width: none;
  }

  #newsbot.stella-nl .inners h2 {
    font-size: 18px !important;
  }

  #newsbot.stella-nl .stella-nl__row {
    flex-direction: column;
  }

  #newsbot.stella-nl #formNewsletterWidget .btn.btn-default,
  #newsbot.stella-nl #formNewsletterWidget button[type="submit"] {
    min-width: 0;
    width: 100% !important;
  }
}
