.mg-bflc,
.mg-bflc-shell {
    width: 100%;
}

.mg-bflc-shell {
    box-sizing: border-box;
    padding: 10px 20px 14px;
    background: #f7f7f7;
}

.mg-bflc-shell__row {
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 41px;
    margin: 0;
    padding: 6px 2px 6px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #050505;
    font: inherit;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
    text-align: left;
    cursor: pointer;
}

.mg-bflc-shell__row:hover,
.mg-bflc-shell__row:focus {
    border: 0;
    background: transparent;
    color: #050505;
    outline: 0;
}

.mg-bflc-shell__arrow {
    width: 7px;
    height: 7px;
    margin: -4px 2px 0 15px;
    border-right: 1.7px solid #263238;
    border-bottom: 1.7px solid #263238;
    transform: rotate(45deg);
    flex: 0 0 auto;
}

.mg-bflc.is-loading .mg-bflc-shell {
    opacity: .92;
}

.mg-bflc-content:empty {
    display: none;
}

.mg-bflc.has-error .mg-bflc-shell::after {
    content: 'Click a filter to retry';
    display: block;
    padding: 8px 0 2px;
    color: #777;
    font-size: 12px;
}

