
.paul-welcome { display: flex; align-items: center; gap: 22px; padding: 12px 0; }
.paul-welcome-avatar { width: 88px; height: 88px; object-fit: contain; flex-shrink: 0; }
.paul-welcome-bubble { position: relative; background: #edf6ff; border-radius: 20px; padding: 22px 26px; color: #203b54; max-width: 580px; }
.paul-welcome-bubble::before { content: ''; position: absolute; left: -10px; top: 34px; width: 20px; height: 20px; background: #edf6ff; transform: rotate(45deg); border-radius: 3px; }
.paul-example { height: auto; min-height: 32px; padding-top: 8px; padding-bottom: 8px; text-align: left; }
.paul-example .mantine-Button-label { white-space: normal; }
@media (max-width: 480px) {
  .paul-welcome { gap: 14px; align-items: flex-start; }
  .paul-welcome-avatar { width: 56px; height: 56px; margin-top: 16px; }
  .paul-welcome-bubble { padding: 18px; }
}
