/* Credits: promptslove.com — Ramanpal Singh */
/* All rules prefixed with aiagents- to avoid conflicts */
.aiagents-container { box-sizing: border-box; }

openai-chatkit.aiagents-chatkit {
  display: block;
  min-height: 600px;
  width: 100%;
}

.aiagents-credit {
  margin-top: 8px;
  font-size: 12px;
  opacity: 0.7;
}
.aiagents-credit a { text-decoration: none; }
