/* V20.11.94: non-fixed version label synchronized with the current build. */
.bbm-app-version-footer{
  box-sizing:border-box;
  width:100%;
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:7px;
  margin:18px 0 0;
  padding:18px max(18px,env(safe-area-inset-right)) calc(118px + env(safe-area-inset-bottom)) 18px;
  color:rgba(185,198,216,.72);
  font-size:12px;
  line-height:1.4;
  letter-spacing:.02em;
  text-align:right;
  pointer-events:none;
  user-select:none;
}
.bbm-app-version-footer strong{
  color:rgba(231,239,249,.9);
  font-size:12px;
  font-weight:800;
  letter-spacing:.05em;
}
@media(min-width:900px){
  .bbm-app-version-footer{padding-bottom:34px;}
}
