/* =========================================================
   Mobile TWIG Viewer Header Bar Keyboard Accessibility
========================================================= */

body.aa-divi-menu-using-keyboard header .et_pb_section_0_tb_header.et_clickable:focus,
body.aa-divi-menu-using-keyboard header .et_pb_section_0_tb_header.et_clickable:focus-visible {
  outline: 3px solid #b13b31 !important;
  outline-offset: -3px !important;
  box-shadow: none !important;
}

/* No mouse-click focus outline */
body:not(.aa-divi-menu-using-keyboard) header .et_pb_section_0_tb_header.et_clickable:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* Make it feel clickable */
header .et_pb_section_0_tb_header.et_clickable {
  cursor: pointer !important;
}
