/* === SIDEBAR CLEANUP === */

/* Rimuove bordi pesanti dai box sidebar */
.sidebar-box,
.wp-block-template-part .wp-block-group.has-section-bg-background-color {
	    border: none !important;
	    border-top: none !important;
	    box-shadow: none !important;
}

/* Heading sidebar: pulito, nero, underline viola sottile */
.sidebar-heading {
	    border: none !important;
	    background: transparent !important;
	    padding: 0 !important;
	    margin-bottom: 0.5rem !important;
}

.sidebar-heading h4,
.sidebar-heading h3,
.sidebar-heading .wp-block-heading {
	    color: #1a1a1a !important;
	    font-size: 0.95rem !important;
	    font-weight: 700 !important;
	    text-transform: uppercase !important;
	    letter-spacing: 0.05em !important;
	    border-bottom: 2px solid #6244bb !important;
	    display: inline-block !important;
	    padding-bottom: 4px !important;
	    margin-bottom: 0.8rem !important;
	    text-decoration: none !important;
	    background: none !important;
}

/* Rimuove decorazioni pseudo-elementi */
.sidebar-heading h4::before,
.sidebar-heading h4::after,
.sidebar-heading h3::before,
.sidebar-heading h3::after,
.sidebar-heading::before,
.sidebar-heading::after,
.sidebar-box::before,
.sidebar-box::after {
	    display: none !important;
	    content: none !important;
	    border: none !important;
}

/* Link sidebar: viola coerente */
.sidebar-box a {
	    color: #6244bb !important;
	    text-decoration: none !important;
}
.sidebar-box a:hover {
	    color: #1a1a1a !important;
	    text-decoration: underline !important;
}

/* Date e meta: grigio discreto */
.sidebar-box .post-date,
.sidebar-box time,
.sidebar-box .wp-block-latest-posts__post-date {
	    color: #888 !important;
	    font-size: 0.85rem !important;
}

/* Search button: viola pieno, icona bianca */
.sidebar-box .wp-block-search__button,
.wp-block-template-part .wp-block-search__button {
	    background-color: #6244bb !important;
	    color: #fff !important;
	    border: none !important;
}
.sidebar-box .wp-block-search__button svg,
.wp-block-template-part .wp-block-search__button svg {
	    fill: #fff !important;
}

/* Read More link: viola, pulito */
.sidebar-box .wp-block-post-excerpt__more-link {
	    color: #6244bb !important;
	    font-weight: 600 !important;
	    text-decoration: none !important;
}
.sidebar-box .wp-block-post-excerpt__more-link:hover {
	    color: #1a1a1a !important;
	    text-decoration: underline !important;
}

/* Separatori nella sidebar */
.sidebar-box hr,
.sidebar-box .wp-block-separator {
	    border-color: #e0e0e0 !important;
	    opacity: 0.5 !important;
}
}
}
}
}
}
}
}
}
}
}
}
}