/* Menu divider styles */
.menu-divider {
  border: none;
  border-top: 1px solid var(--dark-border);
  margin: 0.25rem 0;
  opacity: 0.5;
}
