/* Keep large map tooltips from stealing the county click beneath them. */
html body.cmep-page-state-detail :is(#countyTooltipAnalysisGovernor,#countyTooltipAnalysisSenate).county-tooltip.show{
  pointer-events:none !important;
}
html body.cmep-page-state-detail :is(#countyTooltipAnalysisGovernor,#countyTooltipAnalysisSenate).county-tooltip.show :is(.ct-close,.ct-view-all,.tooltip-view-all,.tip-link,button,a){
  pointer-events:auto !important;
}
