/* شريط موحّد لصفحات المدونة ومن نحن */
body > nav,
body > header {
  background: rgba(255, 255, 255, 0.88) !important;
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  border-bottom: 1px solid rgba(15, 96, 70, 0.1) !important;
  box-shadow: 0 8px 30px rgba(14, 43, 34, 0.055);
}

body > nav {
  min-height: 82px;
  padding: 0 max(24px, calc((100vw - 1200px) / 2 + 24px));
}

body > nav a.logo,
body > header .شعار {
  display: flex;
  align-items: center;
  font-family: 'Thmanyah Sans', sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  color: #0F6046;
}

body > nav a.logo img,
body > header .شعار img {
  display: block;
  width: auto;
  height: 44px;
}

body > header .شريط { height: 82px; }

body > nav a.back,
body > header a.رجوع {
  color: #4a5b54;
}

body > nav a.back:hover,
body > header a.رجوع:hover {
  color: #0F6046;
}

@media (max-width: 600px) {
  body > nav { min-height: 74px; padding: 0 20px; }
  body > nav a.logo img,
  body > header .شعار img { height: 39px; }
  body > header .شريط { height: 74px; }
}
