/* VPN Help Center link styled as button (landing page only) */
.sc-content-body a[href="https://vpnhelp.getadblock.com/adblock-vpn-help-center"],
.content-body a[href="https://vpnhelp.getadblock.com/adblock-vpn-help-center"] {
  display: inline-block;
  background-color: #1565C0;
  color: #ffffff !important;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none !important;
  margin-top: 8px;
}

.sc-content-body a[href="https://vpnhelp.getadblock.com/adblock-vpn-help-center"]:hover,
.content-body a[href="https://vpnhelp.getadblock.com/adblock-vpn-help-center"]:hover {
  background-color: #1976D2;
}