/* Local static-site helpers. Keep this file small and editable. */
.local-contact-form {
  display: grid;
  gap: 14px;
}

.local-contact-form label {
  display: grid;
  gap: 6px;
  font-weight: 600;
}

.local-contact-form input,
.local-contact-form textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  padding: 12px 14px;
  font: inherit;
}

.local-contact-form button {
  width: fit-content;
  border: 0;
  border-radius: 4px;
  padding: 12px 18px;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}

img,
svg,
video {
  max-width: 100%;
}

.local-directory-logo {
  display: inline-flex;
  width: 100%;
  min-height: 108px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(1, 36, 101, 0.15);
  border-radius: 8px;
  padding: 18px;
  background: #fff;
  color: #012465;
  font-weight: 700;
  text-align: center;
}

.local-directory-logo i {
  font-size: 28px;
  color: #046dbe;
}

.local-hero-poster {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
