@charset "utf-8";

#updates_wrap {
  min-height: 100vh;
  background: #f7f8fb;
  color: #111;
}

.updates_badge {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: #eef2ff;
  color: #3949ab;
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 767px) {

  .updates_badge {
    height: 32px;
    font-size: 12px;
  }

}
