/* Hide the plugin's top "Cost" line entirely */
#fbuilder .totalCost {
  display: none !important;
}

#fbuilder .captcha label {
  font-weight: 700;    /* bold */
  font-size: 1.8rem;   /* big */
  color: #d00;         /* red */
  display: block;      /* full width */
  text-align: center;  /* centered */
  margin: 12px 0;      /* spacing */
}

/* Hide the 'Pay Later' radio option completely */
.ahb_payment.paylater,
.ahb_payment.paylater * {
  display: none !important;
}
