/* Theme Name: Twenty Twenty-Two Child 
Template: twentytwentytwo 
Version: 0.1 Description: Custom child theme with header overlay and 
Polylang language switcher */ 
/* === HEADER OVER HERO IMAGE === */ 
.site-header, .wp-block-template-part {
  position: absolute; top: 0; left: 0; width: 100%; background: 
  transparent; /* see sparrow behind */ z-index: 10; padding: 1rem 2rem; 
margin-botton: -200px;
  /* breathing space */
}
/* === NAVIGATION LINKS === */ .site-header a, 
.wp-block-navigation__container a {
  color: #fff; /* white text over bird */ text-decoration: none; 
  font-weight: 500;
}
.site-header a:hover, .wp-block-navigation__container a:hover { color: 
  #ffd700; /* gold hover */
}
/* === POLYLANG LANGUAGE SWITCHER === */ .lang-switcher ul { list-style: 
  none; /* remove bullets */ margin: 0; padding: 0; display: flex; /* 
  inline languages */ gap: 1rem; /* space between items */
}
.lang-switcher li { display: inline-block;
}
.lang-switcher a { color: #fff; text-transform: uppercase; font-size: 
  0.9rem; text-decoration: none; font-weight: 500;
}
.lang-switcher a:hover { color: #ffd700; /* gold hover */
}
