/**
 * @file
 * Scoped CTA gradient for node 203 (Dexcom One+ product page, ZA only).
 *
 * The selector is scoped to .node--id-203 so the gradient only applies to
 * this specific page. All other nodes that render a .bloc-contact paragraph
 * (within ZA or any other sub-theme) keep their default background.
 */
.node--id-203 .bloc-contact {
  background: linear-gradient(135deg, #0998a7 3%, #b9be0f 99%) !important;
}
