/* Title */
#fcp-popup .fcp-title{
font-size:20px !important;
font-weight:700 !important;
display:block;
margin-bottom:5px;
}

/* Header */
.fcp-header{
position:relative;
padding-right:30px;
}

/* Close button */
#fcp-close{
position:absolute;
top:8px;
right:10px;
font-size:18px;
font-weight:600;
cursor:pointer;
z-index:99999;
background:#eee;
border-radius:50%;
width:24px;
height:24px;
display:flex;
align-items:center;
justify-content:center;
}

/* Floating button */
#fcp-floating-btn{
position:fixed;bottom:20px;right:20px;background:#0073aa;color:#fff;
padding:12px;border-radius:50%;cursor:pointer;z-index:9999;
}

/* Popup */
#fcp-popup{
display:none;position:fixed;bottom:80px;right:20px;width:320px;
background:#fff;padding:15px;border-radius:10px;z-index:9999;
box-shadow:0 0 15px rgba(0,0,0,0.2);
}

#fcp-popup input,#fcp-popup textarea{
width:100%;margin-bottom:10px;padding:8px;
}

#fcp-popup button{
width:100%;padding:10px;background:#0073aa;color:#fff;border:none;
cursor:pointer;
}
