/* TAIF V5 — Currency Management Bulk Editor Mobile Cards V3.1
   Scope: mobile-only bulk editor window.
   Changes:
   1) Shrink only the four price inputs, not the card itself.
   2) Add a lighter scroll guard so vertical swipe does not trigger fields in either direction. */

@media (max-width: 860px){
  body.taif-mobile-mode .taif-currency-management-modal--bulk-editor .currency-management-bulk-input{
    height:28px !important;
    min-height:28px !important;
    width:calc(100% - 10px) !important;
    max-width:calc(100% - 10px) !important;
    margin-inline:auto !important;
    padding:0 6px !important;
    border-radius:9px !important;
    font-size:10.8px !important;
  }

  body.taif-mobile-mode .taif-currency-management-modal--bulk-editor .currency-management-bulk-card__cell--buy .currency-management-bulk-input,
  body.taif-mobile-mode .taif-currency-management-modal--bulk-editor .currency-management-bulk-card__cell--sell .currency-management-bulk-input,
  body.taif-mobile-mode .taif-currency-management-modal--bulk-editor .currency-management-bulk-card__cell--ratio-buy .currency-management-bulk-input,
  body.taif-mobile-mode .taif-currency-management-modal--bulk-editor .currency-management-bulk-card__cell--ratio-sell .currency-management-bulk-input{
    align-self:center !important;
    justify-self:center !important;
  }

  body.taif-mobile-mode .taif-currency-management-modal--bulk-editor.currency-management-bulk--touch-scrolling [data-bulk-field]{
    pointer-events:none !important;
  }
}

@media (max-width: 430px){
  body.taif-mobile-mode .taif-currency-management-modal--bulk-editor .currency-management-bulk-input{
    height:27px !important;
    min-height:27px !important;
    width:calc(100% - 12px) !important;
    max-width:calc(100% - 12px) !important;
    font-size:10.5px !important;
  }
}
