.no-no-separator {
    border: none;
}

.no-separator div {
    display: inline-block; /* Allows the inner content to be treated as a block */
    text-align: left; /* Aligns the text to the left within the block */
}

.special-link {
    color: #0d6efd;
    text-decoration: none;
    background-color: transparent;
}