.channel-bar { background: #fff; border-bottom: 1px solid #e1e6ee; }
.channel-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 12px; padding-bottom: 12px; }
.youtube-callout { display: flex; align-items: center; gap: 12px; padding: 10px 16px; border: 1px solid #e3e6eb; border-radius: 8px; color: #142a45; font-size: 12px; line-height: 1.5; }
.youtube-callout strong { font-weight: 800; }
.youtube-callout:hover { border-color: #c71924; background: #fff6f6; }
.youtube-play { background: #d5131f; color: #fff; display: grid; place-items: center; border-radius: 6px; width: 34px; height: 24px; flex-shrink: 0; font-size: 12px; }
.youtube-name { color: #b9101b; }
.channel-arrow { margin-left: 8px; font-size: 20px; color: #b9101b; }
.channel-social { display: flex; align-items: center; gap: 18px; }
.social-handle { color: #657082; font-size: 10px; }
.social-links { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.social-links a { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; font-size: 11px; font-weight: 700; color: #142a45; }
.social-links a:hover { text-decoration: underline; }
.social-links svg { width: 19px; height: 19px; flex-shrink: 0; }
.footer-social { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding-bottom: 18px; --social-icon-cutout: #263041; }
.footer-social > span { font-size: 12px; color: #e7edf5; }
@media(max-width: 1050px) { .channel-social .social-handle { display: none; } }
@media(max-width: 720px) {
  .channel-inner { flex-direction: column; gap: 0; padding-top: 8px; padding-bottom: 0; }
  .youtube-callout { width: 100%; justify-content: center; gap: 10px; font-size: 11px; padding: 7px 10px; }
  .youtube-callout strong { display: block; }
  .channel-arrow { margin-left: auto; }
  .channel-social { width: 100%; justify-content: center; }
  .social-links { gap: 22px; }
  .footer-social { flex-direction: column; align-items: flex-start; gap: 5px; }
}
