/* Ds.Trung Child Theme — extracted from single-disease.php. */
.container-benhly-full { 
            width: 100%; 
            max-width: 1280px !important;
            margin: 0 auto !important;
            padding: 5px; 
            box-sizing: border-box; 
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; 
            color: #1e293b; 
            line-height: 1.6; 
        }
        .disease-layout-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 30px;
        }
        @media (min-width: 992px) {
            .disease-layout-grid {
                grid-template-columns: minmax(0, 1fr) 320px;
            }
        }
        .disease-featured-image {
            width: 100%;
            max-height: 500px;
            overflow: hidden;
            border-radius: 12px;
            margin-bottom: 20px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.08);
        }
        .disease-featured-image img {
            width: 100%;
            height: auto;
            object-fit: cover;
            display: block;
        }
        .disease-quick-summary-box {
            background: #f0fdf4;
            border: 1px solid #bbf7d0;
            border-left: 5px solid #22c55e;
            border-radius: 10px;
            padding: 20px;
            margin-bottom: 25px;
            box-shadow: 0 2px 6px rgba(0,0,0,0.02);
        }
        .quick-summary-header {
            font-size: 1.1rem;
            font-weight: 700;
            color: #15803d;
            margin-bottom: 8px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .quick-summary-content {
            font-size: 1.02rem;
            color: #1e293b;
            margin: 0;
            line-height: 1.6;
        }
        .custom-breadcrumb-force {
            display: flex !important;
            visibility: visible !important;
            opacity: 1 !important;
            align-items: center;
            flex-wrap: wrap;
            gap: 8px;
            font-size: 0.9rem;
            color: #64748b;
            margin-bottom: 15px;
        }
        .custom-breadcrumb-force a {
            color: #0284c7 !important;
            text-decoration: none !important;
            font-weight: 500;
        }
        .custom-breadcrumb-force a:hover { text-decoration: underline !important; }
        .custom-breadcrumb-force .sep { color: #94a3b8; }
        .custom-breadcrumb-force .current { color: #334155; font-weight: 600; }
        .entry-title { font-size: 2.2rem; font-weight: 800; color: #0f172a; margin: 0 0 16px 0; line-height: 1.25; }
        .disease-meta-bar { background-color: #f8fafc; border: 1px solid #e2e8f0; border-radius: 10px; padding: 14px 20px; display: flex; flex-wrap: wrap; gap: 15px 25px; align-items: center; font-size: 0.95rem; color: #475569; margin-bottom: 25px; }
        .meta-item { display: inline-flex; align-items: center; gap: 6px; }
        .meta-item strong { color: #1e293b; font-weight: 700; }
        .icd-badge { background: #e0f2fe; color: #0369a1; padding: 2px 8px; border-radius: 4px; font-weight: 700; font-family: monospace; }
        .toc-wrapper { background: #fff; border: 1px solid #cbd5e1; border-radius: 10px; padding: 20px; margin-bottom: 30px; }
        .toc-title { font-weight: 700; font-size: 1.1rem; margin-bottom: 12px; color: #0f172a; }
        .toc-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 8px 16px; }
        .toc-list a { color: #0284c7; text-decoration: none; font-size: 0.95rem; }
        .toc-list a:hover { text-decoration: underline; }
        .info-section { background: #fff; border: 1px solid #e2e8f0; border-radius: 10px; padding: 15px; margin-bottom: 25px; }
        .section-title { font-size: 1.35rem; color: #0f172a; margin: 0 0 18px 0; padding-bottom: 10px; border-bottom: 2px solid #f1f5f9; display: flex; align-items: center; justify-content: space-between; font-weight: 700; }
        .ai-anchor { font-size: 0.85rem; color: #94a3b8; text-decoration: none; }
        .faq-styled-section { border: none; background: transparent; padding: 0; }
        .faq-card-container { display: flex; flex-direction: column; gap: 16px; margin-top: 10px; }
        .faq-card-pair { background: #fcfdfd; border: 1px solid #e2e8f0; border-left: 5px solid #059669; border-radius: 8px; padding: 18px 22px; box-shadow: 0 1px 3px rgba(0,0,0,0.02); transition: all 0.2s ease; }
        .faq-card-pair:hover { background: #ffffff; transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0,0,0,0.05); }
        .faq-card-question { font-size: 1.1rem; font-weight: 700; color: #047857; margin: 0 0 8px 0; line-height: 1.4; }
        .faq-card-answer { font-size: 0.98rem; color: #334155; margin: 0; line-height: 1.65; }
        .rel-section { background: #f8fafc; border: 1px dashed #cbd5e1; }
        .rel-list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 10px; }
        .rel-list li a { background: #fff; color: #0284c7; padding: 8px 16px; border-radius: 8px; text-decoration: none; font-size: 0.92rem; font-weight: 600; display: inline-flex; align-items: center; gap: 6px; border: 1px solid #bae6fd; transition: all 0.2s ease; }
        .rel-list li a:hover { background: #0284c7; color: #fff; border-color: #0284c7; }
        
        /* CSS cho Box Author */
        .disease-author-box {
            background: #f8fafc;
            border: 1px solid #e2e8f0;
            border-radius: 12px;
            padding: 24px;
            margin-top: 35px;
            margin-bottom: 25px;
            display: flex;
            gap: 20px;
            align-items: flex-start;
        }
        .author-avatar img {
            width: 75px;
            height: 75px;
            border-radius: 50%;
            object-fit: cover;
            border: 2px solid #0284c7;
        }
        .author-info-content h3 {
            font-size: 1.15rem;
            color: #0f172a;
            margin: 0 0 6px 0;
            font-weight: 700;
        }
        .author-info-content h3 a {
            color: #0f172a;
            text-decoration: none;
        }
        .author-info-content h3 a:hover {
            color: #0284c7;
            text-decoration: underline;
        }
        .author-bio {
            font-size: 0.95rem;
            color: #475569;
            margin: 0 0 12px 0;
            line-height: 1.6;
        }
        .author-meta-links {
            font-size: 0.88rem;
        }
        .author-meta-links a {
            color: #0284c7;
            text-decoration: none;
            font-weight: 600;
        }
        .author-meta-links a:hover {
            text-decoration: underline;
        }
        .disease-sidebar-area {
            background: #fff;
            border-radius: 10px;
        }

/* Static inline styles moved from template. */
.dst-disease-author-link { color: #0284c7; text-decoration: none; font-weight: 500; }
.dst-section-title-divider { border-bottom: 2px solid #e2e8f0; margin-bottom: 15px; }
.dst-author-meta-links-spaced { margin-top: 10px; }
