
#hemjey-ai-widget{
position:fixed;
bottom:25px;
right:25px;
z-index:99999;
font-family:Arial;
}

#hemjey-ai-button{
background:#0A66C2;
color:#fff;
border:none;
padding:14px 22px;
border-radius:50px;
cursor:pointer;
box-shadow:0 8px 25px rgba(0,0,0,0.3);
}

#hemjey-ai-chat{
display:none;
width:300px;
background:#fff;
border-radius:12px;
padding:15px;
margin-top:10px;
box-shadow:0 10px 40px rgba(0,0,0,0.25);
}

.hemjey-header{
font-weight:600;
margin-bottom:10px;
}

#hemjey-ai-messages{
height:220px;
overflow:auto;
margin-bottom:10px;
font-size:14px;
}

.user{
text-align:right;
margin:6px;
}

.ai{
text-align:left;
margin:6px;
color:#333;
}

#hemjey-ai-input{
width:100%;
padding:8px;
margin-bottom:10px;
}

.hemjey-actions button{
padding:8px 10px;
margin-right:5px;
border:none;
background:#111;
color:#fff;
border-radius:6px;
cursor:pointer;
}
