.finder-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.finder-actions .btn {
  min-height: 50px;
  width: 100%;
  padding-inline: 14px;
  font-size: 10px;
  cursor: pointer;
}

.finder-email-launch {
  display: inline-flex;
  border: 0;
  background: #d71920;
  color: #fff;
}

.finder-email-launch:hover,
.finder-email-launch:focus-visible {
  background: #b91118;
}

.finder-copy-primary {
  border: 1px solid #6f93bd;
  background: transparent;
  color: #fff;
}

.finder-copy-primary:hover,
.finder-copy-primary:focus-visible {
  border-color: #fff;
  background: #ffffff0d;
}

.finder-copy-instruction {
  margin: 15px 0 6px;
  color: #9bb6d3;
  font-size: 10px;
  line-height: 1.55;
  text-align: center;
}

.finder-copy-status {
  min-height: 32px;
  margin: 10px 0 0;
  color: #9fd7bf;
  font-size: 10px;
  line-height: 1.55;
  text-align: center;
}

.finder-copy-status.is-error {
  color: #ff9da1;
}

.finder-sales-address {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  overflow-wrap: anywhere;
  text-align: center;
}

@media (max-width: 600px) {
  .finder-actions {
    grid-template-columns: 1fr;
  }
}

.finder-enquiry-block {
  margin-top: 30px;
  padding-top: 28px;
  border-top: 2px solid #dce4ed;
}

.finder-enquiry-head {
  display: grid;
  grid-template-columns: 1fr minmax(220px, .55fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 20px;
}

.finder-enquiry-head h3 {
  margin: 7px 0 0;
  color: #082a58;
  font-size: 21px;
  line-height: 1.2;
}

.finder-enquiry-head p {
  margin: 0;
  color: #68798d;
  font-size: 10px;
  line-height: 1.6;
}

.finder-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.finder-field {
  display: grid;
  gap: 7px;
}

.finder-field.full {
  grid-column: 1 / -1;
}

.finder-field span {
  color: #334b67;
  font-size: 9px;
  font-weight: 820;
  letter-spacing: .02em;
}

.finder-field em {
  color: #d71920;
  font-style: normal;
}

.finder-field input,
.finder-field select {
  width: 100%;
  min-height: 44px;
  border: 1px solid #cbd7e4;
  border-radius: 0;
  background: #fff;
  color: #152d4d;
  font: inherit;
  font-size: 11px;
  padding: 10px 12px;
  outline: 0;
}

.finder-field input::placeholder {
  color: #94a1b1;
}

.finder-field input:focus,
.finder-field select:focus {
  border-color: #123a82;
  box-shadow: 0 0 0 3px #123a8216;
}

.finder-field input:user-invalid,
.finder-field select:user-invalid {
  border-color: #d71920;
}

.finder-enquiry-note {
  margin: 15px 0 0;
  color: #7d8da0;
  font-size: 9px;
  line-height: 1.55;
}

.finder-complete textarea {
  width: 100%;
  min-height: 148px;
  margin: 16px 0 0;
  padding: 12px;
  border: 1px solid #ffffff25;
  background: #041a38;
  color: #bcd0e4;
  font: inherit;
  font-size: 9px;
  line-height: 1.55;
  resize: vertical;
}

.finder-complete textarea:focus {
  outline: 2px solid #6f9ed3;
  outline-offset: 2px;
}

.finder-result {
  overflow: auto;
}

.finder-main {
  min-width: 0;
}

@media (max-width: 760px) {
  .finder-enquiry-head {
    grid-template-columns: 1fr;
    gap: 7px;
  }
}

@media (max-width: 560px) {
  .finder-fields {
    grid-template-columns: 1fr;
  }

  .finder-field.full {
    grid-column: auto;
  }
}
