
/* The "Not just apps" block was built as a desktop row: icon, divider, text,
   then the trust items across the right. On a phone the columns wrap but the
   heights do not, which left about 200px of dead space above and below the
   copy. Below 720px it becomes a simple stack. */
@media (max-width:720px){
  #huOneFlow .hof-foot{ display:block !important; padding:22px 20px !important; }
  #huOneFlow .hof-foot-l{ display:block !important; text-align:left !important; }
  #huOneFlow .hof-clover{ display:inline-flex !important; margin:0 0 12px !important; }
  #huOneFlow .hof-foot-div{ display:none !important; }
  #huOneFlow .hof-foot-h{ margin:0 0 8px !important; }
  #huOneFlow .hof-foot-p{ margin:0 !important; }
  #huOneFlow .hof-trust{
    display:grid !important; grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:14px !important; margin:20px 0 0 !important; }
  #huOneFlow .hof-tr{ display:flex !important; flex-direction:column !important;
    align-items:center !important; gap:6px !important; text-align:center !important; }
}
