.fpp-account-products {
	margin: 2em 0;
}

.fpp-account-products h2 {
	margin-bottom: 0.75em;
}

.fpp-products-table {
	width: 100%;
	border-collapse: collapse;
}

.fpp-products-table th,
.fpp-products-table td {
	padding: 0.75em;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid #e2e2e2;
}

.fpp-product-info {
	display: flex;
	align-items: center;
	gap: 0.75em;
}

.fpp-product-info img {
	width: 48px;
	height: 48px;
	object-fit: cover;
	flex-shrink: 0;
}

.fpp-product-meta {
	display: flex;
	flex-direction: column;
	gap: 0.25em;
}

.fpp-product-name {
	font-weight: 600;
	text-decoration: none;
}

.fpp-variation-label {
	font-size: 0.8em;
	color: #666;
}

.fpp-badge {
	display: inline-block;
	font-size: 0.75em;
	padding: 0.15em 0.6em;
	border-radius: 3px;
	background: #f0f0f1;
	color: #555;
	width: fit-content;
}

.fpp-badge-assigned {
	background: #e7f3ff;
	color: #0a5fb4;
}

.fpp-badge-oos {
	background: #fbeaea;
	color: #b32d2e;
}

.fpp-qty-stepper {
	display: inline-flex;
	align-items: stretch;
	border: 1px solid #ddd;
	border-radius: 4px;
	overflow: hidden;
}

.fpp-qty-stepper button.fpp-qty-decrease,
.fpp-qty-stepper button.fpp-qty-increase {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	background-color: #4caf50 !important;
	color: #fff !important;
	border: none !important;
	width: 32px !important;
	height: 32px !important;
	min-width: 32px;
	padding: 0 !important;
	margin: 0 !important;
	cursor: pointer;
	font-size: 16px !important;
	font-weight: 600;
	line-height: 1 !important;
	box-shadow: none !important;
	text-shadow: none !important;
	transition: background-color 0.15s ease;
}

.fpp-qty-stepper button.fpp-qty-decrease:hover,
.fpp-qty-stepper button.fpp-qty-increase:hover {
	background-color: #43a047 !important;
}

.fpp-qty-input {
	width: 48px;
	text-align: center;
	border: none;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	height: 32px;
	-moz-appearance: textfield;
}

.fpp-qty-input::-webkit-outer-spin-button,
.fpp-qty-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.fpp-col-action {
	text-align: right;
}

.fpp-feedback {
	margin-top: 0.75em;
	font-size: 0.9em;
}

.fpp-feedback-success {
	color: #1e7e34;
}

.fpp-feedback-error {
	color: #b32d2e;
}

.fpp-empty {
	color: #777;
}

@media ( max-width: 600px ) {
	.fpp-products-table thead {
		display: none;
	}
	.fpp-products-table,
	.fpp-products-table tbody,
	.fpp-products-table tr,
	.fpp-products-table td {
		display: block;
		width: 100%;
	}
	.fpp-products-table tr {
		margin-bottom: 1em;
		border: 1px solid #e2e2e2;
		border-radius: 4px;
		padding: 0.5em;
	}
	.fpp-col-action {
		text-align: left;
		margin-top: 0.5em;
	}
}
