/* Suppress the "(optional)" indicator appended by WooCommerce to non-required additional checkout fields */
.wc-block-components-checkbox .optional,
.wc-block-components-checkbox .wc-block-components-checkbox__optional-label {
	display: none;
}
