/* Website Card Single-Row Action Bar (100% Single Line Matching Reference) */
.websites-v2-card {
  container-type: inline-size;
}

.websites-v2-actions-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 6px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  flex-wrap: nowrap !important;
  margin-top: 2px !important;
  min-height: 32px !important;
  max-height: 32px !important;
  overflow: visible !important;
}

.websites-v2-sync-pill {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  height: 32px !important;
  max-height: 32px !important;
  padding: 0 9px !important;
  background: #f3f3fd !important;
  border: 1px solid #e2e4fa !important;
  border-radius: 8px !important;
  font-size: 10.5px !important;
  font-weight: 500 !important;
  color: #64748b !important;
  white-space: nowrap !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  box-sizing: border-box !important;
  user-select: none !important;
  line-height: 1 !important;
}

.websites-v2-sync-pill .websites-v2-sync-icon {
  color: #6366f1 !important;
  flex-shrink: 0 !important;
  width: 13px !important;
  height: 13px !important;
}

.websites-v2-sync-text {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  display: inline-block !important;
  line-height: 1.2 !important;
}

.websites-v2-sync-short {
  display: none !important;
}

.websites-v2-sync-full {
  display: inline !important;
}

/* If card is very narrow on small responsive screens (< 310px inner width) */
@container (max-width: 310px) {
  .websites-v2-sync-full {
    display: none !important;
  }
  .websites-v2-sync-short {
    display: inline !important;
  }
}

.websites-v2-actions-btns {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  flex-shrink: 0 !important;
  height: 32px !important;
}

.websites-v2-btn-stat,
.websites-v2-btn-edit,
.websites-v2-btn-del {
  height: 32px !important;
  max-height: 32px !important;
  padding: 0 11px !important;
  border-radius: 8px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
  cursor: pointer !important;
  line-height: 1 !important;
  box-sizing: border-box !important;
  transition: all 0.15s ease !important;
  font-family: inherit !important;
}

.websites-v2-btn-stat {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  color: #334155 !important;
}

.websites-v2-btn-stat:hover {
  background: #f8fafc !important;
  border-color: #cbd5e1 !important;
}

.websites-v2-btn-edit {
  background: #f5f3ff !important;
  border: 1px solid #ede9fe !important;
  color: #7c3aed !important;
}

.websites-v2-btn-edit:hover {
  background: #ede9fe !important;
}

.websites-v2-btn-del {
  background: #fef2f2 !important;
  border: 1px solid #fee2e2 !important;
  color: #ef4444 !important;
}

.websites-v2-btn-del:hover {
  background: #fee2e2 !important;
}
