/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 01 2026 | 10:43:53 */
/* NUCLEAR OPTION - Hide by content */

/* Hide any paragraph containing "Written by" */
p {
    visibility: visible;
}

/* Hide the entire group that's a sibling of post-title and contains author */
h1.wp-block-post-title + div.wp-block-group {
    display: none !important;
}

/* Hide second div after main starts */
main > div.wp-block-group > div.wp-block-group:nth-child(2) {
    display: none !important;
}

/* Target all small font flex layouts */
div.is-layout-flex.has-small-font-size {
    display: none !important;
}