.mw-article-container.paywall-info,
.mw-blog-post-content.paywall-info {
  display: hidden;
}

.paywall-container {
  display: flex;
  width: 100%;
  padding: 20px;
  background-color: white;
  border-radius: 10px;
  flex-direction: column;
  box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.35);
}

.paywall-wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.paywall-wrapper span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 24px;
  align-items: center;
  text-align: center;
  font-family: "NunitoSans-Regular";
}

.paywall-wrapper span {
  font-size: 28px;
  line-height: 32px;
  font-family: "NunitoSans-SemiBold";
  color: #303030;
}

.paywall-wrapper .paywall-assine {
  border-radius: 25px;
  font-size: 20px;
  font-family: "NunitoSans-Bold";
  color: #fff;
  padding: 10px;
  cursor: pointer;
  transition: .3s;
  display: block;
  text-align: center;
  text-decoration: none;
}

.mw-article-container.restricted #mw-article-content {
  position: relative;
  height: 600px;
  overflow: hidden;
}

.paywall-span {
  display: flex;
  flex-direction: row !important;
  justify-content: start;
  align-items: center;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}

.mw-blog-post-content.restricted .paywall-info,
.mw-article-container.restricted .paywall-info {
  display: block;
  position: absolute;
  left: 12px;
  width: calc(100% - 24px);
  margin: auto;
  top: 0px;
  font-size: 3em;
  height: auto !important;
}

.mw-blog-post-content.restricted #mw-article-content *,
.mw-article-container.restricted #mw-article-content * {
  filter: blur(0.5rem);
}

.mw-article-container.restricted #mw-article-content .paywall-info,
.mw-article-container.restricted #mw-article-content .paywall-info *,
.mw-article-container.restricted #mw-article-content :nth-child(1),
.mw-blog-post-content.restricted #mw-article-content .paywall-info,
.mw-blog-post-content.restricted #mw-article-content .paywall-info *,
.mw-blog-post-content.restricted #mw-article-content :nth-child(1) {
  filter: none;
}

@media (max-width:400px) {
  .paywall-wrapper span {
    font-size: 20px;
    line-height: 24px;
  }
}