
.nuance-group
{
    padding: .6rem .2rem;
    border-bottom: 1px solid #edf0f5;
}

/***********************************************************/

.nuance-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-weight: 600;
    color: #2a5298;
}

.nuance-disabled .nuance-header
{
    color: #999;
}

.nuance-toggle {
    background: none;
    border: none;
    font-size: 1rem;
    cursor: pointer;
}

.nuance-disabled .nuance-select-all
{
    cursor: not-allowed;
}

/***********************************************************/

.nuance-sources {
    margin-left: 1.5rem;
    margin-top: 0.25rem;
}

.source-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 8px;
    transition: background .15s ease;
    cursor: pointer;
    padding: .4rem .5rem;
}

.source-label:hover
{
    background: #f4f7fc;
}

.source-disabled
{
    opacity: 0.45;
    cursor: not-allowed;
}

.source-disabled input
{
    cursor: not-allowed;
}

.source-name
{
    flex: 1;
    font-size: .95rem;
}

.no-rss
{
    font-size: .75rem;
    padding: .1rem .4rem;
    border-radius: 999px;
    background: #eee;
    color: #666;
    margin-left: .4rem;
}

.select-only
{
    border: none;
    background: #ddd;
    border-radius: 4px;
    padding: .2rem .45rem;
    cursor: pointer;
    font-size: .9rem;
}

.select-only:hover
{
    background: #ccc;
}

.nuance-select-all
{
    flex: 1;
}
