/* 对话追问：猜你想问 */

.gya-msg-group {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-self: stretch;
  width: 100%;
  max-width: 100%;
  gap: 8px;
}

.gya-msg-group .yt-msg,
.gya-msg-group .yt-ai-block,
.gya-msg-group .yxk-bubble,
.gya-msg-group .yxk-ai-block {
  align-self: flex-start;
}

.gya-msg-group .yt-msg,
.gya-msg-group .yt-ai-block {
  max-width: 80%;
}

.gya-msg-group .yt-ai-block .yt-msg {
  max-width: 100%;
}

.gya-msg-group .yxk-bubble,
.gya-msg-group .yxk-ai-block {
  max-width: 85%;
}

.gya-msg-group .yxk-ai-block .yxk-bubble {
  max-width: 100%;
}

.gya {
  width: 100%;
  max-width: 100%;
  align-self: stretch;
}

.gya-label {
  font-size: 13px;
  line-height: 1.4;
  color: #999;
  margin-bottom: 8px;
}

.gya-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.gya-chip,
.gya-refresh {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  margin: 0;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1.4;
  font-family: inherit;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.gya-chip {
  border: 1px solid #e8e8e8;
  background: #fff;
  color: #1f1f1f;
}

.gya-chip:hover {
  background: #fafafa;
  border-color: #d9d9d9;
}

.gya-chip:active {
  background: #f5f5f5;
}

.gya-refresh {
  border: 1px solid #1677ff;
  background: #fff;
  color: #1677ff;
}

.gya-refresh:hover {
  background: #e6f4ff;
}

.gya-refresh:active {
  background: #d6eaff;
}

.gya-refresh svg {
  flex-shrink: 0;
}

.gya.is-compact .gya-label {
  font-size: 12px;
  margin-bottom: 6px;
}

.gya.is-compact .gya-chip,
.gya.is-compact .gya-refresh {
  padding: 5px 12px;
  font-size: 12px;
}

.gya.is-compact .gya-list {
  gap: 6px;
}
