/* ─────────────────────────────────────────────────────────────────────────
 * JP-445 — Preismonitoring (Dealavo Repricing / Preise & Einstieg)
 * Page: /de/preismonitoring-software/  (body.page-id-233175)
 *
 * The "Preise & Einstieg" card renders via the .product-support-section.green
 * widget with a per-instance .utils-<hash> inline style that paints the card
 * dark-teal (#142830) with a 1px #ddd border. Flip the card to light-sand and
 * drop the border. The body copy inherits white from .text-tertiary, so recolor
 * it to dark-blue for readability on the sand background.
 *
 * Page-scoped (CLAUDE.md rule 4b); loaded after custom-clone.css.
 * ───────────────────────────────────────────────────────────────────────── */

body.page-id-233175 section.product-support-section.green .basic-card-widget {
    background-color: #eeeee7 !important;
    border: 0 !important;
}

body.page-id-233175 section.product-support-section.green .basic-card-widget .text-tertiary,
body.page-id-233175 section.product-support-section.green .basic-card-widget .text-tertiary p,
body.page-id-233175 section.product-support-section.green .basic-card-widget p,
body.page-id-233175 section.product-support-section.green .basic-card-widget p strong {
    color: #0b1b45 !important;
}
