a.chat-button[href*="banh-mi-and-tea-facebook.zapier.app"] {
  display: none !important;
}

.usum-chatbot {
  bottom: 20px;
  color: #201914;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  position: fixed;
  right: 20px;
  z-index: 9998;
}

.usum-chatbot--order {
  left: 20px;
  right: auto;
}

.usum-chatbot *,
.usum-chatbot *::before,
.usum-chatbot *::after {
  box-sizing: border-box;
}

.usum-chatbot__launcher {
  background: #f28c28;
  border: 1px solid #f28c28;
  border-radius: 5px;
  box-shadow: 0 12px 28px rgba(32, 25, 20, 0.18);
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  min-height: 48px;
  padding: 12px 16px;
}

.usum-chatbot__panel[hidden] {
  display: none;
}

.usum-chatbot__panel {
  background: #ffffff;
  border: 1px solid #d9d4cf;
  border-radius: 5px;
  bottom: 62px;
  box-shadow: 0 18px 48px rgba(32, 25, 20, 0.2);
  display: grid;
  overflow: hidden;
  position: absolute;
  width: min(360px, calc(100vw - 40px));
}

.usum-chatbot--default .usum-chatbot__panel {
  right: 0;
}

.usum-chatbot--order .usum-chatbot__panel {
  left: 0;
}

.usum-chatbot__header {
  align-items: start;
  background: #fbfaf8;
  border-bottom: 1px solid #d9d4cf;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 14px 16px;
}

.usum-chatbot__header strong,
.usum-chatbot__header span {
  display: block;
}

.usum-chatbot__header strong {
  font-size: 16px;
}

.usum-chatbot__header span {
  color: #5d514a;
  font-size: 13px;
  line-height: 1.35;
  margin-top: 3px;
}

.usum-chatbot__header button {
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  padding: 0;
}

.usum-chatbot__messages {
  display: grid;
  gap: 10px;
  max-height: 320px;
  overflow-y: auto;
  padding: 14px 16px;
}

.usum-chatbot__message {
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
  padding: 10px 12px;
  white-space: pre-line;
}

.usum-chatbot__message--bot {
  background: #f4f2ef;
  justify-self: start;
}

.usum-chatbot__message--user {
  background: #f28c28;
  color: #ffffff;
  justify-self: end;
}

.usum-chatbot__form {
  border-top: 1px solid #d9d4cf;
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr auto;
  padding: 12px;
}

.usum-chatbot__honeypot {
  display: none !important;
}

.usum-chatbot__input,
.usum-chatbot__form button {
  border-radius: 4px;
  font: inherit;
  min-height: 42px;
}

.usum-chatbot__input {
  border: 1px solid #d9d4cf;
  padding: 9px 10px;
  width: 100%;
}

.usum-chatbot__form button {
  background: #201914;
  border: 1px solid #201914;
  color: #ffffff;
  cursor: pointer;
  font-weight: 800;
  padding: 9px 12px;
}

@media (max-width: 760px) {
  .usum-chatbot {
    bottom: 14px;
    left: 14px;
    right: 14px;
  }

  .usum-chatbot__launcher {
    width: 100%;
  }

  .usum-chatbot__panel {
    width: 100%;
  }
}
