/* Shared image-background choices selected in the Ticom Cockpit. */
img.ticom_image-bg--light-grey,
picture:has(> img.ticom_image-bg--light-grey) {
	background: #ececec !important;
}

img.ticom_image-bg--teal-gradient,
picture:has(> img.ticom_image-bg--teal-gradient) {
	background: radial-gradient(circle at center, #00a98e 0%, #009980 24%, #078877 43%, #116e61 61%, #1a514a 78%, #213631 90%, #242424 100%) !important;
}

img.ticom_image-bg--white,
picture:has(> img.ticom_image-bg--white) {
	background: #fff !important;
}
