/**
 * Advanced Product Delivery Charge Manager
 * Shared admin + frontend styles.
 */

/* ----- Frontend: single product page (above qty / Add to Cart) ----- */
.apdc-delivery-charge {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 4px 0 14px;
	padding: 8px 12px;
	font-size: 0.95em;
	line-height: 1.5;
	background: #f7f7f7;
	border-left: 3px solid currentColor;
	border-radius: 2px;
	width: fit-content;
}

.apdc-delivery-charge__label {
	font-weight: 600;
	color: #555;
}

.apdc-delivery-charge__amount {
	color: #333;
}

.apdc-delivery-charge__amount .woocommerce-Price-amount {
	font-weight: 700;
}

/* ----- Admin: product data panel ----- */
.apdc-delivery-charge-group .form-field label {
	font-weight: 600;
}

.apdc-variation-delivery-charge {
	clear: both;
}
