/* ===================================================================
   Enhanced Content Styles - Fortis Media
   Complete production-ready CSS with all fixes
   =================================================================== */

/* ===================================================================
   Typography Enforcement
   =================================================================== */

.visual-enricher,
.enhanced-enricher,
.enrichment,
.callout,
.takeaway,
.faq-item,
.ve-timeline,
.ve-process,
.suite-step,
.checklist-category,
.decision-option {
    font-family: 'Montserrat', sans-serif;
}

.visual-enricher *,
.enhanced-enricher *,
.enrichment *,
.callout *,
.takeaway *,
.faq-item *,
.ve-timeline *,
.ve-process *,
.suite-step *,
.checklist-category *,
.decision-option * {
    font-family: 'Montserrat', sans-serif;
}

/* ===================================================================
   Page Layout Fixes
   =================================================================== */

.post-page__content-text > h1:first-child,
.post-page__content-text > h2:first-child {
    margin-top: 0;
    padding-top: 0;
}

/* ===================================================================
   Callout Elements
   =================================================================== */

.callout {
    background: #fff7ea;
    padding: 16px 20px;
    margin: 20px 0;
    border-radius: 12px;
    border: 1px solid #ffe0b2;
    color: #7a4b00;
    font-size: 16px;
    line-height: 1.7;
}

.takeaway {
    background: #eef2ff;
    padding: 16px 20px;
    margin: 20px 0;
    border-left: 4px solid #4f46e5;
    border-radius: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.7;
}

/* ===================================================================
   FAQ Sections
   =================================================================== */

.faq-item {
    margin: 24px 0;
    padding: 20px 24px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
}

.faq-question {
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 12px 0;
    color: #0f172a;
    line-height: 1.4;
}

.faq-answer {
    color: #475569;
    font-size: 16px;
    line-height: 1.7;
}

.faq-answer p {
    margin: 12px 0 0;
    line-height: 1.7;
}

/* ===================================================================
   Visual Enrichers - Base
   =================================================================== */

.visual-enricher {
    margin: 32px 0;
}

.visual-enricher.width-medium {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
}

.visual-enricher.width-wide {
    max-width: 100%;
}

.visual-enricher.align-center {
    text-align: center;
}

.visual-caption {
    font-size: 14px;
    color: #6c757d;
    font-style: italic;
    margin: 12px 0 0 0;
    text-align: center;
    line-height: 1.5;
}

/* ===================================================================
   Timeline Component - Matches Original Design
   =================================================================== */

.ve-timeline {
    background: #fffcf0;
    border: 2px solid #f4e8c8;
    border-radius: 16px;
    padding: 32px 28px;
    position: relative;
}

.ve-timeline-title {
    font-size: 26px;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 8px 0;
    text-align: center;
    line-height: 1.2;
}

.ve-timeline-desc {
    font-size: 15px;
    color: #8b7355;
    margin: 0 0 32px 0 !important;
    text-align: center;
    line-height: 1.5;
}

.ve-timeline-events {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    padding-left: 28px;
}

.ve-timeline-events::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 20px;
    bottom: 20px;
    width: 3px;
    background: #e8d4b0;
}

.ve-timeline-event {
    background: transparent;
    border: none;
    padding: 0 0 28px 0;
    text-align: left;
    position: relative;
}

.ve-timeline-event:last-child {
    padding-bottom: 0;
}

.ve-event-marker {
    display: block !important;
    position: absolute;
    left: -28px;
    top: 6px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #f59e0b;
    border: 3px solid #fffcf0;
    z-index: 1;
}

.ve-event-marker.highlight {
    background: #dc2626;
}

.ve-event-content {
}

.ve-event-date {
    font-size: 16px;
    font-weight: 700;
    color: #f59e0b;
    margin: 0 0 4px 0;
    line-height: 1.2;
}

.ve-event-marker.highlight + .ve-event-content .ve-event-date {
    color: #dc2626;
}

.ve-event-title {
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 6px 0;
    line-height: 1.3;
}

.ve-event-description {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 !important;
}

/* ===================================================================
   Process Steps Component
   =================================================================== */

.ve-process {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 28px 32px;
    margin: 32px 0;
}

.ve-process-title {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 8px;
    line-height: 1.3;
}

.ve-process-desc {
    color: #6b7280;
    font-size: 15px;
    margin: 0 0 24px 0 !important;
    line-height: 1.6;
}

.ve-process-steps {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ve-process-step {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 20px;
    background: #f9fafb;
    border-radius: 14px;
    border: 1px solid #e9ecef;
}

.ve-step-number {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #e5e7eb;
    color: #6b7280;
    font-weight: 700;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.ve-step-number.completed {
    background: #10b981;
    color: #ffffff;
}

.ve-step-number.current {
    background: #6366f1;
    color: #ffffff;
}

.ve-step-content {
    flex: 1;
    text-align: left;
}

.ve-step-title {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 6px;
    line-height: 1.4;
}

.ve-step-description {
    font-size: 15px;
    color: #6b7280;
    margin: 0 !important;
    line-height: 1.7;
}

/* ===================================================================
   Stat Block Component
   =================================================================== */

.ve-stat-block {
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 20px;
    padding: 32px;
    text-align: center;
    margin: 32px 0;
}

.ve-stat-icon {
    font-size: 48px;
    margin: 0 0 16px 0;
    line-height: 1;
    display: block !important;
}

.ve-stat-value {
    font-size: 40px;
    font-weight: 700;
    color: #212529;
    margin: 0 0 12px 0;
    line-height: 1.1;
}

.ve-stat-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #495057;
    margin: 8px 0 0;
    line-height: 1.4;
}

.ve-stat-context {
    font-size: 15px;
    color: #6c757d;
    line-height: 1.6;
    margin: 0 !important;
}

/* Stat Block Variations */
.ve-stat-block.variation-A {
    background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
    border: 1px solid #a7f3d0;
}

.ve-stat-block.variation-A .ve-stat-value {
    color: #065f46;
}

.ve-stat-block.variation-A .ve-stat-title {
    color: #047857;
}

.ve-stat-block.variation-B {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border: 1px solid #93c5fd;
}

.ve-stat-block.variation-B .ve-stat-value {
    color: #1e40af;
}

.ve-stat-block.variation-B .ve-stat-title {
    color: #1e3a8a;
}

.ve-stat-block.variation-C {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border: 1px solid #fbbf24;
    border-width: 3px;
}

.ve-stat-block.variation-C .ve-stat-value {
    color: #92400e;
}

.ve-stat-block.variation-C .ve-stat-title {
    color: #78350f;
}

.ve-stat-block.variation-D {
    background: #ffffff;
    border: 3px solid #10b981;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.ve-stat-block.variation-D .ve-stat-value {
    color: #10b981;
    font-size: 3rem;
}

.ve-stat-block.variation-D .ve-stat-icon {
    font-size: 3rem;
}

/* ===================================================================
   Bar Chart Component
   =================================================================== */

.ve-bar-chart {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 32px;
}

.ve-bar-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 8px 0;
    text-align: center;
    line-height: 1.3;
}

.ve-bar-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #6b7280;
    margin: 0 0 32px 0 !important;
    text-align: center;
    line-height: 1.5;
}

.ve-bar-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ve-bar-row {
    display: flex;
    align-items: center;
    gap: 16px;
}

.ve-bar-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #374151;
    min-width: 160px;
    text-align: right;
    flex-shrink: 0;
}

.ve-bar-track {
    flex: 1;
    height: 44px;
    background: #f3f4f6;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.ve-bar-fill {
    height: 100%;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 12px;
    transition: width 0.6s ease;
}

.ve-bar-value {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    white-space: nowrap;
}

.ve-bar-source {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #9ca3af;
    margin: 24px 0 0 0;
    text-align: center;
    font-style: italic;
}

/* ===================================================================
   Enhanced Enrichers - Base Structure
   =================================================================== */

.enhanced-enricher {
    margin: 32px 0;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    background: #ffffff;
    overflow: hidden;
}

.enhanced-header {
    padding: 20px 24px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fafbfc;
}

.enhanced-icon {
    font-size: 32px;
    flex-shrink: 0;
    line-height: 1;
    display: block !important;
}

.enhanced-header > span:nth-child(2) {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.enhanced-type {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #9ca3af;
    line-height: 1;
}

.enhanced-preview {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    margin: 0;
    line-height: 1.4;
}

.enhanced-toggle {
    margin-left: auto;
    cursor: pointer;
    padding: 6px 12px;
    background: #f3f4f6;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
    border: 1px solid #e5e7eb;
    flex-shrink: 0;
}

.enhanced-content {
    padding: 24px 28px;
}

/* ===================================================================
   Paragraph Margin Overrides
   =================================================================== */

.decision-option p,
.enhanced-enricher p,
.enrichment p,
.suite-step p,
.ve-process p,
.visual-enricher p {
    margin: 0 0 14px 0;
}

.decision-option p:last-child,
.enhanced-enricher p:last-child,
.enrichment p:last-child,
.suite-step p:last-child,
.ve-process p:last-child,
.visual-enricher p:last-child {
    margin-bottom: 0;
}

/* Three-column stat cards grid (80%, < 2 Sec, 100+) */
.enrichment-stats { 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); 
    gap: 16px; 
    padding: 0; 
    border: none; 
    background: transparent; 
}

.enrichment-stats .stat-card { 
    background: #f7f8fd; 
    padding: 16px; 
    border-radius: 18px; 
    border: none; 
    box-shadow: none; 
    text-align: left; 
}

.stat-value { 
    font-size: 1.4rem; 
    font-weight: 700; 
    color: #0f172a; 
}

.stat-label { 
    margin-top: 4px; 
    font-size: 0.88rem; 
    color: #475467; 
}

.stat-context { 
    margin-top: 6px; 
    font-size: 0.82rem; 
    color: #6b7280; 
}


/* ===================================================================
   Decision Framework
   =================================================================== */

.enhanced-decision_framework .enhanced-content {
    background: #fafbfc;
}

.decision-title {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.decision-intro {
    color: #4b5563;
    margin: 0 0 20px 0 !important;
    font-size: 16px;
    line-height: 1.7;
}

.quick-guide {
    background: #f3f4f6;
    padding: 14px 18px;
    border-radius: 10px;
    margin: 0 0 20px 0;
    font-size: 15px;
    color: #374151;
    border: 1px solid #e5e7eb;
    line-height: 1.7;
}

.quick-guide strong {
    font-weight: 600;
    color: #111827;
}

.decision-point {
    margin: 0 0 18px 0;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #ffffff;
    overflow: hidden;
}

.decision-point:last-child {
    margin-bottom: 0;
}

.decision-question {
    padding: 16px 20px;
    font-weight: 600;
    font-size: 16px;
    color: #111827;
    background: #f9fafb;
    cursor: pointer;
    line-height: 1.5;
}

.decision-context {
    padding: 16px 20px;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.7;
    background: #fafbfc;
    border-top: 1px solid #f3f4f6;
}

.decision-options {
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.decision-option {
    background: #ffffff;
    padding: 18px 20px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.decision-option.risk-low {
    border-color: #86efac;
}

.decision-option.risk-high {
    border-color: #fca5a5;
}

.option-name {
    font-weight: 600;
    font-size: 16px;
    color: #111827;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.option-desc {
    margin: 0 0 8px 0 !important;
    color: #4b5563;
    line-height: 1.7;
}

.option-meta {
    font-size: 14px;
    color: #6b7280;
    margin: 0 0 8px 0;
}

.option-when,
.option-proscons {
    margin: 12px 0 0 0;
}

.option-when strong,
.option-pros strong,
.option-cons strong {
    font-weight: 600;
    color: #111827;
    font-size: 15px;
    display: block;
    margin-bottom: 8px;
}

/* Fixed bullet alignment - symbol IS the bullet */
.option-when ul,
.option-pros ul,
.option-cons ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    list-style-type: none !important;
}

.option-when ul li,
.option-pros ul li,
.option-cons ul li {
    position: relative;
    padding: 0 !important;
    margin: 6px 0 !important;
    color: #4b5563;
    line-height: 1.7;
    display: block;
    list-style: none !important;
    list-style-type: none !important;
}

.option-when ul li:first-child,
.option-pros ul li:first-child,
.option-cons ul li:first-child {
    margin-top: 0 !important;
}

.option-when ul li::before {
    content: "✓";
    position: absolute !important;
    left: 0 !important;
    top: 0;
    color: #a855f7;
    font-weight: 400;
    display: block !important;
}

.option-pros ul li::before {
    content: "+";
    position: absolute !important;
    left: 0 !important;
    top: 0;
    color: #10b981;
    font-weight: 700;
    display: block !important;
}

.option-cons ul li::before {
    content: "-";
    position: absolute !important;
    left: 0 !important;
    top: 0;
    color: #ef4444;
    font-weight: 700;
    display: block !important;
}

.decision-recommendation {
    margin: 14px 0 0 0;
    padding: 14px 18px;
    background: #f3f4f6;
    border-radius: 10px;
    font-size: 15px;
    color: #374151;
    font-weight: 400;
    border-left: 3px solid #9ca3af;
    line-height: 1.7;
}

.decision-recommendation strong {
    font-weight: 600;
    color: #111827;
}

.common-mistakes {
    margin: 20px 0 0 0;
    padding: 16px 20px;
    background: #fff3cd;
    border-left: 4px solid #f59e0b;
    border-radius: 10px;
}

.common-mistakes strong {
    font-weight: 600;
    color: #92400e;
}

.common-mistakes ul {
    margin: 10px 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.common-mistakes ul li {
    margin: 6px 0 !important;
    padding: 0 !important;
    color: #92400e;
    line-height: 1.7;
}

/* ===================================================================
   Deep Checklist - WITH INLINE BADGES (AGGRESSIVE FIX)
   =================================================================== */

.enhanced-deep_checklist .enhanced-content {
    background: #ffffff;
}

.deep-checklist-title {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

.deep-checklist-intro {
    color: #6b7280;
    margin: 0 0 18px 0 !important;
    font-size: 15px;
    line-height: 1.7;
}

.deep-checklist-meta,
.estimated-effort {
    background: #f9fafb;
    padding: 12px 16px;
    border-radius: 10px;
    margin: 0 0 18px 0;
    font-size: 15px;
    color: #4b5563;
    border: 1px solid #e5e7eb;
    line-height: 1.6;
}

.deep-checklist-meta strong,
.estimated-effort strong {
    font-weight: 600;
    color: #111827;
}

.checklist-category {
    margin: 0 0 16px 0;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #ffffff;
    overflow: hidden;
}

.checklist-category:last-child {
    margin-bottom: 0;
}

.category-header {
    padding: 14px 18px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    color: #111827;
    background: #f9fafb;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.4;
}

.category-header::-webkit-details-marker {
    display: none;
}

.cat-icon {
    font-size: 20px;
    flex-shrink: 0;
    display: block !important;
}

.checklist-category[open] .category-header {
    border-bottom: 1px solid #e5e7eb;
}

.category-desc {
    padding: 12px 18px;
    color: #6b7280;
    font-size: 14px;
    margin: 0;
    background: #fafbfc;
    border-bottom: 1px solid #f3f4f6;
    line-height: 1.6;
}

.deep-items {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

/* Deep item wrapper - use flex to arrange label + badges inline */
.deep-item {
    list-style: none !important;
    padding: 14px 18px !important;
    margin: 0 !important;
    border-bottom: 1px solid #f3f4f6;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    align-items: flex-start !important;
}

.deep-item:last-child {
    border-bottom: none;
}

/* Hide ALL paragraphs inside deep-item */
.deep-item > p {
    display: none !important;
}

/* Label contains checkbox + task - takes available space */
.deep-item > label {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
    cursor: pointer;
    flex: 1 1 auto !important;
    min-width: 250px !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Scoped checkbox fix for deep checklist */
.deep-item input[type="checkbox"],
.deep-item .deep-checkbox {
    all: revert !important;
    display: block !important;
    width: 16px !important;
    height: 16px !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 3px 0 0 0 !important;
    flex-shrink: 0 !important;
}

.deep-task {
    font-weight: 600;
    color: #111827;
    font-size: 15px;
    line-height: 1.5;
    flex: 1;
    margin: 0 !important;
    padding: 0 !important;
}

/* Badges container - now inline with label on same row */
.deep-item > .item-meta {
    display: flex !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    flex-shrink: 0 !important;
    align-self: flex-start !important;
}

.priority-badge {
    padding: 3px 9px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    display: inline-block !important;
    white-space: nowrap !important;
}

.priority-badge.critical {
    background: #fef2f2;
    color: #dc2626;
}

.priority-badge.important {
    background: #fef3c7;
    color: #d97706;
}

.priority-badge.recommended {
    background: #e0f2fe;
    color: #0369a1;
}

.effort-badge {
    background: #f3f4f6;
    color: #6b7280;
    padding: 3px 9px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 500;
    display: inline-block !important;
    white-space: nowrap !important;
}

/* Item description and other direct children - force to new line */
.deep-item > .item-desc,
.deep-item > .item-notes,
.deep-item > .sub-items {
    width: 100% !important;
    flex-basis: 100% !important;
}

.item-desc {
    margin: 8px 0 0 26px !important;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.7;
}

.item-notes {
    margin: 10px 0 0 26px !important;
    padding: 10px 14px;
    background: #fffbeb;
    border-left: 3px solid #f59e0b;
    border-radius: 8px;
    font-size: 14px;
    color: #92400e;
    line-height: 1.6;
}

.sub-items {
    list-style: none !important;
    margin: 10px 0 0 26px !important;
    padding: 0 !important;
}

.sub-items li {
    padding: 0 !important;
    margin: 6px 0 !important;
    font-size: 14px;
    color: #6b7280;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.6;
    list-style: none !important;
}

.sub-items li label {
    display: flex !important;
    align-items: flex-start;
    gap: 8px;
    padding: 0 !important;
    flex: 1;
}

/* Scoped checkbox fix for sub-items */
.sub-items input[type="checkbox"] {
    all: revert !important;
    display: block !important;
    width: 14px !important;
    height: 14px !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 2px 0 0 0 !important;
    flex-shrink: 0;
}

.success-criteria,
.done-when {
    background: #ecfdf5;
    border-left: 4px solid #10b981;
    padding: 14px 18px;
    margin: 20px 18px 0 18px;
    border-radius: 10px;
    color: #065f46;
    font-size: 15px;
    line-height: 1.7;
}

.success-criteria strong,
.done-when strong {
    color: #047857;
    font-weight: 600;
}

/* ===================================================================
   Prompt Suite
   =================================================================== */

.enhanced-prompt_suite .enhanced-content {
    background: #fafbfc;
}

.suite-title {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

.suite-desc {
    color: #6b7280;
    margin: 0 0 18px 0 !important;
    font-size: 15px;
    line-height: 1.7;
}

.suite-meta {
    background: #f3f4f6;
    padding: 12px 16px;
    border-radius: 10px;
    margin: 0 0 20px 0;
    font-size: 14px;
    color: #4b5563;
    border: 1px solid #e5e7eb;
    line-height: 1.6;
}

.suite-prereqs {
    margin: 0 0 20px 0;
}

.suite-prereqs strong {
    font-weight: 600;
    color: #374151;
    font-size: 15px;
}

.suite-prereqs ul {
    margin: 10px 0 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.suite-prereqs ul li {
    position: relative;
    padding: 0 !important;
    margin: 7px 0 !important;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.7;
    list-style: none !important;
}

.suite-prereqs ul li::before {
    content: "●";
    position: absolute !important;
    left: 0 !important;
    top: 0;
    color: #a855f7;
    display: block !important;
}

.suite-prompts {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 0 !important;
    margin: 0 !important;
}

.suite-step {
    margin: 0;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #ffffff;
    overflow: hidden;
}

.step-header {
    padding: 14px 18px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    color: #111827;
    background: #f9fafb;
    list-style: none;
    line-height: 1.4;
}

.suite-step summary {
    padding: 14px 18px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    color: #111827;
    background: #f9fafb;
    list-style: none;
    line-height: 1.4;
}

.suite-step summary::-webkit-details-marker {
    display: none;
}

.suite-step[open] summary,
.suite-step[open] .step-header {
    border-bottom: 1px solid #e5e7eb;
}

.suite-step-content {
    padding: 20px !important;
}

.suite-step-content p,
.step-purpose,
.step-input,
.step-output {
    margin: 0 0 14px 0 !important;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.7;
}

.step-purpose,
.step-input,
.step-output {
    padding: 12px 16px;
    background: #fafbfc;
    border-left: 3px solid #e5e7eb;
    border-radius: 6px;
}

.suite-step-content p:last-child {
    margin-bottom: 0 !important;
}

.suite-step-content strong,
.step-purpose strong,
.step-input strong,
.step-output strong {
    font-weight: 600;
    color: #111827;
    display: block;
    margin-bottom: 6px;
}

.step-prompt-container,
.suite-prompt-container {
    position: relative;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 40px 16px 16px 16px !important;
    margin: 14px 0;
}

.copy-prompt-btn,
.step-prompt-text,
.suite-prompt-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.7;
}

.step-prompt-text,
.suite-prompt-text {
    margin: 0;
    padding: 0;
    color: #374151;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.step-prompt-text code,
.suite-prompt-text code {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #374151;
    background: none;
    padding: 0;
}

.copy-prompt-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 6px 12px;
    background: #6366f1;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    font-size: 13px;
    z-index: 10;
}

.copy-prompt-btn:hover {
    background: #4f46e5;
}

.suite-deliverable {
    background: #ecfdf5;
    border-left: 4px solid #10b981;
    padding: 12px 16px;
    margin: 16px 0 0 0;
    border-radius: 8px;
    color: #065f46;
    font-size: 15px;
    line-height: 1.7;
}

.suite-deliverable strong {
    color: #047857;
    font-weight: 600;
}

.suite-tips {
    background: #fef3c7;
    border-left: 4px solid #f59e0b;
    padding: 12px 16px;
    margin: 16px 0 0 0;
    border-radius: 8px;
    color: #92400e;
    font-size: 15px;
    line-height: 1.7;
}

.suite-tips strong {
    color: #78350f;
    font-weight: 600;
}

.suite-tips ul {
    margin: 8px 0 0;
    padding: 0 0 0 20px;
}

.suite-tips li {
    margin: 6px 0;
    color: #92400e;
    padding: 0 !important;
    line-height: 1.7;
}

/* ===================================================================
   Simple Enrichments
   =================================================================== */

.enrichment {
    margin: 32px 0;
}

.enrichment-checklist {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 28px 32px;
}

.enrichment-title {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.checklist-items {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.checklist-items > li {
    list-style: none !important;
    list-style-type: none !important;
    padding: 12px 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid #f3f4f6;
    display: block !important;
}

.checklist-items > li:last-child {
    border-bottom: none;
}

/* Scoped checkbox fix for simple checklist items with actual input elements */
.checklist-items input[type="checkbox"] {
    all: revert !important;
    display: block !important;
    width: 16px !important;
    height: 16px !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 2px 0 0 0 !important;
    flex-shrink: 0;
}

/* Checkbox styling (for span.checkbox elements) */
.checkbox {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex-shrink: 0 !important;
    margin: 2px 8px 0 0 !important;
    width: 20px !important;
    height: 20px !important;
    font-size: 14px;
    vertical-align: top !important;
}

/* Task text wrapper - inline with checkbox */
.task-text {
    font-weight: 600;
    color: #111827;
    font-size: 15px;
    display: inline !important;
    vertical-align: top !important;
}

/* Hide empty paragraphs */
.checklist-items > li > p:empty {
    display: none !important;
}

/* Sub-checklist styling */
.sub-checklist {
    list-style: none !important;
    margin: 10px 0 0 30px !important;
    padding: 0 !important;
}

.sub-checklist li {
    list-style: none !important;
    padding: 0 !important;
    margin: 6px 0 !important;
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
    display: flex !important;
    align-items: flex-start !important;
    gap: 8px !important;
}

.checkbox-sub {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex-shrink: 0 !important;
    margin: 2px 0 0 0 !important;
    width: 16px !important;
    height: 16px !important;
    font-size: 12px;
}

/* ===================================================================
   Comparison Grid
   =================================================================== */

.enrichment-comparison {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 28px 32px;
}

.comparison-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.comparison-item {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 22px;
    margin: 0;
}

.comparison-name {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 18px 0;
    line-height: 1.3;
}

.comparison-pros,
.comparison-cons {
    margin: 0 0 16px 0;
}

.comparison-pros:last-child,
.comparison-cons:last-child {
    margin-bottom: 0;
}

.comparison-pros strong,
.comparison-cons strong {
    font-size: 13px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #9ca3af;
    font-weight: 600;
}

.comparison-pros ul,
.comparison-cons ul {
    margin: 10px 0 0 !important;
    padding: 0 !important;
    font-size: 15px;
    line-height: 1.6;
}

.comparison-pros ul li,
.comparison-cons ul li {
    margin: 4px 0 !important;
    padding: 0 !important;
}

.comparison-verdict {
    margin: 18px 0 18px 0!important;
    font-weight: 600;
    text-align: center;
    color: #111827;
    font-size: 15px;
}

/* ===================================================================
   Nuclear Bullet Point Fix - Complete Override
   =================================================================== */

/* Force remove ALL default list styling on containers */
.decision-option ul,
.decision-option ol,
.enhanced-enricher ul,
.enhanced-enricher ol,
.suite-step ul,
.suite-step ol,
.option-when ul,
.option-pros ul,
.option-cons ul,
.suite-prereqs ul,
.common-mistakes ul,
.suite-tips ul {
    list-style: none !important;
    list-style-type: none !important;
    list-style-image: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

/* Force ALL list items to display:block with no bullets */
.decision-option li,
.enhanced-enricher li,
.suite-step li,
.option-when ul li,
.option-pros ul li,
.option-cons ul li,
.suite-prereqs ul li,
.common-mistakes ul li,
.suite-tips ul li {
    list-style: none !important;
    list-style-type: none !important;
    list-style-image: none !important;
    display: block !important;
}

/* Hide ALL ::before by default */
.decision-option li::before,
.enhanced-enricher li::before,
.suite-step li::before,
.checklist-category li::before,
.visual-enricher li::before,
.comparison-item::before,
.enrichment li::before {
    display: none !important;
    content: '' !important;
}

/* Selectively show ONLY our custom symbols */
.option-when ul li::before,
.option-pros ul li::before,
.option-cons ul li::before,
.suite-prereqs ul li::before,
.common-mistakes ul li::before {
    display: block !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
}

/* Proper spacing for items with custom symbols */
.option-when ul li,
.option-pros ul li,
.option-cons ul li,
.suite-prereqs ul li,
.common-mistakes ul li {
    position: relative !important;
    padding: 0 !important;
    margin-left: 0 !important;
}

/* Nuclear option for ::before */
.decision-option li::before,
.enhanced-enricher li::before,
.suite-step li::before,
.option-when ul li::before,
.option-pros ul li::before,
.option-cons ul li::before,
.suite-prereqs ul li::before,
.common-mistakes ul li::before,
.comparison-item ul li::before {
    display: none !important;
    content: '' !important;
    content: none !important;
    width: 0 !important;
    font-size: 0 !important;
}

/* ===================================================================
   Mobile Responsiveness
   =================================================================== */

@media screen and (max-width: 767.9px) {
    .ve-timeline {
        padding: 24px 18px;
    }

    .ve-timeline-title {
        font-size: 22px;
    }

    .ve-timeline-events {
        padding-left: 24px;
    }

    .ve-timeline-events::before {
        left: 6px;
    }

    .ve-event-marker {
        left: -24px;
        width: 16px;
        height: 16px;
    }

    .ve-event-date {
        font-size: 15px;
    }

    .ve-process {
        padding: 20px 16px;
    }

    .ve-process-step {
        padding: 14px 16px;
    }

    .ve-step-number {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
    
    .ve-bar-chart {
        padding: 20px 16px;
    }
    
    .ve-bar-row {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }
    
    .ve-bar-label {
        min-width: auto;
        text-align: left;
        font-size: 14px;
    }
    
    .ve-bar-track {
        height: 38px;
    }
    
    .ve-bar-value {
        font-size: 13px;
        padding-right: 8px;
    }

    .enhanced-content {
        padding: 18px 16px;
    }

    .enhanced-header {
        padding: 14px 16px;
    }

    .decision-options {
        padding: 12px 16px;
    }

    .enrichment-checklist,
    .enrichment-comparison {
        padding: 20px 16px;
    }

    .comparison-grid {
        grid-template-columns: 1fr;
    }

    .deep-item {
        padding: 12px 16px !important;
    }
    
    .deep-item > label {
        min-width: 100% !important;
    }
    
    .deep-item > .item-meta {
        margin-left: 26px !important;
    }

    .item-desc,
    .item-notes,
    .sub-items {
        margin-left: 20px !important;
    }

    .ve-stat-value {
        font-size: 32px;
    }

    .ve-stat-icon {
        font-size: 40px;
    }
}

/* ===================================================================
   FINAL BULLET FIX
   =================================================================== */

/* Super specific selectors to override your site's default list styling */
.post-page__content-text .decision-option ul,
.post-page__content-text .enhanced-enricher ul {
    list-style: none !important;
    list-style-type: none !important;
    padding-left: 0 !important;
}

.post-page__content-text .decision-option ul li,
.post-page__content-text .enhanced-enricher ul li,
.post-page__content-text .option-when ul li,
.post-page__content-text .option-pros ul li,
.post-page__content-text .option-cons ul li,
.post-page__content-text .suite-prereqs ul li,
.post-page__content-text .common-mistakes ul li {
    list-style: none !important;
    list-style-type: none !important;
    list-style-image: none !important;
}

/* ===================================================================
   AI PROMPTS STYLING
   =================================================================== */

/* AI Prompts Toolkit (First Layout) */

.enhanced-ai_prompts .prompts-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 8px 0;
}

.enhanced-ai_prompts .prompts-intro {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #6b7280;
    margin: 0 0 24px 0;
    line-height: 1.6;
}

.prompt-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
}

.prompt-card-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 16px 0;
    line-height: 1.4;
}

.prompt-use-case,
.prompt-output,
.prompt-models,
.prompt-tips {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    margin: 12px 0;
    padding: 12px;
    border-radius: 8px;
    line-height: 1.6;
}

.prompt-use-case {
    background: #eff6ff;
    border-left: 3px solid #3b82f6;
}

.prompt-output {
    background: #f0fdf4;
    border-left: 3px solid #10b981;
}

.prompt-models {
    background: #fef3c7;
    border-left: 3px solid #f59e0b;
}

.prompt-tips {
    background: #f3e8ff;
    border-left: 3px solid #a855f7;
}

.prompt-use-case strong,
.prompt-output strong,
.prompt-models strong,
.prompt-tips strong {
    font-weight: 700;
    color: #1f2937;
}

.prompt-container {
    position: relative;
    margin: 16px 0 0 0;
}

.copy-prompt-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #a855f7;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 8px 16px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    z-index: 10;
    transition: all 0.2s ease;
}

.copy-prompt-btn:hover {
    background: #9333ea;
    transform: translateY(-1px);
}

.mega-prompt-text {
    background: #1f2937;
    border-radius: 8px;
    padding: 48px 20px 20px 20px;
    margin: 0;
    overflow-x: auto;
    max-width: 100%;
}

.mega-prompt-text code {
    font-family: 'Monaco', 'Courier New', monospace;
    font-size: 13px;
    line-height: 1.7;
    color: #e5e7eb;
    display: block;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.mega-prompt-text code strong {
    color: #fbbf24;
    font-weight: 700;
}

/* AI Prompts Grid (Second Layout) */

.ai-prompts-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin: 24px 0;
}

@media (min-width: 768px) {
    .ai-prompts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.ai-prompt-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    transition: all 0.2s ease;
}

.ai-prompt-card:hover {
    border-color: #a855f7;
    box-shadow: 0 4px 12px rgba(168, 85, 247, 0.1);
}

.ai-prompt-meta {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e7eb;
}

.ai-prompt-persona {
    color: #a855f7;
    font-weight: 700;
}

.ai-prompt-goal {
    color: #4b5563;
}

.ai-prompt-card pre {
    background: #1f2937;
    border-radius: 8px;
    padding: 16px;
    margin: 0;
    overflow-x: auto;
    max-width: 100%;
}

.ai-prompt-card pre code {
    font-family: 'Monaco', 'Courier New', monospace;
    font-size: 13px;
    line-height: 1.7;
    color: #e5e7eb;
    display: block;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Mobile responsive for prompts */
@media (max-width: 768px) {
    .prompt-card {
        padding: 16px;
    }
    
    .mega-prompt-text {
        padding: 44px 12px 12px 12px;
    }
    
    .mega-prompt-text code {
        font-size: 12px;
    }
    
    .copy-prompt-btn {
        font-size: 12px;
        padding: 6px 12px;
    }
    
    .ai-prompts-grid {
        grid-template-columns: 1fr;
    }
    
    .ai-prompt-card {
        padding: 16px;
    }
    
    .ai-prompt-card pre {
        padding: 12px;
    }
    
    .ai-prompt-card pre code {
        font-size: 12px;
    }
}/* ===================================================================
   MISSING CSS - Add to content2026.css
   Complete CSS for: Charts, Prompt Suites, and Enrichment Callouts
   =================================================================== */

/* ===================================================================
   1. ENRICHMENT CALLOUT SYSTEM (Base + Variations)
   =================================================================== */

/* Base Enrichment Callout */
.enrichment-callout {
    border-radius: 20px;
    padding: 22px;
    border: 1px solid #e2e8f0;
    position: relative;
    overflow: hidden;
    margin: 24px 0;
}

/* Callout Variations */
.enrichment-callout-tip {
    background: #ecfdf5;
    border-color: #a7f3d0;
}

.enrichment-callout-warning {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-left: 4px solid #64748b;
    border-radius: 8px;
    padding: 20px 24px;
}

.enrichment-callout-note {
    background: #f1f5f9;
    border-color: #cbd5f5;
}

.enrichment-callout-important {
    background: #fef2f2;
    border-color: #fecaca;
}

/* Callout Content Elements */
.callout-title {
    margin: 0 0 8px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.01em;
    font-size: 18px;
    line-height: 1.4;
}

.callout-content {
    margin: 0;
    color: #1f2937;
    font-size: 16px;
    line-height: 1.7;
}

/* Warning-specific styling */
.enrichment-callout-warning .callout-title {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
}

.enrichment-callout-warning .callout-content {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.7;
}

/* Definition Callout (Special case for glossary terms) */
.enrichment-callout-note .callout-title.definition-term {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e40af;
    margin: 0 0 8px 0;
}

.enrichment-callout-note .callout-content.definition-text {
    font-size: 0.95rem;
    color: #1f2937;
    line-height: 1.7;
    margin: 0 0 12px 0;
}

.enrichment-callout-note .callout-content.definition-context {
    font-size: 0.88rem;
    color: #475569;
    line-height: 1.6;
    margin: 0 0 8px 0;
}

.enrichment-callout-note .callout-content.definition-source {
    font-size: 0.82rem;
    color: #6b7280;
    font-style: italic;
    margin: 0;
}


/* ===================================================================
   2. CHART SYSTEM (Base + Pie/Donut Charts)
   =================================================================== */

/* Base Chart Container */
.ve-chart {
    background: #f8fafc;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #e2e8f0;
    text-align: center;
    margin: 32px 0;
}

.ve-chart-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 4px;
}

.ve-chart-subtitle {
    font-size: 0.85rem;
    color: #64748b;
    margin: 0 0 20px;
}

.ve-chart-svg {
    width: 240px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

/* Chart Legend */
.ve-chart-legend {
    margin: 18px auto 0;
    max-width: 520px;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    text-align: left;
}

.ve-chart-legend-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: #334155;
}

.ve-chart-swatch {
    width: 14px;
    height: 14px;
    border-radius: 4px;
    flex: 0 0 14px;
}

.ve-chart-legend-label {
    flex: 1;
    min-width: 0;
}

.ve-chart-legend-value {
    font-weight: 700;
    color: #0f172a;
}

.ve-chart-source {
    margin-top: 16px;
    font-size: 0.75rem;
    color: #94a3b8;
    text-align: right;
}

/* Donut Chart Specific */
.ve-donut-chart {
    /* Inherits from .ve-chart */
}

.ve-donut-chart.variation-A {
    background: #f8fafc;
}

.ve-donut-chart.variation-B {
    background: linear-gradient(135deg, #ffffff 0%, #fff7ed 100%);
    border: 2px solid #fb923c;
}

.ve-donut-chart.variation-B .ve-chart-svg {
    width: 260px;
}

.ve-donut-chart.variation-B .ve-chart-legend {
    grid-template-columns: 1fr;
    max-width: 420px;
}

.ve-donut-chart.variation-B .ve-chart-swatch {
    border-radius: 999px;
}

.ve-donut-chart.variation-C {
    background: #ffffff;
    border: 2px solid #10b981;
}

.ve-donut-chart.variation-C .ve-chart-svg {
    filter: drop-shadow(0 12px 20px rgba(15, 23, 42, 0.14));
}

.ve-donut-chart.variation-C .ve-chart-legend-item {
    background: #f8fafc;
    padding: 10px 12px;
    border-radius: 999px;
    border: 1px solid #e2e8f0;
}

.ve-donut-chart.variation-C .ve-chart-swatch {
    border-radius: 999px;
}

.ve-donut-chart.variation-D {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border: 2px dashed #a78bfa;
}

.ve-donut-chart.variation-D .ve-chart-svg {
    filter: drop-shadow(0 8px 14px rgba(15, 23, 42, 0.12));
}

/* Donut Center Text (SVG text styling) */
.ve-donut-center {
    font-family: inherit;
}

.ve-donut-center-value {
    font-size: 24px;
    font-weight: 900;
    fill: #0f172a;
}

.ve-donut-center-label {
    font-size: 13px;
    font-weight: 900;
    fill: #0f172a;             /* Almost black */
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* Pie Chart (shares base .ve-chart styles) */
.ve-pie-chart.variation-A {
    background: #ffffff;
    border: 2px solid #e2e8f0;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

.ve-pie-chart.variation-A .ve-chart-legend-item {
    background: #f8fafc;
    padding: 10px 12px;
    border-radius: 999px;
    border: 1px solid #e2e8f0;
}

.ve-pie-chart.variation-A .ve-chart-swatch {
    border-radius: 999px;
}

/* Pie Center Text */
.ve-pie-center {
    font-family: inherit;
}

.ve-pie-center-value {
    font-size: 22px;
    font-weight: 800;
    fill: #0f172a;
}

.ve-pie-center-label {
    font-size: 12px;
    font-weight: 700;
    fill: #64748b;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}


/* ===================================================================
   3. PROMPT SUITE SYSTEM (Tabbed Interface)
   =================================================================== */

/* Prompt Suite Container */
.enricher-prompt-suite {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 24px;
    margin: 24px 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.enricher-prompt-suite .enricher-title {
    font-size: 20px;
    font-weight: 750;
    color: #111827;
    margin: 0 0 10px 0;
    letter-spacing: -0.01em;
}

.suite-description {
    color: #4b5563;
    margin: 8px 0 16px 0;
    line-height: 1.6;
    font-size: 14px;
}

/* Prompt Suite Shell */
.ps-shell {
    margin-top: 14px;
}

/* Tab Navigation */
.ps-tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 12px 0;
}

.ps-tab {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    color: #111827;
    font-family: 'Montserrat';
    font-weight: 850;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.ps-tab:hover {
    background: #f3f4f6;
    border-color: #d1d5db;
}

.ps-tab[aria-selected="true"] {
    background: #eef2ff;
    border-color: #c7d2fe;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.16);
}

.ps-stepnum {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: #6366f1;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 12px;
}

/* Panel Content */
.ps-panel {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 16px;
    background: #ffffff;
}

.ps-panel[hidden] {
    display: none !important;
}

.ps-panel-title {
    margin: 0;
    font-size: 15px;
    font-weight: 900;
    color: #111827;
}

.ps-panel-meta {
    margin-top: 8px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
}

.ps-meta-row {
    display: flex;
    gap: 10px;
    align-items: baseline;
    flex-wrap: wrap;
}

.ps-meta-label {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6b7280;
}

.ps-meta-value {
    font-size: 13px;
    color: #374151;
}

/* Prompt Container */
.suite-prompt-container {
    position: relative;
    margin: 12px 0 0 0;
}

.suite-copy-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #64748b;
    color: white;
    border: none;
    padding: 7px 12px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 650;
    transition: background 0.2s ease;
    z-index: 10;
}

.suite-copy-btn:hover {
    background: #475569;
}

.suite-prompt-text {
    background: #0f172a;
    color: #e2e8f0;
    padding: 42px 14px 14px 14px;
    border-radius: 12px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 12px;
    line-height: 1.6;
    white-space: pre-wrap;
    border: 1px solid #111827;
    max-height: 280px;
    overflow: auto;
}

.suite-prompt-text strong {
    color: #fbbf24;
    font-weight: 700;
}

/* Example Collapsible */
.suite-example {
    margin-top: 12px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
}

.suite-example summary {
    padding: 10px 12px;
    background: #f9fafb;
    cursor: pointer;
    font-weight: 850;
    color: #4f46e5;
    list-style: none;
    transition: background 0.2s ease;
}

.suite-example summary:hover {
    background: #f3f4f6;
}

.suite-example summary::-webkit-details-marker {
    display: none;
}

.suite-example-content {
    padding: 12px;
    background: #f9fafb;
    margin: 0;
    white-space: pre-wrap;
    overflow-x: auto;
    font-size: 12px;
    color: #374151;
    line-height: 1.5;
}


/* ===================================================================
   4. VISUAL ENRICHER WIDTH/ALIGNMENT CLASSES
   =================================================================== */

/* Ensure these exist (may already be in your file) */
.visual-enricher.width-narrow {
    max-width: 400px;
}

.visual-enricher.width-medium {
    max-width: 600px;
}

.visual-enricher.width-wide {
    max-width: 800px;
}

.visual-enricher.width-full {
    max-width: 100%;
}

.visual-enricher.align-left {
    margin-right: auto;
    margin-left: 0;
}

.visual-enricher.align-center {
    margin-left: auto;
    margin-right: auto;
}

.visual-enricher.align-right {
    margin-left: auto;
    margin-right: 0;
}

/* ===================================================================
   DECISION SCORECARD
   Generic styles that work for any scorecard instance
   =================================================================== */

.enricher-scorecard {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    margin: 28px 0;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.enricher-scorecard .sc-header {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: inset 0 4px 0 rgba(16, 185, 129, 0.55);
    padding: 20px 24px;
    color: #0f172a;
}

.enricher-scorecard .enricher-title {
    margin: 0 0 8px;
    font-size: 1.25rem;
    font-weight: 700;
}

.enricher-scorecard .sc-intro {
    margin: 0;
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.5;
}

.enricher-scorecard .sc-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 0;
}

@media (max-width: 900px) {
    .enricher-scorecard .sc-layout {
        grid-template-columns: 1fr;
    }
}

/* Left Column - Weights */
.enricher-scorecard .sc-weights-col {
    background: #f1f5f9;
    padding: 20px;
    border-right: 1px solid #e2e8f0;
}

.enricher-scorecard .sc-weights-title {
    font-weight: 700;
    font-size: 0.9rem;
    color: #475569;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.enricher-scorecard .sc-reset-btn {
    font-size: 0.75rem;
    padding: 4px 10px;
    background: #e2e8f0;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    color: #64748b;
}

.enricher-scorecard .sc-reset-btn:hover {
    background: #cbd5e1;
}

.enricher-scorecard .sc-weight-row {
    margin-bottom: 14px;
}

.enricher-scorecard .sc-weight-label {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    color: #334155;
    margin-bottom: 6px;
}

.enricher-scorecard .sc-weight-val {
    font-weight: 700;
    color: #059669;
    min-width: 24px;
    text-align: right;
}

.enricher-scorecard .sc-weight-slider {
    width: 100%;
    height: 6px;
    -webkit-appearance: none;
    background: #e2e8f0;
    border-radius: 3px;
    outline: none;
}

.enricher-scorecard .sc-weight-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    background: #0f172a;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.enricher-scorecard .sc-weight-slider::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: #0f172a;
    border-radius: 50%;
    cursor: pointer;
    border: none;
}

/* Right Column - Options */
.enricher-scorecard .sc-options-col {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.enricher-scorecard .sc-card {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 18px;
    transition: all 0.2s ease;
}

.enricher-scorecard .sc-card.sc-winner {
    border: 2px solid #22c55e;
    background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 100%);
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.15);
}

.enricher-scorecard .sc-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}

.enricher-scorecard .sc-card-title {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 8px;
}

.enricher-scorecard .sc-trophy {
    font-size: 1.2rem;
}

.enricher-scorecard .sc-card-score {
    font-size: 1.4rem;
    font-weight: 800;
    color: #0f172a;
}

.enricher-scorecard .sc-card.sc-winner .sc-card-score {
    color: #16a34a;
}

.enricher-scorecard .sc-card-score span {
    font-size: 0.8rem;
    font-weight: 500;
    color: #94a3b8;
}

.enricher-scorecard .sc-card-desc {
    font-size: 0.9rem;
    color: #64748b;
    margin: 0 0 12px;
    line-height: 1.5;
}

.enricher-scorecard .sc-card-meta {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.enricher-scorecard .sc-meta-tag {
    font-size: 0.8rem;
    background: #f1f5f9;
    color: #475569;
    padding: 4px 10px;
    border-radius: 6px;
}

.enricher-scorecard .sc-proscons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 12px;
}

@media (max-width: 600px) {
    .enricher-scorecard .sc-proscons {
        grid-template-columns: 1fr;
    }
}

.enricher-scorecard .sc-pros,
.enricher-scorecard .sc-cons {
    font-size: 0.85rem;
}

.enricher-scorecard .sc-pros-title {
    color: #16a34a;
    font-weight: 700;
    margin-bottom: 6px;
}

.enricher-scorecard .sc-cons-title {
    color: #dc2626;
    font-weight: 700;
    margin-bottom: 6px;
}

.enricher-scorecard .sc-pros ul,
.enricher-scorecard .sc-cons ul {
    margin: 0;
    padding-left: 18px;
    color: #475569;
}

.enricher-scorecard .sc-pros li,
.enricher-scorecard .sc-cons li {
    margin-bottom: 4px;
    line-height: 1.4;
}

.enricher-scorecard .sc-when {
    font-size: 0.85rem;
    color: #64748b;
    padding: 10px 14px;
    background: #f8fafc;
    border-radius: 8px;
    line-height: 1.5;
}

.enricher-scorecard .sc-copy-row {
    padding: 16px 20px;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    text-align: center;
}

.enricher-scorecard .sc-copy-btn {
    padding: 10px 20px;
    background: #0f172a;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background 0.2s;
}

.enricher-scorecard .sc-copy-btn:hover {
    background: #111827;
}