.v24-street-help {
  color: #617068;
  display: block;
  font-size: 9px;
  line-height: 1.45;
  margin-top: 6px;
}

.v24-location-picker {
  background: #edf8ef;
  border: 1px solid #b9ddc3;
  border-radius: 20px;
  display: grid;
  gap: 11px;
  padding: 15px;
}

.v24-location-heading {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.v24-location-heading small,
.v24-location-heading strong {
  display: block;
}

.v24-location-heading small {
  color: #49705b;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .09em;
}

.v24-location-heading strong {
  color: #103f2d;
  font-size: 14px;
  margin-top: 2px;
}

.v24-location-heading > span {
  background: #fff;
  border-radius: 13px;
  display: grid;
  flex: none;
  font-size: 22px;
  height: 42px;
  place-items: center;
  width: 42px;
}

.v24-location-copy {
  color: #53685c;
  font-size: 10px;
  line-height: 1.5;
  margin: 0;
}

.v24-map {
  background: #dce9dd;
  border: 3px solid #fff;
  border-radius: 17px;
  height: 290px;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}

.v24-map-pin-icon {
  background: transparent;
  border: 0;
  filter: drop-shadow(0 4px 3px rgba(16, 63, 45, .35));
  font-size: 34px;
  line-height: 1;
}

.v24-location-actions {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1.25fr;
}

.v24-location-actions button,
.v24-order-map-link {
  border: 0;
  border-radius: 13px;
  cursor: pointer;
  font-size: 9px;
  font-weight: 900;
  min-height: 41px;
  padding: 10px;
  text-align: center;
}

.v24-current-location {
  background: #fff;
  color: #145b39;
}

.v24-confirm-pin {
  background: #145b39;
  color: #fff;
}

.v24-confirm-pin:disabled {
  cursor: not-allowed;
  opacity: .45;
}

.v24-location-status {
  background: #fff;
  border-radius: 11px;
  color: #145b39;
  font-size: 9px;
  font-weight: 800;
  margin: 0;
  padding: 9px 10px;
}

.v24-location-status.error {
  color: #a52b2b;
}

.v24-map-credit {
  color: #688074;
  font-size: 8px;
  text-align: right;
}

.v24-order-map-link {
  background: #145b39;
  color: #fff;
  display: block;
  margin-top: 10px;
  text-decoration: none;
}

@media (max-width: 430px) {
  .v24-map {
    height: 250px;
  }

  .v24-location-actions {
    grid-template-columns: 1fr;
  }
}
