.CertBodyWrapper .TopBlueBar { 
    display: none; 
} 

.CertBodyWrapper > img { 
    top: 0; 
    height: 100%; 
}

/* === Left-align all certificate content === */
.CertContentWrapper,
.CertContentWrapper * {
  text-align: left !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
}
/* === Banner removal (keep from earlier) === */
.CertBodyWrapper .TopBlueBar { 
  display: none; 
} 

.CertBodyWrapper > img { 
  top: 0; 
  height: 100%; 
}

/* === Improve spacing below certification text === */
.CertHasCompletedText {
  margin-bottom: 60px !important;
}

/* === Reduce signature size) === */
.CertAwardedByName {
  font-size: 1.7em !important;
}