#cetep-pwa-bottom-nav {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9999999 !important;
    background: #fff;
    border-top: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 -2px 10px rgba(0,0,0,0.08);
    padding-bottom: env(safe-area-inset-bottom, 0);
}

#cetep-pwa-bottom-nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: space-around;
    align-items: center;
    height: 50px;
}

#cetep-pwa-bottom-nav li {
    flex: 1;
    text-align: center;
}

#cetep-pwa-bottom-nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #666;
    font-size: 9px;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    padding: 4px 0;
    transition: color 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}

#cetep-pwa-bottom-nav a:active {
    opacity: 0.7;
}

#cetep-pwa-bottom-nav .nav-icon {
    width: 18px;
    height: 18px;
    margin-bottom: 2px;
}

#cetep-pwa-bottom-nav .nav-icon svg {
    width: 100%;
    height: 100%;
}

#cetep-pwa-bottom-nav .nav-label {
    font-weight: 500;
    line-height: 1;
}

#cetep-pwa-bottom-nav li.active a {
    color: var(--primary, #008037);
}

#cetep-pwa-bottom-nav li.active .nav-icon svg {
    stroke: var(--primary, #008037);
}

/* LGPD Cookie icon - acima da bottom nav */
.cky-btn-revisit-wrapper {
    bottom: 65px !important;
}
