/* Corrected workplace CRM integration. The HighLevel form replaces ONLY the employer enquiry form. */
.workplace-crm-card {
  width: min(100%, 900px);
  margin: 0 auto;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px;
  background: rgba(251,248,241,.96);
  box-shadow: 0 22px 60px rgba(27,44,35,.12);
}
.workplace-crm-card__header {
  padding: .15rem .2rem 1.15rem;
}
.workplace-crm-card__kicker {
  margin: 0 0 .45rem;
  color: #A56552;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
}
.workplace-crm-card__header h3 {
  margin: 0;
  color: #263A30;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(1.9rem, 3vw, 2.65rem);
  font-weight: 500;
  line-height: 1.08;
}
.workplace-crm-card__header > p:last-child {
  margin: .65rem 0 0;
  max-width: 42rem;
  color: #526057;
  line-height: 1.6;
}
.workplace-crm-embed {
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  background: transparent;
}
.workplace-crm-embed iframe {
  display: block;
  width: 100% !important;
  min-height: 887px;
  border: 0 !important;
  border-radius: 16px !important;
  background: transparent;
}
.workplace-crm-card__privacy {
  margin: 1rem .2rem 0;
  padding-top: .9rem;
  border-top: 1px solid rgba(67,93,75,.14);
  color: #657067;
  font-size: .82rem;
  line-height: 1.55;
  text-align: center;
}
.workplace-crm-card__privacy a {
  color: #435D4B;
  text-underline-offset: .2em;
}
@media (max-width: 760px) {
  .workplace-crm-card {
    padding: 1rem;
    border-radius: 18px;
  }
  .workplace-crm-embed iframe {
    min-height: 980px;
    border-radius: 12px !important;
  }
}
