/*
Theme Name:   Dollah Child (designisrael.co.il)
Theme URI:    https://designisrael.co.il/
Description:  Child theme for Dollah. Holds every designisrael.co.il customization so a parent-theme update (1.7.0 -> 1.12.2) can no longer erase them. See /root/Designisrael/CLAUDE.md section 3.
Author:       designisrael.co.il
Template:     dollah
Version:      1.0.0
Text Domain:  dollah-child
*/

/* ---------------------------------------------------------------------------
 * Ported from the customized parent theme on 2026-07-15.
 *
 * The parent's style.css / style.min.css were edited in place. The rules below
 * are the exact deltas vs pristine dollah 1.7.0, re-declared here so they
 * survive a parent update. Values match what the site ACTUALLY serves today
 * (style.min.css - the theme has load_minified = 1), so rendering is unchanged.
 *
 * The Hybrid framework auto-enqueues the parent stylesheet BEFORE this file
 * (hybridextend_get_styles() -> 'hybridextend-template-style'), so these rules
 * override the parent by load order. Do NOT manually enqueue the parent
 * stylesheet in functions.php - that would double-load it.
 * ------------------------------------------------------------------------ */

/* RTL: Hebrew site. Pristine dollah sets `text-align: left` on body. */
body {
	text-align: right;
	font-size: 17px;
	line-height: 1.5em;
}

p {
	font-size: 17px;
	line-height: 1.5em;
}

/* Archive / loop heading.
   NOTE: the parent's style.css says 4.5em, but its style.min.css says 2.4em and
   the site serves the .min - so 2.4em is what renders today, and 2.4em is what
   we keep. The 4.5em edit (style.css, 2025-05-31) has never been live. Raising
   this to 4.5em is a design decision, not a port. */
.loop-title {
	font-size: 2.4em;
}

.loop-description p {
	font-size: 17px;
	line-height: 1.5em;
}

.widget-title {
	font-size: 1.5em;
}

.widget a {
	color: #666;
}
