.d9wp-btn{

position:fixed;
right:20px;
bottom:20px;

width:60px;
height:60px;

background:#25D366;

border-radius:50%;

color:#fff;

font-size:26px;

border:none;

box-shadow:0 8px 25px rgba(0,0,0,.3);

cursor:pointer;

}

.d9wp-popup{

display:none;

position:fixed;

right:20px;
bottom:90px;

width:260px;

background:#fff;

border-radius:10px;

box-shadow:0 10px 30px rgba(0,0,0,.2);

}

.d9wp-header{

background:#25D366;

color:#fff;

padding:12px;

font-weight:600;

}

.d9wp-agent{

display:flex;

gap:10px;

padding:10px;

border-bottom:1px solid #eee;

text-decoration:none;

color:#000;

}

.d9wp-agent img{

border-radius:50%;

}