label,
input {
  display: block;
  width: 100%;
}

label {
  font-weight: bold;
  margin: 0.5rem 0;
}

input {
  font: inherit;
  padding: 0.15rem 0.25rem;
  border: 1px solid #ccc;
  font-size: 3rem;
  font-size: 2rem;
  text-align: center;
  color: #696969;
}

input:focus {
  outline: none;
  background: #efe3ff;
  border-color: #36007c;
}

#selected-place {
  width: 40rem;
  width: 30rem;
  height: 25rem;
  max-width: 90%;
  margin: 2rem auto;
  border: 1px solid #ccc;
}

#map {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#share-controls {
  width: 40rem;
  width: 30rem;
  max-width: 90%;
  margin: 2rem auto;
  border: 1px solid #ccc;
  padding: 1rem;
  text-align: center;
}

#share-controls input {
  font-size: 1.15rem;
}

#share-buttons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

#share-btn {
  margin-right: 10px;
}

#place-data {
  width: 40rem;
  width: 30rem;
  max-width: 90%;
  margin: 2rem auto;
  border: 1px solid #ccc;
  padding: 1rem;
  text-align: center;
}

#zoom-indicator {
  display: none;
}

#lonlat-indicator {
  display: none;
}

#post-info {
  width: 40rem;
  width: 30rem;
  max-width: 90%;
  margin: 2rem auto;
  border: 1px solid #ccc;
  padding: 0.25rem;
  text-align: center;
}

#post-info-container {
  display: flex;
  text-decoration: none;
}

#post-title {
  text-align: left;
  font-weight: bolder;
  font-size: 1.25rem;
  margin-left:0.5rem;
  margin-right: 0.5rem;

}

#post-content {
  text-align: left;
  /* font-size: 0.8rem; */
  margin-top: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

#ads-center {
  text-align: center;
}

@media (min-width: 768px) {

}