/*
 * WC Stock Qty + ETA (AI) — Static & In-Theme UI v3.4
 * All animations have been removed.
 */

/* --- 1. 전체 블록 레이아웃 (Block Layout) --- */
.wcse-ai-block {
  font-family: inherit, "Noto Sans KR", "Malgun Gothic", sans-serif;
  padding: 0;
  margin-bottom: 1em;
}

.wcse-ai-block .wcse-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
}

.wcse-ai-block .wcse-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.wcse-ai-block .wcse-item:last-child {
  margin-bottom: 0;
}

/* --- FIX FOR UNWANTED <br> TAGS --- */
.wcse-ai-block .wcse-item > span br,
.wcse-ai-block .wcse-qty br,
.wcse-ai-block .wcse-eta-skeleton br {
  display: none;
}

/* --- 2. 아이콘 및 텍스트 (Icons & Text) --- */
.wcse-ai-block .wcse-icon {
  font-size: 1.5em;
  line-height: 1;
}

.wcse-qty {
  font-weight: 700;
}

.wcse-shipfrom-title {
  font-weight: 600;
  margin-right: 0.5em;
}

.wcse-flag {
  height: 14px;
  width: auto;
  vertical-align: -2px;
  margin-right: 4px;
}

.wcse-ship-sep {
  color: #b0b0b0;
}

/* --- 3. AI 조언 (AI Advice) --- */
.wcse-ai-note {
  margin-top: 10px;
  padding: 10px 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.9em;
  color: #555;
}

.wcse-ai-icon {
  font-size: 1.2em;
  padding-top: 2px;
}

.wcse-ai-text {
  line-height: 1.5;
  white-space: normal;
  overflow: hidden;
  max-width: 100%;
}

/* --- 4. 로딩 스켈레톤 (Loading Skeleton) --- */
.wcse-eta-skeleton {
  opacity: 0.7;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}