.elementor-2155 .elementor-element.elementor-element-bd6ecb3{--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; --thomas-blue: #4A7B8C; }
    
    /* Article Styles */
    .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 strong { color: var(--petrol-dark); }
    
    /* 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 */
    .bsj-article .author-box { display: flex; align-items: center; gap: 20px; background: linear-gradient(145deg, #e8f4f8, #fff); border-radius: 16px; padding: 20px 25px; margin: 30px 0; border: 2px solid var(--thomas-blue); }
    .bsj-article .author-avatar { width: 70px; height: 70px; background: linear-gradient(145deg, var(--thomas-blue), #3A6B7C); 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(74, 123, 140, 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(--thomas-blue); font-weight: 600; }
    
    /* 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; }
    
    /* Stats Box */
    .bsj-article .stats-box { background: linear-gradient(145deg, var(--petrol), var(--petrol-dark)); border-radius: 24px; padding: 35px; margin: 40px 0; color: white; }
    .bsj-article .stats-box h3 { color: white; margin: 0 0 25px 0; text-align: center; }
    .bsj-article .stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
    .bsj-article .stat-item { background: rgba(255,255,255,0.1); border-radius: 16px; padding: 25px 15px; text-align: center; }
    .bsj-article .stat-item .stat-number { font-size: 2.2rem; font-weight: 700; color: var(--accent-warm); display: block; }
    .bsj-article .stat-item .stat-label { font-size: 0.85rem; opacity: 0.9; margin-top: 8px; display: block; }
    
    /* Problem Cards */
    .bsj-article .problem-card { background: linear-gradient(145deg, #fef3f0, #fff); border: 2px solid var(--warning-red); border-radius: 20px; padding: 30px; margin: 30px 0; }
    .bsj-article .problem-card h3 { color: var(--warning-red); margin: 0 0 20px 0; display: flex; align-items: center; gap: 10px; }
    .bsj-article .problem-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
    .bsj-article .problem-item { display: flex; align-items: flex-start; gap: 12px; padding: 15px; background: white; border-radius: 12px; }
    .bsj-article .problem-item .p-icon { color: var(--warning-red); font-size: 1.3rem; flex-shrink: 0; }
    .bsj-article .problem-item .p-content strong { display: block; color: var(--petrol-dark); margin-bottom: 3px; }
    .bsj-article .problem-item .p-content span { font-size: 0.9rem; color: var(--text-medium); }
    
    /* Pain Type Cards */
    .bsj-article .pain-card { background: white; border-radius: 20px; padding: 0; margin: 30px 0; box-shadow: 0 5px 30px rgba(43, 106, 124, 0.08); overflow: hidden; }
    .bsj-article .pain-header { display: flex; align-items: center; gap: 20px; padding: 25px 30px; }
    .bsj-article .pain-header.lws { background: linear-gradient(145deg, #ffebee, #ffcdd2); }
    .bsj-article .pain-header.bws { background: linear-gradient(145deg, #fff8e1, #ffecb3); }
    .bsj-article .pain-header.hws { background: linear-gradient(145deg, #e3f2fd, #bbdefb); }
    .bsj-article .pain-header.ischias { background: linear-gradient(145deg, #f3e5f5, #e1bee7); }
    .bsj-article .pain-icon { width: 60px; height: 60px; background: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; flex-shrink: 0; box-shadow: 0 3px 10px rgba(0,0,0,0.1); }
    .bsj-article .pain-title h3 { margin: 0 0 5px 0; font-size: 1.2rem; color: var(--petrol-dark); }
    .bsj-article .pain-title .location { font-size: 0.9rem; color: var(--text-medium); }
    .bsj-article .pain-content { padding: 25px 30px; }
    .bsj-article .pain-content p { margin-bottom: 15px; }
    .bsj-article .pain-recommendation { background: linear-gradient(145deg, #e8f5e9, #fff); border: 1px solid var(--success-green); border-radius: 12px; padding: 20px; margin-top: 15px; }
    .bsj-article .pain-recommendation h4 { color: var(--success-green); margin: 0 0 12px 0; font-size: 1rem; display: flex; align-items: center; gap: 8px; }
    .bsj-article .pain-recommendation ul { margin: 0; padding-left: 20px; }
    .bsj-article .pain-recommendation li { margin-bottom: 8px; font-size: 0.95rem; color: var(--text-medium); }
    
    /* Mattress Type Cards */
    .bsj-article .mattress-card { background: white; border-radius: 20px; margin: 25px 0; box-shadow: 0 5px 30px rgba(43, 106, 124, 0.08); overflow: hidden; }
    .bsj-article .mattress-header { display: flex; align-items: center; justify-content: space-between; padding: 20px 25px; background: linear-gradient(145deg, var(--sky-light), #e0f0f5); }
    .bsj-article .mattress-header h4 { margin: 0; color: var(--petrol); font-size: 1.15rem; }
    .bsj-article .mattress-rating { display: flex; align-items: center; gap: 8px; }
    .bsj-article .mattress-rating .stars { color: var(--accent-warm); font-size: 1.1rem; }
    .bsj-article .mattress-rating .label { font-size: 0.8rem; color: var(--text-medium); }
    .bsj-article .mattress-content { padding: 20px 25px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
    .bsj-article .mattress-pros, .bsj-article .mattress-cons { }
    .bsj-article .mattress-pros h5 { color: var(--success-green); font-size: 0.9rem; margin: 0 0 10px 0; }
    .bsj-article .mattress-cons h5 { color: var(--warning-red); font-size: 0.9rem; margin: 0 0 10px 0; }
    .bsj-article .mattress-pros ul, .bsj-article .mattress-cons ul { margin: 0; padding-left: 18px; font-size: 0.9rem; color: var(--text-medium); }
    .bsj-article .mattress-pros li, .bsj-article .mattress-cons li { margin-bottom: 5px; }
    .bsj-article .mattress-verdict { padding: 15px 25px; background: #f8f9fa; border-top: 1px solid var(--sky-light); font-size: 0.9rem; color: var(--text-medium); }
    .bsj-article .mattress-verdict strong { color: var(--petrol); }
    
    /* Hardness Guide */
    .bsj-article .hardness-box { background: linear-gradient(145deg, var(--petrol), var(--petrol-dark)); border-radius: 24px; padding: 35px; margin: 40px 0; color: white; }
    .bsj-article .hardness-box h3 { color: white; margin: 0 0 10px 0; text-align: center; }
    .bsj-article .hardness-box > p { text-align: center; opacity: 0.9; margin-bottom: 25px; }
    .bsj-article .hardness-scale { display: flex; justify-content: space-between; margin-bottom: 20px; }
    .bsj-article .hardness-level { flex: 1; text-align: center; padding: 20px 10px; background: rgba(255,255,255,0.1); margin: 0 5px; border-radius: 12px; }
    .bsj-article .hardness-level:first-child { margin-left: 0; }
    .bsj-article .hardness-level:last-child { margin-right: 0; }
    .bsj-article .hardness-level .h-grade { font-size: 1.8rem; font-weight: 700; color: var(--accent-warm); }
    .bsj-article .hardness-level .h-name { font-size: 0.85rem; margin: 8px 0; }
    .bsj-article .hardness-level .h-weight { font-size: 0.75rem; opacity: 0.8; }
    .bsj-article .hardness-note { background: rgba(255,255,255,0.1); border-radius: 12px; padding: 15px 20px; margin-top: 20px; font-size: 0.9rem; text-align: center; }
    
    /* Checklist */
    .bsj-article .checklist-box { background: linear-gradient(145deg, #e8f5e9, #fff); border: 2px solid var(--success-green); border-radius: 20px; padding: 30px; margin: 40px 0; }
    .bsj-article .checklist-box h3 { color: var(--success-green); margin: 0 0 25px 0; }
    .bsj-article .checklist-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
    .bsj-article .check-item { display: flex; align-items: flex-start; gap: 12px; padding: 15px; background: white; border-radius: 12px; }
    .bsj-article .check-item .check-icon { width: 28px; height: 28px; background: var(--success-green); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 0.9rem; flex-shrink: 0; }
    .bsj-article .check-item .check-text strong { display: block; color: var(--petrol-dark); margin-bottom: 3px; }
    .bsj-article .check-item .check-text span { font-size: 0.85rem; color: var(--text-medium); }
    
    /* Sleep Position Box */
    .bsj-article .position-box { margin: 40px 0; }
    .bsj-article .position-card { display: flex; gap: 25px; background: white; border-radius: 16px; padding: 25px; margin: 20px 0; box-shadow: 0 5px 25px rgba(43, 106, 124, 0.08); }
    .bsj-article .position-card .pos-icon { width: 80px; height: 80px; background: var(--sky-light); border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 2.5rem; flex-shrink: 0; }
    .bsj-article .position-card .pos-content h4 { margin: 0 0 10px 0; color: var(--petrol); }
    .bsj-article .position-card .pos-content p { margin: 0 0 10px 0; font-size: 0.95rem; color: var(--text-medium); }
    .bsj-article .position-card .pos-rec { display: inline-block; background: var(--petrol); color: white; padding: 6px 14px; border-radius: 20px; font-size: 0.85rem; font-weight: 600; }
    
    /* Science Box */
    .bsj-article .science-box { background: linear-gradient(145deg, #f5f0fa, #fff); border: 2px solid #8B7BA8; border-radius: 16px; padding: 25px; margin: 30px 0; }
    .bsj-article .science-box h4 { color: #8B7BA8; margin: 0 0 12px 0; display: flex; align-items: center; gap: 10px; font-size: 1rem; }
    .bsj-article .science-box p { margin: 0; font-size: 0.95rem; color: var(--text-medium); }
    .bsj-article .science-box .source { font-size: 0.85rem; color: #8B7BA8; margin-top: 10px; font-style: italic; }
    
    /* Tip & Warning Boxes */
    .bsj-article .tip-box { background: linear-gradient(145deg, var(--sky-light), var(--cloud-white)); border-left: 4px solid var(--accent-warm); padding: 25px 30px; border-radius: 0 16px 16px 0; margin: 35px 0; }
    .bsj-article .tip-box h4 { color: var(--petrol); font-size: 1.1rem; font-weight: 700; margin: 0 0 10px 0; }
    .bsj-article .tip-box p { margin: 0; font-size: 0.95rem; color: var(--text-medium); }
    
    .bsj-article .warning-box { background: linear-gradient(145deg, #fef3f0, #fff); border-left: 4px solid var(--warning-red); padding: 25px 30px; border-radius: 0 16px 16px 0; margin: 35px 0; }
    .bsj-article .warning-box h4 { color: var(--warning-red); font-size: 1rem; margin: 0 0 10px 0; }
    .bsj-article .warning-box p { margin: 0; font-size: 0.95rem; color: var(--text-medium); }
    
    /* Product Recommendation */
    .bsj-article .product-box { background: linear-gradient(145deg, #fff8e6, #fff); border: 2px solid var(--accent-warm); border-radius: 20px; padding: 30px; margin: 40px 0; }
    .bsj-article .product-box h3 { color: var(--petrol); margin: 0 0 20px 0; text-align: center; }
    .bsj-article .product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
    .bsj-article .product-item { background: white; border-radius: 16px; padding: 25px 20px; text-align: center; box-shadow: 0 3px 15px rgba(0,0,0,0.05); }
    .bsj-article .product-item .prod-badge { display: inline-block; background: var(--petrol); color: white; padding: 4px 12px; border-radius: 15px; font-size: 0.75rem; font-weight: 600; margin-bottom: 15px; }
    .bsj-article .product-item h4 { color: var(--petrol); font-size: 1.1rem; margin: 0 0 10px 0; }
    .bsj-article .product-item .prod-type { font-size: 0.85rem; color: var(--text-medium); margin-bottom: 15px; }
    .bsj-article .product-item .prod-features { font-size: 0.8rem; color: var(--text-medium); text-align: left; margin-bottom: 15px; }
    .bsj-article .product-item .prod-features li { margin-bottom: 5px; }
    .bsj-article .product-item .prod-btn { display: inline-block; background: var(--accent-warm); color: var(--petrol-dark); padding: 10px 20px; border-radius: 8px; font-weight: 600; text-decoration: none; font-size: 0.9rem; }
    
    /* CTA Box */
    .bsj-article .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; }
    .bsj-article .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; }
    .bsj-article .cta-box .cta-content h4 { color: white; font-size: 1.3rem; margin: 0 0 10px 0; }
    .bsj-article .cta-box .cta-content p { margin: 0 0 20px 0; opacity: 0.9; font-size: 1rem; }
    .bsj-article .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; }
    .bsj-article .cta-btn:hover { background: #d4a85a; transform: translateY(-2px); }
    
    /* Internal Link Box */
    .bsj-article .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; }
    .bsj-article .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; }
    .bsj-article .internal-link-box .link-content h4 { margin: 0 0 5px 0; color: var(--petrol); font-size: 1.05rem; }
    .bsj-article .internal-link-box .link-content p { margin: 0; font-size: 0.9rem; color: var(--text-medium); }
    .bsj-article .internal-link-box .link-content a { color: var(--petrol); font-weight: 600; text-decoration: underline; }
    
    /* FAQ Section */
    .bsj-article .faq-section { background: var(--cloud-white); border-radius: 20px; padding: 30px; margin: 40px 0; }
    .bsj-article .faq-section h3 { margin-top: 0; color: var(--petrol); }
    .bsj-article .faq-item { border-bottom: 1px solid var(--sky-light); padding: 20px 0; }
    .bsj-article .faq-item:last-child { border-bottom: none; }
    .bsj-article .faq-item h4 { color: var(--petrol-dark); font-size: 1.05rem; margin: 0 0 10px 0; }
    .bsj-article .faq-item p { margin: 0; font-size: 0.95rem; color: var(--text-medium); }
    
    /* Conclusion */
    .bsj-article .conclusion { margin-top: 50px; padding-top: 30px; border-top: 2px solid var(--sky-light); }
    .bsj-article .signature { font-style: italic; color: var(--thomas-blue); 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 .stats-grid { grid-template-columns: repeat(2, 1fr); }
      .bsj-article .problem-grid { grid-template-columns: 1fr; }
      .bsj-article .checklist-grid { grid-template-columns: 1fr; }
      .bsj-article .mattress-content { grid-template-columns: 1fr; }
      .bsj-article .hardness-scale { flex-direction: column; gap: 10px; }
      .bsj-article .hardness-level { margin: 0; }
      .bsj-article .product-grid { grid-template-columns: 1fr; }
      .bsj-article .position-card { flex-direction: column; }
      .bsj-article .pain-header { flex-direction: column; text-align: center; }
      .bsj-article .author-box { flex-direction: column; text-align: center; }
      .bsj-article .cta-box { flex-direction: column; text-align: center; }
      .bsj-article .internal-link-box { flex-direction: column; text-align: center; }
    }/* End custom CSS */