/* .video-title is repeated to raise specificity to (0,4,0) — Taboola
   injects its own <style> tag client-side with the identical selector
   (0,3,0) and color:#fff !important AFTER this stylesheet loads; on a
   pure specificity+importance tie the later rule wins, which was
   silently overriding this color. Verified via live DOM inspection
   2026-08-21. */
.thumbnails-31x-SC .syndicatedItem .video-title,
.thumbnails-31x-SC .syndicatedItem .video-title.video-title {
    color: #040404 !important;
}

.video-cta-button.video-cta-style {
    font-family: Arial, Helvetica, sans-serif !important;
    color: rgb(33 33 33) !important;
    border-color: rgb(71 71 71) !important;
}

.taboola-widget {
    margin-top: 24px;
    padding: 20px;
    border-radius: var(--radius-xl);
    background-color: #ffffff;
    border: solid 1px #e0e0e1;
}

.taboola-widget__label {
    margin-bottom: 12px;
    color: #757575;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
