/* Tavvy — additive: Front Desk header subtitle + optional Not now chip
   Include AFTER the main stylesheet. Does not replace full chat CSS.
      No mini-form / second Send / bordered lead-card chrome. */
      
      /* — Header: soft Front Desk subtitle — */
      .ata-chat__header-text {
            align-items: flex-start;
      }
      
      .ata-chat__header-titles {
            display: flex;
              flex-direction: column;
                gap: 0.1rem;
                  min-width: 0;
      }
      
      .ata-chat__subtitle {
            margin: 0;
              font-family: var(--font-mono);
                font-size: 0.65rem;
                  font-weight: 400;
                    letter-spacing: 0.04em;
                      text-transform: none;
                        color: var(--text-muted);
                          line-height: 1.3;
      }
      
      /* — Optional in-thread “Not now” chip (suggestion style)  */
      .ata-chat__lead-skip-row {
            display: flex;
              flex-wrap: wrap;
                gap: 0.35rem;
                  margin: 0.15rem 0 0.35rem;
                    padding-left: 0.15rem;
                      list-style: none;
      }
      
      .ata-chat__lead-skip-row .ata-chat__chip {
            /* Match empty-state chips; quiet dismiss only */
              font-size: 0.75rem;
      }
      
      /* If legacy strip or old in-thread lead-card markup still present, hide */
      .ata-chat__lead[data-ata-chat-lead],
      .ata-chat__msg--lead .ata-chat__lead-form,
      .ata-chat__msg--lead [data-ata-chat-lead-form] {
            display: none !important;
      }
      
      }
      }
      }
      }
      }
      }