/*
Theme Name: NNT Newkarma Mobile Premium Upgrade V2
Template: newkarma
Version: 2.0.0
Author: Nusantara News Today
*/

body{
    font-family: Arial, sans-serif;
    background:#fff;
}

.site-header{
    position:sticky;
    top:0;
    z-index:9999;
    backdrop-filter:blur(10px);
}

.nnt-mobile-topbar{
    background:#b30000;
    color:#fff;
    padding:10px;
    text-align:center;
    font-weight:bold;
}

.nnt-bottom-nav{
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    background:#fff;
    display:flex;
    justify-content:space-around;
    padding:10px 0;
    z-index:9999;
    box-shadow:0 -2px 15px rgba(0,0,0,.1);
}

.nnt-bottom-nav a{
    text-decoration:none;
    color:#111;
    font-size:12px;
    font-weight:bold;
}

@media(max-width:768px){
    body{
        padding-bottom:80px;
    }
}
