/* F62.W3b — бейдж статуса синхронизации B24-линка + ghost-кнопка действий.
   Вынесен из ReservationDrawer.css (тот у лимита 250). Палитра premium:
   emerald (synced) / amber (pending) / rose (error) / slate (skipped). */
.sync-badge {
  display: inline-block;
  margin-left: 8px;
  padding: 1px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.6;
  vertical-align: middle;
}

.sync-badge--synced {
  background: #d1fae5;
  color: #047857;
}

.sync-badge--pending {
  background: #fef3c7;
  color: #b45309;
}

.sync-badge--error {
  background: #fee2e2;
  color: #b91c1c;
  cursor: help;
}

.sync-badge--skipped {
  background: #f1f5f9;
  color: #64748b;
}

/* Колонка действий линка: кнопки в столбик справа от названия сделки. */
.reservation-drawer__link-actions {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: none;
}

.reservation-drawer__btn--ghost {
  font-size: 12px;
  padding: 5px 10px;
  color: #1d4ed8;
  border-color: #bfdbfe;
}

.reservation-drawer__btn--ghost:hover {
  background: #eff6ff;
}
