/* WooCommerce theme overrides for Circus Bazaar Magazine. */

/* WooCommerce Store Notice (WooPayments multi-currency banner) */
.woocommerce-store-notice,
.woocommerce-store-notice.demo_store,
p.woocommerce-store-notice,
div.woocommerce-store-notice {
	background: var(--wp--preset--color--ringmaster) !important;
	color: var(--wp--preset--color--cb-black) !important;
}

/* Inner wrapper sometimes present */
.woocommerce-store-notice__content {
	color: inherit !important;
}

/* Links (including the dismiss link) */
.woocommerce-store-notice a,
.woocommerce-store-notice__dismiss-link {
	color: inherit !important;
}

/* CB product details: single-line label/value pairs. */
.cb-product-details__list {
	margin: 0;
}

.cb-product-details__term,
.cb-product-details__definition {
	display: inline;
	margin: 0;
}

.cb-product-details__term::after {
	content: " ";
}

.cb-product-details__definition::after {
	content: "\A";
	white-space: pre;
}
