/**handles:dezeek-geolocation,leadstage-notifications**/
.dezeek-geo-city,.dezeek-geo-country,.dezeek-geo-location{display:inline;font-weight:inherit;color:inherit}.dezeek-geo-card{display:inline-block;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px 20px;box-shadow:0 2px 8px rgba(0,0,0,.06);font-family:inherit;line-height:1.4;min-width:160px}.dezeek-geo-card__title{margin:0 0 6px;font-size:.75em;text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-weight:600}.dezeek-geo-card__city{margin:0;font-size:1.25em;font-weight:700;color:#1e293b}.dezeek-geo-card__region{margin:2px 0 0;font-size:.9em;color:#475569}.dezeek-geo-card__country{margin:4px 0 0;font-size:.9em;color:#475569;display:flex;align-items:center;gap:6px}.dezeek-geo-card__flag{font-size:1.2em}.dezeek-geo-card__ip{margin:8px 0 0;font-size:.75em;color:#94a3b8;font-family:monospace;border-top:1px solid #f1f5f9;padding-top:6px}
#leadstage-notification-container{position:fixed;z-index:999999;pointer-events:none}.leadstage-notification{background:#fff;border:1px solid #ddd;border-radius:8px;padding:15px;margin-bottom:10px;box-shadow:0 4px 12px rgba(0,0,0,.15);max-width:300px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:14px;line-height:1.4;opacity:0;transform:translateX(100%);transition:all .3s ease;pointer-events:auto;position:relative}.leadstage-notification.show{opacity:1;transform:translateX(0)}.leadstage-notification.bottom-left,.leadstage-notification.top-left{transform:translateX(-100%)}.leadstage-notification.bottom-left.show,.leadstage-notification.top-left.show{transform:translateX(0)}.leadstage-notification .leadstage-content{margin-bottom:8px;color:#333}.leadstage-notification .leadstage-time{color:#666;font-size:12px}.leadstage-notification .leadstage-close{position:absolute;top:8px;right:10px;background:0 0!important;border:none;font-size:16px;cursor:pointer;color:#999;line-height:1;padding:0!important}.leadstage-notification .leadstage-close:hover{color:#333}.leadstage-container-top-left{top:20px;left:20px}.leadstage-container-top-right{top:20px;right:20px}.leadstage-container-bottom-left{bottom:20px;left:20px}.leadstage-container-bottom-right{bottom:20px;right:20px}@media (max-width:768px){.leadstage-notification{max-width:calc(100vw - 40px);left:20px!important;right:20px!important}.leadstage-container-top-left,.leadstage-container-top-right{left:20px;right:20px;top:20px}.leadstage-container-bottom-left,.leadstage-container-bottom-right{left:20px;right:20px;bottom:20px}}