.kc-public-bottom-nav {
    display: none;
}

@media (max-width: 620px) {
    body.kc-site,
    body.kc-vip-page,
    body.kc-news-page {
        padding-block-end: calc(78px + env(safe-area-inset-bottom));
    }

    .kc-public-bottom-nav {
        position: fixed;
        inset-inline: 0;
        inset-block-end: 0;
        z-index: 120;
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        min-height: calc(66px + env(safe-area-inset-bottom));
        padding: 7px 6px calc(7px + env(safe-area-inset-bottom));
        border-block-start: 1px solid #dadce0;
        background: rgba(255, 255, 255, .97);
        box-shadow: 0 -4px 18px rgba(32, 33, 36, .1);
        backdrop-filter: blur(16px);
    }

    .kc-public-bottom-nav__item {
        position: relative;
        display: grid;
        min-width: 0;
        min-height: 52px;
        place-items: center;
        align-content: center;
        gap: 2px;
        border-radius: 12px;
        color: #5f6368;
        font-family: "Segoe UI", Tahoma, Arial, sans-serif;
        font-size: .68rem;
        font-weight: 700;
        line-height: 1.15;
        text-align: center;
        text-decoration: none;
        -webkit-tap-highlight-color: transparent;
    }

    .kc-public-bottom-nav__item:hover,
    .kc-public-bottom-nav__item:focus-visible,
    .kc-public-bottom-nav__item.is-active {
        color: #087f5b;
        background: #eef8f3;
    }

    .kc-public-bottom-nav__icon {
        display: grid;
        width: 28px;
        height: 28px;
        place-items: center;
        border-radius: 10px;
    }

    .kc-public-bottom-nav__icon svg {
        width: 22px;
        height: 22px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.9;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .kc-public-bottom-nav__item--vip {
        color: #8a5b00;
        font-weight: 850;
    }

    .kc-public-bottom-nav__item--vip .kc-public-bottom-nav__icon {
        margin-block-start: -18px;
        width: 44px;
        height: 44px;
        border: 4px solid #fff;
        border-radius: 50%;
        background: linear-gradient(145deg, #fff8d8, #f5c451 58%, #c88b14);
        box-shadow: 0 6px 18px rgba(138, 91, 0, .24);
        color: #5e3c00;
    }

    .kc-public-bottom-nav__item--vip .kc-public-bottom-nav__icon svg {
        width: 23px;
        height: 23px;
    }

    .kc-public-bottom-nav__item--vip.is-active {
        color: #6f4900;
        background: #fff9e8;
    }
}

@media (max-width: 360px) {
    .kc-public-bottom-nav__item {
        font-size: .62rem;
    }
}

@media print {
    .kc-public-bottom-nav {
        display: none !important;
    }
}
