body {
  background: #f3f5f7;
}

.gsim-navbar {
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}

.gsim-navbar-logo {
  height: 42px;
  width: auto;
}

.gsim-navbar .nav-link {
  font-size: 1.05rem;
}

.gsim-navbar .dropdown-item {
  font-size: 1.02rem;
}

.gsim-app-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: #16a34a;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
}

.gsim-app-icon--sm {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  font-size: 14px;
}
