/* R190 — portrait lyrics title: keep the full word “Синхронизация” inside the viewport. */
@media screen and (orientation:portrait){
  body.lyrics-admin-page .admin-header.control-header{
    box-sizing:border-box!important;
    width:100%!important;
    max-width:100%!important;
    padding-left:8px!important;
    padding-right:8px!important;
    overflow:visible!important;
  }

  body.lyrics-admin-page .admin-header.control-header h1{
    box-sizing:border-box!important;
    width:100%!important;
    max-width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding:0!important;
    font-size:clamp(2rem,9.2vw,3rem)!important;
    line-height:.95!important;
    letter-spacing:-.045em!important;
    white-space:normal!important;
    word-break:keep-all!important;
    overflow-wrap:normal!important;
    text-wrap:balance!important;
    overflow:visible!important;
    text-align:center!important;
  }
}
