/* Send Request + Vitepos columns — MultivendorX product list */

/* ---- Our columns: spacing + alignment ---- */
#store-dashboard .admin-table .header-col.hc-request-col,
#store-dashboard .admin-table .header-col.hc-vitepos-col,
#store-dashboard .admin-table .admin-column.hc-request-col,
#store-dashboard .admin-table .admin-column.hc-vitepos-col {
	white-space: nowrap;
	vertical-align: middle;
	text-align: left;
	padding-left: 0.85rem !important;
	padding-right: 0.85rem !important;
}

.hc-mvx-col {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 5.25rem;
	box-sizing: border-box;
	margin: 0;
	padding: 0.22rem 0.7rem;
	border: 1px solid transparent;
	border-radius: 999px;
	background: transparent;
	font: inherit;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0.01em;
	cursor: pointer;
	transition: background-color 0.15s ease, border-color 0.15s ease, opacity 0.15s ease;
}

.hc-mvx-col:focus-visible {
	outline: 2px solid #2563eb;
	outline-offset: 2px;
}

.hc-mvx-col:disabled,
.hc-mvx-col.is-loading {
	opacity: 0.55;
	cursor: wait;
}

/* Request — blue outline pill */
.hc-mvx-col--request {
	color: #1d4ed8;
	border-color: #93c5fd;
	background: #eff6ff;
}

.hc-mvx-col--request:hover:not(:disabled) {
	background: #dbeafe;
	border-color: #60a5fa;
}

/* Already requested — static amber pill */
.hc-mvx-col--requested {
	color: #b45309;
	border-color: #fcd34d;
	background: #fffbeb;
	cursor: default;
}

/* Vitepos — status only (not clickable on this page) */
.hc-mvx-col--vitepos.hc-mvx-col--readonly {
	cursor: default;
}

.hc-mvx-col--vitepos.is-enabled {
	color: #15803d;
	border-color: #86efac;
	background: #f0fdf4;
}

.hc-mvx-col--vitepos.is-disabled {
	color: #b91c1c;
	border-color: #fca5a5;
	background: #fef2f2;
}

/* ---- Bottom filter bar: sit under the table, don't cover rows ---- */
#store-dashboard .admin-table-wrapper {
	display: flex;
	flex-direction: column;
	gap: 0;
}

#store-dashboard .admin-table-wrapper .table-wrapper {
	padding-bottom: 0.5rem;
	overflow-x: auto;
	overflow-y: visible;
}

#store-dashboard .admin-table-wrapper .filter-wrapper,
#store-dashboard .admin-table-wrapper .table-filter-wrapper {
	position: relative !important;
	inset: auto !important;
	bottom: auto !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	z-index: 2;
	flex-shrink: 0;
	width: 100%;
	box-sizing: border-box;
	margin-top: 0.25rem;
	padding: 0.75rem 0 0.5rem;
	background: #fff;
	border-top: 1px solid #e5e7eb;
	box-shadow: none !important;
}

#store-dashboard .admin-table-wrapper .table-filter {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.65rem;
}

#store-dashboard .admin-table-wrapper .admin-table-body .admin-row:last-child td {
	padding-bottom: 1.1rem !important;
}
