/**
 * Custom CSS for Chainlit UI
 *
 * NOTE: Step reordering has been REMOVED.
 * Messages should appear in natural chronological order
 * (text before tool calls, as the model generates them).
 */

/* No custom ordering - rely on Chainlit's default timestamp-based ordering */

/* Larger logo on welcome screen */
img.logo {
  width: 266px !important;
}
