/*
Theme Name: Asken More
Theme URI: https://asken.inc/
Author: Asken Inc.
Author URI: https://asken.inc/
Description: A modern WordPress block theme for Asken More with full site editing support
Version: 1.0.5
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: asken-more
*/

/* ========================================
	WordPress/Tailwind Bridge Styles

	These styles bridge the gap between WordPress block structure
	and Tailwind utilities by applying styles to nested elements
	that WordPress generates automatically.
	======================================== */

/* Recipe Card Image Styles - Apply Tailwind classes to nested img element */
.wp-block-post-featured-image.rounded-2xl {
	border-radius: 1rem;
	overflow: hidden;
}

.wp-block-post-featured-image.rounded-2xl img {
	border-radius: 1rem;
	width: 100%;
	height: 280px;
	object-fit: cover;
}

/* Post Title Typography - Extend Tailwind utilities to h3 element */
.wp-block-post-title.\!text-base {
	font-size: 1rem !important;
}

.wp-block-post-title.\!leading-\[1\.4\] {
	line-height: 1.4 !important;
}

/* Hide WordPress-generated separator elements */
.wp-block-post-terms__separator {
	display: none;
}
