/* Utility classes for navigation and components */
.nav-profile-img-sm {
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.nav-profile-img-lg {
  width: 90px;
  height: 90px;
  object-fit: cover;
}

.dropdown-menu-custom-width {
  min-width: 380px;
}

.dropdown-content-scrollable {
  max-height: 360px;
}
