/* --- consolidated from styles/43-price-screen-mobile-card-gap.css --- */
/* TAIF V5 — Price Screen Mobile Card Gap V12
   Base: V11
   Goal: slightly increase the vertical spacing between currency cards
   in the mobile price screen, without changing row internals. */

@media (max-width: 860px){
  body.taif-mobile-mode .panel[data-view="price-screen"] .price-screen,
  body.taif-mobile-mode .panel[data-view="price-screen"] .price-screen__board-body,
  body.taif-mobile-mode .panel[data-view="price-screen"] .price-screen__list{
    gap:6px !important;
  }
}

@media (max-width: 430px){
  body.taif-mobile-mode .panel[data-view="price-screen"] .price-screen,
  body.taif-mobile-mode .panel[data-view="price-screen"] .price-screen__board-body,
  body.taif-mobile-mode .panel[data-view="price-screen"] .price-screen__list{
    gap:5px !important;
  }
}
