/*
 * TV loga s bílým pozadím.
 *
 * Originální obrázky ze Seznamu se zobrazují na bílém podkladu.
 */

.tv-station.has-logo,
.tv-setting-badge.has-logo {
    background: #ffffff !important;
    border: 1px solid #d7dbe2 !important;
    box-shadow: none !important;
    color: transparent;
}

.tv-logo-image,
.tv-setting-logo {
    background: transparent !important;
    filter: none !important;
}

.tv-row a.tv-station.has-logo:hover,
.tv-setting-badge.has-logo:hover {
    background: #ffffff !important;
    border-color: #b8bec8 !important;
    box-shadow: none !important;
}

html[data-theme="dark"] .tv-station.has-logo,
html[data-theme="dark"] .tv-setting-badge.has-logo {
    background: #ffffff !important;
}

@media (prefers-color-scheme: dark) {
    html[data-theme="system"] .tv-station.has-logo,
    html[data-theme="system"] .tv-setting-badge.has-logo {
        background: #ffffff !important;
    }
}
