/* Баннер установки приложения (mobile, fixed overlay) — аналог MAFIA, префікс bao */
#bao-app-install-banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100050;
    min-height: 60px;
    padding: 10px 12px 10px 12px;
    padding-left: 48px;
    box-sizing: border-box;
    background: #000;
    color: #fff;
    font-family: inherit;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

#bao-app-install-banner .bao-app-install-banner__close {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 22px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 0;
    cursor: pointer;
    padding: 0;
    margin: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-tap-highlight-color: transparent;
    transition: background 0.15s ease;
}

#bao-app-install-banner .bao-app-install-banner__close:active {
    background: rgba(255, 255, 255, 0.22);
}

#bao-app-install-banner .bao-app-install-banner__icon {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    margin-left: 0;
    margin-right: 10px;
    border-radius: 10px;
    background: #c00 center / cover no-repeat;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

#bao-app-install-banner .bao-app-install-banner__info {
    flex: 1 1 auto;
    min-width: 0;
    padding-right: 8px;
}

#bao-app-install-banner .bao-app-install-banner__title {
    display: block;
    font-size: 13px;
    line-height: 1.25;
    color: #fff;
    font-weight: 700;
}

#bao-app-install-banner .bao-app-install-banner__subtitle {
    display: block;
    font-size: 11px;
    line-height: 1.3;
    color: #ccc;
    font-weight: 600;
    margin-top: 2px;
}

#bao-app-install-banner .bao-app-install-banner__cta {
    flex: 0 0 auto;
    align-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-height: 34px;
    padding: 0 14px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: 600;
    color: #fff !important;
    background: #c00;
    text-decoration: none !important;
    border-radius: 6px;
    border: none;
    white-space: nowrap;
    -webkit-tap-highlight-color: transparent;
}

@media (min-width: 768px) {
    #bao-app-install-banner {
        display: none !important;
    }
}
