.editorial-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 28px;
  color: #767b78;
  font-size: 14px;
  line-height: 1.4;
}
.editorial-breadcrumb a {
  color: #222725;
  text-decoration: underline;
  text-decoration-color: rgba(219, 75, 66, 0.5);
  text-underline-offset: 3px;
}
.editorial-breadcrumb a:hover {
  color: #d94b43;
}

.editorial-contact {
  box-sizing: border-box;
  margin: 58px 0 0;
  padding: 34px;
  border-radius: 20px;
  background: #f5f3ed;
  color: #18211f;
  font-family: Arial, "Helvetica Neue", sans-serif;
}
.editorial-contact * {
  box-sizing: border-box;
}
.editorial-contact__copy > p {
  margin: 0 0 11px;
  color: #e2473f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.editorial-contact__copy h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -0.035em;
}
.editorial-contact__copy > span {
  display: block;
  max-width: 680px;
  margin-top: 13px;
  color: #66716e;
  font-size: 15px;
  line-height: 1.55;
}
.editorial-contact__form {
  margin-top: 26px;
}
.editorial-contact__form > label {
  display: block;
  margin-top: 16px;
}
.editorial-contact__form > label > span {
  display: block;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 700;
}
.editorial-contact__form > label > input,
.editorial-contact__form > label > textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #cbd1ce;
  border-radius: 9px;
  background: #fff;
  color: #18211f;
  font:
    16px/1.35 Arial,
    sans-serif;
}
.editorial-contact__form > label > input {
  height: 48px;
}
.editorial-contact__form > label > textarea {
  resize: vertical;
}
.editorial-contact__form .rli-intake {
  margin: 26px 0 0;
  padding-top: 24px;
  border-top: 1px solid #dce1de;
}
.editorial-contact__form .rli-intake__choice span,
.editorial-contact__form .rli-intake__input {
  border-radius: 9px;
}
.editorial-contact__form .rli-intake__choice input:checked + span {
  border-color: #e2473f;
  background: #e2473f;
}
.editorial-contact__submit {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
}
.editorial-contact__submit button {
  min-height: 48px;
  padding: 0 23px;
  border: 0;
  border-radius: 999px;
  background: #e2473f;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}
.editorial-contact__submit small {
  color: #66716e;
  font-size: 12px;
}
.archive-article > .editorial-contact {
  max-width: 820px;
  margin-inline: auto;
}
.archive-byline {
  margin: 8px 0 24px;
  color: #66716e;
  font:
    13px/1.4 Arial,
    "Helvetica Neue",
    sans-serif;
}
.archive-byline a {
  color: #18211f;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (max-width: 640px) {
  .editorial-contact {
    margin-top: 42px;
    padding: 24px 18px;
    border-radius: 16px;
  }
  .editorial-contact__copy h2 {
    font-size: 26px;
  }
  .editorial-contact__submit {
    display: grid;
  }
  .editorial-contact__submit button {
    width: 100%;
  }
}
