/* DRUK R5.78 — mobile course breadcrumb single-line lock
   Desktop keeps full published course name. Mobile uses compact course label. */
@media (max-width:640px){
  body.course-standard-v561 .course-detail-hero .breadcrumb{
    display:flex!important;
    align-items:center!important;
    flex-wrap:nowrap!important;
    gap:6px!important;
    width:100%!important;
    max-width:100%!important;
    margin:0 0 14px!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    font-size:12px!important;
    line-height:1.2!important;
  }
  body.course-standard-v561 .course-detail-hero .breadcrumb > *{
    flex:0 0 auto!important;
    min-width:0!important;
  }
  body.course-standard-v561 .course-detail-hero .breadcrumb .breadcrumb-current{
    font-size:0!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  body.course-standard-v561 .course-detail-hero .breadcrumb .breadcrumb-current::after{
    content:attr(data-mobile-short);
    font-size:12px!important;
    line-height:1.2!important;
    color:inherit!important;
  }
}
@media (max-width:360px){
  body.course-standard-v561 .course-detail-hero .breadcrumb{
    gap:5px!important;
    font-size:11.5px!important;
  }
  body.course-standard-v561 .course-detail-hero .breadcrumb .breadcrumb-current::after{font-size:11.5px!important;}
}
