/* Master Zeed - Custom Sidebar Styling */

#mz-agent-shortcuts {
  animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateX(-5px); }
  to { opacity: 1; transform: translateX(0); }
}

#mz-agent-shortcuts a {
  position: relative;
}

#mz-agent-shortcuts a:active {
  background: rgba(255, 255, 255, 0.12) !important;
}
