.abfp-overlay{
position:fixed;top:0;left:0;width:100%;height:100%;
background:#303030;display:none;justify-content:center;align-items:center;
z-index:999999;font-family:Arial,sans-serif;
}

.abfp-box{
text-align:center;color:#fff;max-width:420px;padding:30px;width:92%;
}

.abfp-logo{width:72px;margin-bottom:16px}

.abfp-box h1{font-size:24px;margin-bottom:8px}

.abfp-box p{font-size:14px;color:#ddd;margin-bottom:14px}

.abfp-status{display:flex;align-items:center;justify-content:center;gap:8px;margin:8px 0 14px}

.abfp-dot{width:10px;height:10px;border-radius:50%;background:#ea4335;display:inline-block}

/* PRO BUTTON UPDATED */
.abfp-btn{
margin-top:12px;
padding:14px 28px;
background:#212121;
color:#fff;
border:none;
border-radius:8px;
cursor:pointer;
font-size:14px;
font-weight:600;
letter-spacing:0.3px;
transition:all 0.25s ease;
box-shadow:0 4px 14px rgba(0,0,0,0.4);
}

.abfp-btn:hover{
background:#000;
color:#fff;
transform:translateY(-1px);
box-shadow:0 6px 18px rgba(0,0,0,0.5);
}

.abfp-btn:active{
transform:translateY(0);
box-shadow:0 2px 8px rgba(0,0,0,0.4);
}
