/* APP_VERSION_BADGE_V15_20260915 */
.app-version-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  align-self:center;
  white-space:nowrap;
  border-radius:11px;
  padding:5px 7px;
  margin-left:2px;
  background:#f3edf6;
  color:#756879;
  box-shadow:inset 0 0 0 1px #ffffffc9;
  font-size:9px;
  line-height:1;
  font-weight:950;
  letter-spacing:.02em;
}
@media(max-width:760px){
  .app-version-badge{padding:4px 5px;font-size:8px}
}
