/* Keep every YouTiao wordmark variant at one consistent page-UI size. */
img[src*='/logos/youtiao-wordmark-'] {
  width: 4.6667rem !important;
  height: 1.5rem !important;
  border-radius: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
}

/* Resize fixed square wrappers without touching mixed-content brand rows. */
div:has(> img:only-child[src*='/logos/youtiao-wordmark-']) {
  width: 4.6667rem !important;
  height: 1.5rem !important;
  aspect-ratio: auto !important;
  flex-shrink: 0 !important;
  overflow: visible !important;
}
