/*
Theme Name: Whisk & Pin
Theme URI: https://example.com/whisk-and-pin
Author: Tayyab
Author URI: https://example.com
Description: A minimal, Pinterest-optimized WordPress block theme for recipe blogs that also sell ebooks. Fully editable in the Gutenberg Site Editor — colors, fonts, header, footer, templates and patterns. Article pages are clean and vertical-image friendly: title first, then featured image, then content.
Requires at least: 6.5
Tested up to: 6.6
Requires PHP: 7.4
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: whisk-and-pin
Tags: blog, food-and-drink, e-commerce, full-site-editing, block-patterns, custom-colors, custom-menu, editor-style, featured-images, one-column, two-columns, wide-blocks
*/

/*
 * Whisk & Pin is a block theme. Nearly all styling lives in theme.json and is
 * editable from Appearance > Editor (the Gutenberg Site Editor).
 * The rules below are lightweight enhancements only.
 */

html { scroll-behavior: smooth; }

.wp-block-post-featured-image img,
.wp-block-image img { border-radius: 14px; }

.wp-block-post-template .wp-block-post { transition: transform .25s ease; }
.wp-block-post-template .wp-block-post:hover { transform: translateY(-4px); }

.wp-block-navigation .wp-block-navigation-submenu__toggle { cursor: pointer; }
.wp-block-navigation .wp-block-navigation__submenu-container {
	border-radius: 12px;
	box-shadow: 0 12px 30px rgba(0,0,0,.10);
	border: 1px solid rgba(0,0,0,.06);
	padding: 6px;
}

@media (max-width: 600px) {
	.wp-block-post-featured-image img { width: 100%; height: auto; }
}
