.aisb-gpt-wrap{
  display:flex; gap:12px; flex-wrap:wrap; margin:20px 0;
}
.aisb-btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:8px;
  padding:10px 14px; border-radius:8px; text-decoration:none;
  font-weight:600; border:1px solid #ddd; cursor:pointer;
  transition: transform .03s ease-in-out;
}
.aisb-btn:active{ transform: scale(0.98); }
.aisb-gpt{ background:#111; color:#fff; }
.aisb-icon{ display:inline-flex; align-items:center; }
