/* Bootstrap Badge Styles for My Account */
.badge {
	display: inline-block;
	padding: 0.35em 0.65em;
	font-size: 0.75em;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
}

.badge.bg-success {
	background-color: #198754 !important;
}

.badge.bg-warning {
	background-color: #ffc107 !important;
	color: #000 !important;
}

.badge.bg-danger {
	background-color: #dc3545 !important;
}

.badge.bg-info {
	background-color: #0dcaf0 !important;
	color: #000 !important;
}

.badge.bg-secondary {
	background-color: #6c757d !important;
}

/* Button spacing in actions column */
.woocommerce-orders-table td .button {
	margin-right: 5px;
}

.woocommerce-orders-table td .button:last-child {
	margin-right: 0;
}
