
/* AMMC v7.5.9r — Mobile nudge RIGHT for the exact header structure you posted */
/* Applies to ALL pages; mobile only (<=768px). No desktop changes. */
@media (max-width: 768px){
  header.infobar, .infobar { position: relative; }
  .infobar .info-inner{ position: relative; }
  /* Nudge the hospital name slightly to the RIGHT */
  .infobar .hospital-name{ margin-left:12px !important; }
  /* Keep the burger on the far right, regardless of nudge */
  .infobar .nav-toggle{ position:absolute; right:12px; top:50%; transform:translateY(-50%); }
}
