/* Escopo exclusivo da página CLT x PJ */

.clt-pj-form-tabs {
  margin-bottom: 12px;
}

.clt-pj-form-tabs .step-tab {
  flex: 1 1 0;
  font-size: 0.9rem;
}

.clt-pj-tab-panel {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.clt-pj-tab-panel[hidden] {
  display: none !important;
}

.clt-pj-tab-lead {
  margin: 0;
  font-size: 0.8125rem;
  color: var(--muted);
  line-height: 1.45;
}

.clt-pj-inline-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 8px;
}

.clt-pj-inline-fields label {
  margin: 0;
}

.clt-pj-benefits-block {
  display: grid;
  gap: 8px;
  padding-top: 4px;
  border-top: 1px solid var(--line);
}

.clt-pj-benefits-title {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--muted);
}

.clt-pj-benefits-note {
  margin: 0;
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.4;
}

.clt-pj-benefit-item {
  display: grid;
  gap: 6px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
}

.clt-pj-benefit-item label {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 600;
}

.clt-pj-benefit-item input {
  width: 100%;
}

.clt-pj-tab-nav {
  display: flex;
  justify-content: flex-end;
  padding-top: 4px;
}

.clt-pj-tab-nav .button {
  font-size: 0.8125rem;
}

.clt-pj-card--simple .clt-pj-form-actions {
  margin-top: 8px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

@media (max-width: 919px) {
  .clt-pj-inline-fields {
    grid-template-columns: 1fr;
  }

  .clt-pj-tab-nav .button {
    width: 100%;
  }
}
