.dashboard-greeting{
    font-size: 36px;
    font-weight: 500;
    color: #58595B;
    margin-bottom: 50px;
}

.current-folder-title {
    padding: 10px;
    background: #ededed;
    border-radius: 6px;
    font-size: 24px;
    font-weight: bold;
    color: #58595B;
    line-height: 1;
}

.folder-file-list {
    list-style: none;
    padding-left: 0;
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 6px;
}

.folder-file-list li{
    padding-block: 0.5em;
    border-bottom: 1px solid lightgrey;
}

.mhfa-breadcrumbs {
    margin-bottom: 13px;
    color: #b1b1b1;
}

.mhfa-breadcrumbs>span {
    background: #e1e1e1;
    padding: 0.1em 0.5em 0.2em;
    border-radius: 7px;
    cursor: pointer;
    color: #3d3535;
}

.mhfa-breadcrumbs>span.crumb-current,
.mhfa-breadcrumbs>span:hover {
    background: #aad470;
}