/* Hide unnecessary elements */
#top-bar, 
#live-news-banner, 
.topics-nav, 
.top-middle-block,
.top-middle-block .visible-lg.tuys-2,
.navigation-container,
.the_champ_sharing_container,
#custom-sidebar,
article .contribute-section,
article .wp-report-block,
article .post-navigation,
#disqus_thread,
.em-reated-posts,
footer, 
.no-print {
    display: none !important;
}

/* Hide only Vimeo iframes */
iframe[src*="vimeo.com"] {
    display: none !important;
}
/* Show a placeholder image during print */
.vimeo-placeholder {
    display: block !important;
}

.post .entry-header-details,
.post .entry-header-details .author-links {
    display: block !important;
    float: none;
}

/* Set article content width for print */
#primary,
.content-area,
article {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Adjust text size and layout */
body {
    font-size: 12pt;
    line-height: 1.6;
}

.single p.entry-title {
    font-size: 12pt !important;
}

/* img {
    max-width: 100%;
    height: auto;
} */

/* Links - convert to text */
a:after {
    /* content: " (" attr(href) ")"; */
    display: none !important;
}

/* Ensure tables and images scale properly */
table, img {
    max-width: 100%;
    page-break-inside: avoid;
}

/* Prevent content from splitting in the middle of paragraphs */
p, h1, h2, h3 {
    page-break-inside: avoid;
}
