
/* Back to My Kitchen. Most destinations already carry one of these; Hydration Tap
   and Recipe Hub did not, so one is injected to match the others. */
.hu-mkback{
  display:inline-flex; align-items:center; gap:7px; cursor:pointer; font-family:'Nunito',system-ui,sans-serif;
  font-size:.84rem; font-weight:800; border-radius:999px; padding:9px 17px; min-height:44px;
  background:#ffffff; border:1px solid rgba(36,52,71,.14);
  color:#243447 !important; -webkit-text-fill-color:#243447 !important;
  box-shadow:0 3px 12px rgba(0,0,0,.08); transition:background .16s, border-color .16s;
}
.hu-mkback:hover{ background:#EEF4EC; border-color:#7D9E77; }
.hu-mkback:focus-visible{ outline:3px solid #CF9E3F; outline-offset:2px; }
.hu-mkback-wrap{ max-width:1180px; margin:0 auto; padding:14px clamp(18px,5vw,64px) 0; }
/* Bench Tips' own back button was 33px — under the 44px tap target */
#page-bench-tips .bt-back{ min-height:44px !important; padding:10px 16px !important; }
