/* Unified Green Hosting Badge for both the Web App & Visitor Landing Pages */
.navigation-panel::after, 
.drawer__inner::after,
.compose-panel::after,
.about__meta::after,
.about__section::after {
  content: "";
  display: block !important;
  background-image: url("https://storage.googleapis.com/indieauthors/media_attachments/files/116/666/232/281/717/649/original/3bc2c07bad4fbf7a.png") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 200px;
  height: 95px;
  min-height: 95px !important;
  flex-shrink: 0 !important; /* Stops the web app flexbox layout from crushing the image height */
  margin: 25px auto !important; /* Centers the badge and builds clean spacing around it */
}

