/**
 * RIB360-CUSTOMER-PUBLIC-BROWSING-DUPLICATE-HEADER-REMOVE-FIX-J7H
 * Public browsing: one header, one Account Icon, restrained identity presentation.
 */

/* Public routes must never stack the Customer Portal application header above the public shell. */
html body .rib360-cmj.rib360-cmj-portal{
  display:none!important;
}

/* The signed-in name belongs inside the account dialog, not beside the persistent icon. */
.rib360-public-account-rail.rib360-public-account-icon-only .rib360-session-identity{
  display:none!important;
}
.rib360-public-account-rail.rib360-public-account-icon-only{
  margin-left:auto;
}
.rib360-public-account-rail.rib360-public-account-icon-only .rib360-public-account-button{
  width:54px!important;
  min-width:54px!important;
  height:54px!important;
  padding:0!important;
  border-radius:18px!important;
  display:grid!important;
  place-items:center!important;
}
.rib360-public-account-rail.rib360-public-account-icon-only .rib360-public-account-button svg{
  width:24px!important;
  height:24px!important;
}

/* Public home account control: icon outside, identity inside the panel. */
.rib360-home-account-icon{
  width:56px!important;
  min-width:56px!important;
  height:56px!important;
  padding:0!important;
  border-radius:18px!important;
  display:grid!important;
  place-items:center!important;
  background:#ff8a00!important;
  border:1px solid rgba(255,138,0,.82)!important;
  color:#fff!important;
  box-shadow:0 16px 34px rgba(255,138,0,.22)!important;
}
.rib360-home-account-icon svg{
  width:25px;
  height:25px;
  display:block;
}
.rib360-home-account-icon:hover,
.rib360-home-account-icon:focus-visible{
  background:#e77c00!important;
  transform:translateY(-1px);
}
.rib360-sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
.signin.is-signed-in .signin-panel{
  width:min(340px,calc(100vw - 32px));
}
.signin.is-signed-in .signin-user{
  padding:14px 15px;
  background:linear-gradient(145deg,#fbfdff,#f4f8fd);
  border:1px solid #e2e9f3;
}
.signin.is-signed-in .signin-user .rib360-session-identity-label{
  font-size:14px!important;
  font-weight:500!important;
  letter-spacing:-.01em;
}
.signin.is-signed-in .signin-user .rib360-session-identity-portal{
  font-size:9px!important;
  letter-spacing:.1em!important;
}

/* Calm dashboard greeting: the customer's name remains in the Account Icon dialog. */
body.cp-page-dashboard .cp-topbar h1{
  font-weight:400!important;
  letter-spacing:-.025em!important;
}

@media(max-width:720px){
  .rib360-public-header .rib360-public-shell{
    min-height:82px;
  }
  .rib360-public-account-rail.rib360-public-account-icon-only .rib360-public-account-button{
    width:52px!important;
    min-width:52px!important;
    height:52px!important;
    border-radius:17px!important;
  }
  .rib360-home-account-icon{
    width:52px!important;
    min-width:52px!important;
    height:52px!important;
    border-radius:17px!important;
  }
}
