.help-circle-wrap{position:relative; display:inline-block; cursor:pointer}
.help-circle-icon{color:#FF4A11 !important; font-size:.95rem}
.help-circle-hover-overlay{display:none; position:fixed; top:0; left:0; right:0; bottom:0; z-index:100000; align-items:center; justify-content:center; background:rgba(0,0,0,.25); pointer-events:none}
.help-circle-wrap:hover .help-circle-hover-overlay{display:flex}
.help-circle-popup{position:relative; background:#fff; color:#464646; font-family:'Muli','Segoe UI',sans-serif; font-size:.93rem; font-weight:normal; line-height:1.55; text-align:left; border:1px solid #CCC; border-radius:.375rem; box-shadow:0 4px 20px rgba(0,0,0,.2); padding:20px 25px; width:90%; max-width:500px; max-height:80vh; overflow-y:auto; white-space:normal; pointer-events:auto}
.help-circle-overlay{position:fixed; top:0; left:0; right:0; bottom:0; z-index:100000; display:flex; align-items:center; justify-content:center; background:rgba(0,0,0,.25)}
.help-circle-popup-close{position:absolute; top:8px; right:12px; cursor:pointer; color:#999; font-size:1rem}
.help-circle-popup-close:hover{color:#464646}
@media (min-width:768px){.help-circle-popup{width:450px}}
@media (min-width:1200px){.help-circle-popup{width:550px}}
@media (max-width:575.98px){.help-circle-popup{width:90%; font-size:.85rem; padding:15px 18px}}
