/*
Theme Name: Bedrock Child
Theme URI: https://jaysonbrush.com
Description: Professional styling for Bedrock theme
Author: Jayson Brush
Template: bedrock
Version: 1.0.0
*/

/* Override the hero/header blue background */
.has-primary-background-color.has-background {
    background-color: var(--wp--preset--color--base) !important;
}

/* Ensure consistent base background everywhere */
body,
.wp-site-blocks {
    background-color: var(--wp--preset--color--base) !important;
}

/* Hide broken Minecraft icon images in post meta */
.wp-block-post-date figure,
.wp-block-post-terms figure,
figure.wp-block-image:empty,
.wp-block-group figure:has(img[src*="Diamond"]),
.wp-block-group figure:has(img[src*="Book"]),
.wp-block-group figure:has(img[src*="Gold"]) {
    display: none !important;
}

/* Remove text shadows from buttons/links */
.wp-block-button__link,
.wp-block-post-navigation-link,
.wp-block-query-pagination a {
    text-shadow: none !important;
}
