/* Application styles */

.field_with_errors { display: contents; }

turbo-frame button .show-when-enabled { display: initial; }
turbo-frame button .show-when-disabled { display: none; }
turbo-frame button[disabled] .show-when-enabled { display: none; }
turbo-frame button[disabled] .show-when-disabled { display: initial; }
