.worked-country-map{width:100%;margin:0 auto;position:relative}.worked-country-map svg{display:block;width:100%;height:auto;max-height:80vh;margin:0 auto;user-select:none;touch-action:manipulation}.wcmp-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:99999;padding:20px;box-sizing:border-box}.wcmp-popup-box{position:relative;background:#fff;padding:36px 28px 22px;width:720px;max-width:96%;border-radius:10px;box-shadow:0 8px 36px rgba(0,0,0,.35);animation:wcmpFadeIn .22s ease-out;box-sizing:border-box}@media (max-width:700px){.wcmp-popup-box{width:96%;padding:20px;border-radius:8px}}.wcmp-popup-box h2{margin:0 0 12px;font-size:20px;line-height:1.25}.wcmp-close{position:absolute;top:10px;right:12px;background:0 0;border:none;font-size:28px;font-weight:700;cursor:pointer;color:#444;line-height:1;padding:4px}.wcmp-close:hover{color:#000}.wcmp-popup-content{margin-bottom:8px;font-size:15px;line-height:1.6;color:#222}@keyframes wcmpFadeIn{from{opacity:0;transform:translateY(-6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.worked-country-map svg path.wcmp-country-active{stroke:#fff;stroke-width:1px}.worked-country-map svg path.wcmp-country-active:hover,.worked-country-map svg g.wcmp-country-active:hover,.wcmp-country-hover{cursor:pointer;stroke:#000 !important;stroke-width:2.2;filter:brightness(1.15);transition:stroke-width .15s ease-out,filter .15s ease-out !important}.worked-country-map svg [id]{transition:fill .08s linear,opacity .08s linear}.wcmp-zoom-controls{position:absolute;top:-50px;right:0;display:flex;gap:8px;z-index:10020;pointer-events:auto}.wcmp-zoom-btn{background:#fff;border:1px solid #e6e6e6;width:38px;height:38px;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.08);cursor:pointer;font-size:18px;display:inline-flex;align-items:center;justify-content:center;transition:transform .08s ease,box-shadow .12s ease}.wcmp-zoom-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px rgba(0,0,0,.12)}.wcmp-country-select-wrap{position:absolute;left:0;top:-50px;z-index:10030;pointer-events:auto}.wcmp-country-select{display:inline-block;padding:8px 10px;border-radius:8px;border:1px solid #ddd;background:#fff;min-width:220px;font-size:14px;box-shadow:0 6px 16px rgba(0,0,0,.06)}.wcmp-country-select optgroup{font-weight:600}@media (max-width:768px){.wcmp-country-select{min-width:160px;font-size:15px;padding:10px}.wcmp-country-select-wrap{left:0;bottom:75px;top:unset}.wcmp-zoom-controls{bottom:-50px;top:unset}}@media (max-width:480px){.wcmp-zoom-controls{gap:6px;bottom:75px}.wcmp-country-select{min-width:140px;font-size:14px;padding:8px}.wcmp-popup-box{padding:18px;width:96%}}.worked-country-map.small svg{max-width:320px;max-height:220px}