.selected .coords{
  font-size:12px;
  font-weight:900;
  line-height:1.35;
  white-space:normal;
  text-align:right;
  max-width:620px;
  color:#151714;
}

.coord-edit{
  display:flex;
  align-items:center;
  gap:10px 12px;
  margin-left:18px;
  flex-wrap:wrap;
}

.coord-edit label{
  font-size:9px;
  font-weight:900;
  letter-spacing:.8px;
  white-space:nowrap;
}

.coord-edit label[for="centerYInput"]{
  margin-left:10px;
}

.coord-edit input{
  width:92px;
  height:36px;
  border:1px solid var(--ink);
  background:#fff;
  color:var(--ink);
  padding:0 10px;
  font-size:14px;
  font-weight:900;
  border-radius:8px;
}

.coord-edit button{
  height:36px;
  padding:0 14px!important;
  font-size:9px;
  white-space:nowrap;
}

@media(max-width:900px){
  .selected .coords{
    text-align:left;
    max-width:100%;
    flex-basis:100%;
    margin-left:0!important;
  }
  .coord-edit{
    flex-basis:100%;
    margin-left:0;
  }
}
