/* Loaded only by the four Contact / Request Service pages. */
.service-form-enhancements .service-form-help {
  margin: 2px 0 0;
  color: #243142;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.service-form-enhancements .email-suffixes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}

.service-form-enhancements .email-suffixes button {
  min-height: 34px;
  padding: 6px 10px;
  border: 1px solid #9fb9d3;
  border-radius: 8px;
  background: #fff;
  color: #063f73;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.service-form-enhancements .email-suffixes button:hover {
  background: #eef6fd;
  border-color: #00529b;
}

.service-form-enhancements .email-suffixes button:focus-visible,
.service-form-enhancements .service-form-link:focus-visible {
  outline: 3px solid rgba(0, 82, 155, .28);
  outline-offset: 2px;
}

.service-form-enhancements .service-form-conditional[hidden] {
  display: none;
}

.service-form-enhancements .service-form-link {
  color: #00529b;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}

.service-form-enhancements .service-form-hint {
  min-height: 1.45em;
  margin: 0;
  color: #7d3e00;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

@media (max-width: 520px) {
  .service-form-enhancements .email-suffixes {
    gap: 7px;
  }

  .service-form-enhancements .email-suffixes button {
    min-height: 36px;
    padding-inline: 9px;
  }
}
