/*
Theme Name: Astra Child
Template: astra
*/
/* ===== 16) Header – force Properties + Jobs to second row, side by side ===== */
/* allow wrap on the main header menu */
.site-header .main-header-menu {
  display: flex;
  flex-wrap: wrap;
}

/* target the LI that has those links */
.site-header .main-header-menu li:has(> a[href*="/properties/"]) {
  order: 998 !important;
  flex: 0 0 auto !important;
  margin-top: 4px;
}
.site-header .main-header-menu li:has(> a[href*="/jobs/"]) {
  order: 999 !important;
  flex: 0 0 auto !important;
  margin-top: 4px;
}
