/* GIS Albania v20.0.53-R1.5.2.2 — fixed-centre coordinate footer layout.
 * Layout-only: elevation/Z content must never push the coordinate readout sideways.
 * The CRS selector may resize normally, while the whole coordinate chip stays centred.
 */
@media (min-width: 901px) {
  .ag-status { position: relative; }
  .ag-status > .ag-coordwrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    max-width: 52vw;
  }
  .ag-status > .ag-coordwrap #agCoord {
    width: 220px;
    min-width: 220px;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
  }
}
