/* Preserve the supplied transparent logo's proportions on every branded surface. */
img[src*="/yunding-logo-20260921.png"] { object-fit: contain !important; object-position: center !important; }
.yd-inline-logo { display: block; width: 116px; height: 40px; object-fit: contain; }
.bdjp-brand, .bdre-top > div { min-width: 0; }
.bdjp-brand .yd-inline-logo, .bdre-top .yd-inline-logo { width: 112px; height: 38px; }
.bdjp-brand > span, .bdre-top > div > span { letter-spacing: .08em; }
/* Entry screens originally contained no platform logo. */
.style__entryWrapper__2_5ZA::before {
  content: "";
  display: block;
  width: min(64vw, 260px);
  height: 86px;
  margin: 16px auto 8px;
  background: url('/images/yunding-logo-20260921.png') center / contain no-repeat;
}
