#show-updates-dropdown {
  display: none; 
}

#about-this-site {
  display: none; 
}

.masthead.no-logo {
  background-image: url(https://cdn.cyber-risk.upguard.com/apollo/upguard_logo_horizontal.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 48px;
  padding-top: 0px !important;
  min-height: 80px !important;
  margin-bottom: 48px !important;
  
  /* 1. Control the size of the logo image */
  background-size: contain; 
  /* 2. Increase the height of the container to allow the logo to grow */
  min-height: 60px !important; 
}

.masthead.no-logo h3 {
  display: none;
}

.powered-by a {
  color: white;
  pointer-events: none;
}

.powered-by a:hover {
  color: white !important; 
}

.page-status {
  border-width: 0px !important;
  margin-bottom: 8px !important;
}

a:hover {
  color: #1757C2;
  text-decoration: underline;
}

.layout-content.status.status-index .text-section {
    margin-bottom: 24px;
}

.subscribe {
 display: none; 
}