
/* Cheese Worldmap CSS - minimal: full-width map, simple text below */
.cwm-app{display:block;width:100%;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}
.cwm-main{display:block;width:100%}
#cwm-map-wrap{position:relative;width:100%;min-height:320px;height:60vh;max-height:800px;background:#f8fafc}
#cwm-map{width:100%;height:100%}
.cwm-under{margin-top:10px;font-size:14px;line-height:1.45;color:#111}
.cwm-under .country{font-weight:600;letter-spacing:.4px}
.cwm-under a{color:#0b65d4;text-decoration:none}
.cwm-under a:hover{text-decoration:underline}
.cwm-country{fill:#eef2f6;stroke:#b8c2cc;stroke-width:.5}
.cwm-country.has{fill:#cfe7ff;cursor:pointer}
.cwm-country.active{stroke:#0b65d4;stroke-width:1.5;fill:#a8d0ff}
