/* wire-pinned-hub-links-internal-rail-css-303f1h8853 */

/*
 * The resource card belongs to the Topic Hub's own two-column layout:
 * .topic-hub-layout > .topic-hub-rail.
 *
 * Never display it inside Wire's site-wide third-column activity rail.
 */
body.sports-topic-hub-body
>.wire-topic-global-right-rail-303f1h8772
.wire-pinned-hub-links-303f1h8851,
body.sports-topic-hub-body
>.wire-topic-global-right-rail-303f1h8771
.wire-pinned-hub-links-303f1h8851,
body.sports-topic-hub-body
>.wire-app>.right-rail
.wire-pinned-hub-links-303f1h8851{
  display:none!important;
}

body.sports-topic-hub-body
main.topic-hub-shell
.topic-hub-layout
>.topic-hub-rail
>.wire-pinned-hub-links-303f1h8851{
  display:grid!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  margin:0!important;
  box-sizing:border-box!important;
}

body.sports-topic-hub-body
main.topic-hub-shell
.topic-hub-layout
>.topic-hub-rail{
  min-width:0!important;
}

@media(max-width:900px){
  body.sports-topic-hub-body
  main.topic-hub-shell
  .topic-hub-layout
  >.topic-hub-rail
  >.wire-pinned-hub-links-303f1h8851{
    margin-top:12px!important;
  }
}