.syntax-entry-theme-filament pre, .overflow-wrap {
    text-wrap: wrap !important;
    overflow-wrap: anywhere;
}

.fi-fo-placeholder a,
.fi-fo-field-wrp-helper-text a,
.fi-in-entry-wrp-helper-text a {
    color: rgba(var(--primary-500),var(--tw-text-opacity));
    text-decoration: underline;
}

input[readonly="readonly"] {
  background: #f0f0f1;
}
