.gim-v4-customer-launcher {
  position: fixed;
  right: 18px;
  bottom: 88px;
  z-index: 9000;
  border: 0;
  border-radius: 999px;
  padding: 13px 18px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  color: #fff;
  background: #071426;
  box-shadow: 0 12px 34px rgba(0,0,0,.22);
}

.gim-v4-customer-badge {
  display: none;
  min-width: 20px;
  height: 20px;
  margin-left: 7px;
  padding: 0 6px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #071426;
  font-size: 11px;
}

.gim-v4-customer-badge[data-count]:not([data-count="0"]) {
  display: inline-flex;
}

.gim-v4-customer-panel {
  position: fixed;
  right: 14px;
  bottom: 145px;
  z-index: 8999;
  width: min(430px, calc(100vw - 28px));
  max-height: min(720px, calc(100vh - 175px));
  overflow: auto;
  border: 1px solid rgba(7,20,38,.14);
  border-radius: 22px;
  background: #fff;
  color: #101828;
  box-shadow: 0 22px 65px rgba(0,0,0,.24);
  padding: 18px;
}

.gim-v4-customer-panel[hidden] {
  display: none !important;
}

.gim-v4-customer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 15px;
}

.gim-v4-customer-head h2 {
  margin: 0;
  font-size: 19px;
}

.gim-v4-customer-close {
  border: 0;
  background: transparent;
  font-size: 24px;
  cursor: pointer;
}

.gim-v4-customer-field {
  display: grid;
  gap: 6px;
  margin: 12px 0;
}

.gim-v4-customer-field label {
  font-size: 12px;
  font-weight: 800;
  color: #475467;
}

.gim-v4-customer-field select,
.gim-v4-customer-field textarea,
.gim-v4-customer-field input {
  width: 100%;
  border: 1px solid #d0d5dd;
  border-radius: 12px;
  padding: 11px 12px;
  font: inherit;
  background: #fff;
}

.gim-v4-customer-messages {
  display: grid;
  gap: 9px;
  min-height: 85px;
  max-height: 260px;
  overflow: auto;
  margin: 12px 0;
  padding: 10px;
  border-radius: 14px;
  background: #f8fafc;
}

.gim-v4-customer-message {
  max-width: 88%;
  padding: 9px 11px;
  border-radius: 13px;
  background: #fff;
  border: 1px solid #e4e7ec;
  word-break: break-word;
}

.gim-v4-customer-message[data-role="customer"] {
  justify-self: end;
  background: #071426;
  color: #fff;
  border-color: #071426;
}

.gim-v4-customer-message small {
  display: block;
  margin-top: 5px;
  opacity: .72;
  font-size: 10px;
}

.gim-v4-customer-primary {
  border: 0;
  border-radius: 11px;
  padding: 10px 14px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  color: #fff;
  background: #071426;
}

.gim-v4-customer-primary:disabled {
  opacity: .55;
  cursor: default;
}

.gim-v4-customer-section {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #eaecf0;
}

.gim-v4-customer-section h3 {
  margin: 0 0 8px;
  font-size: 15px;
}

.gim-v4-customer-status {
  min-height: 18px;
  margin-top: 10px;
  font-size: 12px;
  color: #475467;
}

.gim-v4-customer-status[data-kind="error"] {
  color: #b42318;
}

.gim-v4-customer-status[data-kind="success"] {
  color: #067647;
}

@media (max-width: 600px) {
  .gim-v4-customer-launcher {
    right: 12px;
    bottom: 82px;
  }

  .gim-v4-customer-panel {
    left: 10px;
    right: 10px;
    bottom: 137px;
    width: auto;
  }
}
