/* Wrapper stays in normal page flow */
.scm-chatbot-wrap{margin:24px auto}

/* Card-style chat box (no fixed/absolute anywhere) */
.scm-chatbot{
  width:100%;
  border:1px solid #e5e7eb;
  border-radius:14px;
  overflow:hidden;
  font:14px/1.4 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  background:#fff;
  box-shadow:0 2px 10px rgba(0,0,0,.04);
}

.scm-chatbot-header{
  padding:12px 14px;
  background:#111;
  color:#fff;
  font-weight:600;
}

.scm-chatlog{
  overflow:auto;
  padding:12px;
  background:#fafafa;
}

.scm-bubble{
  max-width:80%;
  padding:10px 12px;
  margin:6px 0;
  border-radius:12px;
  word-wrap:break-word;
  white-space:pre-wrap;
}
.scm-bubble.user{margin-left:auto;background:#c7e1ff}
.scm-bubble.bot{background:#eee}

.scm-chatbar{
  display:flex;gap:8px;align-items:center;
  padding:10px;border-top:1px solid #eee;background:#fff
}
.scm-chatbar input{
  flex:1;padding:10px;border:1px solid #ddd;border-radius:10px
}
.scm-chatbar button{
  padding:10px 14px;border:0;border-radius:10px;background:#111;color:#fff;cursor:pointer
}
.scm-chatbar button:disabled{opacity:.6;cursor:not-allowed}

.scm-links{padding:6px 0 0}
.scm-links a{color:#0b5dd7;text-decoration:underline}

.scm-disclaimer{padding:8px 12px;color:#666;font-size:12px}

/* Accessibility helper for screen-reader text */
.screen-reader-text{
  position:absolute !important;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;
}
