/* Custom styles for Jogemo Travel */ 
.logout-link {
  color: #dc3545 !important;
  transition: background 0.2s, color 0.2s;
}
.logout-link:hover, .logout-link:focus {
  background: #dc3545 !important;
  color: #fff !important;
} 