/* --- SYMBOL FOR THE CURRENT/ACTIVE PAGE LINK --- */
/* This rule targets ONLY the link with aria-current="page" */
.sv-defaultlist li a[aria-current="page"]::before {
    content: "\01F56E"; 
    margin-right: 8px;
    color: #000; /* Optional: make the active symbol a different color */
}


/* --- SPACING BETWEEN ALL LINKS --- */
/* This rule applies to all links to ensure consistent spacing */
.sv-defaultlist li a {
   margin-top: 8px; 
   margin-bottom: 8px;
}