/* VIDEA – desktop, pouze když záložka NENÍ vybraná */
[data-testid="tabRelatedVideos"]:not(.active) > a {
    color: #16863a !important;
}

[data-testid="tabRelatedVideos"]:not(.active) > a::before {
}


/* VIDEA – mobil, pouze když sekce NENÍ otevřená */
#productVideos:not(.active) > .detail-tab-item {
    color: #16863a !important;
}

#productVideos:not(.active) > .detail-tab-item::before {

}