/******* Do not edit this file *******
Code Snippets Manager
Saved: Oct 02 2025 | 02:15:31 */
.srfm-form-container.srfm-custom-stylings .srfm-read-only input[readonly].srfm-input-common, input[readonly], textarea[readonly], select[readonly] {
  background-color: #f0f0f0 !important;
  /* light gray background */
  color: #444;
  /* darker gray text */
  cursor: not-allowed;
  /* show not-allowed cursor */
  opacity: 0.8;
  /* slightly faded look */
}
