/*
 Theme Name:   تلاويني انطلاق
 Theme URI:    https://entlaak.com
 Description:  نسخة مدونة انطلاق — مبنية على تلاويني 2.0.0
 Author:       Entlaak
 Template:     talaweeni
 Version:      2.0.5
 Text Domain:  anmyat
*/

/* ألوان انطلاق */
:root {
	--anmyat-primary: #1fa855;
	--anmyat-primary-2: #178a44;
	--anmyat-accent: #0f2744;
	--entlaak-header-blue: #021122;
}

/* ── هيدر أزرق مثل خلفية الشعار ── */
.anmyat-header {
	background: var(--entlaak-header-blue) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.22);
}

.anmyat-header__inner {
	min-height: 132px;
	padding: 14px 0;
}

/* شعار أكبر 200% (من 58×320 إلى 116×640) */
.anmyat-brand {
	max-width: 640px;
}

.anmyat-brand__logo img,
.anmyat-brand__logo .custom-logo {
	max-height: 116px !important;
	max-width: min(640px, 50vw) !important;
}

/* قائمة بيضاء واضحة — حجم أكبر 50% */
.anmyat-nav .menu a {
	color: #ffffff;
	font-weight: 600;
	font-size: 1.15rem;
	line-height: 1.35;
}

.anmyat-nav .menu a:hover,
.anmyat-nav .current-menu-item > a,
.anmyat-nav .current_page_item > a,
.anmyat-nav .current-menu-ancestor > a {
	color: #ffffff;
	background: rgba(31, 168, 85, 0.38);
	border-color: rgba(255, 255, 255, 0.22);
}

.anmyat-nav-toggle {
	border-color: rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.08);
}

.anmyat-nav-toggle__bar {
	background: #ffffff;
}

@media (min-width: 901px) {
	.anmyat-nav .menu {
		flex-wrap: nowrap;
		gap: 8px;
	}

	.anmyat-nav .menu a {
		padding: 10px 13px;
		white-space: nowrap;
		font-size: 1.15rem;
	}
}

@media (max-width: 900px) {
	.anmyat-header__inner {
		min-height: 96px;
	}

	.anmyat-brand__logo img,
	.anmyat-brand__logo .custom-logo {
		max-height: 88px !important;
		max-width: min(420px, 62vw) !important;
	}

	.anmyat-nav {
		border-top-color: rgba(255, 255, 255, 0.14);
		background: var(--entlaak-header-blue);
	}

	.anmyat-nav .menu .sub-menu {
		background: #031a30;
	}

	.anmyat-nav .menu .sub-menu a {
		color: #ffffff;
	}
}

.anmyat-network-blog__title {
	color: #c7961b;
}

.anmyat-network-blog--animyat .anmyat-network-blog__logo-wrap {
	background: #fbeded;
}

.anmyat-network-blog--tarfehat .anmyat-network-blog__logo-wrap {
	background: #eef6fc;
}

.anmyat-network-blog--tayyar .anmyat-network-blog__logo-wrap {
	background: #c4a035;
}
