/* --- consolidated from styles/42-price-screen-mobile-shorter-capsules-only.css --- */
/* TAIF V5 — Price Screen Mobile Shorter Capsules Only V11
   Base: V10
   Goal: make code + buy/sell capsules a little thinner again,
   while keeping the number font size unchanged and keeping row/card size unchanged. */

@media (max-width: 860px){
  body.taif-mobile-mode .panel[data-view="price-screen"] .price-screen__code,
  body.taif-mobile-mode .panel[data-view="price-screen"] .price-screen__num{
    height:26px !important;
    min-height:26px !important;
    max-height:26px !important;
    align-self:center !important;
    line-height:1 !important;
    /* font-size intentionally unchanged */
  }
}

@media (max-width: 430px){
  body.taif-mobile-mode .panel[data-view="price-screen"] .price-screen__code,
  body.taif-mobile-mode .panel[data-view="price-screen"] .price-screen__num{
    height:26px !important;
    min-height:26px !important;
    max-height:26px !important;
    align-self:center !important;
    line-height:1 !important;
  }
}
