/* Matrix neon style */
.newvisitors-stats{
    display:flex;
    flex-wrap:wrap;
    gap:2rem;
    justify-content:center;
    margin:2rem 0;
}
.newvisitors-stats .nv-box{
    background:#0d0d0d;
    color:#39ff90;
    padding:1.5rem 2.5rem;
    border-radius:1.5rem;
    box-shadow:0 0 15px rgba(57,255,144,.9);
    text-align:center;
    min-width:200px;
}
.nv-number{
    display:block;
    font-size:3rem;
    line-height:1;
    font-weight:700;
}
.nv-label{
    display:block;
    font-size:1.1rem;
    margin-top:.3rem;
}
.nv-page-title{
    display:block;
    font-size:1.2rem;
    font-weight:600;
    margin-bottom:.5rem;
    text-transform:uppercase;
    letter-spacing:.5px;
}
.nv-unique{
    font-size:2.2rem;
    margin-top:.5rem;
}
.nv-table td, .nv-table th{
    font-size:1.1rem;
}
