/* ============================================================
   KissTour -- canonical tour-card background-fade colors.
   CANONICAL SOURCE for all .brxe-quaozv card-tint rules. Ported from
   Code Snippet 31 (2026-07-12), the newest/superset version of what was
   previously split across snippets 11 (Fast Track teal + Saigon By
   Night navy) and 28 (Da Nang post-id tints) -- both fully superseded by
   this file (see T40 spec "Critical finding" for why 31 is authoritative).

   Consumers:
   - This file (T40): enqueued sitewide, unconditionally, on every
     front-end page -- kisstour_enqueue_tour_card_colors() in
     functions.php. Matches the original footer-content (everywhere)
     scope of snippets 11/28/31.
   - T41 (snippet 12, homepage HCM/DA tabs + FT product page + /book-tour):
     that snippet's ported JS assigns the plain classes kt-dn-c0..kt-dn-c4
     to homepage Da Nang-carousel cards. T41 MUST rely on the 5 rules
     below for those classes and MUST NOT re-inject its own
     "#kt-dn-style" <style> block (the old snippet 12 did -- with the
     same colors but the old hard-cut 25%/55% gradient; drop that block
     entirely when porting snippet 12).

   Selector inventory (all target the shared Bricks card/loop-item
   element .brxe-quaozv, reused across dozens of pages -- verified via
   wp_postmeta, it is NOT page-specific):
     .brxe-quaozv.brxe-div                      default maroon fade
     .brxe-quaozv.product_cat-vegan-food-tour   category tint
     .brxe-quaozv.product_cat-city-tour         category tint
     .brxe-quaozv.product_cat-food-tour         category tint
     .brxe-quaozv.post-16638                    Kiss Da Nang By Night -> navy
     .brxe-quaozv.post-16639                    Kiss Ba Na Hills Tour -> amber
     .brxe-quaozv.post-16640                    Coconut Forest & Hoi An -> emerald
     .brxe-quaozv.kt-dn-c0 .. kt-dn-c4          generic order-based tints (T41's JS assigns these)
     .brxe-quaozv.product_cat-fast-track        Fast Track -> teal
     .brxe-quaozv.post-3083                     Kiss Saigon By Night -> navy
   ============================================================ */
.brxe-quaozv.brxe-div::before{background-image:linear-gradient(rgba(128,0,0,0) 15%, rgba(128,0,0,0.45) 45%, rgba(128,0,0,1) 82%) !important;}
.brxe-quaozv.product_cat-vegan-food-tour::before{background-image:linear-gradient(rgba(141,19,69,0) 15%, rgba(141,19,69,0.45) 45%, rgba(141,19,69,1) 82%) !important;}
.brxe-quaozv.product_cat-city-tour::before{background-image:linear-gradient(rgba(3,78,162,0) 15%, rgba(3,78,162,0.45) 45%, rgba(3,78,162,1) 82%) !important;}
.brxe-quaozv.product_cat-food-tour::before{background-image:linear-gradient(rgba(183,55,0,0) 15%, rgba(183,55,0,0.45) 45%, rgba(183,55,0,1) 82%) !important;}
.brxe-quaozv.post-16638::before{background-image:linear-gradient(rgba(25,42,86,0) 15%, rgba(25,42,86,0.45) 45%, rgba(25,42,86,1) 82%) !important;}
.brxe-quaozv.post-16639::before{background-image:linear-gradient(rgba(146,64,14,0) 15%, rgba(146,64,14,0.45) 45%, rgba(146,64,14,1) 82%) !important;}
.brxe-quaozv.post-16640::before{background-image:linear-gradient(rgba(6,95,70,0) 15%, rgba(6,95,70,0.45) 45%, rgba(6,95,70,1) 82%) !important;}
.brxe-quaozv.kt-dn-c0::before{background-image:linear-gradient(rgba(3,78,162,0) 15%, rgba(3,78,162,0.45) 45%, rgba(3,78,162,1) 82%) !important;}
.brxe-quaozv.kt-dn-c1::before{background-image:linear-gradient(rgba(183,55,0,0) 15%, rgba(183,55,0,0.45) 45%, rgba(183,55,0,1) 82%) !important;}
.brxe-quaozv.kt-dn-c2::before{background-image:linear-gradient(rgba(25,42,86,0) 15%, rgba(25,42,86,0.45) 45%, rgba(25,42,86,1) 82%) !important;}
.brxe-quaozv.kt-dn-c3::before{background-image:linear-gradient(rgba(146,64,14,0) 15%, rgba(146,64,14,0.45) 45%, rgba(146,64,14,1) 82%) !important;}
.brxe-quaozv.kt-dn-c4::before{background-image:linear-gradient(rgba(6,95,70,0) 15%, rgba(6,95,70,0.45) 45%, rgba(6,95,70,1) 82%) !important;}
.brxe-quaozv.product_cat-fast-track::before{background-image:linear-gradient(rgba(13,110,102,0) 15%, rgba(13,110,102,0.45) 45%, rgba(13,110,102,1) 82%) !important;}
.brxe-quaozv.post-3083::before{background-image:linear-gradient(rgba(25,42,86,0) 15%, rgba(25,42,86,0.45) 45%, rgba(25,42,86,1) 82%) !important;}
