@import url('/css/home.css');

/* placery storefront overrides live here. */

.placery-location-actions {
  margin-top: .85rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: .6rem;
}

.placery-location-btn {
  width: 100%;
}

.placery-location-results[hidden] { display: none; }

.placery-location-results .mappery-results-list {
  margin-top: .45rem;
  border: 1.5px solid rgba(61, 102, 71, .18);
  border-radius: 12px;
  overflow: hidden;
  background: #fafcf8;
}

.placery-location-results .mappery-result {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(61,102,71,.08);
  padding: .72rem .9rem;
  background: #fafcf8;
  color: #1f2f24;
  text-align: left;
  cursor: pointer;
}

.placery-location-results .mappery-result:last-child { border-bottom: 0; }
.placery-location-results .mappery-result:hover { background: rgba(61,102,71,.08); }
.placery-location-results .mappery-result strong {
  display: block;
  margin-bottom: .18rem;
  font-size: .94rem;
}
.placery-location-results .mappery-result span {
  display: block;
  font-size: .78rem;
  color: #657a69;
  line-height: 1.35;
}

.placery-location-status {
  min-height: 1.2em;
  margin-top: .45rem;
  font-size: .82rem;
  line-height: 1.4;
  color: #657a69;
}

@media (max-width: 760px) {
  .placery-location-actions {
    grid-template-columns: 1fr;
  }
}
