/* ============================================
   GRADIENTS (Priority Override)
   Purpose: Tag-based gradient backgrounds for blog posts
   Used on: Blog post headers, blog list cards
   ============================================ */

/* JOURNEY STAGE GRADIENTS */
.gradient-first-diagnosis   { background: linear-gradient(135deg, #4A90E2 0%, #7BA5E8 50%, #A8C5F0 100%) !important; }
.gradient-active-treatment  { background: linear-gradient(135deg, #5B8DDB 0%, #8BB4F0 50%, #B8D4FF 100%) !important; }
.gradient-remission         { background: linear-gradient(135deg, #2ECC71 0%, #51CF66 50%, #7DD88D 100%) !important; }
.gradient-relapse           { background: linear-gradient(135deg, #6C7A89 0%, #8B9FDB 50%, #A8B8E8 100%) !important; }
.gradient-survivorship      { background: linear-gradient(135deg, #F39C12 0%, #FFD93D 50%, #FFE76B 100%) !important; }
.gradient-end-of-life       { background: linear-gradient(135deg, #7F8C8D 0%, #9BA4B5 50%, #B8C1D3 100%) !important; }

/* TREATMENT TYPE GRADIENTS */
.gradient-chemotherapy      { background: linear-gradient(135deg, #8E44AD 0%, #9B7EDE 50%, #B499E8 100%) !important; }
.gradient-radiation         { background: linear-gradient(135deg, #3498DB 0%, #7EC5DE 50%, #99D4E8 100%) !important; }
.gradient-surgery           { background: linear-gradient(135deg, #E74C3C 0%, #DE7E9B 50%, #E899B4 100%) !important; }
.gradient-immunotherapy     { background: linear-gradient(135deg, #1ABC9C 0%, #7EDEB4 50%, #99E8C8 100%) !important; }
.gradient-clinical-trial    { background: linear-gradient(135deg, #E67E22 0%, #DEB47E 50%, #E8C899 100%) !important; }
.gradient-bmt               { background: linear-gradient(135deg, #9B59B6 0%, #B47EDE 50%, #C899E8 100%) !important; }

/* CANCER TYPE GRADIENTS */
.gradient-leukemia          { background: linear-gradient(135deg, #E91E63 0%, #FF6B9D 50%, #FF8AB4 100%) !important; }
.gradient-brain-tumor       { background: linear-gradient(135deg, #9C27B0 0%, #C184FF 50%, #D19DFF 100%) !important; }
.gradient-lymphoma          { background: linear-gradient(135deg, #00BCD4 0%, #7EC5DE 50%, #99D4E8 100%) !important; }
.gradient-neuroblastoma     { background: linear-gradient(135deg, #FF5722 0%, #FFA94D 50%, #FFBD6B 100%) !important; }
.gradient-wilms-tumor       { background: linear-gradient(135deg, #4CAF50 0%, #51CF66 50%, #7DD88D 100%) !important; }
.gradient-osteosarcoma      { background: linear-gradient(135deg, #673AB7 0%, #9B7EDE 50%, #B499E8 100%) !important; }
.gradient-other-cancer      { background: linear-gradient(135deg, #5C6BC0 0%, #8B9FDB 50%, #A8B8E8 100%) !important; }

/* WHO'S SHARING GRADIENTS */
.gradient-parent            { background: linear-gradient(135deg, #EC407A 0%, #FF6B9D 50%, #FF8AB4 100%) !important; }
.gradient-sibling           { background: linear-gradient(135deg, #FBC02D 0%, #FFD93D 50%, #FFE76B 100%) !important; }
.gradient-survivor          { background: linear-gradient(135deg, #66BB6A 0%, #51CF66 50%, #7DD88D 100%) !important; }
.gradient-grandparent       { background: linear-gradient(135deg, #AB47BC 0%, #C184FF 50%, #D19DFF 100%) !important; }
.gradient-extended-family   { background: linear-gradient(135deg, #26C6DA 0%, #7EC5DE 50%, #99D4E8 100%) !important; }

/* EMOTION & THEME GRADIENTS */
.gradient-hope              { background: linear-gradient(135deg, #FFB300 0%, #FFD93D 50%, #FFE76B 100%) !important; }
.gradient-grief             { background: linear-gradient(135deg, #78909C 0%, #9BA4B5 50%, #B8C1D3 100%) !important; }
.gradient-gratitude         { background: linear-gradient(135deg, #FB8C00 0%, #FFA94D 50%, #FFBD6B 100%) !important; }
.gradient-fear              { background: linear-gradient(135deg, #5C6BC0 0%, #8B9FDB 50%, #A8B8E8 100%) !important; }
.gradient-strength          { background: linear-gradient(135deg, #D81B60 0%, #FF6B9D 50%, #FF8AB4 100%) !important; }
.gradient-faith             { background: linear-gradient(135deg, #8E24AA 0%, #C184FF 50%, #D19DFF 100%) !important; }
.gradient-joy               { background: linear-gradient(135deg, #F9A825 0%, #FFD93D 50%, #FFE76B 100%) !important; }

/* PRACTICAL TOPIC GRADIENTS */
.gradient-hospital-life     { background: linear-gradient(135deg, #0097A7 0%, #7EC5DE 50%, #99D4E8 100%) !important; }
.gradient-school            { background: linear-gradient(135deg, #FDD835 0%, #FFD93D 50%, #FFE76B 100%) !important; }
.gradient-financial         { background: linear-gradient(135deg, #43A047 0%, #51CF66 50%, #7DD88D 100%) !important; }
.gradient-side-effects      { background: linear-gradient(135deg, #7B1FA2 0%, #9B7EDE 50%, #B499E8 100%) !important; }
.gradient-hair-loss         { background: linear-gradient(135deg, #C2185B 0%, #FF6B9D 50%, #FF8AB4 100%) !important; }
.gradient-friendship        { background: linear-gradient(135deg, #EF6C00 0%, #FFA94D 50%, #FFBD6B 100%) !important; }
.gradient-family-dynamics   { background: linear-gradient(135deg, #6A1B9A 0%, #C184FF 50%, #D19DFF 100%) !important; }

/* SPECIAL MOMENT GRADIENTS */
.gradient-diagnosis-day     { background: linear-gradient(135deg, #1976D2 0%, #5B8DDB 50%, #7BA5E8 100%) !important; }
.gradient-last-chemo        { background: linear-gradient(135deg, #388E3C 0%, #51CF66 50%, #7DD88D 100%) !important; }
.gradient-ringing-bell      { background: linear-gradient(135deg, #F57C00 0%, #FFD93D 50%, #FFE76B 100%) !important; }
.gradient-birthday          { background: linear-gradient(135deg, #E91E63 0%, #FF6B9D 50%, #FF8AB4 100%) !important; }
.gradient-holiday           { background: linear-gradient(135deg, #D84315 0%, #FFA94D 50%, #FFBD6B 100%) !important; }
.gradient-make-a-wish       { background: linear-gradient(135deg, #7B1FA2 0%, #C184FF 50%, #D19DFF 100%) !important; }
.gradient-in-memory         { background: linear-gradient(135deg, #546E7A 0%, #9BA4B5 50%, #B8C1D3 100%) !important; }

/* DEFAULT GRADIENT */
.gradient-default           { background: linear-gradient(135deg, #1976D2 0%, #5B8DDB 50%, #7BA5E8 100%) !important; }