.printcom-quantity-picker {
	margin: 1em 0;
	/* Accent color used for the selected quantity state. Override this one
	   variable (e.g. in Avada's custom CSS) once brand colors are decided —
	   no need to touch the rules below. */
	--printcom-accent-color: #333;
	--printcom-accent-text-color: #fff;
}

.printcom-quantity-presets {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em;
	margin-bottom: 0.75em;
}

.printcom-qty-preset {
	padding: 0.5em 1em;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 4px;
	cursor: pointer;
}

.printcom-qty-preset.is-selected {
	border-color: var(--printcom-accent-color) !important;
	background: var(--printcom-accent-color) !important;
	color: var(--printcom-accent-text-color) !important;
	font-weight: bold;
}

.printcom-custom-qty-column.is-active-selection,
#printcom_custom_qty.is-active-selection {
	border: 2px solid var(--printcom-accent-color) !important;
	background: #f5f5f5 !important;
	font-weight: bold;
}

#printcom_custom_qty {
	display: block;
	margin-top: 0.25em;
}

.printcom-live-price {
	margin-top: 0.75em;
	font-weight: bold;
	font-size: 1.5em;
}

.printcom-price-vat-label {
	font-weight: normal;
	font-size: 0.55em;
	color: #666;
}

.printcom-price-divider {
	margin: 0 0.5em;
	color: #ccc;
	font-weight: normal;
}

.printcom-price-incl {
	color: #555;
}

.printcom-delivery-estimate {
	margin-top: 0.35em;
	font-size: 0.9em;
	color: #555;
}

.printcom-urgency-choice {
	margin-top: 0.75em;
}

.printcom-urgency-choice > label {
	display: block;
	font-weight: bold;
	margin-bottom: 0.35em;
}

.printcom-price-error {
	margin-top: 0.5em;
	color: #b32d2e;
}

.woocommerce-variation-add-to-cart {
	margin-bottom: 1em;
}

.product_meta {
	display: block;
	width: 100%;
	flex: 1 0 100%;
	clear: both;
	margin-top: 1em;
}

.printcom-bundle-option {
	margin-top: 0.75em;
	font-size: 0.9em;
}

.printcom-bundle-option select {
	margin-left: 0.5em;
}

.printcom-printingmethod-choice {
	margin-bottom: 0.75em;
}

.printcom-printingmethod-choice > label {
	display: block;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.printcom-printingmethod-columns {
	display: flex;
	gap: 1.5em;
	flex-wrap: wrap;
}

.printcom-printingmethod-column {
	flex: 1 1 0;
	min-width: 140px;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	padding: 0.75em;
}

.printcom-printingmethod-heading {
	font-weight: bold;
	margin-bottom: 0.5em;
}

.printcom-printingmethod-column .printcom-quantity-presets {
	flex-direction: column;
	margin-bottom: 0.5em;
}

.printcom-printingmethod-column .printcom-qty-preset {
	width: 100%;
	text-align: left;
	font-size: inherit;
}

.printcom-custom-qty-column {
	width: 100%;
	box-sizing: border-box;
	font-size: inherit;
}
