/* Preserve the owner's original artwork while hiding the black square outside its white badge. */
img[src$="phonlelo-logo.jpg"] {
  background: #fff !important;
  clip-path: circle(46.5% at 50% 50%);
}

.logo-brand {
  background: #fff !important;
  border-color: #eee !important;
}
