div#paywallMain{
  width: 100%;
}
.paywall{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 10px;
  color: #000;
  background-color: #f4f4f4;
}
.paywall a.assine{
  background-color: #E60404;
  color: #fff;
  padding: 10px 25px;
  border-radius: 999px;
  font-family: 'PoppinsBold';
  text-transform: uppercase;
}
.paywall span{
  max-width: 600px;
  text-align: center;
}
.paywall .note{
  color: #727272;
  font-size: 0.8rem;
  margin: 5px 0 20px 0;
  max-width: 250px;
}

.taboola-wrapper{
  width: 100%;
  max-width: 1250px;
  display: flex;
  justify-content: center;
  padding: 20px;
  margin-bottom: 20px;
}
.taboola-wrapper div#taboola-Paywall{
  width: 100%;
}
.login-paywall{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  /* max-width: 1250px; */
}
.login-paywall span{
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
}
.login-paywall span button{
  border: none;
  background-color: transparent;
  font-weight: 600;
}
.login-paywall .separator {
  width: 90%;
  display: flex;
  align-items: center;
  text-align: center;
  margin: 10px 0;
}
.login-paywall .separator::before,
.login-paywall .separator::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgb(255,255,255);
}
.login-paywall .separator:not(:empty)::before {
  margin-right: .25em;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 20%, rgba(150,150,150,1) 100%);
}
.login-paywall .separator:not(:empty)::after {
  margin-left: .25em;
  background: linear-gradient(90deg, rgba(150,150,150,1) 0%, rgba(255,255,255,0) 80%, rgba(255,255,255,0) 100%);
}

@media screen and (max-width: 700px){
  .login-paywall .separator:not(:empty)::before {
    background: rgb(150,150,150);
  }
  .login-paywall .separator:not(:empty)::after {
    background: rgb(150,150,150);
  }
}