/* ============================================
   HIDE DESCRIPTION TEXT BLOCK (mt-3 text-2xl)
   ============================================ */
.mt-3.text-2xl.tracking-tight.text-slate-400.line-clamp-3 {
    display: none !important;
}

/* Hide cover image section on article pages */
.px-4.py-6 dt:has-text("Cover Image") {
    display: none !important;
}

/* Or target the parent div containing the cover image */
.sm\:grid.sm\:grid-cols-3 dd img[src*="cover_issue"] {
    display: none !important;
}

.sm\:grid.sm\:grid-cols-3:has(img[src*="cover_issue"]) {
    display: none !important;
}

/* ============================================
   LIGHT MODE (default)
   ============================================ */

/* Force right background panel to white */
.absolute.inset-y-0.right-0.w-\[50vw\] {
    background-color: #ffffff !important;
}