.hardPaywall__icon-mobile-pay {
  width: 20px;
  height: 23px;
  background: url("mobile-pay-color.f09accde.svg") 50% no-repeat;
  background-size: contain;
}
.hardPaywall__icon-card {
  width: 24px;
  height: 24px;
  background: url("credit-card.114bfcd6.svg") 50% no-repeat;
  background-size: contain;
}
.paywall__paywallWrapper {
  position: relative;
  clear: both;
  top: -35px;
  background: #fff;
}
.paywall__paywallWrapper:before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0) 0,
    hsla(0, 0%, 100%, 0.75) 29%,
    hsla(0, 0%, 100%, 0.82) 77%,
    #fff
  );
}
.paywall__paywallArticle {
  text-align: center;
  padding: 70px 40px 35px;
  position: relative;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .paywall__paywallArticle {
    padding: 70px 20px 30px;
  }
}
.paywall__paywallArticle a {
  text-decoration: underline;
  color: inherit;
}
.paywall__paywallArticle a:hover {
  text-decoration: none;
}
.paywall__paywallHeading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background-color: #ff3e00;
  padding: 18px 0 17px;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 48px;
  line-height: 35px;
}
@media (max-width: 767.98px) {
  .paywall__paywallHeading {
    font-size: 26px;
    line-height: 30px;
    padding: 20px 0;
  }
}
@media (max-width: 543.98px) {
  .paywall__paywallHeading {
    font-size: 21px;
  }
}
.paywall__paymentOptionsHeading {
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  margin: 0;
}
.paywall__paragraph {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin: 0;
}
@media (max-width: 1599.98px) {
  .paywall__paragraph {
    font-size: 15px;
  }
}
.paywall__paywallText {
  font-size: 12px;
  line-height: 16px;
  color: #909090;
}
.paywall__paywallBtn {
  max-width: 335px;
}
.paywall__offerDescription {
  margin-bottom: 40px;
  margin-top: 30px;
}
.paywall__paywallTime {
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.paywall__paywallTime span {
  font-weight: 700;
}
.paywall__notice {
  width: 100%;
  background: #eee;
  padding: 15px;
  margin-bottom: 20px;
  overflow: hidden;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 1599.98px) {
  .paywall__notice {
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .paywall__notice {
    margin-bottom: 20px;
  }
}
.paywall__notice p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
  text-align: left;
}
@media (max-width: 767.98px) {
  .paywall__notice p {
    font-size: 11px;
    line-height: 16px;
  }
}
.paywall__notice p:last-of-type {
  margin-bottom: 0;
}
.paywall__notice .paywall__userEmail {
  font-weight: 600;
}
.paywall__paywallBuyNotice {
  background: #eee;
  padding: 15px;
  margin-bottom: 10px;
}
.paywall__paywallBuyNotice p {
  margin-bottom: 0;
  font-size: 11px;
  line-height: 17px;
  text-align: left;
}
.paywall__paywallLogin {
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  margin: 20px 0;
}
.paywall__paywallLogin a {
  color: #333;
  font-weight: 600;
}
.confirmation__heading {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 15px;
  padding-top: 6px;
}
.confirmation__heading2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}
.confirmation__info {
  margin-bottom: 20px;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
}
.confirmation__userEmail {
  font-size: 16px;
  line-height: 19px;
  overflow: hidden;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
.confirmation__rememberMe {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
  font-size: 12px;
}
.iosPaywall__root {
  padding-bottom: 12px;
}
.iosPaywall__heading {
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  font-size: 22px;
  line-height: 26px;
}
