/* TAIF V5 — Currency Management Bulk Editor Mobile Cards V3 Compact
   Base: Bulk Cards V2 Fixed.
   Scope: mobile-only bulk editor window.
   Changes:
   1) Removes the top mobile toolbar card (search + counterpart/base pills).
   2) Makes the four buy/sell fields smaller while keeping them equal in size. */

@media (max-width: 860px){
  body.taif-mobile-mode .taif-currency-management-modal--bulk-editor .currency-management-bulk-sticky-stack,
  body.taif-mobile-mode .taif-currency-management-modal--bulk-editor .currency-management-bulk-toolbar{
    display:none !important;
  }

  body.taif-mobile-mode .taif-currency-management-modal--bulk-editor .currency-management-bulk-scrollarea{
    padding-top:6px !important;
    padding-bottom:94px !important;
  }

  body.taif-mobile-mode .taif-currency-management-modal--bulk-editor .currency-management-bulk-list{
    gap:9px !important;
  }

  body.taif-mobile-mode .taif-currency-management-modal--bulk-editor .currency-management-bulk-card{
    min-height:170px !important;
    padding:8px !important;
  }

  body.taif-mobile-mode .taif-currency-management-modal--bulk-editor .currency-management-bulk-card__row{
    gap:6px !important;
  }

  body.taif-mobile-mode .taif-currency-management-modal--bulk-editor :is(.currency-management-bulk-card__cell--buy,.currency-management-bulk-card__cell--sell,.currency-management-bulk-card__cell--ratio-buy,.currency-management-bulk-card__cell--ratio-sell){
    flex:0 0 calc(50% - 3px) !important;
    width:calc(50% - 3px) !important;
    min-width:calc(50% - 3px) !important;
    max-width:calc(50% - 3px) !important;
    min-height:56px !important;
    height:56px !important;
    grid-template-rows:14px 32px !important;
    gap:3px !important;
    padding:4px !important;
    border-radius:12px !important;
  }

  body.taif-mobile-mode .taif-currency-management-modal--bulk-editor :is(.currency-management-bulk-card__cell--buy,.currency-management-bulk-card__cell--sell,.currency-management-bulk-card__cell--ratio-buy,.currency-management-bulk-card__cell--ratio-sell)::before{
    font-size:8.5px !important;
    line-height:1.08 !important;
  }

  body.taif-mobile-mode .taif-currency-management-modal--bulk-editor .currency-management-bulk-input{
    height:32px !important;
    min-height:32px !important;
    padding:0 6px !important;
    border-radius:10px !important;
    font-size:11.3px !important;
  }
}

@media (max-width: 430px){
  body.taif-mobile-mode .taif-currency-management-modal--bulk-editor .currency-management-bulk-card{
    min-height:166px !important;
    padding:7px !important;
  }

  body.taif-mobile-mode .taif-currency-management-modal--bulk-editor :is(.currency-management-bulk-card__cell--buy,.currency-management-bulk-card__cell--sell,.currency-management-bulk-card__cell--ratio-buy,.currency-management-bulk-card__cell--ratio-sell){
    min-height:54px !important;
    height:54px !important;
    grid-template-rows:13px 31px !important;
    padding:4px !important;
  }

  body.taif-mobile-mode .taif-currency-management-modal--bulk-editor :is(.currency-management-bulk-card__cell--buy,.currency-management-bulk-card__cell--sell,.currency-management-bulk-card__cell--ratio-buy,.currency-management-bulk-card__cell--ratio-sell)::before{
    font-size:8.1px !important;
  }

  body.taif-mobile-mode .taif-currency-management-modal--bulk-editor .currency-management-bulk-input{
    height:31px !important;
    min-height:31px !important;
    font-size:11px !important;
  }
}
