
/* Homemaker back button: was navy with white text, now white with navy text
   to match the other Range pages (Sep 2026). */
#page-homemaker .hm-back{
  background:#FFFFFF !important;
  border:1px solid #E8E4DC !important;
  color:#243447 !important; -webkit-text-fill-color:#243447 !important;
  box-shadow:0 2px 10px rgba(36,52,71,.08) !important; }
#page-homemaker .hm-back:hover{ border-color:#7d9e77 !important; }
#page-homemaker .hm-back svg{ stroke:#243447 !important; fill:none !important; }
#page-homemaker .hm-back:focus-visible{ outline:3px solid #CF9E3F; outline-offset:3px; }
