.controls button {
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

/* The map is intended to be read in a live advisory conversation. */
.map-intro p { font-size: 17px; line-height: 1.55; }
.prompt { font-size: 16px; line-height: 1.5; }
.editable { font-size: 17px; line-height: 1.5; }
.map-grid article { position: relative; }
.map-grid article::before { content: ""; position: absolute; top: 0; left: 0; width: 38px; height: 3px; background: #d7aa3a; }
.controls button:focus-visible,
.controls a:focus-visible,
.editable:focus-visible { outline: 3px solid #d7aa3a; outline-offset: 3px; }
@media(max-width:720px){.map-intro p,.editable{font-size:16px}.prompt{font-size:15px}.map-grid article{min-height:220px}}
