.redaccs-chatbot-placeholder {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 99990;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 148px;
  height: 56px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: #ef4444;
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(22, 22, 22, 0.18);
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.redaccs-chatbot-placeholder:hover,
.redaccs-chatbot-placeholder:focus-visible {
  background: #dc2626;
  box-shadow: 0 16px 34px rgba(22, 22, 22, 0.22);
  transform: translateY(-1px);
}

.redaccs-chatbot-placeholder:focus-visible {
  outline: 3px solid rgba(239, 68, 68, 0.28);
  outline-offset: 4px;
}

.redaccs-chatbot-placeholder__icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.redaccs-chatbot-placeholder__icon svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.redaccs-chatbot-placeholder__text {
  white-space: nowrap;
}

.redaccs-chatbot-placeholder[hidden] {
  display: none;
}

@media (max-width: 640px) {
  .redaccs-chatbot-placeholder {
    right: 16px;
    bottom: 16px;
    width: 56px;
    min-width: 56px;
    padding: 0;
    border-radius: 50%;
  }

  .redaccs-chatbot-placeholder__text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .redaccs-chatbot-placeholder {
    transition: none;
  }

  .redaccs-chatbot-placeholder:hover,
  .redaccs-chatbot-placeholder:focus-visible {
    transform: none;
  }
}
