/* PCB custom forms — light helpers; keep existing theme form look */
.pcb-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.pcb-form-msg {
  margin-top: 10px;
  font-size: 14px;
  min-height: 1.2em;
}

.pcb-form-msg.is-error {
  color: #b42318;
  font-weight: 600;
}

.pcb-form-msg.is-success {
  color: #027a48;
  font-weight: 600;
}

.pcb-form .pcb-submit:disabled {
  opacity: 0.7;
  cursor: wait;
}

.pcb-form .row {
  margin-bottom: 4px;
}
