.email-novinky-verze {
  padding: 42px;
  margin: 50px auto;
  background: #f2f3f4;
  position: relative;
}
.email-novinky-verze h3 {
  position: relative;
  margin: 0 0 14px 0 !important;
  padding: 0 90px 0 0 !important;
  min-height: 60px;
  color: #001e46;
  font-size: 23px;
  line-height: 30px;
  font-weight: bold;
  text-align: left;
}
.email-novinky-verze h3::after {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  right: 0;
  top: -6px;
  display: block;
  background: url("/novinky-a-tipy/wp-content/themes/money-blog/shortcodes/smartmailing-email-registration/images/envelope.png") no-repeat right center;
  background-size: auto;
  background-size: contain;
}
.email-novinky-verze__desc {
  margin: 0 0 20px 0;
  color: rgba(0, 30, 70, 0.8) !important;
  font-size: 16px !important;
  line-height: 26px !important;
  text-align: left;
}
.email-novinky-verze__form-wrap {
  display: flex;
  gap: 10px;
}
.email-novinky-verze__input {
  flex-grow: 1;
  height: 50px;
  font-size: 16px;
  border: 1px solid #e8eaeb;
  padding: 0 15px;
}
.email-novinky-verze__input::placeholder {
  color: #023444;
  opacity: 0.5;
}
.email-novinky-verze__btn {
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  padding: 0 24px;
  color: #fff;
  border: 0;
  white-space: nowrap;
  cursor: pointer;
  margin: 0 0.75em;
  display: inline-block;
  border-radius: 30px;
  background-color: #015ffe;
  border: 1px solid #015ffe;
  text-transform: uppercase;
  font-weight: 700;
  transition: 150ms ease-in-out;
}
.email-novinky-verze__btn:hover {
  background-color: #004dce;
  transition: 150ms ease-in-out;
}
.email-novinky-verze__success {
  margin: 0;
  color: #001e46;
  font-size: 16px;
  text-align: center;
}
.email-novinky-verze__disclaimer {
  margin: 1.5rem 0;
  font-size: 15px;
  color: #023444;;
  line-height: 29px;
  text-align: left;
  letter-spacing: -0.07px;
}
@media screen and (max-width: 630px) {
  .email-novinky-verze__form-wrap {
    flex-direction: column;
  }
  .email-novinky-verze__input {
    flex-grow: unset;
  }
  .email-novinky-verze__btn {
    width: 100%;
    margin: 0 !important;
  }
}
@media screen and (max-width: 450px) {
  .email-novinky-verze {
    padding: 24px;
  }
  .email-novinky-verze h3 {
    padding-right: 0 !important;
  }
  .email-novinky-verze h3::after {
    content: none;
  }
}
