.hero-title-sp,
.hero-lead-sp {
  display: none;
}

@media (max-width: 640px) {
  .hero-title-pc,
  .hero-lead-pc {
    display: none;
  }

  .hero-title-sp,
  .hero-lead-sp {
    display: inline;
  }
}
/* Companion plugin contact-form states. */
.ecoriver-posting-form-wrap .form-status {
  margin: 0 0 20px;
  padding: 14px 16px;
  border: 1px solid #9aa9b6;
  background: #f6f6f4;
  color: #111;
  line-height: 1.8;
}

.ecoriver-posting-form-wrap .form-success {
  border-color: #2f7457;
  background: #edf7f1;
  color: #1d583f;
}

.ecoriver-posting-form-wrap .form-error {
  border-color: #a73535;
  background: #fff2f2;
  color: #7b2020;
}

.ecoriver-posting-form-wrap .form-error ul {
  margin: 8px 0 0;
  padding-left: 1.4em;
}

.ecoriver-posting-form-wrap .privacy-check {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 20px 0;
  font-size: 13px;
  line-height: 1.7;
}

.ecoriver-posting-form-wrap .privacy-check input {
  width: 18px;
  height: 18px;
  flex: none;
  accent-color: #123f6b;
}

.ecoriver-posting-form-fallback .form-status {
  margin-bottom: 0;
}
/* Keep the sticky adopted header below the WordPress admin bar. */
.ecoriver-posting-lp.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 1180px) {
  .ecoriver-posting-lp.admin-bar .primary-nav.is-open {
    inset-block-start: 114px;
    max-height: calc(100vh - 114px);
  }
}

@media (max-width: 782px) {
  .ecoriver-posting-lp.admin-bar .site-header {
    top: 46px;
  }

  .ecoriver-posting-lp.admin-bar .primary-nav.is-open {
    inset-block-start: 119px;
    max-height: calc(100vh - 119px);
  }
}
