.subline  {
    font-family: "PanchariUni" !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    color: rgb(170, 170, 170);
}
/* Small device breakpoint (e.g., mobile phones) */
@media only screen and (max-width: 768px) {
    .subline {
        font-size: 12px !important;
        font-family: "PanchariUni" !important;
    }
}
/* Hide the login button on medium (tablets) and small (phones) screens */
@media screen and (max-width: 992px) { /* Medium devices and below (tablets, smaller laptops) */
    .disqus-login {
        display: none;
    }
}
@media screen and (max-width: 768px) { /* Small devices (phones) */
    .disqus-login {
        display: none;
    }
}
.disqus-login-text {
    color: black !important;
  }