/* Custom styles — Signature at Rouse Hill Park */

.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 24;
}

.editorial-shadow {
  box-shadow: 0 24px 40px -10px rgba(25, 28, 26, 0.06);
}

/* Hide reCAPTCHA badge (disclosure text is in the form instead) */
.grecaptcha-badge {
  visibility: hidden !important;
}

/* Disable submit button styling */
#submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}