/**
 * Sidebar and Widgets
 */
.sidebar-right > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-right .widget {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px dotted var(--wp--preset--color--darkblue);
}