/*
Theme Name: PressHangar Starter
Theme URI: https://presshangar.com/themes/presshangar-starter/
Author: Musubiemu LLC / PressHangar
Author URI: https://presshangar.com
Description: A fast, clean, and highly customizable full site editing (FSE) block theme built for affiliate, business, and blog sites. PressHangar Starter focuses on readable long-form articles, ranking and comparison layouts, reviews, and clear calls to action. It ships with a neutral, easily re-colorable palette, a system font stack (no bundled web fonts), genre hero patterns with bundled GPL background art, block patterns for heroes, post grids, comparisons, FAQs, affiliate disclosures, services, pricing, and testimonials, plus Dark, Warm, and Business style variations. No external requests, no tracking, core blocks only.
Version: 1.3.3
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: presshangar-starter
Tags: blog, one-column, two-column, block-patterns, full-site-editing, custom-colors, editor-style, translation-ready, wide-blocks, block-styles, custom-menu, featured-images, threaded-comments, rtl-language-support
*/

/*
 * PressHangar Starter is a block theme; nearly all styling is provided through
 * theme.json and the block editor. This stylesheet intentionally stays minimal.
 * The theme header above is required by WordPress for theme registration.
 */

/* Group block style: Card. */
.wp-block-group.is-style-presshangar-card {
	border: 1px solid var(--wp--preset--color--gray-300, #d7dae0);
	border-radius: 10px;
	padding: var(--wp--preset--spacing--40, 1.5rem);
	background-color: var(--wp--preset--color--base, #ffffff);
}

/* List block style: Checklist. */
.wp-block-list.is-style-presshangar-checklist {
	list-style: none;
	padding-left: 0;
}

.wp-block-list.is-style-presshangar-checklist li {
	position: relative;
	padding-left: 1.75em;
	margin-bottom: 0.5em;
}

.wp-block-list.is-style-presshangar-checklist li::before {
	content: "\2713";
	position: absolute;
	left: 0;
	font-weight: 700;
	color: var(--wp--preset--color--accent-2, #0f9d58);
}

