/* Keep the original Brevo form styling; AGO owns validation and submission. */
#ago-sdk-chat .ago-chat-widget__messages:has(.ago-ticket-form) { max-height: none; overflow: visible !important; }
#ago-sdk-chat .ago-message--assistant:has(.ago-ticket-form) > .ago-message__content { max-width: 100% !important; }
#ago-sdk-chat .ago-ticket-form { gap: 24px !important; padding: 8px 0 24px !important; color: #1b1b1b; }
#ago-sdk-chat .ago-ticket-form__intro { padding: 0 !important; margin: 4px 0 !important; background: transparent !important; font-weight: 400 !important; }
#ago-sdk-chat .ago-ticket-form__intro h2 { margin: 0 0 10px; font-family: var(--font-display, inherit); font-size: 30px; font-weight: 500; line-height: 1.2; letter-spacing: -.02em; color: #1b1b1b; }
#ago-sdk-chat .ago-ticket-form__intro p { margin: 0; font-size: 16px; line-height: 1.55; color: #666; }
#ago-sdk-chat .ago-ticket-form__message { padding: 0 !important; background: none !important; color: inherit !important; font-weight: 400 !important; }
#ago-sdk-chat .ago-ticket-form__field { gap: 8px !important; min-width: 0; }
#ago-sdk-chat .ago-ticket-form__field > label { margin: 0; font-size: 15px !important; font-weight: 400 !important; line-height: 1.5 !important; }
#ago-sdk-chat .ago-ticket-form__field.is-required > label::after { content: ' *'; color: #bd2727; }
#ago-sdk-chat .ago-ticket-form__field > input,
#ago-sdk-chat .ago-ticket-form__field > select,
#ago-sdk-chat .ago-ticket-form__field > textarea { min-height: 44px; padding: 8px 12px !important; font: inherit !important; border-radius: 4px !important; background-color: #fff !important; }
#ago-sdk-chat .ago-ticket-form__field > input:hover,
#ago-sdk-chat .ago-ticket-form__field > select:hover { border-color: #737373 !important; }
#ago-sdk-chat .ago-ticket-form__field > input:focus,
#ago-sdk-chat .ago-ticket-form__field > select:focus,
#ago-sdk-chat .ago-ticket-form__field > textarea:focus { outline: 2px solid #0b996e; outline-offset: 2px; }
#ago-sdk-chat .ago-ticket-form__hint { margin: 0; font-size: 14px; color: #666; line-height: 1.5; }
#ago-sdk-chat .ago-ticket-form__attachments { padding: 16px !important; border: 1px dashed #bdbdbd; border-radius: 4px; }
#ago-sdk-chat .ago-ticket-form__attachments > label { font-size: 15px !important; font-weight: 400 !important; }
#ago-sdk-chat .ago-ticket-form__attachments label:nth-of-type(2) { display: inline-flex; align-items: center; min-height: 44px; border-color: #ddd !important; color: #1b1b1b !important; background: #fff !important; font-weight: 500 !important; }
#ago-sdk-chat .ago-ticket-form__submit { align-self: flex-start; width: auto !important; min-height: 44px; padding: 10px 24px !important; border: 2px solid #1b1b1b !important; border-radius: 16px !important; color: #fff !important; background: #1b1b1b !important; font-size: 16px !important; font-weight: 600 !important; }
#ago-sdk-chat .ago-ticket-form__submit:hover:not(:disabled) { background: #fff !important; border-color: #0b996e !important; color: #0b996e !important; }
#ago-sdk-chat .ago-ticket-form__submit:focus-visible,
#ago-sdk-chat .ago-ticket-form__attachments [role='button']:focus-visible,
#ago-sdk-chat .ago-ticket-editor button:focus-visible,
#ago-sdk-chat .ago-ticket-editor select:focus-visible { outline: 2px solid #0b996e; outline-offset: 2px; }
#ago-sdk-chat .ago-ticket-form__submit:disabled { opacity: .6; cursor: wait; }
#ago-sdk-chat .ago-ticket-editor { border: 1px solid #ddd; border-radius: 4px; overflow: hidden; background: #fff; }
#ago-sdk-chat .ago-ticket-editor:focus-within { border-color: #0b996e; box-shadow: 0 0 0 2px #0b996e22; }
#ago-sdk-chat .ago-ticket-editor.is-invalid { border-color: #bd2727; }
#ago-sdk-chat .ago-ticket-editor__toolbar { display: flex; flex-wrap: wrap; gap: 2px; align-items: center; padding: 6px; border-bottom: 1px solid #e3e3e3; background: #f9f8f9; }
#ago-sdk-chat .ago-ticket-editor button { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; min-width: 34px; padding: 6px; border: 0; border-radius: 4px; background: transparent; color: #474747; cursor: pointer; box-shadow: none; }
#ago-sdk-chat .ago-ticket-editor button:hover:not(:disabled) { background: #eceaec; color: #1b1b1b; }
#ago-sdk-chat .ago-ticket-editor button[aria-pressed='true'] { background: #e0eeea; color: #006c4d; }
#ago-sdk-chat .ago-ticket-editor button:disabled { opacity: .35; cursor: default; }
#ago-sdk-chat .ago-ticket-editor__toolbar select { width: 116px; min-height: 34px; padding: 4px 6px; border: 0; border-right: 1px solid #ddd; border-radius: 0; margin-right: 4px; font: inherit; font-size: 13px; color: #474747; background: transparent; }
#ago-sdk-chat .ago-ticket-editor .tiptap { min-height: 190px; max-height: 480px; overflow-y: auto; padding: 14px 16px; outline: none; white-space: pre-wrap; overflow-wrap: anywhere; font-size: 16px; line-height: 1.6; }
#ago-sdk-chat .ago-ticket-editor .tiptap > :first-child { margin-top: 0; }
#ago-sdk-chat .ago-ticket-editor .tiptap > :last-child { margin-bottom: 0; }
#ago-sdk-chat .ago-ticket-editor .tiptap p { margin: 0 0 12px; }
#ago-sdk-chat .ago-ticket-editor .tiptap h2 { font-size: 24px; margin: 20px 0 10px; }
#ago-sdk-chat .ago-ticket-editor .tiptap h3 { font-size: 20px; margin: 16px 0 8px; }
#ago-sdk-chat .ago-ticket-editor .tiptap ul,
#ago-sdk-chat .ago-ticket-editor .tiptap ol { padding-left: 26px; }
#ago-sdk-chat .ago-ticket-editor .tiptap li p { margin: 0; }
#ago-sdk-chat .ago-ticket-editor .tiptap blockquote { margin: 12px 0; padding: 0 16px; border-left: 3px solid #ccc; color: #666; }
#ago-sdk-chat .ago-ticket-editor .tiptap pre { margin: 12px 0; padding: 12px; border-radius: 4px; background: #f5f5f5; color: #1b1b1b; font: 14px/1.5 monospace; }
#ago-sdk-chat .ago-ticket-editor .tiptap code { background: #f5f5f5; color: inherit; font-size: .9em; }
#ago-sdk-chat .ago-ticket-editor__link { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; padding: 10px; border-bottom: 1px solid #ddd; }
#ago-sdk-chat .ago-ticket-editor__link input { flex: 1; min-width: 160px; padding: 8px; border: 1px solid #ddd; border-radius: 4px; font: inherit; }
#ago-sdk-chat .ago-ticket-editor__link button { width: auto; padding: 6px 10px; font: inherit; font-size: 13px; }
#ago-sdk-chat .ago-ticket-editor__link [role='alert'] { width: 100%; color: #bd2727; font-size: 13px; }
/* Supplied mint confirmation design with the original translated success copy. */
#ago-sdk-chat .ago-ticket-form__success { padding: 26px 28px !important; border: 1px solid #a9ded0; border-radius: 20px !important; background: #e9f8f3 !important; color: #176b53 !important; }
#ago-sdk-chat .ago-ticket-form__success h2 { margin: 0 0 8px; color: #086448; font-family: var(--font-heading, inherit); font-size: 22px; font-weight: 500; line-height: 1.35; letter-spacing: -.01em; }
#ago-sdk-chat .ago-ticket-form__success > div { margin: 0 !important; font-size: 16px; line-height: 1.6; overflow-wrap: anywhere; }
#ago-sdk-chat .ago-ticket-form__success a { color: #086448 !important; font-weight: 500 !important; text-underline-offset: 3px; }
#ago-sdk-chat .ago-ticket-form:has(.ago-ticket-form__success) .ago-ticket-form__message { display: none; }
#ago-sdk-chat .ago-chat-blocked { padding: 16px 0 !important; border: 0 !important; box-shadow: none !important; background: transparent !important; font-size: 14px !important; }
@media (max-width: 600px) {
  #ago-sdk-chat .ago-ticket-form__intro h2 { font-size: 26px; }
  #ago-sdk-chat .ago-ticket-editor__toolbar button { width: 40px; height: 40px; }
  #ago-sdk-chat .ago-ticket-editor .tiptap { padding: 12px; }
  #ago-sdk-chat .ago-ticket-form__success { padding: 20px !important; border-radius: 16px !important; }
  #ago-sdk-chat .ago-ticket-form__success h2 { font-size: 20px; }
}
