#metrolife-adblock{
position:fixed;
inset:0;
background:rgba(0,0,0,.85);
display:flex;
align-items:center;
justify-content:center;
z-index:999999;
}

.ml-adbox{
width:420px;
max-width:92%;
background:#fff;
padding:24px;
border-radius:16px;
text-align:center;
box-shadow:0 15px 50px rgba(0,0,0,.25);
}

.ml-adbox h3{
margin-bottom:12px;
color:#c70039;
}

.ml-adbox button{
margin-top:16px;
background:#c70039;
color:#fff;
border:none;
padding:10px 22px;
border-radius:8px;
cursor:pointer;
}