/*
Theme Name: ChatBot Child Theme
Description: Custom child theme for chatbot.net.au based on GeneratePress
Author: Jeeves AI
Template: generatepress
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: chatbot-child
*/

/* Child theme custom styles go below */

/* Hide featured images sitewide */
.post-thumbnail,
.wp-post-image,
.entry-image,
.featured-image,
.et_pb_post_featured_image,
img.attachment-post-thumbnail,
img.wp-post-image,
.inside-article > .post-thumbnail,
.entry-content .wp-post-image,
article .post-thumbnail {
    display: none !important;
}
