/*
Theme Name: Expert Bakers Shop Child
Theme URI: https://example.com
Description: A child theme for Expert Bakers Shop
Author: Your Name
Author URI: https://example.com
Template: expert-bakers-shop
Version: 1.0
*/

/* === SEARCH RESULT CLEANUP === */

/* Hide top date badge */
.search .post-date,
.search .date-box,
.search .theme-button {
    display: none !important;
}

/* Hide bottom metadata blocks */
.search .entry-meta,
.search .post-meta,
.search .post-info,
.search .author,
.search .comments-link,
.search .posted-on,
.search .entry-footer {
    display: none !important;
}

/* Hide all author links (for any user) */
.search a[href*="/author/"] {
    display: none !important;
}

/* Hide comment icons, publication time, or misc JS-based metadata */
.search a[href^="javascript:void(0)"] {
    display: none !important;
}