/**
 * NBKB B2B Wholesale Pro - Admin Styles
 */

.nbkb-b2b-tier-pricing-admin-group {
	margin-top: 15px;
	padding: 15px !important;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
}

.nbkb-tier-admin-table {
	margin-top: 10px;
	border: 1px solid #cbd5e1;
	border-radius: 4px;
	overflow: hidden;
}

.nbkb-tier-admin-table th {
	background: #f1f5f9;
	color: #334155;
	font-weight: 600;
	padding: 8px 10px;
}

.nbkb-tier-admin-table td {
	padding: 6px 10px;
	vertical-align: middle;
}

.nbkb-remove-tier {
	color: #ef4444 !important;
	border-color: #fca5a5 !important;
	cursor: pointer;
}

.nbkb-remove-tier:hover {
	background: #fef2f2 !important;
	border-color: #ef4444 !important;
}

.nbkb-badge-pro {
	display: inline-block;
	background: #0284c7;
	color: #ffffff;
	font-size: 10px;
	font-weight: 700;
	padding: 2px 6px;
	border-radius: 4px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
