/* Secret 12 — Life Areas (values/yellow) */

/* "Alongside this Secret" — swipeable row on mobile instead of a stacked column */
@media(max-width:767px){
  .flow-grid{display:flex!important;grid-template-columns:none!important;flex-wrap:nowrap!important;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-left:20px;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:14px!important;margin:0 -20px!important;padding:0 20px 6px!important;}
  .flow-grid::-webkit-scrollbar{display:none;}
  .flow-grid>a{flex:0 0 78%;scroll-snap-align:start;}
}
