.vdr-install-banner{
    position:fixed;
    left:14px;
    right:14px;
    bottom:4px;
    z-index:99999;
    display:none;
    align-items:center;
    gap:12px;
    max-width:560px;
    margin:auto;
    padding:14px;
    border-radius:20px;
    background:#fff;
    box-shadow:0 16px 40px rgba(10,30,70,.25);
}

.vdr-install-banner.is-visible{
    display:flex;
}

.vdr-install-banner img{
    width:50px;
    height:50px;
    border-radius:13px;
}

.vdr-install-banner-copy{
    flex:1;
    min-width:0;
}

.vdr-install-banner-copy strong{
    display:block;
    color:#102a56;
}

.vdr-install-banner-copy span{
    display:block;
    margin-top:3px;
    color:#5d6878;
    font-size:13px;
    line-height:1.3;
}

.vdr-install-banner button{
    border:0;
    border-radius:999px;
    padding:10px 14px;
    background:#ef7200;
    color:#fff;
    font-weight:800;
}

.vdr-install-banner-close{
    position:absolute;
    top:2px;
    right:7px;
    padding:2px !important;
    background:transparent !important;
    color:#667085 !important;
    font-size:20px;
}

@media(min-width:768px){
    .vdr-install-banner{
        display:none !important;
    }
}
