.mqt-budget-banner {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	background: #eef7ee;
	border: 1px solid #cde5cd;
	color: #234d23;
	padding: 12px 20px;
	margin: 0 0 20px;
	border-radius: 6px;
	font-size: 14px;
}

.mqt-budget-banner.mqt-budget-over {
	background: #fdecea;
	border-color: #f5c6c3;
	color: #7a2a24;
}

.mqt-budget-item strong {
	margin-inline-end: 4px;
}

.mqt-budget-popup {
	max-width: 600px;
	margin: 20px auto;
}

.mqt-dashboard-section {
	margin-bottom: 40px;
}

.mqt-table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
}

.mqt-table th,
.mqt-table td {
	border: 1px solid #e2e2e2;
	padding: 8px 12px;
	text-align: right;
}

.mqt-table thead th {
	background: #f5f5f5;
}

.mqt-table td.mqt-negative {
	color: #c62828;
	font-weight: bold;
}

.mqt-edit-budget-form input.mqt-budget-input {
	width: 90px;
}

.mqt-reports-wrap .wc-product-search {
	width: 100%;
	max-width: 350px;
}
