/* v148.61.9.9 — compact mobile Watch Together action line */
@media(max-width:640px){
  .bm-watch-together-inline-actions,
  .arc1-link-actions.bm-watch-together-host,
  .download-actions.bm-watch-together-host,
  .download-card-actions.bm-watch-together-host{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    display:grid!important;
    grid-template-columns:minmax(54px,.72fr) minmax(60px,.78fr) minmax(108px,1.38fr)!important;
    align-items:center!important;
    gap:5px!important;
    flex-wrap:unset!important;
  }
  .bm-watch-together-inline-actions>.arc1-play-inline,
  .bm-watch-together-inline-actions>.arc1-play-btn,
  .bm-watch-together-inline-actions>.bm-local-play-choice,
  .arc1-link-actions.bm-watch-together-host>.arc1-play-inline,
  .arc1-link-actions.bm-watch-together-host>.arc1-play-btn,
  .arc1-link-actions.bm-watch-together-host>.bm-local-play-choice{
    grid-column:1!important;width:100%!important;min-width:0!important;max-width:none!important;margin:0!important;
  }
  .bm-watch-together-inline-actions>.arc1-dl-btn,
  .bm-watch-together-inline-actions>.download-icon,
  .arc1-link-actions.bm-watch-together-host>.arc1-dl-btn,
  .arc1-link-actions.bm-watch-together-host>.download-icon{
    grid-column:2!important;width:100%!important;min-width:0!important;max-width:none!important;margin:0!important;
  }
  .bm-watch-together-inline-actions>.bm-watch-together-btn,
  .arc1-link-actions.bm-watch-together-host>.bm-watch-together-btn,
  .download-actions.bm-watch-together-host>.bm-watch-together-btn,
  .download-card-actions.bm-watch-together-host>.bm-watch-together-btn{
    grid-column:3!important;order:initial!important;width:100%!important;min-width:0!important;max-width:none!important;margin:0!important;
    height:32px!important;padding:0 6px!important;font-size:8.8px!important;white-space:nowrap!important;
  }
  .bm-watch-together-inline-actions>.arc1-sub-dl-btn,
  .arc1-link-actions.bm-watch-together-host>.arc1-sub-dl-btn{
    grid-column:1 / -1!important;justify-self:start!important;width:auto!important;max-width:100%!important;margin-top:1px!important;
  }
  .bm-watch-together-btn .bm-watch-together-label{display:inline-block!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
}
@media(max-width:360px){
  .bm-watch-together-inline-actions,
  .arc1-link-actions.bm-watch-together-host,
  .download-actions.bm-watch-together-host,
  .download-card-actions.bm-watch-together-host{
    grid-template-columns:minmax(50px,.68fr) minmax(54px,.72fr) minmax(96px,1.28fr)!important;gap:4px!important;
  }
  .bm-watch-together-btn{font-size:8.1px!important;padding-inline:4px!important}
  .bm-watch-together-btn svg{width:10px!important;height:10px!important}
}
