 /**
 * Theme Name:        Garden Room Build
 * Template:          twentytwentyfive
 * Theme URI:         https://www.gardenroombuild.com
 * Description:       A child theme of Twenty Twenty Five Default WordPress theme
 * Version:           1.0.4
 * Author:            Lee Murphy
 * Author URI:        https://www.raidhost.co.uk
 * Text Domain:       garden-room-build
 * Tested up to:      6.8.1
 * Requires at least: 6.8.1
 * Requires PHP:      8.2
 */
 
 /* Import the parent theme’s stylesheet */
@import url("../twentytwentyfive/style.css");

/* Custom Styles */
.wp-block-post-featured-image :where(img) {
    border-radius: 4px;
}

.related_posts ul li .wp-block-raidhost-post-meta {
    color: var(--wp--preset--color--accent-4);
    font-size: var(--wp--preset--font-size--small);
}

:root :where(.related_posts .is-layout-flex) {
    gap: 2px;
}

:root :where(.related_posts .is-layout-flow) > * {
    margin-block-start: 0;
    margin-block-end: 0;
}


h3.black, .black > h3 {
    background-color: var(--wp--preset--color--contrast) !important;
    color: var(--wp--preset--color--base) !important;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 8px;
    padding-right: var(--wp--preset--spacing--20);
    padding-bottom: 8px;
    padding-left: var(--wp--preset--spacing--20);
}