/* Match the editorial post's Astra menu control to the Stetra site header. */
body.single-post .site-header .ast-button-wrap .menu-toggle,
body.single-post .site-header .ast-mobile-menu-trigger-minimal {
  background: #090b0c !important;
  border: 1px solid rgba(244, 239, 229, 0.16) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #f4efe5 !important;
}

body.single-post .site-header .ast-button-wrap .menu-toggle:hover,
body.single-post .site-header .ast-button-wrap .menu-toggle:focus {
  background: #0f1214 !important;
  border-color: rgba(244, 239, 229, 0.48) !important;
  color: #f4efe5 !important;
}

body.single-post .site-header .ast-button-wrap .menu-toggle .mobile-menu-toggle-icon,
body.single-post .site-header .ast-mobile-svg {
  fill: currentColor !important;
}
