/**
 * Bottom bar do Cassino Betano — chip esportes + nav cassino
 */

@media (max-width: 900px) {
    body.casino-layout-7g {
        --casino-bottom-bar-height: 56px;
    }

    .casino-bottom-bar {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2000;
        display: flex;
        align-items: stretch;
        width: 100%;
        height: var(--casino-bottom-bar-height);
        padding-bottom: env(safe-area-inset-bottom, 0px);
        box-sizing: content-box;
        background: #ffffff;
        border-top: 1px solid rgba(0, 0, 0, 0.08);
    }

    .casino-bottom-bar__sports-chip {
        flex: 0 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 56px;
        min-width: 56px;
        height: 100%;
        text-decoration: none;
        border-radius: 0 999px 999px 0;
        background: #f0f2f5;
        color: #ff3c00;
        -webkit-tap-highlight-color: transparent;
    }

    .casino-bottom-bar__sports-chip:active {
        background: #e8eaed;
    }

    .casino-bottom-bar__sports-icon {
        display: block;
        width: 32px;
        height: 32px;
        line-height: 0;
    }

    .casino-bottom-bar__sports-icon svg {
        width: 32px;
        height: 32px;
        display: block;
    }

    .casino-bottom-bar__items {
        flex: 1 1 auto;
        min-width: 0;
        display: flex;
        align-items: stretch;
        justify-content: space-around;
        max-width: 480px;
        margin: 0 auto;
        padding: 0;
        list-style: none;
    }

    .casino-bottom-bar__item {
        flex: 1 1 0;
        min-width: 0;
        display: flex;
    }

    .casino-bottom-bar__link {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #8a9299;
        padding: 4px 2px;
        -webkit-tap-highlight-color: transparent;
    }

    .casino-bottom-bar__icon-wrap {
        display: grid;
        place-items: center;
        width: 44px;
        height: 32px;
        margin-bottom: 2px;
        padding: 4px;
        border-radius: 8px;
        color: #8a9299;
        box-sizing: border-box;
    }

    .casino-bottom-bar__icon {
        display: block;
        width: 24px;
        height: 24px;
        line-height: 0;
    }

    .casino-bottom-bar__icon svg {
        width: 24px;
        height: 24px;
        display: block;
    }

    .casino-bottom-bar__label {
        display: none;
        max-width: 100%;
        font-size: 10px;
        font-weight: 700;
        line-height: 1.2;
        text-align: center;
        color: #8a9299;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    @media (min-width: 340px) {
        .casino-bottom-bar__label {
            display: block;
        }
    }

    /* Item ativo */
    .casino-bottom-bar__link.is-active .casino-bottom-bar__icon-wrap {
        background: rgba(255, 60, 0, 0.1);
        color: #ff3c00;
    }

    .casino-bottom-bar__link.is-active .casino-bottom-bar__label {
        color: #ff3c00;
    }

    /* Esconder bottom nav de esportes no cassino */
    body.casino-betano-home-active .bottom-nav-menu {
        display: none !important;
    }

    body.casino-betano-home-active .layout-module-scss-module__95db7a__main,
    body.casino-betano-home-active .casino-betano-home {
        padding-bottom: calc(var(--casino-bottom-bar-height) + env(safe-area-inset-bottom, 0px)) !important;
    }
}

@media (min-width: 901px) {
    .casino-bottom-bar {
        display: none !important;
    }
}
