.readonly-field input,
.readonly-field textarea,
.readonly-field select {
    pointer-events: none;
    background-color: #f9f9f9; /* Optional: To visually indicate the field is read-only */
    opacity: 0.6; /* Optional: Reduce opacity to make it visually clear it's disabled */
}