.content {
  border-radius: var(--bs-border-radius-lg);
}

.img-avatar {
  max-width: 75px;
}

.fs-7 { font-size: 0.875rem; }
.fs-8 { font-size: 0.75rem; }
.fs-9 { font-size: 0.625rem; }

.nav-link.dropdown-toggle::after {
  display: none;
}

.dropdown-menu.mega-scrollable {
  max-height: 50vh;       /* menu can grow up to 70% of viewport height */
  overflow-y: auto;       /* scroll inside the menu */
  padding-right: 0.5rem;  /* make room for the scrollbar */
}

.mega-flex {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 1rem;
}

.mega-flex#explore {height: 650px;}
@media (min-width: 768px) {.mega-flex#explore {height: 440px;}}
@media (min-width: 1200px) {.mega-flex#explore {height: 225px;}}

.mega-flex#games {height: 315px;}
@media (min-width: 768px) {.mega-flex#games {height: 230px;}}
@media (min-width: 1200px) {.mega-flex#games {height: 200px;}}

.mega-flex#shops {height: 570px;}
@media (min-width: 768px) {.mega-flex#shops {height: 420px;}}
@media (min-width: 1200px) {.mega-flex#shops {height: 295px;}}
