/* uxw52h-0905 C148 (touch-11): phone nav chrome hit boxes + the one back control (D8). Own marked block per the W3.4 late-mq convention */
@media(max-width:768px){
  #hamburger{padding:11px 14px;margin-left:-14px;min-width:44px;min-height:44px;}
  #hamburger .setup-dot{top:13px;right:10px;}/* re-anchored in the same edit: base pin (2,-4) + the new 11px/14px padding keeps the dot beside the glyph, not in the padding corner */
  #sb-close{padding:11px 14px;margin-right:-14px;min-width:44px;min-height:44px;}
  .view .back{display:none;}/* one back control on the phone: the per-view .back yields to #mobile-back, which sits outside every .view; W5.1's scoped #view-territory rule is redundant now by design */
}
