/*
 * GH enterprise credentials float-safearea v1
 * Scope: loaded only by the honor/credentials page.
 * Goal: keep fixed consultation/privacy controls outside certificate content.
 */

@media (min-width:769px) and (max-width:1366px){
  .gh-credentials-v2{
    padding-right:88px;
  }
}

@media (max-width:768px){
  .gh-credentials-v2{
    padding-bottom:54px;
  }

  .kefu{
    display:none!important;
  }

  #gh-privacy-settings-button.gh-pv1-float{
    right:8px!important;
    bottom:8px!important;
    width:46px!important;
    min-width:46px!important;
    height:46px!important;
    min-height:46px!important;
    padding:0 5px!important;
    border-radius:50%!important;
    font-size:10px!important;
    line-height:1.15!important;
    white-space:normal!important;
  }
}
