/* Front-end: style only CTAs validated by the affiliate engine. */
body.pmw360-funnel-active a.pmw360-affiliate-cta[data-pmw-aff-rewritten="1"] {
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:12px 26px!important;
    border-radius:999px!important;
    font-weight:700!important;
    color:#fff!important;
    white-space:nowrap!important;
    line-height:1.1!important;
    text-decoration:none!important;
}

/* Preserve internal review/manual buttons: they are never selected here. */
@media(max-width:600px){
    body.pmw360-funnel-active a.pmw360-affiliate-cta[data-pmw-aff-rewritten="1"] {
        font-size:14px!important;
        padding:12px 22px!important;
    }
}

/* Scanner UI */
#pmw360-progress{width:100%;background:#e5e5e5;height:20px;border-radius:5px;overflow:hidden}
.pmw-bar{height:100%;width:0%;background:#72ae10;transition:width .25s}
.pmw360-summary-box{padding:12px 16px;background:#f7f7f7;border-left:4px solid #81C112;border-radius:4px}
.pmw360-status-ok{color:#008000;font-weight:600}
.pmw360-status-leak{color:#b30000;font-weight:600}
