/* Funnel-only pill + white text */
body.pmw360-funnel-active a.btn-green,
body.pmw360-funnel-active a.btn-black,
body.pmw360-funnel-active a.pmw360-cta {
    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;
}

/* Mobile adjustments */
@media(max-width:600px){
    body.pmw360-funnel-active a.btn-green,
    body.pmw360-funnel-active a.btn-black,
    body.pmw360-funnel-active a.pmw360-cta {
        font-size:14px!important;
        padding:12px 22px!important;
    }
}

/* Scanner progress bar */
#pmw360-progress {
    width:100%;
    background:#e5e5e5;
    height:20px;
    border-radius:5px;
    overflow:hidden;
}
.pmw-bar {
    height:100%;
    width:0%;
    background:#72ae10;
    transition:width .25s;
}

/* Scanner summary box */
.pmw360-summary-box {
    padding:12px 16px;
    background:#f7f7f7;
    border-left:4px solid #81C112;
    border-radius:4px;
}

/* Status coloring */
.pmw360-status-ok {
    color:#008000;
    font-weight:600;
}
.pmw360-status-leak {
    color:#b30000;
    font-weight:600;
}
