/* WWL Public Styles */

.wwl-wholesale-price {
	display: block;
	font-weight: 600;
	margin-top: 4px;
	font-size: 0.95em;
}

.wwl-min-qty-notice {
	color: #e2401c;
	font-size: 0.85em;
	margin: 4px 0 0;
}

/* Tiered pricing table */
.wwl-tiered-pricing {
	margin: 16px 0;
	background: #f9f9f9;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 12px 16px;
}

.wwl-tiered-pricing h4 {
	margin: 0 0 8px;
	font-size: 0.95em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #555;
}

.wwl-tiers-display {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9em;
}

.wwl-tiers-display th,
.wwl-tiers-display td {
	padding: 4px 8px;
	border-bottom: 1px solid #e5e5e5;
	text-align: left;
}

.wwl-tiers-display thead th {
	font-weight: 600;
	background: #f0f0f0;
}

/* Quote form */
.wwl-quote-form {
	margin: 24px 0;
	padding: 16px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fafafa;
}

.wwl-quote-form h4 {
	margin: 0 0 12px;
}

.wwl-quote-form label {
	display: block;
	font-weight: 600;
	margin-bottom: 4px;
}

/* Bulk order form */
.wwl-bulk-order-form {
	margin: 24px 0;
}

.wwl-bulk-table {
	width: 100%;
	margin-bottom: 16px;
}

.wwl-bulk-table th,
.wwl-bulk-table td {
	padding: 8px 10px;
	vertical-align: middle;
}

.wwl-product-col { width: 35%; }
.wwl-sku-col     { width: 15%; }
.wwl-qty-col     { width: 10%; }
.wwl-price-col   { width: 15%; }
.wwl-subtotal-col{ width: 15%; }
.wwl-remove-col  { width: 10%; }

.wwl-search-results {
	position: absolute;
	background: #fff;
	border: 1px solid #ddd;
	z-index: 999;
	max-height: 200px;
	overflow-y: auto;
	width: 100%;
}

.wwl-search-result-item {
	padding: 6px 10px;
	cursor: pointer;
}

.wwl-search-result-item:hover {
	background: #f0f0f0;
}

.wwl-bulk-actions {
	display: flex;
	gap: 8px;
	margin-top: 8px;
}

#wwl-bulk-message {
	margin-top: 12px;
}

/* Quotes table in My Account */
.wwl-quotes-table {
	width: 100%;
}
