h3 {
  font-size: 14px !important;
}

form {
  margin-block-end: 0
}

.chatbot-prompts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
        }


.chatbot-body-frame {
    & .chatbot-body {
        & .chatbot-prompt {
            button {
                border: 2px, solid #30B39F;
                border-radius: 100px;
                background: #ffffff;
                color: #30B39F;
                font-size: 11px;
                text-transform: uppercase;
                text-decoration: none;
                padding-top: 8px;
                padding-bottom: 8px;
                padding-left: 16px;
                padding-right: 16px;
                margin-bottom: 8px;
}

.chatbot-body-frame {
    & .chatbot-body {
        & .chatbot-prompt {
            button:hover {
                background: #248677;
                color: #fff;
                transition: 0.7s;
}