.lucky-consult-launcher {
  position: fixed;
  z-index: 10020;
  right: 20px;
  bottom: 22px;
  min-width: 118px;
  min-height: 48px;
  padding: 10px 20px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #f06a2b;
  box-shadow: 0 10px 28px rgba(91, 62, 50, .24);
  font-size: 16px;
  font-weight: 700;
}

.lucky-consult-launcher:hover,
.lucky-consult-launcher:focus { background: #d9571f; }

.lucky-consult-panel {
  position: fixed;
  z-index: 10021;
  right: 20px;
  bottom: 82px;
  width: 370px;
  max-width: calc(100vw - 24px);
  overflow: hidden;
  border: 1px solid #e7d8cf;
  border-radius: 18px;
  background: #fffdfb;
  box-shadow: 0 18px 50px rgba(68, 45, 36, .28);
  color: #2f211c;
}

.lucky-consult-panel[hidden] { display: none !important; }

.lucky-consult-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  background: #513d34;
  color: #fff;
}

.lucky-consult-heading strong,
.lucky-consult-heading span { display: block; }
.lucky-consult-heading strong { font-size: 17px; }
.lucky-consult-heading span { margin-top: 2px; color: #f6dfd3; font-size: 12px; }
.lucky-consult-close { border: 0; background: transparent; color: #fff; font-size: 30px; line-height: 1; }

.lucky-consult-messages {
  height: 270px;
  padding: 14px;
  overflow-y: auto;
  background: #fbf6f2;
}

.lucky-consult-message {
  width: fit-content;
  max-width: 88%;
  margin: 0 0 10px;
  padding: 10px 12px;
  border-radius: 14px;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font-size: 14px;
  line-height: 1.55;
}

.lucky-consult-message.is-assistant { border-bottom-left-radius: 4px; background: #fff; box-shadow: 0 3px 12px rgba(75, 53, 43, .08); }
.lucky-consult-message.is-customer { margin-left: auto; border-bottom-right-radius: 4px; background: #f06a2b; color: #fff; }

.lucky-consult-form { padding: 12px; background: #fff; }
.lucky-consult-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.lucky-consult-input {
  display: block;
  width: 100%;
  min-height: 68px;
  resize: vertical;
  padding: 10px 12px;
  border: 1px solid #dac9bf;
  border-radius: 12px;
  outline: 0;
  font-size: 15px;
  line-height: 1.45;
}
.lucky-consult-input:focus { border-color: #f06a2b; box-shadow: 0 0 0 3px rgba(240, 106, 43, .14); }
.lucky-consult-actions { display: flex; gap: 8px; margin-top: 9px; }
.lucky-consult-phone,
.lucky-consult-submit {
  flex: 1;
  min-height: 42px;
  border-radius: 999px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
.lucky-consult-phone { padding: 10px; border: 1px solid #76594d; color: #513d34; background: #fff; }
.lucky-consult-submit { border: 1px solid #f06a2b; color: #fff; background: #f06a2b; }
.lucky-consult-submit:disabled { opacity: .65; cursor: wait; }

@media (max-width: 767px) {
  .lucky-consult-launcher { right: 10px; bottom: 62px; min-width: 104px; min-height: 42px; padding: 8px 16px; font-size: 15px; }
  .lucky-consult-panel { right: 8px; bottom: 112px; width: calc(100vw - 16px); max-height: calc(100vh - 130px); border-radius: 15px; }
  .lucky-consult-messages { height: min(260px, 38vh); }
  .lucky-consult-header { padding: 11px 13px; }
  .lucky-consult-form { padding: 10px; }
  .lucky-consult-input { min-height: 58px; }
}
