.elementor-2323 .elementor-element.elementor-element-f9e04ba{--display:flex;}/* Start custom CSS */:root { 
      --petrol: #2B6A7C; 
      --petrol-light: #3D8A9E; 
      --petrol-dark: #1E4D5A; 
      --sky-light: #D5E8F0; 
      --cloud-white: #F8FCFD; 
      --accent-warm: #E8B86D; 
      --text-dark: #333; 
      --text-medium: #555; 
      --warning-red: #E07A5F; 
      --success-green: #6B9B7A; 
      --sarah-purple: #8B7BA8;
    }
    .bsj-article { font-family: 'Quicksand', sans-serif; color: var(--text-dark); line-height: 1.7; max-width: 900px; margin: 0 auto; padding: 20px; }
    .bsj-article h1 { color: var(--petrol); font-size: 2.2rem; font-weight: 700; line-height: 1.3; margin-bottom: 15px; }
    .bsj-article .subtitle { font-size: 1.3rem; color: var(--text-medium); margin-bottom: 30px; font-weight: 500; }
    .bsj-article h2 { color: var(--petrol); font-size: 1.7rem; font-weight: 700; margin: 50px 0 25px; padding-top: 20px; border-top: 2px solid var(--sky-light); }
    .bsj-article h2:first-of-type { border-top: none; padding-top: 0; }
    .bsj-article h3 { color: var(--petrol-dark); font-size: 1.3rem; font-weight: 600; margin: 35px 0 15px; }
    .bsj-article h4 { color: var(--petrol); font-size: 1.1rem; font-weight: 600; margin: 25px 0 10px; }
    .bsj-article p { margin-bottom: 18px; font-size: 1.05rem; }

    .bsj-article a { color: var(--petrol); }
    .bsj-article ul, .bsj-article ol { margin-bottom: 20px; padding-left: 25px; }
    .bsj-article li { margin-bottom: 8px; }
    
    /* Intro */
    .bsj-article .intro { font-size: 1.1rem; color: var(--text-medium); margin-bottom: 40px; padding-bottom: 30px; border-bottom: 2px solid var(--sky-light); }
    .bsj-article .intro .lead { font-size: 1.2rem; color: var(--petrol); font-weight: 500; margin-bottom: 20px; }
    
    /* Author Box - Sarah Style */
    .bsj-article .author-box { display: flex; align-items: center; gap: 20px; background: linear-gradient(145deg, #f5f0fa, #fff); border-radius: 16px; padding: 20px 25px; margin: 30px 0; border: 2px solid var(--sarah-purple); }
    .bsj-article .author-avatar { width: 70px; height: 70px; background: linear-gradient(145deg, var(--sarah-purple), #6B5B88); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1.8rem; color: white; box-shadow: 0 4px 15px rgba(139, 123, 168, 0.3); }
    .bsj-article .author-info h4 { margin: 0 0 5px 0; color: var(--petrol-dark); font-size: 1.1rem; }
    .bsj-article .author-info p { margin: 0; font-size: 0.9rem; color: var(--text-medium); }
    .bsj-article .author-info .author-role { color: var(--sarah-purple); font-weight: 600; }
    
    /* Affiliate Notice */
    .bsj-article .affiliate-notice { background: linear-gradient(145deg, #fff8e6, #fff); border: 1px solid var(--accent-warm); border-radius: 12px; padding: 20px; margin: 30px 0; font-size: 0.9rem; color: var(--text-medium); }
    .bsj-article .affiliate-notice strong { color: var(--accent-warm); }
    .bsj-article .affiliate-notice a { color: var(--petrol); }
    
    /* Table of Contents */
    .bsj-article .toc-box { background: linear-gradient(145deg, var(--cloud-white), #fff); border: 2px solid var(--petrol-light); border-radius: 20px; padding: 30px; margin: 40px 0; }
    .bsj-article .toc-box h3 { margin: 0 0 20px 0; color: var(--petrol); display: flex; align-items: center; gap: 10px; }
    .bsj-article .toc-list { list-style: none; padding: 0; margin: 0; columns: 2; column-gap: 30px; }
    .bsj-article .toc-list li { padding: 10px 0; border-bottom: 1px dotted var(--sky-light); break-inside: avoid; }
    .bsj-article .toc-list li:last-child { border-bottom: none; }
    .bsj-article .toc-list a { color: var(--petrol); text-decoration: none; font-weight: 500; }
    .bsj-article .toc-list a:hover { color: var(--petrol-dark); text-decoration: underline; }
    
    /* Quick Facts Box */
    .bsj-article .quick-facts { background: linear-gradient(145deg, var(--petrol), var(--petrol-dark)); border-radius: 24px; padding: 35px; margin: 40px 0; color: white; }
    .bsj-article .quick-facts h3 { color: white; margin: 0 0 25px 0; text-align: center; }
    .bsj-article .facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
    .bsj-article .fact-item { background: rgba(255,255,255,0.1); border-radius: 16px; padding: 20px 15px; text-align: center; }
    .bsj-article .fact-item .fact-icon { font-size: 2rem; margin-bottom: 10px; }
    .bsj-article .fact-item h4 { color: white; font-size: 0.9rem; margin: 0 0 5px 0; }
    .bsj-article .fact-item p { font-size: 1rem; margin: 0; font-weight: 600; }
    
    /* Reasons/Features Grid */
    .reasons-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin: 30px 0; }
    .reason-item { background: white; border-radius: 16px; padding: 25px; box-shadow: 0 3px 15px rgba(43, 106, 124, 0.08); border: 1px solid var(--sky-light); }
    .reason-item .reason-icon { font-size: 2rem; margin-bottom: 12px; }
    .reason-item h4 { margin: 0 0 10px 0; color: var(--petrol); font-size: 1.1rem; }
    .reason-item p { margin: 0; font-size: 0.9rem; color: var(--text-medium); }
    
    /* Honest/Tip Box */
    .honest-box { background: linear-gradient(145deg, #fff8e6, #fff); border-left: 4px solid var(--accent-warm); padding: 25px 30px; border-radius: 0 16px 16px 0; margin: 35px 0; }
    .honest-box h4 { color: var(--accent-warm); font-size: 1.1rem; margin: 0 0 15px 0; }
    .honest-box p { margin: 0 0 12px 0; font-size: 0.95rem; color: var(--text-medium); }
    .honest-box p:last-child { margin-bottom: 0; }
    
    /* Science/Info Box */
    .science-box { background: linear-gradient(145deg, #f5f0fa, #fff); border: 1px solid var(--sarah-purple); border-radius: 16px; padding: 25px; margin: 30px 0; }
    .science-box h4 { color: var(--sarah-purple); margin: 0 0 12px 0; display: flex; align-items: center; gap: 8px; }
    .science-box p { margin: 0; font-size: 0.95rem; color: var(--text-medium); }
    
    /* Material Box */
    .material-box { background: linear-gradient(145deg, var(--sky-light), #fff); border: 2px solid var(--petrol-light); border-radius: 16px; padding: 25px; margin: 30px 0; display: flex; gap: 20px; align-items: flex-start; }
    .material-box .material-icon { width: 60px; height: 60px; background: var(--petrol); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; flex-shrink: 0; }
    .material-box .material-content h4 { margin: 0 0 10px 0; color: var(--petrol); }
    .material-box .material-content p { margin: 0; font-size: 0.95rem; color: var(--text-medium); }
    
    /* Feature List */
    .feature-list { list-style: none; padding: 0; margin: 20px 0; }
    .feature-list li { padding: 10px 0 10px 30px; border-bottom: 1px dashed var(--sky-light); position: relative; }
    .feature-list li::before { content: '✓'; position: absolute; left: 0; color: var(--success-green); font-weight: 700; }
    .feature-list li:last-child { border-bottom: none; }
    
    /* Comparison Mini Table */
    .comparison-mini { margin: 30px 0; overflow-x: auto; }
    .comparison-mini h4 { color: var(--petrol); margin-bottom: 15px; }
    .comparison-mini table { width: 100%; border-collapse: collapse; background: white; border-radius: 12px; overflow: hidden; box-shadow: 0 3px 15px rgba(43, 106, 124, 0.08); }
    .comparison-mini th { background: var(--petrol); color: white; padding: 12px 15px; text-align: left; font-weight: 600; font-size: 0.85rem; }
    .comparison-mini td { padding: 12px 15px; border-bottom: 1px solid var(--sky-light); font-size: 0.9rem; }
    .comparison-mini tr:last-child td { border-bottom: none; }
    
    /* allnatura Info Box */
    .allnatura-info { background: linear-gradient(145deg, var(--petrol), var(--petrol-dark)); border-radius: 20px; padding: 30px; margin: 40px 0; color: white; }
    .allnatura-info h4 { color: white; margin: 0 0 15px 0; font-size: 1.2rem; }
    .allnatura-info p { margin: 0 0 12px 0; opacity: 0.95; }
    .allnatura-info p:last-child { margin-bottom: 0; }
    
    /* Product Card */
    .product-card { background: white; border-radius: 20px; margin: 35px 0; box-shadow: 0 5px 30px rgba(43, 106, 124, 0.08); overflow: hidden; }
    .product-header { display: flex; align-items: center; gap: 20px; padding: 25px 30px; position: relative; }
    .product-header.nachhaltig { background: linear-gradient(145deg, #e8f5e9, #c8e6c9); }
    .product-header.premium { background: linear-gradient(145deg, #f5f0fa, #e1bee7); }
    .product-header.schwitzer { background: linear-gradient(145deg, #e3f2fd, #bbdefb); }
    .product-rank { width: 55px; height: 55px; background: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; font-weight: 700; color: var(--petrol); flex-shrink: 0; box-shadow: 0 3px 10px rgba(0,0,0,0.1); }
    .product-title h3 { margin: 0 0 5px 0; font-size: 1.3rem; color: var(--petrol-dark); }
    .product-title .product-meta { display: flex; gap: 15px; font-size: 0.85rem; color: var(--text-medium); flex-wrap: wrap; }
    .product-badge { position: absolute; top: 20px; right: 25px; background: var(--petrol); color: white; padding: 5px 12px; border-radius: 20px; font-size: 0.75rem; font-weight: 600; }
    .product-badge.premium { background: var(--sarah-purple); }
    .product-badge.schwitzer { background: #4A90A4; }
    .product-content { padding: 25px 30px; }
    
    /* Rating */
    .rating { display: flex; align-items: center; gap: 10px; margin: 15px 0; }
    .rating .stars { color: var(--accent-warm); font-size: 1.2rem; letter-spacing: 2px; }
    .rating .score { font-weight: 700; color: var(--petrol-dark); }
    
    /* Pros & Cons */
    .pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 25px 0; }
    .pros, .cons { background: var(--cloud-white); border-radius: 12px; padding: 20px; }
    .pros { border-left: 4px solid var(--success-green); }
    .cons { border-left: 4px solid var(--warning-red); }
    .pros h4 { color: var(--success-green); font-size: 0.95rem; margin: 0 0 15px 0; }
    .cons h4 { color: var(--warning-red); font-size: 0.95rem; margin: 0 0 15px 0; }
    .pros ul, .cons ul { list-style: none; padding: 0; margin: 0; }
    .pros li, .cons li { padding: 8px 0; font-size: 0.9rem; border-bottom: 1px dashed rgba(0,0,0,0.1); }
    .pros li:last-child, .cons li:last-child { border-bottom: none; }
    
    /* Product CTA */
    .product-cta { display: flex; align-items: center; justify-content: space-between; background: var(--sky-light); border-radius: 12px; padding: 20px 25px; margin-top: 25px; }
    .product-price { font-size: 1.5rem; font-weight: 700; color: var(--petrol-dark); }
    .product-price span { display: block; font-size: 0.85rem; font-weight: 400; color: var(--text-medium); }
    .product-btn { background: var(--petrol); color: white; padding: 12px 25px; border-radius: 10px; font-weight: 700; text-decoration: none; transition: all 0.3s; color: white; }
    .product-btn:hover { background: var(--petrol-dark); transform: translateY(-2px); color: white; }
    .bsj-article a.product-btn  {
color: white;
}
    /* Pro Tip */
    .pro-tip { background: linear-gradient(145deg, #fff8e6, #fff); border-left: 4px solid var(--accent-warm); padding: 20px 25px; border-radius: 0 12px 12px 0; margin: 25px 0; }
    .pro-tip h4 { color: var(--accent-warm); margin: 0 0 8px 0; font-size: 0.95rem; }
    .pro-tip p { margin: 0; font-size: 0.9rem; color: var(--text-medium); }
    
    /* Compare Box & Table */
    .compare-box { margin: 40px 0; overflow-x: auto; }
    .compare-table { width: 100%; border-collapse: collapse; background: white; border-radius: 16px; overflow: hidden; box-shadow: 0 5px 30px rgba(43, 106, 124, 0.08); }
    .compare-table th { background: var(--petrol); color: white; padding: 18px 15px; text-align: left; font-weight: 600; font-size: 0.9rem; }
    .compare-table td { padding: 15px; border-bottom: 1px solid var(--sky-light); font-size: 0.9rem; }
    .compare-table tr:last-child td { border-bottom: none; }
    .compare-table tr.highlight { background: var(--sky-light); }
    .compare-table .product-name { font-weight: 600; color: var(--petrol-dark); }
    .compare-table .check { color: var(--success-green); font-weight: 600; }
    .compare-table .cross { color: var(--warning-red); }
    
    /* Decision Box */
    .decision-box { background: linear-gradient(145deg, var(--sky-light), var(--cloud-white)); border-radius: 20px; padding: 30px; margin: 40px 0; }
    .decision-box h3 { margin: 0 0 25px 0; color: var(--petrol); text-align: center; }
    .decision-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
    .decision-item { background: white; border-radius: 12px; padding: 20px; border: 1px solid var(--sky-light); }
    .decision-item h4 { margin: 0 0 15px 0; color: var(--petrol-dark); font-size: 1rem; }
    .decision-item ul { list-style: none; padding: 0; margin: 0; }
    .decision-item li { padding: 6px 0; font-size: 0.85rem; color: var(--text-medium); }
    
    /* Audience Grid */
    .audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 30px 0; }
    .audience-item { background: white; border-radius: 16px; padding: 25px; box-shadow: 0 3px 15px rgba(43, 106, 124, 0.08); }
    .audience-item.yes { border-left: 4px solid var(--success-green); }
    .audience-item.no { border-left: 4px solid var(--warning-red); }
    .audience-item h4 { margin: 0 0 15px 0; }
    .audience-item.yes h4 { color: var(--success-green); }
    .audience-item.no h4 { color: var(--warning-red); }
    .audience-item ul { list-style: none; padding: 0; margin: 0; }
    .audience-item li { padding: 8px 0; font-size: 0.9rem; border-bottom: 1px dashed rgba(0,0,0,0.1); }
    .audience-item li:last-child { border-bottom: none; }
    
    /* Care Tips */
    .care-tips { background: var(--cloud-white); border-radius: 16px; padding: 25px; margin: 25px 0; }
    .care-tips h4 { margin: 0 0 15px 0; color: var(--petrol); }
    .care-tips ul { list-style: none; padding: 0; margin: 0; }
    .care-tips li { padding: 10px 0; border-bottom: 1px dashed var(--sky-light); font-size: 0.95rem; }
    .care-tips li:last-child { border-bottom: none; }
    
    /* Internal Link Box */
    .internal-link-box { background: linear-gradient(145deg, #f0f7fa, #fff); border: 2px solid var(--sky-light); border-radius: 16px; padding: 25px; margin: 30px 0; display: flex; align-items: center; gap: 20px; }
    .internal-link-box .link-icon { width: 55px; height: 55px; background: var(--petrol); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1.5rem; }
    .internal-link-box .link-content h4 { margin: 0 0 5px 0; color: var(--petrol); font-size: 1.05rem; }
    .internal-link-box .link-content p { margin: 0; font-size: 0.9rem; color: var(--text-medium); }
    .internal-link-box .link-content a { color: var(--petrol); font-weight: 600; }
    
    /* FAQ Section */
    .faq-section { background: var(--cloud-white); border-radius: 20px; padding: 30px; margin: 40px 0; }
    .faq-section h3 { margin-top: 0; color: var(--petrol); }
    .faq-item { border-bottom: 1px solid var(--sky-light); padding: 20px 0; }
    .faq-item:last-child { border-bottom: none; }
    .faq-item h4 { color: var(--petrol-dark); font-size: 1.05rem; margin: 0 0 10px 0; }
    .faq-item p { margin: 0; font-size: 0.95rem; color: var(--text-medium); }
    
    /* CTA Box */
    .cta-box { background: linear-gradient(145deg, var(--petrol), var(--petrol-dark)); border-radius: 20px; padding: 35px; margin: 40px 0; color: white; display: flex; align-items: center; gap: 30px; position: relative; }
    .cta-box .cta-badge { position: absolute; top: 15px; right: 20px; background: rgba(255,255,255,0.2); color: white; padding: 4px 10px; border-radius: 10px; font-size: 0.7rem; font-weight: 600; }
    .cta-box .cta-icon { width: 80px; height: 80px; background: rgba(255,255,255,0.15); border-radius: 16px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 2.5rem; }
    .cta-box .cta-content h4 { color: white; font-size: 1.3rem; margin: 0 0 10px 0; }
    .cta-box .cta-content p { margin: 0 0 20px 0; opacity: 0.95; font-size: 1rem; }
    .cta-btn { display: inline-block; background: var(--accent-warm); color: var(--petrol-dark); padding: 12px 25px; border-radius: 10px; font-weight: 700; text-decoration: none; transition: all 0.3s; }
    .cta-btn:hover { background: #d4a85a; transform: translateY(-2px); }
    
    /* Conclusion */
    .conclusion { margin-top: 50px; padding-top: 30px; border-top: 2px solid var(--sky-light); }
    .conclusion h2 { border-top: none; padding-top: 0; margin-top: 0; }
    .signature { font-style: italic; color: var(--sarah-purple); font-size: 1.1rem; margin-top: 30px; }
    
    /* Responsive */
    @media (max-width: 768px) {
      .bsj-article h1 { font-size: 1.8rem; }
      .bsj-article .toc-list { columns: 1; }
      .bsj-article .author-box { flex-direction: column; text-align: center; }
      .bsj-article .facts-grid { grid-template-columns: repeat(2, 1fr); }
      .reasons-grid { grid-template-columns: 1fr; }
      .pros-cons { grid-template-columns: 1fr; }
      .decision-grid { grid-template-columns: 1fr; }
      .audience-grid { grid-template-columns: 1fr; }
      .product-header { flex-direction: column; text-align: center; }
      .product-badge { position: static; margin-top: 10px; }
      .product-cta { flex-direction: column; text-align: center; gap: 15px; }
      .cta-box { flex-direction: column; text-align: center; }
      .internal-link-box { flex-direction: column; text-align: center; }
      .material-box { flex-direction: column; text-align: center; }
    }/* End custom CSS */