/* Target the "Your Privacy Choices" link specifically */
nav[aria-label="global footer navigation"] a[href*="#open-privacy-modal"]::before,
nav[aria-label="global footer navigation"] li:nth-child(4) a::before,
.cc-global-footer-primary .cc-menu .cc-menu-list a[href*="#open-privacy-modal"]::before{
    content: "";
    display: inline-block;
    width: 29px;
    height: 14px;
    background-image: url("https://corporate.comcast.com/media/img/50w/2025/06/corporate_privacyoptions29x14.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 8px;
    vertical-align: middle;
}