/*
Theme Name: Astra Child (EDHH)
Description: Child theme for Astra. Arabic homepage V1 templates and CSS live here.
Author: EDHH
Template: astra
Version: 1.0.0
*/

/* Prefer assets/css/home-ar-v1.css and the Tailwind build for V1 styling. */

/* Mobile drawer menu — does not rely on Tailwind purge (walker markup is built from functions.php). */
.edhh-mobile-nav__list {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1.125rem;
	line-height: 1.5;
}

.edhh-mobile-nav__list > .edhh-mobile-nav__item + .edhh-mobile-nav__item {
	margin-top: 0.5rem;
}

.edhh-mobile-nav__item {
	position: relative;
	list-style: none;
}

.edhh-mobile-nav__link {
	display: block;
	padding: 0.35rem 2.5rem 0.35rem 0.5rem;
	color: #1c2620;
	text-decoration: none;
}

.edhh-mobile-nav__link:hover {
	text-decoration: underline;
}

.edhh-mobile-nav__toggle {
	position: absolute;
	top: 0;
	inset-inline-end: 0;
	min-width: 2.75rem;
	min-height: 2.75rem;
	padding: 0.25rem 0.5rem;
	border: 0;
	background: transparent;
	font-size: 0.875rem;
	line-height: 1;
	cursor: pointer;
	color: #116652;
}

.edhh-mobile-nav__submenu {
	list-style: none;
	margin: 0.35rem 0 0;
	padding: 0.25rem 0 0;
	border-inline-start: 1px solid #d9cfb6;
	padding-inline-start: 0.75rem;
}

.edhh-mobile-nav__submenu .edhh-mobile-nav__item + .edhh-mobile-nav__item {
	margin-top: 0.25rem;
}

.edhh-mobile-nav__submenu .edhh-mobile-nav__link {
	font-size: 1rem;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

/* Legacy header branch: color logo forced to light when white PNG asset is absent */
.edhh-header-logo--mono {
	filter: brightness(0) invert(1);
}
