/* The place line on an entity single — "On Shem Creek, in Mount Pleasant."
   Quiet, but it is a sentence rather than a widget, so it is set for reading. */
.lc-entity-place{
  margin:28px 0 0;
  padding-top:16px;
  border-top:1px solid #e5e5e5;
  font-family:"PT Serif",Georgia,serif;
  font-size:16px;
  line-height:1.55;
  color:#6b6b6b;
}
.lc-entity-place a{
  color:#1a1a1a;
  text-decoration:none;
  border-bottom:1px solid #cfcfcf;
}
.lc-entity-place a:hover{color:#2f6f57;border-bottom-color:#2f6f57}
.lc-entity-place-more{
  display:inline-block;
  margin-left:6px;
  font-family:"Archivo",-apple-system,sans-serif;
  text-transform:uppercase;
  letter-spacing:1.2px;
  font-size:9.5px;
  font-weight:600;
  color:#2f6f57 !important;
  border-bottom:0 !important;
  white-space:nowrap;
}
.lc-entity-place-more:hover{text-decoration:underline;text-underline-offset:3px}
