  :root {
    --outline-border: #e68a00;        /* slightly darker, less neon version of #ff8c00 */
    --outline-bg: #fff7ec;   

    --bg-body: #f6f5f4;          /* soft neutral */
    --bg-timeline: #c9c6c2;      /* MEDIUM warm grey sidebar */
    --bg-surface: #ffffff;
  
    --text-main: #2b2b2d;
    --text-muted: #6e6e72;
    --text-on-dark: #2b2b2d;
  
    /* Accent = muted copper */
    --primary: #b87649;        
    --primary-soft: #f3e8e1;     
    --primary-strong: #9f623d;   
    --primary-hover: #a86840;
  
    /* WHY badge warm */
    --accent-warm: #c89b6a;
    --accent-soft: #f7ede3;
  
    --border-subtle: #d8d6d3;
    --border-strong: #c6c4c1;
    --border-section: #d3d1ce;
    --border-table-row: #d3d1ce;
  
    /* Chips */
    --chip-bg: #ecebea;
    --chip-border: #d0cecb;
  
    /* Buttons */
    --button-bg: var(--primary-strong);
    --button-bg-hover: var(--primary);
    --button-text: #ffffff;
  
    /* Tag pills */
    --tag-bg: #f1ece8;
    --tag-border: #d4ccc4;
    --tag-text: #332e2b;
    --tag-bg-hover: #e4dbd4;
    --tag-text-hover: #1d1b19;
  
    --sort-hover-bg: #e5e5e4;
  
    --view-toggle-bg: rgba(255,255,255,0.9);
    --view-toggle-bg-mobile: rgba(255,255,255,0.95);
    --view-toggle-shadow: 0 2px 5px rgba(0,0,0,0.12);
    --evidence-shadow: 0 2px 8px rgba(0,0,0,0.18);
  }

  :root {
    --bg-body: #f5f6f7;
    --bg-timeline: #c7cad1;      /* cool medium grey sidebar */
    --bg-surface: #ffffff;
  
    --text-main: #1f2023;
    --text-muted: #6c6d72;
    --text-on-dark: #2a2b2f;
  
    /* Accent = soft mauve */
    --primary: #a07ab5;
    --primary-soft: #f2eafd;
    --primary-strong: #8d67a4;
    --primary-hover: #986fb0;
  
    --accent-warm: #c6a58f;      /* for WHY */
    --accent-soft: #f7efe9;
  
    --border-subtle: #d6d7db;
    --border-strong: #c4c5ca;
    --border-section: #d2d3d7;
    --border-table-row: #d2d3d7;
  
    --chip-bg: #ecebf0;
    --chip-border: #d2d1d6;
  
    --button-bg: var(--primary-strong);
    --button-bg-hover: var(--primary);
    --button-text: #ffffff;
  
    --tag-bg: #eeeaf4;
    --tag-border: #d6cfdf;
    --tag-text: #312b39;
    --tag-bg-hover: #e2dcee;
    --tag-text-hover: #221e29;
  
    --sort-hover-bg: #e5e6ea;
  
    --view-toggle-bg: rgba(255,255,255,0.9);
    --evidence-shadow: 0 2px 8px rgba(0,0,0,0.18);
  }

  :root {
    /* Layout / surfaces */
    --bg-body: #f4f5f7;            /* light neutral, not stark white */
    --bg-timeline: #1c3a57;        /* original deep slate blue sidebar */
    --bg-surface: #ffffff;         /* content cards */
  
    /* Text */
    --text-main: #111827;          /* near-black for body text */
    --text-muted: #6b7280;         /* soft gray for meta */
    --text-on-dark: #e5e7eb;       /* text on sidebar */
    --text-inverse: #ffffff;
  
    /* Primary accent: modern amber (instead of neon orange) */
    --primary: #f59e0b;            /* main amber */
    --primary-soft: #fff4e0;       /* soft amber background */
    --primary-strong: #d97706;     /* darker amber for strong states */
    --primary-hover: #ea8a0a;      /* hover state */
  
    /* Warm accent for WHY / highlights (slightly richer orange) */
    --accent-warm: #fb923c;
    --accent-soft: #fff7ed;
  
    /* Borders / dividers */
    --border-subtle: #e5e7eb;
    --border-strong: #d1d5db;
    --border-section: #e5e7eb;
    --border-table-row: #e5e7eb;
  
    /* Chips / badges */
    --chip-bg: #f3f4ff;            /* very soft indigo-ish neutral */
    --chip-border: #c7d2fe;
  
    /* Buttons / hovers */
    --sort-hover-bg: #e5e7eb;
    --button-bg: #1c3a57;          /* blue button default */
    --button-bg-hover: #163049;    /* slightly darker blue */
    --button-text: #ffffff;
  
    /* Tag pills */
    --tag-bg: #fff7ed;             /* soft warm */
    --tag-border: #fed7aa;
    --tag-text: #7c2d12;
    --tag-bg-hover: #fed7aa;
    --tag-text-hover: #431407;
  
    /* View toggle overlay */
    --view-toggle-bg: rgba(255, 255, 255, 0.9);
    --view-toggle-bg-mobile: rgba(255, 255, 255, 0.95);
    --view-toggle-shadow: 0 2px 5px rgba(15, 23, 42, 0.2);
    --view-toggle-shadow-mobile: 0 2px 5px rgba(15, 23, 42, 0.12);
  
    /* Evidence box shadow */
    --evidence-shadow: 0 2px 8px rgba(15, 23, 42, 0.25);
  }

  :root {
    /* Layout / surfaces */
    --bg-body: #f5f5f5;           /* original light background */
    --bg-timeline: #1c3a57;       /* original deep slate/navy sidebar */
    --bg-surface: #ffffff;        /* original white content background */
  
    /* Text */
    --text-main: #1c3a57;         /* original heading color */
    --text-muted: #6b7280;        /* neutral muted */
    --text-on-dark: #f0f4f8;      /* original soft off-white on sidebar */
    --text-inverse: #ffffff;
  
    /* Primary (original orange family) */
    --primary: #ff8c00;           /* original “active” orange */
    --primary-soft: #ffb347;      /* original soft orange */
    --primary-strong: #ff8c00;    /* same as primary for emphasis */
    --primary-hover: #e67a00;     /* calculated, not new (shade of original orange) */
  
    /* WHY badge (original) */
    --accent-warm: #ffa500;       /* original border orange */
    --accent-soft: #ffebcc;       /* original light orange bg */
  
    /* Borders / dividers */
    --border-subtle: #ccc;        /* original */
    --border-strong: #b7bac1;     /* close to existing greys */
    --border-section: #ccc;
    --border-table-row: #ddd;
  
    /* Chips / badges (original white + light grey vibe) */
    --chip-bg: #ffffff;
    --chip-border: #ccc;
  
    /* Buttons / toggles */
    --button-bg: #1c3a57;         /* original dark blue button */
    --button-bg-hover: #ff8c00;   /* original hover orange */
    --button-text: #ffffff;
  
    /* Tags (original warm orange family) */
    --tag-bg: #ffe4b3;            /* original tag background */
    --tag-border: #ffb347;        /* original orange border */
    --tag-text: #1c3a57;          /* original navy text */
    --tag-bg-hover: #ffcc80;      /* original hover */
    --tag-text-hover: #000;
  
    /* View toggle overlay */
    --view-toggle-bg: rgba(255, 255, 255, 0.9);
    --view-toggle-bg-mobile: rgba(255, 255, 255, 0.95);
    --view-toggle-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    --view-toggle-shadow-mobile: 0 2px 5px rgba(0, 0, 0, 0.1);
  
    /* Evidence box shadow (neutral) */
    --evidence-shadow: 0 2px 8px rgba(0,0,0,0.2);

    --sort-active-bg: #007bff;
    --sort-active-border: #007bff;
    --sort-active-text: #ffffff;

    --tagbutton-off-bg: #ffb347;   /* original soft orange */
    --tagbutton-off-text: #1c3a57; /* original slate blue */
    --tagbutton-active-bg: #ff8c00; /* original strong orange */
    --tagbutton-active-text: #ffffff;
  }





  

* {
    margin: 0;
    padding: 0;
}

body.normal {
    display: flex;
    font-family: Arial, sans-serif;
    margin: 0;
    overflow-x: hidden;
    background-color: var(--bg-body);
    color: var(--text-main);
}

body.normal .tag-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
    padding: 10px;
    gap: 5px;
    width: 100%;
}

body.normal .tag-button {
    background-color: #ffb347;
    color: #1c3a57;
    border: none;
    border-radius: 4px;
    padding: 5px 10px;
    cursor: pointer;
    transition: background-color 0.3s;
    flex: 1 1 auto;
    text-align: center;

    background-color: var(--primary-soft);
    color: var(--primary-strong);
    border-radius: 999px;
    border: 1px solid var(--border-subtle);

    background-color: var(--tagbutton-off-bg);
    color: var(--tagbutton-off-text);
}

body.normal .tag-button.active {
    background-color: #ff8c00;
    background-color: var(--primary);
    color: #fff;

    background-color: var(--tagbutton-active-bg);
    color: var(--tagbutton-active-text);
}

body.normal .timeline {
    position: fixed;
    left: 0;
    width: 140px;
    height: 100vh;
    background-color: #1c3a57;
    /* Deep slate blue */
    color: #f0f4f8;
    /* Soft off-white for contrast */
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
    scroll-behavior: smooth;

    background-color: var(--bg-timeline);
    color: var(--text-on-dark);
}

body.normal .timeline-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
    cursor: pointer;
}

body.normal .timeline-date {
    font-size: 0.8em;
    margin-top: 4px;
    opacity: 0.8;
}

body.normal .timeline-dot {
    height: 10px;
    width: 10px;
    background-color: #ffb347;
    background-color: var(--primary-soft);

    border-radius: 50%;
    opacity: 0.5;
    transition: opacity 0.3s, transform 0.3s;
}

body.normal .timeline-dot.active {
    background-color: #ff8c00;
    background-color: var(--primary);
    opacity: 1;
    transform: scale(1.2);
}

body.normal .content {
    margin-left: 140px;
    padding: 20px;
    max-width: 900px;
    background-color: var(--bg-surface);
}

@media (max-width: 600px) {
}

body.normal .section {
    padding: 20px 10px;
    border-bottom: 1px solid var(--border-section);
    margin: 0 0 5px;
}

body.normal .section.event {
    padding: 10px 12px;                 /* tighter than normal sections */
    margin: 6px 0;
    border-radius: 6px;
    background-color: #f9fafb;
    background-color: var(--chip-bg);   /* reuse chip surface */
    border: 1px dashed var(--border-subtle);
    box-shadow: none;
    position: relative;
  }
  
  /* Little "Event" pill label in the corner */
  body.normal .section.event::before {
    content: "Event";
    position: absolute;
    top: 6px;
    right: 10px;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 2px 6px;
    border-radius: 999px;
  
    /* neutral background so it does NOT clash with orange h2 */
    background-color: var(--chip-bg);
    color: var(--text-muted);
    border: 1px solid var(--chip-border);
  }
  
  /* Smaller, more subdued title for events */
  body.normal .section.event h2 {
    margin-top: 0;   /* pushes title down slightly */
    margin-right: 50px;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-main);
  }
  
  /* Event badges/links = smaller + lighter */
  body.normal .section.event .badge-container {
    gap: 2px;
  }
  
  body.normal .section.event .info-badge {
    font-size: 0.7rem;
    padding: 1px 6px;
  }
  
  /* Make the link badge feel secondary */
  body.normal .section.event .info-badge-link .link {
    font-size: 0.75rem;
  }
  
  /* If an event is also marked outlined, keep outline but let event styling win */
  body.normal .section.event.outlined {
    border-style: dashed;
    border-color: var(--outline-border);
    background-color: var(--outline-bg);
  }

body.normal .section h2 {
    color: var(--text-main);
    font-size: 1.2em;
    /* Default font size */
    font-weight: bold;
    margin-bottom: 1.5rem;
}

body.normal .why {
    font-weight: bold;
    font-size: 0.9rem;
    color: #000;
    background-color: #ffebcc;
    /* Light orange background */
    border: 1px solid #ffa500;
    /* Orange border for emphasis */
    padding: 5px 8px;
    /* Adds padding around the text */
    border-radius: 4px;
    /* Rounds the corners for a softer look */
    display: inline-block;
    margin-left: 0;
    margin-bottom: 1.2rem;

    color: #5c3e16;
    background-color: var(--accent-soft);
    border: 1px solid var(--accent-warm);
}

body.normal .info-badge-link {
    border: 1px solid #ffb347;
    /* Muted orange border for a softer touch */
    transition: background-color 0.3s ease, color 0.3s ease;
    /* Smooth hover effect */
}

body.normal .link {
    margin-top: 0;
    display: block;
    color: #1c3a57;
    font-size: 0.85rem;
    text-decoration: underline;

    display: inline-block;
    color: #1c3a57;
    /* Deep slate blue for a muted appearance */
    text-decoration: none;
    /* Remove underline by default */
    border-radius: 4px;
    /* Rounded corners for a softer appearance */
    background-color: #fff;
    /* White background for subtle emphasis */

    color: var(--primary-strong);
    background-color: transparent;
    border-radius: 4px;
    text-decoration: underline;
}

@media (max-width: 600px) {
    body.normal .section h2 {
        font-size: 1.2em;
        /* Smaller font size for mobile */
    }
}

/* View toggle buttons */
.view-toggle {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1000;
    /* Ensure it's above the timeline and other elements */
    display: flex;
    gap: 10px;
    background: rgba(255, 255, 255, 0.9);
    /* Slightly opaque background */
    border-radius: 8px;
    padding: 5px 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);

    background: var(--view-toggle-bg);
    box-shadow: var(--view-toggle-shadow);
}

.view-toggle button {
    background-color: #1c3a57;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: background-color 0.3s ease;

    background-color: var(--button-bg);
    color: var(--button-text);
}

.view-toggle button:hover {
    background-color: #ff8c00;
    background-color: var(--button-bg-hover); /* or var(--primary), or var(--accent-warm) */
}

body.normal #mindmap {
    display: none;
}

/* Mobile-specific styles */
@media (max-width: 768px) {

    /* Make the view-toggle container fixed */
    .view-toggle {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        /* Shorter height for mobile */
        padding: 10px 10px;
        background: rgba(255, 255, 255, 0.95);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        /* Shadow for separation */
        z-index: 10;

        flex-wrap: wrap;

        .view-toggle {
            background: var(--view-toggle-bg-mobile);
            box-shadow: var(--view-toggle-shadow-mobile);
        }
        /* Ensure it's above other elements */
    }

    /* Adjust body padding for the fixed bar */
    body {
        padding-top: 175px;
        /* Leave space for the fixed bar */
    }

    /* Buttons in mobile */
    .view-toggle button {
        flex: 1;
        flex: 1 1 40%;
        font-size: 0.9rem;
        padding: 10px 15px;
        height: 70%;

        height: auto;
        white-space: nowrap;
        /* Stretch to fill the bar height */
    }

    .meta-inline .meta-chip + .meta-chip {
        display: none;
    }
}

/* Container for sort buttons */
.sort-buttons {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    /* Small gap between label and buttons */
}

/* Label styling */
.sort-buttons label {
    font-size: 0.9rem;
    font-weight: 500;
    color: #f0f4f8;
    color: var(--text-on-dark);
    /* Light text color for contrast on dark background */
}

/* Button styling */
.sort-button {
    color: black;
    padding: 4px 8px;
    font-size: 0.8rem;
    /* Smaller font size */
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
    background-color: #f8f9fa;
    transition: background-color 0.2s ease, color 0.2s ease;

    background-color: #f3f4f6;
    border-color: var(--border-subtle);
    color: var(--text-main);
}

/* Active button styling */
.sort-button.active {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;

    background-color: var(--primary);
    color: #fff;
    border-color: var(--primary);

    background-color: var(--sort-active-bg);
    color: var(--sort-active-text);
    border-color: var(--sort-active-border);
}

/* Hover effect */
.sort-button:hover {
    background-color: var(--sort-hover-bg);
}

/* General badge styling */
.section .info-badge {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 500;
    /* Medium weight for emphasis */
    color: #000;
    /* Black text for readability */
    border: 1px solid #ccc;
    /* Light gray border for subtle separation */
    border-radius: 999px;
    /* Slightly rounded corners for a softer look */
    padding: 2px 6px;
    /* Compact padding for minimal size */
    margin-right: 8px;
    /* Space between badges */
    letter-spacing: 0.5px;
    /* Add spacing for a modern aesthetic */
    background-color: #fff;
    /* White background for contrast */

    background-color: var(--chip-bg);
    border-color: var(--chip-border);
    color: var(--text-main);
}

/* Differentiation with subtle color accents */
.section .info-badge.study-type {
    /*border-color: #ff8c00;  Orange border for study type */
}

.section .info-badge.sample-size {}

.section .info-badge.author {}

/* Container for grouping badges together */
.section .badge-container {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
}


@media (max-width: 768px) {
    .badge-container .info-badge {
        margin: 0;
    }
}

.outlined {
    border: 1px dashed #ff8c00;
    /* Bright orange dashed border */
    border-radius: 6px;
    padding: 8px;
    background-color: #fffaf2;
    /* Light background to highlight */
    box-shadow: 0 0 3px rgba(255, 140, 0, 0.3);
    /* Optional soft glow */

    border: 1px dashed var(--primary);
    background-color: var(--primary-soft);

    border: 1px dashed var(--outline-border);
    background-color: var(--outline-bg);
}

.info-badge.tags {
    margin-top: 10px;
    margin-bottom: 8px;
    border: 0;
}

.tag-link {
    display: inline-block;
    background-color: #ffe4b3;
    background-color: #e0f2fe;          /* light blue */
    /* light warm orange */
    color: #1c3a57;
    /* deep slate blue */
    border: 1px solid #ffb347;
    /* matching the rest of your site theme */
    border-radius: 4px;
    padding: 4px 8px;
    margin: 0 6px 6px 0;
    font-size: 0.85rem;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    color: #0f172a;
    border: 1px solid #bfdbfe;

    background-color: var(--tag-bg);
    color: var(--tag-text);
    border: 1px solid var(--tag-border);
}

.tag-link:hover {
    background-color: #ffcc80;
    /* slightly darker on hover */
    color: #000;
    text-decoration: none;

    background-color: var(--tag-bg-hover);
    color: var(--tag-text-hover);
}


/* Evidence level */

.evidence-box {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px 14px;
    max-width: 360px;
    font-size: 0.75rem;
    color: #222;
    z-index: 9999;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);

    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--border-subtle);
    color: var(--text-main);
    box-shadow: var(--evidence-shadow);
}

.evidence-box h4 {
    margin: 0 0 6px;
    font-size: 0.8rem;
    text-align: center;
    font-weight: 600;
}

.evidence-box table {
    width: 100%;
    border-collapse: collapse;
}

.evidence-box th,
.evidence-box td {
    padding: 3px 5px;
    vertical-align: top;
    border-bottom: 1px solid var(--border-table-row);
}

.evidence-box th {
    font-weight: 600;
    text-align: left;
}

/* Header row with title + button */
.evidence-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }
  
  /* Toggle button */
  .evidence-toggle {
    border: none;
    background: transparent;
    color: inherit;
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1;
    padding: 2px 6px;
    border-radius: 999px;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
  }
  
  .evidence-toggle:hover {
    background-color: var(--border-subtle);
  }
  
  .evidence-toggle:active {
    transform: scale(0.96);
  }
  
  /* Collapsed state */
  .evidence-box.collapsed .evidence-body {
    display: none;
  }
  
  .evidence-box.collapsed {
    padding-bottom: 6px; /* a bit tighter when collapsed */
  }
  
  /* Optional: slightly dim title when collapsed */
  .evidence-box.collapsed h4 {
    opacity: 0.8;
  }

/* Hide on mobile */
@media (max-width: 1024px) {
    .evidence-box {
        display: none;
    }
}

/* Meta chips */
.meta-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 6px 0 0 0;
    min-width: 0;
}

.meta-chip {
    flex: 0 1 auto;
    /* allow shrinking inside the row */
    max-width: 100%;
    /* don’t exceed viewport */
    white-space: normal;
    /* was: nowrap */
    overflow-wrap: anywhere;
    /* break long words/URLs */
    word-break: break-word;

    font-size: 0.75rem;
    line-height: 1;
    padding: 6px 8px;
    border-radius: 999px;
    background: #eef2ff;
    /* subtle indigo-ish */
    border: 1px solid #c7d2fe;
    color: #1f2937;
    /* slate-800 */

    background: var(--chip-bg);
    border: 1px solid var(--chip-border);
    color: #43464d;
}


@media (max-width: 1024px) {
    .meta-chip {
        border-radius: 0;
    }
}


.meta-chip.is-expandable,
.info-badge.sample-size.is-expandable {
  cursor: pointer;
}

/* All expandable chips/text look clickable */
/* Base expandable chip */
.is-expandable {
    position: relative;
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;      /* chip itself doesn't wrap */
  }
  
  /* + / − indicator */
  .is-expandable::before {
    content: " +";
    margin-left: 0.25rem;
    opacity: 0.7;
    font-weight: 600;
    font-size: 0.85em;
  }
  
  .is-expandable[aria-expanded="true"]::before {
    content: " −";
  }
  
  /* Tooltip with full text when expanded */
  .is-expandable[aria-expanded="true"]::after {
    content: attr(data-full-text);
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 4px;
  
    background: #fff;
    color: #222;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    padding: 4px 8px;
    z-index: 20;
    max-width: 280px;
  
    white-space: normal;        /* allow wrapping inside tooltip */
    box-shadow: 0 4px 10px rgba(0,0,0,0.12);
    font-size: 0.85em;
  }

  .section .limitation {
    margin: 0.25rem 0 0.15rem;
    font-size: 0.9rem;
    color: #7a3b1b;             /* muted warning-ish */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
  }
  
  .limitation-flag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.8rem;
    border: 1px solid rgba(184, 118, 73, 0.7);
    background: rgba(248, 222, 204, 0.9);
    margin-right: 0.2rem;
  }
  
  .limitation-text {
    flex: 1 1 auto;
  }
  
  .limitation-counter-link {
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 2px;
    margin-bottom: 0.7rem;
    display: block;
  }

  @media (max-width: 1279px) {
  body:not(.tagcloud) #tagcloud {
    display: none !important;
  }
}