/**
 * Google Ad Manager Label Styles
 * 
 * Styles for the advertisement label text/links
 */

.newspack_global_ad {
    flex-wrap: wrap;
}

.dst-gam-label {
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    font-size: 0.6em;
    line-height: 1.2;
    letter-spacing: 0.25px;
    font-weight: 400;
    box-sizing: border-box;
}

.dst-gam-label a,
.dst-gam-label a:hover,
.dst-gam-label a:focus {
    color:#fff !important;
    mix-blend-mode: difference !important;
    text-decoration: none !important;
    transition: none !important;
}