/* Red glow effect for logout button */
button[onclick="openLogoutModal()"] {
  box-shadow: 0 0 15px rgba(220, 53, 69, 0.6) !important;
  border: 1px solid rgba(220, 53, 69, 0.5) !important;
}

button[onclick="openLogoutModal()"]:hover {
  box-shadow: 0 0 25px rgba(220, 53, 69, 0.8) !important;
  transform: translateY(-2px) !important;
}

/* Mobile username styling */
#mobileUsernameBtn {
  background: rgba(156, 163, 175, 0.3) !important;
  border: 1px solid rgba(156, 163, 175, 0.5) !important;
  color: #374151 !important;
  font-weight: 600 !important;
}