/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

.admin-agent select {
  display: block;
  width: 100%;
  padding: 0.5rem;
  margin-top: 0.25rem;
  font: inherit;
}

.admin-agent .profile-json,
.agent-transcript .profile-json {
  max-height: 32rem;
  overflow: auto;
  padding: 1rem;
  background: #1e1e2e;
  color: #e0e0f0;
  border-radius: 0.375rem;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.85rem;
}

.diagnosis-save-form {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #ccc;
}

.diagnosis-save-form textarea {
  display: block;
  width: 100%;
  margin: 0.25rem 0 0.75rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.85rem;
}
