.wcl-post-language-control {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: 10px;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid rgba(130, 170, 200, 0.35);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.12));
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 6px 16px rgba(29, 60, 90, 0.08);
}

.wcl-post-language-label {
    font-size: 11px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #5a7087;
    font-weight: 700;
}

.wcl-post-language-select {
    min-width: 170px;
    max-width: 240px;
    height: 30px;
    border-radius: 20px;
    border: 1px solid rgba(115, 145, 173, 0.35);
    background: rgba(248, 252, 255, 0.8);
    font-size: 12px;
    font-weight: 600;
    padding: 2px 10px;
}

.wcl-stream-language-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 7px;
    border-radius: 999px;
    border: 1px solid rgba(132, 163, 192, 0.4);
    background: rgba(242, 248, 255, 0.78);
    color: #48617a;
    font-size: 11px;
    font-weight: 600;
    vertical-align: middle;
}

.wcl-stream-filter-chip,
.wall-stream-filter-bar .wcl-stream-filter-chip {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    gap: 7px;
    min-height: 30px;
    margin: 0 10px 6px 0;
    padding: 5px 12px;
    border-radius: 999px;
    border: 1px solid rgba(116, 162, 204, 0.42) !important;
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.9), rgba(236, 248, 255, 0.76)) !important;
    color: #2f4f6c !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.01em;
    box-shadow: 0 8px 20px rgba(29, 60, 90, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.45) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 2;
    overflow: visible;
}

.wcl-stream-filter-chip.is-hidden,
.wall-stream-filter-bar .wcl-stream-filter-chip.is-hidden {
    display: none !important;
}

.wcl-stream-filter-chip::before,
.wall-stream-filter-bar .wcl-stream-filter-chip::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: linear-gradient(180deg, #5cb1e6, #2f86bf);
    box-shadow: 0 0 0 3px rgba(69, 145, 196, 0.14);
    flex: 0 0 7px;
}

.wcl-stream-filter-chip::before,
.wall-stream-filter-bar .wcl-stream-filter-chip::before {
    display: none !important;
}

.wcl-stream-filter-chip .wcl-stream-filter-chip-label,
.wall-stream-filter-bar .wcl-stream-filter-chip .wcl-stream-filter-chip-label {
    opacity: 1;
    color: #6786a5 !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.05em;
}

.wcl-stream-filter-chip.is-interactive .wcl-stream-filter-chip-label,
.wall-stream-filter-bar .wcl-stream-filter-chip.is-interactive .wcl-stream-filter-chip-label {
    display: none;
}

.wcl-stream-filter-chip .wcl-stream-filter-chip-value,
.wall-stream-filter-bar .wcl-stream-filter-chip .wcl-stream-filter-chip-value {
    color: #24435f !important;
    font-size: 12px;
    font-weight: 800;
}

.wcl-stream-filter-chip .wcl-stream-filter-chip-value.is-interactive,
.wall-stream-filter-bar .wcl-stream-filter-chip .wcl-stream-filter-chip-value.is-interactive {
    cursor: pointer;
    border-radius: 999px;
    padding: 2px 9px;
    background: rgba(46, 111, 159, 0.1);
    transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.wcl-stream-filter-chip .wcl-stream-filter-chip-value.is-interactive:hover,
.wcl-stream-filter-chip .wcl-stream-filter-chip-value.is-interactive:focus,
.wall-stream-filter-bar .wcl-stream-filter-chip .wcl-stream-filter-chip-value.is-interactive:hover,
.wall-stream-filter-bar .wcl-stream-filter-chip .wcl-stream-filter-chip-value.is-interactive:focus {
    outline: none;
    background: rgba(46, 111, 159, 0.2);
    box-shadow: 0 0 0 2px rgba(64, 134, 180, 0.16);
}

.wcl-stream-filter-chip .wcl-stream-filter-chip-menu,
.wall-stream-filter-bar .wcl-stream-filter-chip .wcl-stream-filter-chip-menu {
    position: absolute;
    top: calc(100% + 7px);
    left: 8px;
    display: none;
    min-width: 220px;
    max-width: min(90vw, 340px);
    max-height: 280px;
    overflow: auto;
    padding: 6px;
    border-radius: 12px;
    border: 1px solid rgba(116, 162, 204, 0.42);
    background: linear-gradient(142deg, rgba(255, 255, 255, 0.96), rgba(240, 249, 255, 0.95));
    box-shadow: 0 14px 28px rgba(13, 33, 52, 0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 1010;
}

.wcl-stream-filter-chip.is-open .wcl-stream-filter-chip-menu,
.wall-stream-filter-bar .wcl-stream-filter-chip.is-open .wcl-stream-filter-chip-menu {
    display: block;
}

#wall-stream-filter-nav,
#wall-stream-filter-nav .wall-stream-filter-root,
#wall-stream-filter-nav .wall-stream-filter-head,
#wall-stream-filter-nav .wall-stream-filter-bar {
    overflow: visible !important;
}

#wall-stream-filter-nav {
    position: relative;
    z-index: 1000 !important;
}

#wall-stream-filter-nav .wall-stream-filter-root,
#wall-stream-filter-nav .wall-stream-filter-head,
#wall-stream-filter-nav .wall-stream-filter-bar {
    position: relative;
}

.wcl-stream-filter-chip .wcl-stream-filter-chip-option,
.wall-stream-filter-bar .wcl-stream-filter-chip .wcl-stream-filter-chip-option {
    display: block;
    width: 100%;
    margin: 0;
    padding: 7px 9px;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: #27445e;
    text-align: left;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.wcl-stream-filter-chip .wcl-stream-filter-chip-option:hover,
.wcl-stream-filter-chip .wcl-stream-filter-chip-option:focus,
.wall-stream-filter-bar .wcl-stream-filter-chip .wcl-stream-filter-chip-option:hover,
.wall-stream-filter-bar .wcl-stream-filter-chip .wcl-stream-filter-chip-option:focus {
    outline: none;
    background: rgba(58, 129, 181, 0.14);
}

.wcl-stream-filter-chip .wcl-stream-filter-chip-option.is-active,
.wall-stream-filter-bar .wcl-stream-filter-chip .wcl-stream-filter-chip-option.is-active {
    background: rgba(58, 129, 181, 0.2);
    color: #17334a;
}

.wcl-stream-language-select {
    min-width: 190px;
    border-radius: 12px;
    border: 1px solid rgba(123, 160, 192, 0.35);
    background: rgba(248, 253, 255, 0.92);
    color: #3d566f;
    font-weight: 600;
}

.wcl-post-language-control.is-auto .wcl-post-language-select {
    opacity: 0.92;
}

.wcl-post-language-control.is-auto .wcl-post-language-label {
    display: none;
}

.wcl-post-language-control.is-global .wcl-post-language-select {
    border-color: rgba(64, 134, 180, 0.55);
}

.wcl-admin-settings .wcl-admin-panel {
    margin-bottom: 16px;
    padding: 14px;
    border-radius: 14px;
    border: 1px solid rgba(142, 166, 189, 0.3);
    background: transparent !important;
    box-shadow: 0 8px 24px rgba(22, 44, 69, 0.06);
}

.wcl-admin-settings .wcl-admin-panel h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
}

.wcl-admin-panel-backfill .row {
    margin-left: -8px;
    margin-right: -8px;
}

.wcl-admin-panel-backfill .row > [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
}

[data-wcl-backfill-submit].is-loading {
    opacity: 0.72;
    pointer-events: none;
}

.wcl-backfill-progress-overlay {
    position: fixed;
    inset: 0;
    z-index: 1600;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: rgba(7, 14, 24, 0.5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.wcl-backfill-progress-inline {
    position: static;
    inset: auto;
    z-index: auto;
    display: block;
    padding: 0;
    margin-top: 12px;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.wcl-backfill-progress-inline .wcl-backfill-progress-panel {
    width: 100%;
    max-width: none;
    box-shadow: 0 10px 24px rgba(17, 31, 47, 0.18);
}

.wcl-backfill-progress-panel {
    width: min(520px, calc(100vw - 32px));
    padding: 16px 18px;
    border-radius: 16px;
    border: 1px solid rgba(132, 163, 192, 0.35);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(244, 250, 255, 0.9));
    box-shadow: 0 16px 36px rgba(17, 31, 47, 0.28);
}

.wcl-backfill-progress-title {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 700;
    color: #1f3c58;
}

.wcl-backfill-progress-subtitle {
    margin: 0 0 10px;
    color: #5f7690;
    font-size: 12px;
}

.wcl-backfill-progress-bar {
    position: relative;
    width: 100%;
    height: 10px;
    overflow: hidden;
    border-radius: 999px;
    border: 1px solid rgba(120, 158, 194, 0.35);
    background: rgba(120, 158, 194, 0.15);
}

.wcl-backfill-progress-bar > span {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #4ea2d6, #2e84be);
    transition: width 0.16s ease;
}

.wcl-backfill-progress-meta {
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #3f5871;
    font-size: 12px;
    font-weight: 700;
}

.wcl-backfill-progress-status {
    margin-top: 8px;
    color: #30485f;
    font-size: 13px;
}

.wcl-backfill-progress-summary {
    margin-top: 6px;
    color: #5f7690;
    font-size: 12px;
}

.wcl-backfill-progress-overlay.is-error .wcl-backfill-progress-bar > span {
    background: linear-gradient(90deg, #ff6767, #ff9a9a);
}

@media (max-width: 768px) {
    .wcl-post-language-control {
        width: 100%;
        margin-left: 0;
        margin-top: 8px;
        justify-content: space-between;
    }

    .wcl-post-language-select {
        width: 100%;
        max-width: none;
    }
}

body[class*="dark"] .wcl-post-language-control,
html[data-theme="dark"] .wcl-post-language-control,
html[data-dark-mode-active="1"] .wcl-post-language-control,
.dark-mode .wcl-post-language-control {
    border-color: rgba(108, 150, 190, 0.45);
    background: linear-gradient(140deg, rgba(35, 47, 62, 0.75), rgba(32, 43, 57, 0.45));
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

body[class*="dark"] .wcl-post-language-label,
html[data-theme="dark"] .wcl-post-language-label,
html[data-dark-mode-active="1"] .wcl-post-language-label,
.dark-mode .wcl-post-language-label {
    color: #b9d1ea;
}

body[class*="dark"] .wcl-post-language-select,
html[data-theme="dark"] .wcl-post-language-select,
html[data-dark-mode-active="1"] .wcl-post-language-select,
.dark-mode .wcl-post-language-select {
    border-color: rgba(126, 168, 207, 0.4);
    background: rgba(17, 27, 39, 0.75);
    color: #d5e8fb !important;
}

body[class*="dark"] .wcl-stream-language-badge,
html[data-theme="dark"] .wcl-stream-language-badge,
html[data-dark-mode-active="1"] .wcl-stream-language-badge,
.dark-mode .wcl-stream-language-badge {
    border-color: rgba(120, 164, 205, 0.45);
    background: rgba(25, 37, 52, 0.72);
    color: #d5e8fc;
}

body[class*="dark"] .wcl-stream-filter-chip,
html[data-theme="dark"] .wcl-stream-filter-chip,
html[data-dark-mode-active="1"] .wcl-stream-filter-chip,
.dark-mode .wcl-stream-filter-chip {
    border-color: rgba(126, 181, 232, 0.68) !important;
    background: linear-gradient(142deg, rgba(30, 46, 65, 0.96), rgba(19, 30, 44, 0.95)) !important;
    color: #e7f3ff !important;
    box-shadow: 0 12px 26px rgba(1, 7, 14, 0.52), inset 0 1px 0 rgba(178, 218, 255, 0.18) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    opacity: 1 !important;
    visibility: visible !important;
}

body[class*="dark"] .wcl-stream-filter-chip::before,
html[data-theme="dark"] .wcl-stream-filter-chip::before,
html[data-dark-mode-active="1"] .wcl-stream-filter-chip::before,
.dark-mode .wcl-stream-filter-chip::before {
    background: linear-gradient(180deg, #72c3f0, #4d9ed0);
    box-shadow: 0 0 0 3px rgba(99, 170, 218, 0.2);
}

body[class*="dark"] .wcl-stream-filter-chip .wcl-stream-filter-chip-label,
html[data-theme="dark"] .wcl-stream-filter-chip .wcl-stream-filter-chip-label,
html[data-dark-mode-active="1"] .wcl-stream-filter-chip .wcl-stream-filter-chip-label,
.dark-mode .wcl-stream-filter-chip .wcl-stream-filter-chip-label {
    color: #a9cae7 !important;
    opacity: 1;
}

body[class*="dark"] .wcl-stream-filter-chip .wcl-stream-filter-chip-value,
html[data-theme="dark"] .wcl-stream-filter-chip .wcl-stream-filter-chip-value,
html[data-dark-mode-active="1"] .wcl-stream-filter-chip .wcl-stream-filter-chip-value,
.dark-mode .wcl-stream-filter-chip .wcl-stream-filter-chip-value {
    color: #f4f9ff !important;
}

body[class*="dark"] .wcl-stream-filter-chip .wcl-stream-filter-chip-value.is-interactive,
html[data-theme="dark"] .wcl-stream-filter-chip .wcl-stream-filter-chip-value.is-interactive,
html[data-dark-mode-active="1"] .wcl-stream-filter-chip .wcl-stream-filter-chip-value.is-interactive,
.dark-mode .wcl-stream-filter-chip .wcl-stream-filter-chip-value.is-interactive {
    background: rgba(86, 147, 202, 0.22);
}

body[class*="dark"] .wcl-stream-filter-chip .wcl-stream-filter-chip-value.is-interactive:hover,
body[class*="dark"] .wcl-stream-filter-chip .wcl-stream-filter-chip-value.is-interactive:focus,
html[data-theme="dark"] .wcl-stream-filter-chip .wcl-stream-filter-chip-value.is-interactive:hover,
html[data-theme="dark"] .wcl-stream-filter-chip .wcl-stream-filter-chip-value.is-interactive:focus,
html[data-dark-mode-active="1"] .wcl-stream-filter-chip .wcl-stream-filter-chip-value.is-interactive:hover,
html[data-dark-mode-active="1"] .wcl-stream-filter-chip .wcl-stream-filter-chip-value.is-interactive:focus,
.dark-mode .wcl-stream-filter-chip .wcl-stream-filter-chip-value.is-interactive:hover,
.dark-mode .wcl-stream-filter-chip .wcl-stream-filter-chip-value.is-interactive:focus {
    background: rgba(111, 175, 235, 0.3);
    box-shadow: 0 0 0 2px rgba(126, 187, 244, 0.28);
}

body[class*="dark"] .wcl-stream-filter-chip .wcl-stream-filter-chip-menu,
html[data-theme="dark"] .wcl-stream-filter-chip .wcl-stream-filter-chip-menu,
html[data-dark-mode-active="1"] .wcl-stream-filter-chip .wcl-stream-filter-chip-menu,
.dark-mode .wcl-stream-filter-chip .wcl-stream-filter-chip-menu {
    border-color: rgba(126, 181, 232, 0.6);
    background: linear-gradient(142deg, rgba(27, 41, 58, 0.98), rgba(17, 27, 40, 0.97));
    box-shadow: 0 18px 34px rgba(2, 8, 15, 0.55);
}

body[class*="dark"] .wcl-stream-filter-chip .wcl-stream-filter-chip-option,
html[data-theme="dark"] .wcl-stream-filter-chip .wcl-stream-filter-chip-option,
html[data-dark-mode-active="1"] .wcl-stream-filter-chip .wcl-stream-filter-chip-option,
.dark-mode .wcl-stream-filter-chip .wcl-stream-filter-chip-option {
    color: #e5f2ff;
}

body[class*="dark"] .wcl-stream-filter-chip .wcl-stream-filter-chip-option:hover,
body[class*="dark"] .wcl-stream-filter-chip .wcl-stream-filter-chip-option:focus,
html[data-theme="dark"] .wcl-stream-filter-chip .wcl-stream-filter-chip-option:hover,
html[data-theme="dark"] .wcl-stream-filter-chip .wcl-stream-filter-chip-option:focus,
html[data-dark-mode-active="1"] .wcl-stream-filter-chip .wcl-stream-filter-chip-option:hover,
html[data-dark-mode-active="1"] .wcl-stream-filter-chip .wcl-stream-filter-chip-option:focus,
.dark-mode .wcl-stream-filter-chip .wcl-stream-filter-chip-option:hover,
.dark-mode .wcl-stream-filter-chip .wcl-stream-filter-chip-option:focus {
    background: rgba(111, 175, 235, 0.22);
}

body[class*="dark"] .wcl-stream-filter-chip .wcl-stream-filter-chip-option.is-active,
html[data-theme="dark"] .wcl-stream-filter-chip .wcl-stream-filter-chip-option.is-active,
html[data-dark-mode-active="1"] .wcl-stream-filter-chip .wcl-stream-filter-chip-option.is-active,
.dark-mode .wcl-stream-filter-chip .wcl-stream-filter-chip-option.is-active {
    background: rgba(111, 175, 235, 0.28);
    color: #ffffff;
}

body[class*="dark"] .wcl-stream-language-select,
html[data-theme="dark"] .wcl-stream-language-select,
html[data-dark-mode-active="1"] .wcl-stream-language-select,
.dark-mode .wcl-stream-language-select {
    border-color: rgba(120, 164, 205, 0.5);
    background: rgba(18, 30, 43, 0.85);
    color: #d8ebff;
}

body[class*="dark"] .wcl-backfill-progress-panel,
html[data-theme="dark"] .wcl-backfill-progress-panel,
html[data-dark-mode-active="1"] .wcl-backfill-progress-panel,
.dark-mode .wcl-backfill-progress-panel {
    border-color: rgba(120, 164, 205, 0.45);
    background: linear-gradient(145deg, rgba(22, 32, 45, 0.95), rgba(19, 29, 41, 0.92));
}

body[class*="dark"] .wcl-backfill-progress-title,
html[data-theme="dark"] .wcl-backfill-progress-title,
html[data-dark-mode-active="1"] .wcl-backfill-progress-title,
.dark-mode .wcl-backfill-progress-title {
    color: #e5f2ff;
}

body[class*="dark"] .wcl-backfill-progress-subtitle,
html[data-theme="dark"] .wcl-backfill-progress-subtitle,
html[data-dark-mode-active="1"] .wcl-backfill-progress-subtitle,
.dark-mode .wcl-backfill-progress-subtitle,
body[class*="dark"] .wcl-backfill-progress-summary,
html[data-theme="dark"] .wcl-backfill-progress-summary,
html[data-dark-mode-active="1"] .wcl-backfill-progress-summary,
.dark-mode .wcl-backfill-progress-summary {
    color: #a9c2dd;
}

body[class*="dark"] .wcl-backfill-progress-meta,
html[data-theme="dark"] .wcl-backfill-progress-meta,
html[data-dark-mode-active="1"] .wcl-backfill-progress-meta,
.dark-mode .wcl-backfill-progress-meta,
body[class*="dark"] .wcl-backfill-progress-status,
html[data-theme="dark"] .wcl-backfill-progress-status,
html[data-dark-mode-active="1"] .wcl-backfill-progress-status,
.dark-mode .wcl-backfill-progress-status {
    color: #d3e6fa;
}

.wcl-stream-filter-chip.wcl-theme-dark,
.wall-stream-filter-bar .wcl-stream-filter-chip.wcl-theme-dark {
    border-color: rgba(126, 181, 232, 0.68) !important;
    background: linear-gradient(142deg, rgba(30, 46, 65, 0.96), rgba(19, 30, 44, 0.95)) !important;
    color: #e7f3ff !important;
    box-shadow: 0 12px 26px rgba(1, 7, 14, 0.52), inset 0 1px 0 rgba(178, 218, 255, 0.18) !important;
}

.wcl-stream-filter-chip.wcl-theme-dark .wcl-stream-filter-chip-label,
.wall-stream-filter-bar .wcl-stream-filter-chip.wcl-theme-dark .wcl-stream-filter-chip-label {
    color: #a9cae7 !important;
}

.wcl-stream-filter-chip.wcl-theme-dark .wcl-stream-filter-chip-value,
.wall-stream-filter-bar .wcl-stream-filter-chip.wcl-theme-dark .wcl-stream-filter-chip-value {
    color: #f4f9ff !important;
}

.wcl-stream-filter-chip.wcl-theme-dark .wcl-stream-filter-chip-value.is-interactive,
.wall-stream-filter-bar .wcl-stream-filter-chip.wcl-theme-dark .wcl-stream-filter-chip-value.is-interactive {
    background: transparent !important;
}

.wcl-stream-filter-chip.wcl-theme-dark .wcl-stream-filter-chip-value.is-interactive:hover,
.wcl-stream-filter-chip.wcl-theme-dark .wcl-stream-filter-chip-value.is-interactive:focus,
.wall-stream-filter-bar .wcl-stream-filter-chip.wcl-theme-dark .wcl-stream-filter-chip-value.is-interactive:hover,
.wall-stream-filter-bar .wcl-stream-filter-chip.wcl-theme-dark .wcl-stream-filter-chip-value.is-interactive:focus {
    background: rgba(111, 175, 235, 0.3);
    box-shadow: 0 0 0 2px rgba(126, 187, 244, 0.28);
}

.wcl-stream-filter-chip.wcl-theme-dark .wcl-stream-filter-chip-menu,
.wall-stream-filter-bar .wcl-stream-filter-chip.wcl-theme-dark .wcl-stream-filter-chip-menu {
    border-color: rgba(126, 181, 232, 0.6);
    background: linear-gradient(142deg, rgba(27, 41, 58, 0.98), rgba(17, 27, 40, 0.97));
    box-shadow: 0 18px 34px rgba(2, 8, 15, 0.55);
}

.wcl-stream-filter-chip.wcl-theme-dark .wcl-stream-filter-chip-option,
.wall-stream-filter-bar .wcl-stream-filter-chip.wcl-theme-dark .wcl-stream-filter-chip-option {
    color: #e5f2ff;
}

.wcl-stream-filter-chip.wcl-theme-dark .wcl-stream-filter-chip-option:hover,
.wcl-stream-filter-chip.wcl-theme-dark .wcl-stream-filter-chip-option:focus,
.wall-stream-filter-bar .wcl-stream-filter-chip.wcl-theme-dark .wcl-stream-filter-chip-option:hover,
.wall-stream-filter-bar .wcl-stream-filter-chip.wcl-theme-dark .wcl-stream-filter-chip-option:focus {
    background: rgba(111, 175, 235, 0.22);
}

.wcl-stream-filter-chip.wcl-theme-dark .wcl-stream-filter-chip-option.is-active,
.wall-stream-filter-bar .wcl-stream-filter-chip.wcl-theme-dark .wcl-stream-filter-chip-option.is-active {
    background: rgba(111, 175, 235, 0.28);
    color: #ffffff;
}
