
/* Map */

map-panel {
  display: block;
  height: calc(100vh - 200px);
  background-color: #a49b89;
}

@media (min-width: 850px) and (min-height: 785px) {

  map-panel {
    display: block;
    height: calc(100vh - 140px);
  }

}

map-panel marker-layer a::after {
  border-color: #aa0000;
}

map-panel[size*="large"] a span:first-child,
map-panel:not([size*="large"]) a span:last-child {
  display: none;
}

/* List */

section {
  display: none;
}

map-panel:not([size*="large"]) + section {
  display: block;
}

section a {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

section a:last-child {
  border: none;
}

section a:focus,
section a:hover,
section a:active {
  text-decoration: none;
}

section a span {
  display: inline-block;
}

section a span:first-child {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #000;
  border-radius: 7px;
}

section a:focus span:first-child,
section a:hover span:first-child,
section a:active span:first-child {
  color: #fff;
  background-color: #aa0000;
}

section a span:last-child {
  margin-left: 20px;
}

section a:focus span:last-child,
section a:hover span:last-child,
section a:active span:last-child {
  text-decoration: underline;
}
