/* NowMeteo - terremoti: mappa dinamica OSM v30 */
.news-earthquake-local-map{margin:1rem 0 1.25rem}
.news-earthquake-local-map__panel{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.95fr);gap:28px;padding:22px;border-radius:24px;background:#052f50;color:#fff;align-items:start;box-shadow:0 16px 36px rgba(5,47,80,.16)}
.news-earthquake-local-map__viewport{min-width:0}
.news-earthquake-local-map__surface{position:relative;width:100%;height:420px;min-height:320px;border-radius:18px;overflow:hidden;background:#d9e6ef;border:1px solid rgba(135,181,207,.9);touch-action:none;user-select:none;cursor:grab;isolation:isolate}
.news-earthquake-local-map__surface.is-dragging{cursor:grabbing}
.news-earthquake-local-map__tiles,.news-earthquake-local-map__overlay{position:absolute;inset:0;width:100%;height:100%;margin:0;padding:0}
.news-earthquake-local-map__tiles{z-index:1;overflow:hidden;background:#a9d3df}
.news-earthquake-local-map__tiles img{position:absolute!important;display:block!important;width:256px!important;height:256px!important;max-width:none!important;min-width:256px!important;min-height:256px!important;margin:0!important;padding:0!important;border:0!important;object-fit:fill!important;user-select:none;-webkit-user-drag:none;pointer-events:none}
.news-earthquake-local-map__overlay{z-index:2;display:block;overflow:visible}
.news-earthquake-local-map__overlay .news-earthquake-local-map__marker{cursor:pointer;pointer-events:auto}
.news-earthquake-local-map__loading{position:absolute;left:12px;bottom:12px;padding:8px 10px;border-radius:999px;background:rgba(5,47,80,.84);color:#eaf6ff;font-size:.82rem;line-height:1.2;z-index:4;width:max-content;max-width:calc(100% - 24px)}
.news-earthquake-local-map__loading[hidden]{display:none!important}
.news-earthquake-local-map__controls{position:absolute;top:12px;right:12px;display:flex;flex-direction:column;gap:8px;z-index:5}
.news-earthquake-local-map__control{display:grid;place-items:center;width:40px;height:40px;padding:0;border:0;border-radius:12px;background:rgba(5,47,80,.92);color:#fff;font-weight:800;font-size:1rem;line-height:1;cursor:pointer;box-shadow:0 10px 24px rgba(5,47,80,.24)}
.news-earthquake-local-map__control:hover,.news-earthquake-local-map__control:focus-visible{background:#0a4c7d;outline:2px solid rgba(255,255,255,.78);outline-offset:1px}
.news-earthquake-local-map__popup{position:absolute;z-index:6;min-width:180px;max-width:min(240px,calc(100% - 24px));padding:10px 12px;border-radius:14px;background:rgba(5,47,80,.96);color:#fff;box-shadow:0 12px 28px rgba(5,47,80,.28);pointer-events:none}
.news-earthquake-local-map__popup[hidden]{display:none!important}
.news-earthquake-local-map__popup strong{display:block;font-size:.95rem;line-height:1.25}
.news-earthquake-local-map__popup span{display:block;margin-top:3px;font-size:.82rem;color:#d8edf9;line-height:1.35}
.news-earthquake-local-map__legend{display:flex;flex-direction:column;min-width:0;align-self:stretch}
.news-earthquake-local-map__legend h3{margin:6px 0 16px;font-size:2rem;line-height:1.1;color:#fff}
.news-earthquake-local-map__legend-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px}
.news-earthquake-local-map__legend-list li{margin:0;padding:0}
.news-earthquake-local-map__legend-item{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:center;padding:8px 0;border:0;background:transparent;color:#fff;text-align:left;cursor:pointer}
.news-earthquake-local-map__legend-item:hover .news-earthquake-local-map__legend-name,.news-earthquake-local-map__legend-item.is-active .news-earthquake-local-map__legend-name{text-decoration:underline}
.news-earthquake-local-map__legend-badge{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#f5b942;color:#052f50;font-weight:800;box-shadow:inset 0 0 0 2px rgba(255,255,255,.92)}
.news-earthquake-local-map__legend-name{font-size:1.18rem;font-weight:800;line-height:1.25;min-width:0}
.news-earthquake-local-map__legend-distance{font-size:1rem;color:#d8edf9;white-space:nowrap}
.news-earthquake-local-map__hint{margin:18px 0 0;color:#bcd3e4;font-size:.87rem;line-height:1.5}
.news-earthquake-local-map__attribution{margin:auto 0 0;padding-top:18px;color:#8fb4ca;font-size:.84rem;line-height:1.4}
.news-earthquake-local-map__attribution a{color:#9fd8f5;text-decoration:underline;text-underline-offset:2px}
.news-earthquake-local-map__noscript .news-earthquake-local-map__svg,.news-earthquake-local-map__svg{display:block;width:100%;height:auto;border-radius:18px}
.news-earthquake-local-map figcaption{margin-top:.55rem;color:var(--text-muted,#64748b);font-size:.88rem;line-height:1.45}
.news-earthquake-local-map__surface:fullscreen,.news-earthquake-local-map__surface:-webkit-full-screen{width:100vw!important;height:100vh!important;min-height:100vh!important;border-radius:0;border:0}
.news-earthquake-local-map__surface:fullscreen .news-earthquake-local-map__controls,.news-earthquake-local-map__surface:-webkit-full-screen .news-earthquake-local-map__controls{top:20px;right:20px}
@media(max-width:900px){
  .news-earthquake-local-map__panel{grid-template-columns:1fr;gap:18px;padding:18px}
  .news-earthquake-local-map__surface{height:380px}
  .news-earthquake-local-map__legend h3{font-size:1.6rem;margin-top:0}
  .news-earthquake-local-map__attribution{margin-top:8px;padding-top:0}
}
@media(max-width:640px){
  .news-earthquake-local-map__panel{padding:14px;border-radius:20px}
  .news-earthquake-local-map__surface{height:320px;min-height:280px}
  .news-earthquake-local-map__legend-name{font-size:1.02rem}
  .news-earthquake-local-map__legend-distance{font-size:.92rem}
  .news-earthquake-local-map__popup{min-width:160px}
  .news-earthquake-local-map__control{width:38px;height:38px}
}

/* v32 - factbox terremoto: tutti i dati, inclusa Fonte INGV, sulla stessa riga desktop */
@media(min-width:901px){
  .news-factbox--earthquake{grid-template-columns:minmax(118px,1fr) minmax(150px,1.18fr) minmax(125px,1fr) minmax(165px,1.3fr) minmax(155px,1.25fr) minmax(90px,.75fr)}
  .news-factbox--earthquake>div{min-width:0}
  .news-factbox--earthquake strong{overflow-wrap:anywhere}
}
