@layer pages {
  .prompt-template-card {
    height: 100%;
  }

  .prompt-template-preview,
  .prompt-template-body,
  .prompt-template-textarea {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .prompt-template-preview,
  .prompt-template-body {
    background-color: var(--color-surface-muted);
    border: 1px solid var(--border-light);
    border-radius: 0.75rem;
    color: var(--text-light);
    font-size: 0.875rem;
    line-height: 1.55;
    margin: 0;
    padding: 0.875rem;
  }

  .prompt-template-preview {
    min-height: 8.5rem;
    max-height: 8.5rem;
    overflow: hidden;
    white-space: pre-wrap;
  }

  .prompt-template-body {
    max-height: 24rem;
    overflow: auto;
    white-space: pre-wrap;
  }
}
