.channel-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  padding: 7px;
  border: 0;
  border-radius: 0;
  background: transparent;
  vertical-align: middle;
  font-style: normal;
  box-sizing: border-box;
}
.channel-brand img { display: block; width: 28px; height: 28px; max-width: 100%; object-fit: contain; }
.channel-brand--paired .channel-brand-original { display: var(--brand-original-display, block); }
.channel-brand .channel-brand-reverse { display: var(--brand-reverse-display, none); }
.channel-brand--wide { width: 96px; padding: 7px 10px; }
.channel-brand--wide img { width: 74px; height: 28px; }
.channel-brands { display: inline-flex; align-items: center; justify-content: flex-start; gap: 5px; font-style: normal; flex: 0 0 auto; }
.channel-brand-label { display: inline-flex; align-items: center; gap: 9px; font-style: normal; }
.channel-brand-label > span { font-size: 13px; line-height: 1.4; }
.channel-brand-links { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 18px; }
.channel-brand-links a { color: inherit; text-decoration: none; }
.channel-brand-links a:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
@media (max-width: 600px) {
  .channel-brand { width: 38px; height: 38px; padding: 6px; }
  .channel-brand img { width: 25px; height: 25px; }
  .channel-brand--wide { width: 88px; padding: 6px 9px; }
  .channel-brand--wide img { width: 68px; height: 25px; }
}
