/*
 * Accessibility-only state bridge for the 2026-08-31 locale controls.
 * Geometry and typography remain the exact Maxcare utility icon-list and
 * mobile drawer menu patterns.
 */
#pxl-header-elementor [data-maxcare-language-option]:focus-visible,
#pxl-header-elementor [data-maxcare-mobile-language-option] > a:focus-visible {
  outline: 3px solid #f5b63f;
  outline-offset: 4px;
}

#pxl-header-elementor [data-maxcare-language-option][aria-disabled='true'],
#pxl-header-elementor [data-maxcare-mobile-language-option] > a[aria-disabled='true'] {
  cursor: not-allowed;
}
