#block-stark-content {
  display: flex;
  flex-flow: column-reverse;
  gap: 20px;
  margin-top: 40px;
}

.js-form-item {
  width: 950px;
}

.mapsDecoderSubmit {
  width: 950px;
  display: flex;
  border: none;
  height: 35px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 5px;
  background: linear-gradient(90deg, #00CCB3 0%, #00EED1 100%);
  color: white;
  font-weight: bold;
  font-size: 16px;
  margin-top: 40px;
}

.mapsComponent {
  display: block;
  width: 950px;
  height: 500px;
}

#coords {
  display: none;
}
