/* Collision-managed overview captions. The worlds themselves stay on their axes. */
:root .map-stage:not(.atlas-expanded) .node.overview-node .node-label{
 transform:none;box-sizing:border-box;width:132px;min-width:0;max-width:132px;
 white-space:normal;text-align:center;font:14px/1.35 Georgia,serif;
 padding:4px 6px;background:#071217e8;border-radius:3px;max-height:none;
 display:block;overflow:visible;-webkit-line-clamp:unset;
}
.map-stage:not(.atlas-expanded) .node.overview-node[data-id=somebody]:after{display:none}
.map-stage:not(.atlas-expanded) .node.overview-node[data-id=somebody] .node-label:before{
 content:'ΑΦΕΤΗΡΙΑ';display:block;font:9px/1.4 Arial,sans-serif;letter-spacing:.13em;
 color:#dcca9c;margin-bottom:3px;
}
@media(max-width:600px){
 :root .map-stage:not(.atlas-expanded) .node.overview-node .node-label{width:124px;max-width:124px;font-size:14px}
}
