/* ── toolbar ─────────────────────────────────────────────── */
.section-yandex-ecomm .ye-toolbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 14px;
  padding: 8px 12px;
  margin: 0 0 12px;
  background: #f6f6f6;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.section-yandex-ecomm .ye-toolbar__debug {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
}

.section-yandex-ecomm .ye-toolbar .button {
  margin: 0;
}

/* ── intro / hint ────────────────────────────────────────── */
.section-yandex-ecomm .ye-intro {
  color: #666;
  margin: 0 0 14px;
  font-size: 12px;
}

.section-yandex-ecomm .ye-hint {
  margin: 0 0 8px;
  color: #888;
  font-size: 11px;
}

/* ── field inputs inside list-option ────────────────────── */
.section-yandex-ecomm .list-option li label {
  display: flex;
  align-items: baseline;
  gap: 0;
}

.section-yandex-ecomm .list-option li .custom-text {
  min-width: 160px;
  flex-shrink: 0;
}

.section-yandex-ecomm .list-option li input[type="text"] {
  flex: 1;
  min-width: 0;
}

/* ── fallback table ──────────────────────────────────────── */
.section-yandex-ecomm .ye-table-wrap {
  overflow-x: auto;
}

.section-yandex-ecomm .ye-fb-table {
  width: 100%;
  min-width: 460px;
  margin: 0;
  font-size: 12px;
}

.section-yandex-ecomm .ye-fb-table th,
.section-yandex-ecomm .ye-fb-table td {
  padding: 4px 6px;
  vertical-align: middle;
}

.section-yandex-ecomm .ye-fb-table .ye-fb-label {
  white-space: nowrap;
}

.section-yandex-ecomm .ye-fb-table input[type="text"],
.section-yandex-ecomm .ye-fb-table select {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}

/* ── accordion spacing ───────────────────────────────────── */
.section-yandex-ecomm .accordion {
  margin-bottom: 0;
}

.section-yandex-ecomm .accordion-content {
  padding: 10px 8px 14px;
}
