/*
Theme Name: ByRiyaz Showcase
Theme URI: https://byriyaz.com/
Author: Riyaz
Author URI: https://byriyaz.com/
Description: A complete standalone block theme inspired by Twenty Twenty-Three, designed for a personal showcase blog covering 3D printing, technology, watches, and hosting guides. It hides post dates and uses a clean custom footer without WordPress/theme credit text.
Version: 1.0.0
Requires at least: 6.1
Tested up to: 6.5
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: byriyaz-showcase
Tags: blog, portfolio, full-site-editing, block-patterns, custom-colors, custom-menu
*/

/* Small front-end refinements */
html { scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
a { text-underline-offset: 0.18em; }
.wp-site-blocks { min-height: 100vh; display: flex; flex-direction: column; }
.wp-site-blocks > main { flex: 1; }
.wp-block-post-title a { text-decoration: none; }
.wp-block-post-title a:hover { text-decoration: underline; }
.wp-block-post-excerpt__more-link { font-weight: 700; }
.wp-block-navigation__responsive-container.is-menu-open { padding: 2rem; }

/* Date suppression fallback for classic/plugin output */
.post-date,
.entry-date,
.published,
time.entry-date,
.wp-block-post-date { display: none !important; }
