body {
  font-family: system-ui;
  margin: 1em; }
  @media (min-width: 700px) {
    body {
      margin: 2em; } }
header {
  text-align: center; }

h1 {
  font-family: system-ui;
  font-weight: bold;
  font-size: 2.5em;
  margin-top: 0;
  margin-bottom: -0.55em; }

.subtitle {
  color: #666;
  margin-left: 6.85em; }

main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  gap: 2.5em;
  margin-top: 2.5em; }
  @media (min-width: 700px) {
    main {
      margin-top: 0;
      flex-direction: row;
      max-width: 700px; } }
h2 {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center; }
  @media (min-width: 700px) {
    h2 {
      text-align: left; } }
.map-heading {
  display: none; }
  @media (min-width: 700px) {
    .map-heading {
      display: block; } }
.street {
  background: #eee;
  padding: 5px 10px;
  text-align: center; }

.map-section {
  width: fit-content;
  margin-inline: auto; }

.map {
  display: flex;
  flex-direction: row; }
  .map .approach {
    margin-top: 10em;
    margin-right: -2.05em;
    rotate: 60deg;
    width: 5em;
    height: 0.5em;
    background: linear-gradient(to right, transparent, #eee 30%); }
  .map .sunnyside {
    display: block;
    background: #eee;
    writing-mode: vertical-rl;
    position: relative; }
    .map .sunnyside .footpath {
      position: absolute;
      background: red;
      bottom: -3em;
      left: 0; }
  .map ul {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    padding-left: 1em;
    list-style-type: none; }
    .map ul:first-child {
      margin-top: 0; }
    .map ul:last-child {
      margin-bottom: 0; }
  .map li {
    margin: 0.4em 0; }
  .map .turning-point {
    display: inline-block;
    min-width: 10em; }

small {
  display: inline-block;
  margin-left: 0.7em;
  color: #999; }
