:root {
    --text-base-color: #000000
}

.sidebar__social {
    display: flex;
    padding: 3px 0;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.sidebar__social-title {
    font-weight: 500;
    font-size: 0.875rem;
    color: var(--text-base-color);
}
