/* Package 24C Push Setup In-App Link */
.member-push-setup-banner{
    position:fixed;
    left:14px;
    right:14px;
    bottom:86px;
    z-index:10020;
    max-width:560px;
    margin:0 auto;
    display:flex;
    align-items:center;
    gap:12px;
    background:#ffffff;
    border:1px solid rgba(15,23,42,.12);
    box-shadow:0 18px 48px rgba(15,23,42,.22);
    border-radius:20px;
    padding:14px;
}
.member-push-setup-banner strong{
    display:block;
    color:#0f172a;
    font-weight:900;
}
.member-push-setup-banner span{
    display:block;
    color:#64748b;
    font-size:.92rem;
}
.member-push-setup-btn{
    border:0;
    border-radius:999px;
    background:var(--primary);
    color:#fff!important;
    font-weight:900;
    padding:10px 16px;
    text-decoration:none!important;
    white-space:nowrap;
}
.member-push-setup-close{
    border:0;
    background:#f1f5f9;
    color:#475569;
    border-radius:999px;
    width:34px;
    height:34px;
    font-size:22px;
    line-height:1;
}
@media(max-width:560px){
    .member-push-setup-banner{
        bottom:74px;
        align-items:flex-start;
    }
    .member-push-setup-btn{
        padding:9px 12px;
    }
}
