.st-difyassistant-chatwoot {
  position: fixed;
  right: 24px;
  bottom: 112px;
  z-index: 999;
  width: min(340px, calc(100vw - 32px));
  padding: 18px 18px 14px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 14px 44px rgba(28, 42, 61, 0.16);
  border: 1px solid rgba(16, 24, 40, 0.08);
  color: #14213d;
}

.st-difyassistant-chatwoot__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  background: #f3f6fa;
  color: #506176;
  cursor: pointer;
}

.st-difyassistant-chatwoot__eyebrow {
  margin-bottom: 8px;
  color: #506176;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.st-difyassistant-chatwoot__title {
  margin-bottom: 8px;
  padding-right: 24px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.st-difyassistant-chatwoot__description {
  margin-bottom: 14px;
  color: #445468;
  font-size: 14px;
  line-height: 1.5;
}

.st-difyassistant-chatwoot__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.st-difyassistant-chatwoot__action {
  border: 1px solid #1570ef;
  border-radius: 999px;
  background: #eff6ff;
  color: #1570ef;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  padding: 10px 12px;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.st-difyassistant-chatwoot__action:hover,
.st-difyassistant-chatwoot__action:focus {
  background: #1570ef;
  color: #ffffff;
  border-color: #1570ef;
}

.st-difyassistant-chatwoot__status {
  min-height: 18px;
  margin-top: 10px;
  color: #b42318;
  font-size: 12px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .st-difyassistant-chatwoot {
    right: 12px;
    bottom: 84px;
    width: calc(100vw - 24px);
    padding: 16px 16px 12px;
  }

  .st-difyassistant-chatwoot__title {
    font-size: 18px;
  }
}
